/*
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: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #468259;
	padding-left: 20px;
	font-size: 2em;
	background-image: url(/images/minibubble.png);
	background-repeat: no-repeat;
	line-height:40px;
	background-position: left center;
	background-color: #FFFFFF;
}
.second-heading{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #468259;
	padding-left: 20px;
	font-size: 1.5em;
	background-image: url(/images/g-minibubble.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}	
.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;
}
.addresstext{
	font-size: medium;
	color: #0099CC;
}
.bigbluetext{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00b3d7;
	padding-left: 20px;
	font-size: 2em;
	line-height:40px;
	background-color: #FFFFFF;
}
.bluetext{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #00b3d7;
	background-color: #FFFFFF;
}
.name{
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #468259;
	padding-left:1.5em;
	background-image: url(/images/minibubble.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}
h1{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #468259;
	padding-left: 20px;
	font-size: 2em;
	background-image: url(/images/minibubble.png);
	background-repeat: no-repeat;
	line-height:40px;
	background-position: left center;
	background-color: #FFFFFF;
}
/*image*/
.img{
display:none;
}
/* main */

html* {
	margin:0px;
	padding:0px;
	}	
body {
	color: #000000;
	padding: 13px 0 25px 0;
	min-height:101%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}

a:link, a:visited {
	color: #000099; /*font title*/
	text-decoration:none;
	}

a:hover, a:active {
	color:#D50000; /*hover title*/
	text-decoration:none;
	}

hr {
	display: block;
	height:2px;
	border:0;
	background-color: #0099FF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

.small {
	font-size: small;
	font-style:italic;
	background:#fffff;
	padding:0 0 0 4px;
	}
	
.smalllatest {
	font-size: small;
	font-style:italic;
	background:#fffff;
	padding:4px 0 0 4px;
	}	
	
.postlink{
	background:#fffff;
	padding-top:15px;
	}	

img, a:link img, a:visited img {
display:none;
}

#topaccess{
	display:none;
	}
.page-title{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #468259;
	padding-left: 20px;
	font-size: 2em;
	background-color: #FFFFFF;
	}	
/* Structure */

#page {
	width:100%;
	margin:0 auto;
	background:#FFF;
	padding: 10px 25px 25px 25px;
	}
#sidebar {
display:none;
}
.sidesubhead {
display:none;
}
.sideblock
{
display:none;
}



#contenttitle {
	float:left;
	width:53%;
	margin: 0px;
	padding: 10px 0px 0px 8px;
	
	}	
		
#nav 
	{
display:none;
}
	
	
#header {
display:none;
}
#address{
display:none;
}
.mainheader{
display:none;
}
.

#content {
	width:100%;
	float:left;
	text-align:justify;
	}
#content ul{
	width:80%;
	margin:1em;
	text-align: justify;
	color: #000000;
	font-size: small;
	padding: 2em;
	border: 1px solid #666666;
	word-spacing: normal;
	line-height: 1em;
	font-style: italic;
}
#content li{
	line-height: 2em;
	list-style-image: url(images/gobutton2.gif);
	list-style-position: outside;
}
	
.description {
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	padding-left:10px;
	}
	
#headerimage {
	margin-top:22px;
	}

.title {
	font-family: Arial, Verdana;
	font-size:1.5em;
	}
	
#sidelist li {
	list-style:none;
	}

#flashcontent{
	width:100%;
	float:none;
	display:block;
	text-align:center;
	height:auto;
}

/*Search*/

select {
display:none;
}

#searchform {
display:none;
}

#searchform #s{
display:none;
}

#searchform #searchsubmit {
display:none;
}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
		}

.clearfloat {
	display:block;	
	}

#footer {
display:none;
}
/*general*/
blockquote {
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	background-image: url(images/img11.gif);
	background-repeat: no-repeat;
	margin-bottom: 2em;
	padding-bottom:1em;
	padding-top: 0;
	padding-right: 0;
	padding-left: 40px;
}

.linklove{
	display:none;
}
#suckerfishnav {
display:none;
}
