@charset "UTF-8";

/* Handy font size definitions 
font-size: .625em;   16px x .625   = 10px 
font-size: .6875em;  16px x .6875  = 11px 
font-size: .75em;    16px x .75    = 12px 
font-size: .8125em;  16px x .8125  = 13px 
font-size: .875em;   16px x .875   = 14px
font-size: .9375em;  16px x .9375  = 15px
font-size: 1.0625em; 16px x 1.0625 = 17px
font-size: 1.5em;    16px x 1.5    = 24px
*/


/******** Styles for printer-friendly version **********/

body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff !important;
}

#page-wrapper .header #header-inner {background:#fff !important;}

#navigation .mainnav {display:none;}
#outer-user-menu-wrap, #user_menu {display:none;}


#nav, #side, #footer, .post-meta, #respond, .reply, .post-info {
	display: none;
}
.content {max-width:511pt !important;}
#header_image {display:none;}
.header_right {display:none;}
#outer-user-menu-wrap {display:none;}
#navigation {display:none;}
#header-breadcrumb {margin-top:15px;}
.footer_wrapper {display:none;}
.rotating-banner {display:none;}

#wrap-inner {font-size:0.7em !important;}


#header h1 {
	text-align: center;
	font-size: 16pt; font-style: italic;
	margin: 0;
}
#header h2 {
	text-align: center;
	font-size: 10pt;
}

#content h2 {
	font-size: 14pt;
	font-style: italic;
}

#content h3 {
	font-size: 12pt;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

#main p a:after {
	content: " ("attr(href)") ";
	font-size: 8pt;
}

#comments {
	page-break-before: always;
}

ol.commentlist li {
	list-style: none;
	border-bottom: 2px solid #eee;
	margin: 0 0 10pt 0;
}
	ol.commentlist li div.comment-meta {
		font-size: 6pt;
	}

a:link {color:#000 !important; text-decoration:none;}
a:visited {color:#000 !important; text-decoration:none;}

/* for IE specific
.box 
	
	background: gray; /* standard */

/*	background: pink\9; /* IE 8 and below */

/*	*background: green; /* IE 7 and below */

/*	_background: blue; /* IE 6 */

/*  

/*Blockquote wrapper*/
blockquote {
	border-left: 5px solid #000;
	margin: 0 auto;
	padding: 0 1em;
	width: 80%;
}
/*Quote content*/
blockquote p {
	color: #000 !important;
	font-size: 1.4em !important;
	font-style: italic;
	font-weight: bold;
}
/*Quote from*/
blockquote p:nth-child(2) {
	color: #000 !important;
	font-weight: normal;
	font-size: 1em !important;
}











	/* DOES THIS RENDER CORRECTLY */
