/* Print Style Sheet */

@media print {

html, body {
	background:white;
	font-size:10pt;
	font:12pt Optima, Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
	margin:2em;
}
a {
color:#999;
text-decoration: none;
}

div.col2 {
display: none;
}
#sidebar {
	display:none;
}

#header {
	height:75px;
}

#content{
	margin-left:0;
	float:none;
	width:auto;
}

#content a {
	font-weight:bold;
	color:#000066;
	text-decoration:underline;
}

#comments {
	display: none;
border-top: 2px solid #000;
}

#commentform {
	display: none;
}

#footer, .ad {
	display:none;
}

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

h1 {
	font:16pt Optima, Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
}
h3 {
	margin-left:0px;
	margin-bottom:0px; 
	padding-bottom:0px;
}

blockquote, table, pre {
	page-break-inside:avoid;
}

ul, ol, dl  {
	page-break-before:avoid;
}

dt {
	page-break-after:avoid;
	page-break-inside:avoid;
	margin-top: 1em;
}

dd {
	page-break-before:avoid;
	page-break-inside:avoid;
}

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;
}

.demo .red {
	color:black;
	font-weight:bold;
}

.right {
	float: right;
}

.left {
	float: left;
}
.postinfo {
color:#999;
font-size:80%;
font-style: italic;
line-height:1.25em;
margin:10px 0;
clear:left;
}

p.wp-caption-text {
color:#666;
font-style:italic;
font-size: 70%;
line-height: 1.25em;
margin:0;
padding:0 4px 5px;
}

/*===== o0o: IMAGES =====*/
/* Images General */
.alignleft {
float:left;
}
.alignright {
float:right;
}
img {
	page-break-inside:avoid;
	page-break-after:avoid;
	border:0;
}


}
