/*
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;
} 
#sidebar{
	display:none;
}
 
#content{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:100%;
	text-align: justify; 
 }
 
#footer{
 display:none;
 }
 /*classes and prettystuff*/
 
.subhead{
	color:#000000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.sidesubhead {
	font: 1em Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}
.bold{
	font-weight: bold;
}
.bold_underlined {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.centertext {
	text-align: center;
}
.indenttext{
	font-weight: bold;
	text-indent: 2%;
}
.bigtext{
	font-size: xx-large;
}
.largetxt{
	font-size: large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
	text-align: justify;
}
.textrightindent{
	text-align: right;
	margin-right: 2em;
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.alignright{
	float: right;
}
.alignleft{
	float:left;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
/*images*/

.imagestyle{
	float: left;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagecentre {
	text-align: center;
}
.imagestyleright {
	float: right;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 2%;
}
.imageleft{
	float: left;
	margin: 1em;
	border:0px;
}
.imageright{
	float: right;
	margin: 1em;
	border:0px;
}
