/*
Theme Name: 1. Standard Text
Theme URI:  http://www.access-bydesign.com
Description: Accessible standard text css SFC theme
Version: 2.2
Author: http://www.access-bydesign.com

/* plus 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: #10839D;
}
.smallersub{
	font-weight: bold;
	font-size: medium;
	color: #107996;
}
.subheadblack{
	font-weight: bold;
	font-size: large;
	color: #000000;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.underline{
	text-decoration: underline;
}
.boldunderline{
	font-weight: bold;
	text-decoration: underline;
}
.hugetext{
	color: #000000;
	font-weight: bolder;
	font-size: 4em;
}
.largetext{
	font-size: large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmall{
	font-size: x-small;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.aligncentre{
	text-align: center;
}
.topleft{
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	float: left;
}
.bluebold{
	color: #000099;
	font-weight: bold;
}
.blueitalic{
	font-size: medium;
	color: #000099;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
.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;
}

/*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;
}
.imagecentre{
	text-align:center;
	float:none;
	margin-left:auto;
	margin-right:auto;}

/*layout*/

html{
	margin:0px;
	padding:0px; 
}
body{
	margin:0px;
	padding:0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #DFEEF5;
	background-image: url(/images/sea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 } 
 
#pagewidth{
	max-width:60%;
	min-width:600px;
	margin-top: 2em;
	margin-right: 3em;
	margin-bottom: 3em;
	margin-left: 3em;
	background-color: #FFFFFF;
	border: medium inset #999999;
	padding: 2em;
}

#header{
	position:relative;
	height:auto;
	width:98%;
	text-align: left;
	vertical-align: top;
	font-size: x-small;
}


#sidebar{
	width:20%;
	height:auto;
	float:right;
	display:inline;
	position:relative;
	color: #000000;
	font-size: x-small;
	line-height: 1em;
	min-width:160px;
	margin-top:1em;
	padding-top:2em;
}
#sidebar a:link{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	display: list-item;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#sidebar a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: list-item;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	font-size: x-small;
	background-image: url(/images/jump.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar a:active{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: list-item;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	font-size: x-small;
	background-image: url(/images/jump.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar a:visited{
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	display: list-item;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	margin-top: 0.5px;
	margin-bottom: 0.5px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
 
#content{
	float: left;
	display:inline;
	position: relative;
	width:50%;
	min-height:400px;
	text-align: justify;
	color: #000000;
	letter-spacing: 1ems;
 }
#content  ul {
	color: #000000;
	background-color: #E6F2FF;
	margin: 2em;
	padding: 2em;
	height: auto;
	width: 75%;
	border: thin ridge #333333;
	display: block;
	font-weight: bold;
	text-align: left;
}

#footer{
	height:125px;
	clear:both;
	padding-top: 25px;
	padding-left:25px;
	color: #000000;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #999999;
	font-size: x-small;
 }
#logo{
	width: 100%;
}

#box {
	width:50%;
	display: block;
	margin-left: 20%;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin double #372C28;
}

#flashcontent{
	height:250px;
	width:99%;
	margin-top: 0em;
	text-align: left;
	border: thin solid #252c63;
	background-image: url(/images/bubbles.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}


 /* *** 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 */  


/*misc*/

h1{
	font-size: 400%;
}
h2{
	font-size: medium;
	color: #1189A2;
} 

a:link{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
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;
}
.linklove{
	display:none;
}
 .nofloat{
	float: none;
}
 .hide{
 	display:none;}
.nodisplay{
	display:none;}
.boldquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: justify;}
.postmetadata{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
.widgettitle{
	color: #0C7996;
	font-size: medium;
	font-weight: bolder;
	text-transform: uppercase;
}
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;
}
