/*  Poison Ivy skin for CS 1.0
    Version 1.01 - last updated 11/3/2005
    Author: Jaxon Rice (gosatango)
	Updates: http://cs.soup.co.za/blogs/cs_skins/articles/4.aspx
	Email bugs and suggestions to: skins@soup.co.za
	Community Server: http://www.communityserver.org
*/

html, body {
	margin: 0px auto;
	padding: 0;
	color: #333333;}
	
body{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.2em;
	background-color: #78C529;
	text-align:center;}
	
a:visited,
a:active,
a:link {	
	color: #497819;}
	
a:hover {
	color:#C4AA29;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #6699CC;
	margin: 2px;
}

a h1, h1 a {text-decoration:none;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #6699CC;
	margin: 2px;

}



h1 a:visited,
h1 a:active,
h1 a:link {
	color : #333;
	text-decoration: none;}
	
h1 a:hover{
	text-decoration: none;}

h2 {
	margin-top : 10px;
	font-size : 1em;}
	
h3 {
	font-size: 1.1em;
	text-decoration: none;}

h3 a:hover{
	text-decoration: none;}

h5 {
	margin: 0px;
	padding: 0px;}

p {
	margin : 10px 0px;}
	
input.text {
	width : 300px;	}

textarea {
	width : 300px;
	height : 200px;	}
	
/*Layout*/
#wrapper {
	padding: 1em;}
	
#container {
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	width: 760px;
	}



#headercontainerleft {
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	width: 760px;
}


/*Blog Header*/	
#header {
	padding: 0px;
	margin: 0px;
	background-color: #F0F0F0;}

#header h1{
	margin: 0px;
	padding: 10px;
	font-size: 1.8em;
	font-weight: normal;}

#header p{
	margin: 0px;
	font-size: 1.1em;
	padding: 0px 10px 10px;}
	
/* #title is a placeholder div for putting pictures in place of the blog title*/
#title {
	text-align:center;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Images/airtop.gif);}

/*Navigation Bar*/  
#nav {
	background-color: #497819;
	background-image: url(../Images/airbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0em;
	clear: right;}

#nav ul{
	color: #000000;
	padding: 0;
	list-style-type: none;
	margin: 0px;}

#nav ul li {
	display: inline;}

#nav ul li a{
	padding: 3px 10px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;}
	
/* End Navigation*/ 

#contentwrapper {
	margin: 10px 0px;
	padding: 0px;
	clear: both;
	background-color: #F0F0F0;
	background-image: url(../Images/airtop.gif);
	background-repeat: no-repeat;
	background-position: left top;}
	
#content {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 0px;
	padding: 20px;}
	
#contentfooter{
	background-image: url(../Images/airfooter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;}

/*Sidebar*/
#sidebar-a {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 10px 0 0 5px;
	padding: 5px;
	font-size: 0.9em;
	border-left-width: 1px;
	border-left-style: solid;
    border-left-color: #999;}
	
#sidebar-a h3 {
	color: #999999;
	font-size: 1.2em;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 4px;}

#sidebar-a p {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;}

#sidebar-a ul {
	list-style : none;
	margin : 0px;	
	padding : 0px;
	margin-left : 8px;
	margin-bottom : 10px;
	width: 100%;}

#sidebar-a li {
	margin-top: 6px;}

#sidebar-a a:active,
#sidebar-a a:visited,
#sidebar-a a:link {
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;}

#sidebar-a a:hover {
	text-decoration: underline;}
/*End Sidebar*/
	
#footer {
	clear: both;
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;}
/*End Layout*/



/*Clearing element for floats*/
.spacer{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;}
	

.lefttext{
	text-align: left;
}
