@charset "utf-8";
/* CSS Document */

/* general styles */
div#sidebar {
	width: 160px;
}
div#content {
	width: 565px;
}

/* styles for content */
body#blue div#content h1 {
	background: url(/blog/_images/h1.png) no-repeat;	
}
body#blue div#content a.h1 {
	text-decoration: none;
	color: none;
}
div#content h2 {
	color: #2065A2;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: .1em;
}
div#content h3 {
	color: #777777;
	font-size: 11px;
	font-weight: normal;
}
div#content h4 {
	color: #2065A2;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: .1em;
}
div#content img.imageMain {
	padding: .5em;	
}
div#content a {
	color: #2065A2;	
	text-decoration: underline;
}
div#content div.articleInfo {
	font-size: .9em;	
}
div#content p {
	line-height: 1.2;
}
div#content p.filedunder {
	margin-bottom:3em;
}
div#content p.readmore {
	font-size: 1.5em;
}
div#content .even  {
	background-color:#FFFFFF;
	padding:8px;
	margin-bottom:5px;
}
div#content .odd {
	background-color:#CAE0F4;
	padding:8px;
	margin-bottom:5px;
}

/* styles for sidebar */
body#blue div#sidebar h1 {
	background: url(/blog/_images/h1sidebar.png) no-repeat;	
}
body#blue div#sidebar form { 
	border-bottom: none;
}
div#sidebar form {
	margin-bottom: 0;
	padding-bottom: 0;
}
div#sidebar h2 {
	color: #585858;	
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
div#sidebar h3 {
	color: #585858;	
	font-size: 12px;
	margin-left: 5px;
}
div#sidebar a {
	color: #2065A2;	
	text-decoration: none;
	display: block;
}
div#sidebar a span {
	color: #6B737C;	
	font-size: 10px;
}
div#sidebar a:hover {
	color: #DA2824;
}
div#sidebar div {
	margin-bottom: 1em;
}
div#sidebar input {
	margin-bottom: 3px;	
	display: block;
}
div#sidebar input.submit {
width: 103px;
height: 23px;
border: 0px solid #fff;
cursor: pointer;
display: block;
clear: both;
padding-bottom: 5px;
font-weight: bold;
color: #fff;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.2em;
}
body#blue div#sidebar input.submit {
	background: url(/blog/_images/subscribe.png) no-repeat bottom;
	background-color: #2065a2;
}
div#sidebar input.submitGo {
width: 43px;
height: 23px;
border: 0px solid #fff;
cursor: pointer;
display: block;
clear: both;
padding-bottom: 5px;
font-weight: bold;
color: #fff;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.2em;
}
body#blue div#sidebar input.submitGo {
	background: url(/blog/_images/go.png) no-repeat bottom;
	background-color: #2065a2;
}
div#sidebar div#sideUpcoming p {
	margin-bottom: 0;
	color: #585858;
}
div#sidebar div#sideEmail p {
	margin-bottom: .2em;
	font-size: .9em;
}