/*
Theme Name: 4. Print
Theme URI: http://wordpress.org/
Description: Accessible print ready text css theme
Version: 2.2
Author: http://www.access-bydesign.com

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
/* plus basic layout generated by csscreator.com with some SERIOUSLY clever stuff added by access - by design 
*/ 
/*Lovely Accessible Design by Access-byDesign */

html, body{
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-top: 0%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
} 
 
#pagewidth{ 
 max-width:98%;  
 min-width:25%; 
}
a:link{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
}
a:active{
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
}
a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#header{
	position:relative;
	height:90px;
	width:100%;
	}   
#twocols{
	width:95%;
	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:80%;
	min-height:400px;
	text-align: justify; 
 }
 
 #content li{
	color: #333333;
	font-weight: bold;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
 
#footer{
	height:125px;
	clear:both;
	padding-top: 25px;
	padding-left:25px;
 }
 /*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: #990000;
}
.smallersub{
	font-weight: bold;
	font-size: medium;
	color: #000000;
}
.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;
}
.imageright{
	float:right;
	padding: 1em;
}
.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;
}
.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 */  

h2{
	font-size: small;
	color: #990000;
	font-weight: bold;	
}
h2 li{
	list-style-type: none;
}
#bottomborder{
	height:300px;
}
hr{
	height: 2px;
	background-color: #7A9F67;
}
.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px inset #990000;
	padding-left: 1em;
	margin-right: 2em;
	padding-right: 3em;
}