/*
Theme Name: 1. Standard
Theme URI: http://www.access-bydesign.com
Description: Accessible standard text css Alpha-Omega theme
Version: 2.2
Author: http://www.access-bydesign.com
/* plus a bit of basic layout generated by csscreator.com with some SERIOUSLY clever stuff added by access - by design 
*/ 

/*pretty stuff*/
.subhead{
	font-weight: bold;
	font-size: medium;
	color: #333333;
	font-family: Tahoma;
	text-transform: uppercase;
}
.textright{
	text-align: right;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.aligntextcenter{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.bold_underlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.indenttext{
	font-weight: bold;
	text-indent: 2%;
}
.bigtext{
	font-size: xx-large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
	text-align: justify;
}
.subheadblack
	{
	font-weight: bold;
	font-size: large;
	color: #000000;
}

.smallersub{
	font-weight: bold;
	font-size: medium;
	color: #444E1C;
	text-transform: uppercase;
	font-family: Tahoma;
}
.footersub{
	font-weight: bold;
	font-size: medium;
	color: #000000;
	text-transform: uppercase;
	font-family: Tahoma;
}

.topleft{
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	float: left;
}
.bluebold{
	color: #000033;
	font-weight: bold;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
.boldquote {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	text-transform: none;
}
.postmetadata{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
.boxed {
	margin-bottom: 1em;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.boxed .title {
	padding: 2px 0 0 2px;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bolder;
	color: #000000;
}

.boxed .content {
	padding: 2px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-position: outside;
	list-style-type: square;
	}

.entry ul li:before, #sidebar ul ul li:before {
	list-style-position: outside;
	list-style-type: square;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry{
}
.bluetagline{
	font-size: medium;
	color: #000066;
	font-weight: bold;
}
.blueitalic{
	font-size: medium;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.bolditalic{
	font-weight: bolder;
	font-style: italic;
	color: #000066;
}
.hugetext{
	color: #000000;
	font-weight: bolder;
	font-size: 4em;
}
.widgettitle{
	color: #666666;
	font-size: medium;
	font-weight: bolder;
	text-transform: uppercase;
	text-indent: 1em;
}
.randomclass{
	float: right;
}
.green_head{
    font-size: medium;
	font-weight: bold;
	color: #4F9851;
}
.details{
	font-size: small;
	font-weight: bold;
	color: #4F9851;
	display: list-item;
}
.whitehuge{
	font-family: Tahoma;
	font-size: xx-large;
	color: #FFFFFF;
}
/*images*/
.imagelayout {
	display: inline;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft{
	float:left;
	padding: 2em;
}
.imageright{
    float:right;
	padding: 2em;
}
.imagewrap {
	margin: 5px;
	padding: 5px;
	float: left;
}
/*layout*/
html, body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	letter-spacing: 2px;
	word-spacing: 1px;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
} 
 
#pagewidth{
	max-width:98%;
	min-width:25%;
	margin-top: 1em;
	margin-right: 4em;
	margin-bottom: 4em;
	margin-left: 4em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color: #FFFFFF;
	border: thick solid #99CCCC;
}

#header{
	position:relative;
	height:200px;
	width:100%;
	text-align: left;
	vertical-align: top;
	color: #000000;
	font-size: x-small;
	margin-bottom: 2em;
	background-image: url(/images/topbground.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
#header a:link{
	color: #A2B54C;
	text-decoration: underline;
}
#header a:hover{
	color: #444E1C;
}
#header a:active{
	color: #FFFFFF;
}
#header a:visited{
	color: #000000;
}

h2{
	font-size: medium;
	color: #006600;
	font-family: Tahoma;
	text-transform: uppercase;
} 
  
#twocols{
	width:98%;
	height:auto;
	float:left;
	position:relative;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
 
#sidebar{
	width:25%;
	max-width:250px;
	height:auto;
	float:left;
	display:inline;
	position:relative;
	color: #FFFFFF;
	font-size: x-small;
	margin-bottom: 2em;
	border: thick solid #CCCCCC;
	padding: 1em;
	background-color: #99CCCC;
	font-style: normal;
	font-weight: bold;
}
#sidebar li{
	list-style-type: square;
	padding-right: 0.5em;
}

#sidebar a:link{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	padding-right: 1em;
}
#sidebar a:hover{
	color: #003300;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #003300;
	padding-right: 1em;
	background-image: url(/images/bulletsunflower.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar a:active{
	color: #003300;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #003300;
	padding-right: 1em;
	background-image: url(/images/bulletsunflower.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	padding-right: 1em;
}
 
#content{
	float: right;
	display:inline;
	position: relative;
	width:60%;
	text-align: justify;
	color: #000000;
	letter-spacing: 1ems;
	border: thick solid #CCCCCC;
	margin-bottom: 2em;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
 }
#content li{
	font-style: 2ems;
	list-style-position: outside;
	list-style-image: url(/images/bulletsunflower.gif);
	color: #006600;
}
#content img{
	margin: 1em;
}
#footer{
	height:125px;
	clear:both;
	padding-top: 25px;
	padding-left:25px;
	color: #000000;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #99CCCC;
	font-size: x-small;
	background-color: #FFFFFF;
	margin-top: 2em;
	background-image: url(/images/bigbground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bolder;
 }
#footer a:link{
	color: #000066;
}
#footer a:hover{
	color: #990000;
}
#footer a:active{
	color: #990000;
}
#footer a:visited{
	color: #999999;
}
#logo{
	width: 100%;
}
#box {
	width:75%;
	display: block;
	margin-left: 10%;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin double #372C28;
}

#box li{
	list-style-position: outside;
	list-style-image: url(/images/leafbullet.gif);
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

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

/*general*/
a:link{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
}
a:active{
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
}
a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.nofloat{
	float: none;
}
 .hide{
 	display:none;}
.nodisplay{
	display:none;}
.linklove{
	display:none;}
ul {
	list-style-position: outside;
}

ul li {
	list-style-position: outside;
	list-style-type: square;
}

ol {
	list-style:lower-alpha;
}

ol li {
}