/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#B5B8BE;
	padding:0px;
	margin:0px;
}


/*  #header   */
/*     controls the header at the top of the page   */

#header {
	float:left;
	background-color:#587EDD;
	height:100px;
	width:100%;
}

#header h1 {
	top:50%;
	left:35%;
	width:500px;
	margin-top: -.6em;
	margin-left: -300px;
	position:relative;
	font:2.2em 'Tahoma',Verdana,Arial,serif;
	letter-spacing:0.1em;
}


#header h1 a:link {color: #FFFFFF; text-decoration: none; }    /* unvisited link */
#header h1 a:visited {color: #FFFFFF;} /* visited link */
#header h1 a:hover {color: #FFFF00;}   /* mouse over link */
#header h1 a:active {}   				/* selected link */


#content {
	background-color:#FFFFFF;
	float:left;
	left:35%;
	margin-left:-350px;
	position:relative;
	width:700px;
}

#content img.line {
	padding:0px 50px 0px 50px;
}

/*  .post   */
/*     controls all content in the post itself   */

.post {}

.post h2 {
	padding:25px 50px 0px 50px;
	margin:0px;
	font-family:Arial,sans serif;
	font-size:1.2em;
	line-height:2em;
}

.post h2 a:link {color: #000000; text-decoration: none; }    /* unvisited link */
.post h2 a:visited {color: #000000;} /* visited link */
.post h2 a:hover {color: #0000FF; border-bottom:1px #91A9E6 dotted;}   /* mouse over link */
.post h2 a:active {}   				/* selected link */

.post p {
	font-size:0.8em;
	line-height:1.5em;
	padding:0px 50px 0px 50px;
}

.post img {
	width:600px;
}

.post p.date {
	color:#999999;
	font-size:.7em;
}

.post p.meta {
	color:#999999;
	font-size:.7em;
	padding-top:1em;
}

.post p.meta a:link {color: #999999; text-decoration: none; }    /* unvisited link */
.post p.meta a:visited {color: #999999;} /* visited link */
.post p.meta a:hover {color: #0000FF; border-bottom:1px #91A9E6 dotted;}   /* mouse over link */
.post p.meta a:active {}   				/* selected link */


/*  .sidebar   */
/*     controls all content in the sidebar   */

#sidebar {
	background-color:#E4F4F4;
	width:200px;
	float:right;
	margin-right:-100px;
	position:relative;
	right:15%;
	font: .8em georgia,times,serif;
}

#sidebar search {}

#sidebar #searchsubmit {
	background:#90897F none repeat scroll 0%;
	border:1px solid #221300;
	color:#FFFFFF;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:10px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:0px;
	padding:2px;
	vertical-align:middle;
	width:50px;
}

#sidebar h2 {
	padding: 15px 0px 0px 15px;
	font-size:110%;
	letter-spacing:0.1em;
}

#sidebar ul {
}

#sidebar ul li {
	list-style-type:none;
	color:#999999;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	line-height:1.2em;
	padding:0em 0em 0em 1em;
}
