/* 
	Main Stylesheet

	idleThinK [v3]: a faint blue idea of order
	July 2004
	
	Copyright rAchel 2004
	
	COLOURS
	#FFFFFF white
	#99C0E9 light blue
         #87A7CA darker blue
	#E9F1FA very light blue
	#315376 dark blue
	#FBA000 orange
	
 */

body {
	background: url("background.jpg") bottom right no-repeat;
	background-color: white;
	background-attachment: fixed;
	margin-top: 60px;
	margin-left: 60px;
	font: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	width: 50%;
	margin: 0px;
	background-color: none;
}

#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: none;
	font: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
}

	#header .title {
		font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
              font-size: 16;
		color: #315376;
		letter-spacing: 0.7em;
	}
	
	#header .navigation {
		font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
              font-size: 12;
		color: #315376;
		border-top: solid 1px #E9F1FA;
		border-bottom: solid 1px #E9F1FA;
		text-align: center;
		width: 100%;
		padding: 2px;
		margin: 0px;
		display: block;
	}
	
	#header .archives {
		font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
              font-size: 11;
		color: #315376;
		text-align: right;
		display: block;
                                position: relative;
                                float: right;
	}
	
	#header a, a:visited {
		color: #315376;
		text-decoration: none;
              font-weight: normal;
	}
	
	#header a:hover {
		color: #FBA000;
		text-decoration: none;
              font-weight: normal;
	}

#content {
	width: 90%;
	background-color: none;
	display: block;
	margin: 8% 8% 15% 8%;
                position: relative;
                clear: both;
}

	#content p {
		color: #315376;
		font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
              font-size: 11;
		line-height: 1.5em;
		text-align: justify;
	}
	
	#content .title {
		color: #315376;
		font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
              font-size: 11;
		text-align: left;
		font-weight: bold;
	}
	
	#content .postinfo {
		color: #315376;
		font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
              font-size: 9;
		text-align: left;
		font-weight: normal;
	}
	
	#content a, a:visited {
		color: #315376;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #FBA000;
		font-weight: bold;
		text-decoration: none;
	}

.largetitle {
		letter-spacing: 1.5em;
		text-transform: uppercase;
	}
	
	blockquote {
		color: #315376;
		font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
              font-size: 11;
		margin: 5px 0px 5px 0px;
		padding: 5px 15px 5px 15px;
		border-top: solid 1px #315376;
		border-bottom: solid 1px #315376;
		background-color: #E9F1FA
	}
	
	ol, ul {
		color: #315376;
		font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
                   font-size: 11;
                   line-height: 1.7em;
		margin: 5px 15px 5px 15px;
		padding: 5px;
	}
	
	img {
		padding: 5px;
		border: solid 1px;
                  text-align: center;
	}
	
		.image {
			border-color: #99C0E9;
                            text-align: center;
		}
	
		.imagelink a {
			border-color: #99C0E9;
		}
	
		.imagelink a:hover {
			border-color: #FBA000;
		}

           hr {
                 background-color: #99C0E9;
                 color: #99C0E9;
                 width: 50%;
                 height: 1px;
                 text-align: center;
                 border: 0;
                 margin-top: 20px;
                 margin-bottom: 20px;
                 clear: both;
            }



#footer {
	width: 100%;
	background-color: none;
       font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
       font-size: 10;
	color: #315376;
	border-top: solid 1px #E9F1FA;
	border-bottom: solid 1px #E9F1FA;
	text-align: center;
	padding: 2px;
	margin: 0px 0px 30px 0px;
}

	#footer a, a:visited {
		color: #315376;
		font-weight: bold;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #FBA000;
		font-weight: bold;
		text-decoration: none;
	}