/*
Theme Name: Standard Text
Theme URI: http://wordpress.org/
Description: Accessible standard text css 
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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC;
 } 
 
#pagewidth{
	max-width:98%;
	margin-top: 0.5em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	background-color: #FFFFCC;
	border: thin inset #666666;
}
 
#header{
	position:relative;
	height:130px;
	width:100%;
	background-color: #FFFFFF;
	padding-top: 1em;
	background-image: url(wp/wp-content/themes/jess_default/images/sky3.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
} 
#headerimage{
	display: block;
	margin: 2px;
	padding: 2px;
	clear: both;
	height: 100px;
	width: 75%;
	border: thin inset #666666;
	}
 .tagline {
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.sign {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#leftcol{
	width:15%;
	display:inline;
	float:left;
	position:relative;
	color: #000000;
	padding-left: 0.5em;
	min-width:100px;
	background-color: #FFFFCC;
	text-indent:0px;
 }
#leftcol ul{
	text-indent:0.5ems;
	margin:0.5ems;
}
#leftcol li{
	list-style-position: outside;
	margin-bottom: 0.5em;
	text-indent:0.5ems;
	margin:0.5ems;
 }
#leftcol a:link{   
	display: list-item;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #D2D2CA;
	color: #000000;
	text-indent:0px;
	list-style-type: none;
}
#leftcol a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
	text-indent:0px;
	list-style-type: none;
}
#leftcol a:hover{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
}
#leftcol a:active{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
}
#leftcol current{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
	background-color: #CCCCCC;
	}
#twocols{
	width:70%;
	float:right;
	position:relative;
	display:inline;
  }
 #footer{
	height:200px;
	width:98%;
	margin-left:1em;
	clear:both;
	font-size: x-small;
	color: #333333;
	text-transform: uppercase;
	background-color: #FFFFCC;
	padding-top: 1em;
 } 
.sidebarheading {
	font-size: medium;
	font-weight: bold;
	color: #0099CC;
}
#sidebar{
	width:25%;
	height:auto;
	float:right;
	position:relative;
	margin-right:0.5em;
}

#sidebar ul{
	text-indent:0.5ems;
	margin:0.5ems;
}
#sidebar li{
	list-style-position: outside;
	margin-bottom: 0.5em;
	text-indent:0.5ems;
	margin:0.5ems;
 }
#sidebar a:link{   
	display: list-item;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #D2D2CA;
	color: #000000;
	text-indent:0px;
	list-style-type: none;
}
#sidebar a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
	text-indent:0px;
	list-style-type: none;
}
#sidebar a:hover{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
}
#sidebar a:active{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
}
#sidebar current{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
	background-color: #CCCCCC;
	}
#widget-width{
	width: auto;
	height:auto;
	display: block;
	text-indent:0px;
	padding-right:2ems;
}
 
#content{
	background-color: #FFFFCC;
	float: left;
	display:inline;
	position: relative;
	width:55%;
	text-align: justify;
	line-height: 2em;
 }
#content2{
	background-color: #FFFFCC;
	float: left;
	display:inline;
	position: relative;
	width:70%;
	text-align: justify;
	line-height: 2em;
 }
#content .entry a:link{
	color: #006699;
	display: list-item;
	list-style-position: outside;
	list-style-type: circle;
}
#content .entry a:hover{
    color: #990000;
	display: list-item;
	list-style-position: outside;
	list-style-type: circle;}
#content .entry a:active{
    color: #990033;
	display: list-item;
	list-style-position: outside;
	list-style-type: circle;}
#content .entry a:visited{
    color: #333333;
	display: list-item;
	list-style-position: outside;
	list-style-type: circle;}
#content .post{
    display: list-item;
	list-style-position: outside;
	list-style-type: none;}
hr {
	width: 100%;
	height: 3px;
	background-color: #666666;
} 
#inline li{
	text-align: left;
	display: inline;
	margin: 1px;
	padding-top: 1em;
	list-style-position: outside;
}

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

A:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold}
A:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold}

h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
}
.redbox {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
.yellowbox {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
.nodisplay{
	display:none;
}
.bold_underlined {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.centretext{
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallersubCopy {
	font-size: medium;
	color: #000000;
}
.imagestyle{
	padding: 1em;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#thumbs{
	text-align: center;
}
.bigtext{
	font-size: xx-large;
	letter-spacing: 2px;
	font-style: italic;
	word-spacing: 2px;
	text-align: justify;
}
.imageleft{
	float: left;
}
.smallersubred {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
#flashcontent{
	height:auto;
	width: 150px;
	float: left;
	color: #FFFFFF;
	margin: 5px;
	}
.greenbox {

	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
.navybox {

	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
.imagelayout {
	display: inline;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newsblock{
	margin: 25px;
	padding: 10px;
	border: thin dashed #54C5EF;
	width: 80%;
	height: auto;
	float: left;
}
#nav{
	width:100%;
	height:auto;
	background-color: #FFFFFF;
	padding: 1em;
	margin-top: 1em;
	}
#flashbar{
	width:95%;
	height:360px;
	position: absolute;
	background-color: #FFFFCC;
}
.subhead{
	color: #000000;
	font-weight: bold;
	font-size: large;
}
.subheadblack{
	color: #000000;
	font-weight: bold;
	font-size: large;
}
.imageleft {
	padding: 10px;
	float: left;
	border: none;
}
.imageright{
	padding: 10px;
	float: right;
	border: none;
}
.blacksubhead {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.tablelayout{
	text-align: left;
	vertical-align: top;
	border: thin solid #CCCCCC;
}
hr{
	height: 2px;
	background-color: #CCCCCC;
}
.textleft{
	text-align: left;
}
.boldcapital{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.creamborder{
	background-color: #FFFFCC;
	}
#textsize{
	padding-top: 1em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #000000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-color: #000000;
}
.alignright{
	float: right;
}
.alignleft{
	float:left;
}
ul li {
	list-style:none;
}

ol {
	margin-left: 2em;
	margin-bottom:2em;
	list-style:none;
}

ol li {
}
.boxed {
	margin-bottom: 1em;
	border: 2px solid #000000;
}

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


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

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