/*
Theme Name: Print 
Theme URI: http://www.access-bydesign.com
Description: Accessible printable text css living Elements Clinic
Version: 2.2
Author: http://www.access-bydesign.com

/*classes and prettyy stuff*/
.subhead{
	color: #cc33cc;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:1em;
	text-align:left;
}
.subheadblue{
	font-size: 24px;
	font-weight: bold;
	color: #003366;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.underline{
	text-decoration: underline;
}
.verybigtext{
	font-size: 36px;
}
.bigtext{
	font-size: 24px;
}
.medium-text{
	font-size: 18px;
}
.smalltext{
	font-size: 12px;
}
.verysmalltext{
	font-size: 10px;
}
/*alignment*/
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.center{
	text-align: center;
}
.indent{
	text-indent: 3em;
}
.leftnomargin{
	float: none;
	vertical-align: middle;
}
.alignleft{
	text-align: left;
	color: #999999;
}
.alignright{
	text-align: right;
	color: #999999;
}
.textrightindent{
	text-align: right;
	margin-right: 2em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
}

/*images*/
.imageright{
	margin: 1em;
	float: right;
	border: none;
}
.imageleft{
	margin: 1em;
	float: left;
	border: none;
}
.images-inline{
    margin: 1em;
	float: left;
	display:inline;
	border: none;
}
.end-images-inline{
    margin: 1em;
	float: none;
	display:inline;
	border: none;
}
/*layout*/
html{
	margin:0px;
	padding:0px;
	background-repeat: repeat;
}
body{
	margin:1em;
	padding:0px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
 } 
 
#pagewidth{
	max-width:98%;
	min-width:50%;
}

a:link{
	color: #cc33cc;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #cc33cc;
	text-decoration: none;
	font-weight: bold;}
 
#header{
	position:relative;
	height:200px;
	width:98%;
	color: #FFFFFF;
	font-size: small;
	padding-right: 1em;
	padding-left: 1em;
	margin:1em;
	text-align:left;
} 
#randomimage{
	width:98%;
	text-align:right;
	background-position:top right;
	background-repeat:no-repeat;
}
#topaccess {
	display:none;
}
#sidebar{
	display:none;
 }
.sidesubhead{
	display:none;
}
 .widgetstyle{
	display:none;
	}
#sidebar .rsswidget{
	display:none;
}

#nav{
	display:none;
} 
#flashcontent{
	display:none;
}
#flashcontent2{
	display:none;
}
#content{
	float: none;
	display:inline;
	position: relative;
	width:98%;
	text-align: justify;
	vertical-align: top;
 } 
 #content li{
	color: #666666;
	list-style-image: url(/images/man-bullet.gif);
	list-style-position: outside;
}
#footer{
	display:none;
 } 

 
h1{
	display:none;
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}
h2{
	color: #000000;
	font-weight: bold;
	font-size: 24px;
}

.nodisplay{
	display:none;}
hr{
	float: none;
	width: 75%;
	border-top-width: thin;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00CCFF;
	margin-bottom:2em;
}
.randomclass{
	float: right;
}
.linklove{
	display:none;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
blockquote{
	font-style:italic;
	color: #666666;
}
.quotemark{
	color: #cc33cc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	}
/*suckerfish*/
#suckerfishnav {
   display:none;	
    }
#suckerfishnav, #suckerfishnav ul {
   display:none;
    }
#suckerfishnav a {
    display:none;
    }
#suckerfishnav li {
    display:none;
    }
