/*
Theme Name: Print Text
Theme URI: http://wordpress.org/
Description: Accessible print text css 
Version: 2.2
Author: http://www.access-bydesign.com

*/ 

html, body{
	margin:1%;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
} 
 
#pagewidth{ 
 max-width:98%;    
}
a:link{
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #009999;
	font-weight: bolder;
	text-decoration: underline;
}
a:active{
	color: #009999;
	font-weight: bolder;
	text-decoration: underline;
}
a:visited{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#header{
	display:none;
} 
  
#twocols{
	width:98%;
	height:auto;
	float:left;
	position:relative;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
 
#sidebar{
	display:none;
}
 
#content{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:100%;
	text-align: justify; 
 }
 
#footer{
 display:none;
 }
 /*classes and prettystuff*/
 
 .hide{
 	display:none;}
.nodisplay{
	display:none;}
.subheadblack
	{
	font-weight: bold;
	font-size: large;
	color: #000000;
}
.subhead{
	font-weight: bold;
	font-size: large;
	color: #000000;
}
.smallersub{
	font-weight: bold;
	font-size: medium;
	color: #000000;
}
ul {
	margin-left: 2em;
	margin-bottom:2em;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
}

ul li {
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
}

ol {
	margin-left: 2em;
	margin-bottom:2em;
	list-style:lower-alpha;
}

ol li {
}
.imagelayout {
	display: inline;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft{
	float:left;
	padding: 2em;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.topleft{
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	float: left;
}
.bluebold{
	color: #0099FF;
	font-weight: bold;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
#box {
	width:50%;
	display: block;
	margin-left: 20%;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin double #372C28;
}
.boldquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #009999;
	text-align: justify;}
.postmetadata{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
.imagewrap {
	margin: 5px;
	padding: 5px;
	float: left;
}
.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 2px 0 0 2px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #0099FF;
}

.boxed .content {
	padding: 2px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	}

.entry ul li:before, #sidebar ul ul li:before {
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry{
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #666666;
}
.bluetagline{
	font-size: medium;
	color: #0099FF;
	font-weight: bold;
}
.blueitalic{
	font-size: medium;
	color: #0099FF;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
bolditalic{
	font-weight: bolder;
	font-style: italic;
	color: #0099FF;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

