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

*/ 

/*pretty stuff*/
.subhead{
	font-weight: bold;
	font-size: medium;
	color: #006699;
}
.smallersub{
	font-weight: bold;
	font-size: small;
	color: #333333;
}
.textright{
	text-align: right;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.aligntextcenter{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.bold_underlined {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.indenttext{
	font-weight: bold;
	text-indent: 2%;
}
.bigtext{
	font-size: xx-large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
	text-align: justify;
}
.subheadblack
	{
	font-weight: bold;
	font-size: large;
	color: #000000;
}

.smallersub{
	font-weight: bold;
	font-size: medium;
	color: #444E1C;
	text-transform: none;
}
.footersub{
	font-weight: bold;
	font-size: medium;
	color: #000000;
	text-transform: uppercase;
	font-family: Tahoma;
}

.topleft{
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	float: left;
}
.bluebold{
	color: #000033;
	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;
}
.boldquote {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	text-transform: none;
}
.postmetadata{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
.boxed {
	margin-bottom: 1em;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.boxed .title {
	padding: 2px 0 0 2px;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bolder;
	color: #000000;
}

.boxed .content {
	padding: 2px;
}

.bluetagline{
	font-size: medium;
	color: #000066;
	font-weight: bold;
}
.blueitalic{
	font-size: medium;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.bolditalic{
	font-weight: bolder;
	font-style: italic;
	color: #000066;
}
.hugetext{
	color: #000000;
	font-weight: bolder;
	font-size: 4em;
}
.widgettitle{
	color: #666666;
	font-size: medium;
	font-weight: bolder;
	text-transform: none;
	text-indent: 1em;
}
.randomclass{
	float: right;
}
.green_head{
    font-size: medium;
	font-weight: bold;
	color: #4F9851;
}
.details{
	font-size: small;
	font-weight: bold;
	color: #4F9851;
	display: list-item;
}
.pagetitle{
	font-size: x-large;
	color: #000000;
	font-family: Tahoma;
}
/*images*/
.imagelayout {
	display: inline;
	float: left;
	padding: 1em;
	border:none;
}
.imageleft{
	float:left;
	padding: 2em;
	border:none;
}
.imageright{
    float:right;
	padding: 2em;
	border:none;
}
.imagewrap {
	margin: 5px;
	padding: 5px;
	float: left;
	border:none;
}
/*layout*/
html{
	margin:0px;
	padding:0px;
	
	}
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
} 
/*#topimage{
	background-image: url(/images/leaves--top.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index:200;
	overflow:visible;
	display:block;
	height:282px;
	width:425px;
	position:absolute;
	top:0px;
	right:0px;
}*/
 
#pagewidth{
	max-width:100%;
}

#header{
display:none;
}
#logo{
display:none;
}


#flashcontent{
display:none;
}

#wrapper{
	float:none;
	clear:both;
	width:100%;
}


h2{
	font-size: medium;
	color: #006699;
} 
  
#twocols{
	width:100%;
	height:auto;
	float:left;

}
 
#sidebar{
display:none;
}

 
#content{
	float: left;
	display:inline;
	position: relative;
	width:100%;
	text-align: justify;
	color: #000000;
	letter-spacing: 1em;
	margin-bottom: 2em;
	padding: 2em;
	border: none;
 }
#content li{
	padding-left:1em;
	padding-bottom:0.75em;
	color: #000000;
	font-weight: bold;
	list-style-position: outside;
	color: #000000;
	list-style-image: url(/images/bullet.gif);
}
#content img{
	margin: 1em;
}
#footer{
display:none;
}



/*general*/

.nofloat{
	float: none;
}
 .hide{
 	display:none;}
.nodisplay{
	display:none;}
.linklove{
	display:none;}
ul {
	list-style-position: outside;
}
blockquote {
	border: 3px double #cecece;
	font-style: italic;
	width:70%;
	text-align: center;
	margin-top: 2em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}
/*Search*/
#searchit{
	display:none;
}

select {
	display:none;
}


#searchform {
	display:none;
}
