/*
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 {
	margin:0px;
	padding-left: 0px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #000;
}
.subhead  a, subhead  a:visited{
	color: #0A0809;
	text-decoration: none;
}
.subhead  a:hover{
	color: #0A0809;
	text-decoration: none;
}
.subhead  a:active{
	color: #0A0809;
	text-decoration: none;
}
.second-heading {
	color: #099;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #009999;;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
.second-heading a, .second-heading a:visited {
	color: #099;
	text-decoration: none;
}
.second-heading a:hover {
	color: #099;
	text-decoration: none;
}
.second-heading a:active {
	color: #099;
	text-decoration: none;
}
.small-heading {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #545a58;
	margin: 10px 0px 5px;
}
.smalltext{
	display:none;
}
.postmetadata{
	display:none;
}
.post-cat{
	display:none;
}
.post-calendar{
	display:none;
}
.post-edit-link{
	display:none;
}
.more-link{
	display:none;
}
.navigation{
		display:none;
}
.another-heading {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #545a58;
	margin: 10px 0px 5px;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.nodisplay{
	display:none;
}
.indent-bothsides{
	margin-left:20%;
	margin-right:25%;
}

.sidesubhead {
	font: 1em "Lucida Sans",sans-serif;
	text-transform:lowercase;
	text-align:left;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#FFFFFF;
	}
/*images*/

img{
	
	border:none;
}
.imageright{
	margin: 1em;
	float: right;
	border: none;
}
.imageleft{
	margin: 1em;
	float: left;
	border: none;
}
.image-centre{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:none;}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.random{
	padding:0.5em;
	margin:0.5em;
	border: groove 3px #666;
	float:right;
}
/* align*/
.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/*layout*/
html{
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: small;
}
h1 {
	display:none;
	margin:0px;
	padding-left: 0px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #000;
}
.second-heading{
	border-bottom:none;
}
.description{
	display:none;
}
#sidebar{
	display:none;
}
#footer{
	display:none;
}
.topaccess{
	display:none;
}
#nav{
	display:none;
}
#suckerfishnav{
	display:none;
}
#breadcrumb	{
	display:none;
}
.linklove{
	display:none;
}
#fbar{
	display:none;
}
