/*
Theme Name: 1. Standard
Theme URI: http://www.access-bydesign.com
Description: Accessible standard text. 
Design modified in almost every element to make accessible but was originally based on the images and layout from 'just business' by Rui Figueiredo http://www.perfectly-random.com/. Footer code intact but commented out as no longer relevant.
Author: Access by - Design
Author URI: http://www.access-bydesign.com
*/

/*prettystuff*/
.subhead{
	color: #990000;
	font-size: large;
}
.smallersubhead{
	font-size: medium;
	color: #990000;
}
.hugetext{
	font-size: xx-large;
}
.largetext{
	font-size: large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-style: italic;
	font-weight: bold;
}
.underlined{
	text-decoration: underline;
}
.boldunderlined{
	font-weight: bold;
	text-decoration: underline;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
.single-image{
	vertical-align: top;
	display: inline;
	padding: 0.75em;
	margin-top: 0.75em;
}
.image-left{
	float: left;
	margin: 0.5em;
	padding: 0.5em;
}
.imageright{
	float: right;
	margin: 0.5em;
	padding: 0.5em;}



/* standard elements */
html {
	min-height: 100%;
	margin: 0px;
	padding: 0px; }

body {
	background: #FFFFFF;
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

h1 { font: normal 1.8em Tahoma,sans-serif; margin-bottom: 4px; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.center {text-align: center;}

.right {float: right;}


/* layout */


#container {
	font-size: 1.1em;
	margin: 0 auto;
	width: 90%;
	padding-bottom: 25px;
	display:block;
}
#wrapper{
	width:90%;
	padding:0.5em;
	display:block;
}
#header {
	color: #7e2828;
	margin: 0 auto;
	width: 100%;
	height: 250px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.hdrtitle h1 {
	text-align: right;
	padding: 22px 65px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:3.4em;
	color: #000000;
	 }

#jumps{
	display:none;
}


/*sidebar */

#outside {
	float: right;
	display:inline;
	position:relative;
	width: 250px;
	border: 3px solid #e0e0e0;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#sidebar {
	width: 95%;
	color: #d5d5d5;
	background-color: #343434;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}

#sidebar .subhead {
	color: #FFFFFF;
	padding: 10px 0 0 18px;
	font-weight: bold;
	font-size:1.1em
}

#sidebar .page_item a:link{
	color: #d5d5d5;
	display: block;
	text-decoration: none;
	width: 75%;
}
#sidebar .page_item  a:visited{
	color: #d5d5d5;
	display: block;
	text-decoration: none;
	width: 75%;
}
#sidebar .page_item  a:hover{
	color: #FFFF00;
	display: block;
	text-decoration: underline;
	width: 75%;
	background-color: #343434;
}
#sidebar .page_item a:active{
	color: #FFFF00;
	display: block;
	text-decoration: underline;
	width: 75%;
}

/* content */
#twowrap {
	float: left;
	margin: 20px 0 0 10px;
	width: 98%;
	min-height:300px;
}


.top {
	background: #ececec;
	float:none;
	width: 100%;
	height: 50px;
	padding-bottom: 10px;
	margin-bottom:1em;
	margin-top: 5px;
}

#content{
	float:left;
	display:inline;
	position:relative;
	width:50%;
	min-height:300px;
}

#content li {
	margin-left: 18px;
	list-style-type: circle;
	list-style-position: outside;
}
a:link {
	color: #5774ad;
	text-transform: none;
	font-weight: bold;
}
a:visited {
	color: #5774ad;
	text-transform: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}


/* footer */
#footer {
	float:none;
	width: 100%;
	margin: auto;
	color: #343434;
	text-align: center;
	border-top: 5px solid #c7c7c7;
	font-size: x-small;
}
#footer a:link {
	color: #343434; 
	text-decoration: none; }
	.footer a:visited{
	color: #343434; 
	text-decoration: none; }
#footer a:hover {
	color: #343434; 
	text-decoration: underline; 
}
#footer a:active {
	color: #343434; 
	text-decoration: underline; 
}
#search{
	float:right;
	width:auto;
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 1em;
}
#search .input{
	width: 160px;
	margin-right:0.5em;
	border:2px solid #dbdddf;
	font-size:small;
	color:#555555;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	float:left;
}
#search .button{
	width:30px;
	padding: 0.5em;
}
.nodisplay{
	display:none;
}