@charset "UTF-8";
/* CSS Document */


div#wp_content {
	width:600px;
	float:left;
	}
	
div#wp_menu {
	width:250px;
	float:right;
	}
	
div.meta,div.feedback {
	margin:0 20px 0 51px;
	font-size:75%;
	}
	
h3.storytitle {
	font-size:160%;
	margin-top:0.5em;
	margin-bottom:0;
	}
h3.storytitle a {
	text-decoration:none;
	}
h3.storytitle a:hover {
	text-decoration:underline;
	}
div.post {
	margin-bottom:30px;
	}
	
div#wp_menu ul {
	margin:0;
	}
div#wp_menu li {
	list-style-type:none;
	margin-left:0;
	font-size:85%;
	}
div#wp_menu ul li {
	font-weight:bold;
	margin:1em 0 0 0;
	}
div#wp_menu ul li ul li {
	font-weight:normal;
	margin:0 10px;
	}
	
div#calendar_wrap {
	text-align:center;
	}
table#wp-calendar {
	width:90%;
	margin:0 auto;
	}
table#wp-calendar th, table#wp-calendar td {
	width:14%;
	text-align:center;
	}
table#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:7px;
	}
h3.storytitle {
	display:none;
	}
div.category-press-release h3.storytitle {
	display:block;
	}
div#blogBrandingHeader {
	display:none;
	}

	
@media screen {
.printOnly { display:none; }
}

@media print {
div.category-press-release h3.storytitle {
	display:none;
	}
div#blogBrandingHeader {
	display:block;
	text-align:center;
	padding-bottom:25px;
	}
body, div#mainDiv, table.main, table.main td.content {
	background-color:#FFFFFF;
	width:100%;
	}
div#flashHeader, div#FlashHeaderDiv {
	display:none;
	}
body, p, h1, h2, h3, a {
	color:#000;
	}
table.footer {
	display:none;
	}
div#wp_menu {
	display:none;
	}
div#wp_content {
	width:100%;
	}
h3.storytitle {
	display:block;
	}
div.category-press-release h3.storytitle {
	display:none;
	}
.printOnly { display:block; }
.screenOnly { display:none; }

}