/* Print Styles */

@media print {
* {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}

body {
	background-color:#CCC;
	color:#000;
	text-align:justify;
	font-family:"Lucida bright",Verdana,Georgia,Inherit,"Times new roman",Arial,Sans-Serif,serif;
	font-size:100.01%;
	line-height:1;
	padding:5px 0 5px 0;
}

ol,ul {
	list-style:none;
}

li {
	line-height:160%;
}

p {
	line-height:150%;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	text-align:left;
	color:#000080;
}

a:visited {
	color:#000080;
}

a:hover, a:active {
	text-decoration:underline;
	color:#000080;
}

h1, h2, h3, h4, h5, h6, p {
	page-break-after:avoid; 
	page-break-inside:avoid
}

img {
	padding:1px;
	border:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

.center {
	text-align:center;
}

.pageheader {
	margin:0 0 20px 0;
	text-align:center;
}

#container {
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
	background-color:#FFF;
}

#bodycontent {
	width:100%;
}

#sidebar {
	display:none;
}

#sidebar_r {
	display:none;
}

#header {
	position:relative;
	width:100%;
	height:auto;
	margin:0 20px 15px 20px;
	padding:0 0 0 0;
	border:none;
	text-align:left;
}

#header a {
	text-align:left;
}

#header a img {
	vertical-align:top;
	text-align:left;
	padding:5px 0 0 0;
	border:none;
	width:35%;
	height:auto;
}

#header #date_home, #header #date_else {
	display:none;
}

#page_bar_container {
	display:none;
}

#sectionheader {
	display:none;
}

#newslist {
	display:none;
}

#sharebox {
	display:none;
}

#postimage {
	display:none;
}

#mugshot {
	display:none;
}

#fourcol {
	width:auto;
}

#fourcol_table {
	width:auto;
}

.fourcol_col_1 {
	display:none;
	border:none;
	width:0px;
}

.fourcol_col_4 {
	display:none;
	border:none;
	width:0px;
}

#threecol {
	width:auto;
}

#threecol_table {
	width:auto;
}

.threecol_col_1 {
	display:none;
	border:none;
	width:0px;
}

.threecol_col_2 {
	border:none;
	width:auto;
}

.threecol_col_3 {
	display:none;
	border:none;
	width:0px;
}

#content {
	margin:0 20px 0 20px; 
	float:none; 
	width:auto;
}

#content img {
	display:none;
}

#content h2 { /*Headline*/
	padding:0 0 0 0;
	font-size:22px;
	line-height:26px;
	font-style:normal;
	font-weight:bold;
}

#content h3 { /*Deck*/
	padding:0 0 0 0;
	font-size:18px;
	line-height:26px;
	font-style:normal;
	font-weight:bold;
	margin:0 0 10px 0;
}

#content h4 { /*Author,Date*/
	padding:0 0 0 0;
	font-size:12px;
	line-height:16px;
	font-style:normal;
	font-weight:550;
	color:#000;
	margin:0 0 0 0;
}

#content h5 { /*Image Credit*/
	display:none;
}

#content h6 { /*Image Caption*/
	display:none;
}

#content h8 { /*Email*/
	display:none;
}

#content a {
	text-decoration:none;
	color:#000;
}

#content p {
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	margin:15px 0 14px 0;
}

#content #entry p {
	line-height:20px;
	font-size:14px;
}

#content p.copyright {
	border:none;
	text-align:left;
	font-family:"Lucida bright",Verdana,Georgia,Inherit,"Times new roman",Arial,Sans-Serif,serif;
	font-weight:bold;
	font-size:12px;
}

#share {
	display:none;
}

#morearticles {
	display:none;
}

#footer {
	display:none;
}

#commentform {
	display:none;
}

#respond {
	display:none;
}

#trailer {
	display:none;
}

img.centered {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

img.right {
	padding: 4px; 
	margin: 0 0 2px 7px; 
	display: inline;
}

img.left {
	padding: 4px; 
	margin: 0 7px 2px 0; 
	display: inline;
}

.right {
	float: right;
}

.left {
	float: left;
}
}