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

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
/* plus basic layout generated by csscreator.com with some SERIOUSLY clever stuff added by access - by design 
*/ 
html, body{  
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF;
 font-weight: normal;
 font-size: small;
 } 
 
#pagewidth{
	max-width:98%;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
}
 
#header{
 position:relative; 
 height:200px; 
 width:98%;
} 
 
#leftcol{
	width:20%;
	display:inline;
	float:left;
	position:relative;
	padding-right: 1em;
	color: #000000;
	padding-left: 1em;
	min-width:150px;

 }
#leftcol li{
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 0.5em;
}
#leftcol a{
	display: block;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #D2D2CA;
	color: #000000;
	background-color: #FFFFFF;
}
#leftcol a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFFFF;
}
#leftcol a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
#leftcol a:hover{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(images/bluesky.jpg);
}
#leftcol a:active{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(images/bluesky.jpg);
}
#twocols{
 width:65%; 
 float:right; 
 position:relative;
 display:inline;
  }
  #footer{
	height:200px;
	width:98%;
	margin-left:1em;
	clear:both;
	font-size: small;
	color: #000000;
 } 
.sidebarheading {
	font-size: medium;
	font-weight: bold;
	color: #0099CC;
}

#sidebar{
	width:30%;
	float:right;
	position:relative;
	display: inline;
 }
 
#sidebar li{
	list-style-position: outside;
	margin-bottom: 0.5em;
	}
#content{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:60%;
	text-align: justify;
 }
hr {
	width: 100%;
	height: 3px;
	background-color: #006699;
} 

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

/*all extra classes*/

.nodisplay{
	display:none;
	}
a:link {
	color: #006699;
	text-decoration: none;
	font-weight: bolder;
	font-size: small;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

a:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
}
.blueblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	display: block;
	width: 100%;
	padding: 2%;
	text-align: center;
}
.imagestyle{
	float: left;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subheading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006699;
}
.smallersub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #0099CC;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #0099CC;
	font-style: italic;
	text-align: left;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #006699;
	text-align: justify;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
.bold_underlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
#content li{
	list-style-image: url(images/flowerbullet.gif);
	list-style-position: outside;
	text-align: left;
	font-weight: bold;
	}
.imagecentre {
	text-align: center;
}
.centertext {
	text-align: center;
}
.indenttext{
	font-weight: bold;
	text-indent: 2%;
}
.noborder{}
.imagestyleright {
	float: right;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 2%;
}
.imageleft{
	float: left;
	margin: 1em;
}
.imageright{
	float: right;
	margin: 1em;
}
.subheadblue{
	font-size: large;
	color: #003366;
}
.verysmalltext{
	font-size: x-small;
	text-align: justify;
}
.pagenav{
    font-size: large;
	color: #003366;}
.subhead {
	font-size: x-large;
	font-weight: normal;
	color: #003366;
	font-style: italic;
	text-align: left;
}
.randomclass{
	float: right;
}