/*
Theme Name: 1. Standard
Theme URI: http://www.access-bydesign.com
Description: Accessible standard css Rachel Adams theme
Author: http://www.access-bydesign.com
*/ 

/*pretty stuff*/
.subhead{
	color: #006600;
	font-size: large;
	text-transform: capitalize;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.smallersub{
	color: #006600;
	font-size: large;
	text-transform: capitalize;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.indent{
	text-indent: 3em;
}
.alignleft{
	text-align: left;
	color: #999999;
}
.alignright{
	text-align: right;
	color: #999999;
}
.textrightindent{
	text-align: right;
	margin-right: 2em;
	color: #8F7676;
	font-weight: bold;
	font-size: x-small;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.biggertext{
	font-size: x-large;
}
.bigtext{
	font-size: large;
}
.medtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.tinytext{
	font-size: xx-small;
}
.italicgrey{
	font-style: italic;
	color: #333333;
}
.class{
	margin: 2em;
	padding: 2em;
	float: left;
}
hr{
	background-color: #006600;
	width: 50%;
	float: left;
	height: 2px;
}
.centre{
	text-align: center;
}

/*images*/

.imageright{
	margin: 1em;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft{
	margin: 1em;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}

/*layout*/

html, body{
	margin:0;
	padding:0;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFCC;
 } 
 
#pagewidth{
	max-width:98%;
	min-width:50%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	background-color: #FFFFCC;
}

#header{
	position:relative;
	height:225px;
	width:100%;
	color: #907878;
	font-size: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
	text-transform: none;
	padding: 0.5px;
	text-align: left;
	background-image: url(images/tile2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-weight: bold;
} 
 
#sidebar{
	width:30%;
	float:left;
	display:block;
	position:relative;
	min-width: 100px;
	color: #000000;
	text-transform: capitalize;
	line-height: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
#sidebar li{
	list-style-position: outside;
	text-align: left;
	display:list-item;
	padding: 0.5em;
	margin: 0.5em;
	list-style-type: circle;
	color: #006600;
	white-space: nowrap;
}
#sidebar a:link{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 0.5em;
	margin: 0.5em;
}
#sidebar a:hover{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	padding: 0.5em;
	margin: 0.5em;
}
#sidebar a:active{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	padding: 0.5em;
	margin: 0.5em;
}
#sidebar a:visited{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 0.5em;
	margin: 0.5em;
}
#sidebar .subhead{
	color: #006600;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1em;
	text-align:left;
	padding-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
#content{
	float: right;
	display:inline;
	position: relative;
	width:60%;
	text-align: justify;
	vertical-align: top;
	min-width: 50%;
	padding: 0.5em;
	margin-top: 1em;
	margin-right: 0.75em;
	margin-bottom: 1em;
	color: #000000;
	min-height: 400px;
 }
 #content li{
	color: #8F7676;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 1em;
}
.post{
	margin-bottom:15px;
}
.entryblog{
	border-bottom: 1px solid #67806A;
	float:left;
	height:auto;
	padding:0 10px 5px 0;
	width:100%;
}
.read {
	color:#026103;
	float:right;
	height:auto;
	text-align:right;
	width:100%;
}
.read a:link{
	color: #026103;
	text-decoration: none;
	font-weight: bold;
}
read. a:hover{
	color: #026103;
	text-decoration: underline;
	font-weight: bold;
}
.read a:active{
	color: #026103;
	text-decoration: underline;
	font-weight: bold;
}
.read a:visited{
	color: #026103;
	text-decoration: none;
	font-weight: bold;}

.small{
	width:100%;
	font-size:small;
	text-align:right;
}
#footer{
	height:125px;
	width:98%;
	margin-left:1em;
	clear:both;
	font-size: small;
	color: #000000;
	border-top-width:50%;
	padding-top: 2em;
	text-transform: capitalize;
	background-image: url(images/tile2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	margin-top: 1em;
 } 
#footer a:link{
	color: #006600;
	text-decoration: none;
	display: inline;
}
#footer a:hover{
	color: #990000;
	text-decoration: underline;
	display: inline;
}
#footer a:active{
	color: #990000;
	text-decoration: underline;
	display: inline;
}
#footer a:visited{
	color: #333333;
	text-decoration: underline;
	display: inline;}
#searchindent{
	width:80%;
	margin-left:2em;
	padding-left: 2px;
	}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
	position: absolute;
	position: absolute;
	position: absolute;
	position: relative;
	position: absolute;
 }
 
.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*general*/
a:link{
	color: #006600;
	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: #666666;
	text-decoration: none;
	font-weight: bold;}
	
blockquote {
	color: #006600;
	font-weight: bold;
	padding-bottom: 1em;
}

.nodisplay{
	display:none;}

.linklove{
display:none;}