/*  
Theme Name: 3st
Description: 3Strands Style
Version: 1.0
Author: Charles Hinshaw
*/

		body{
			background-color: #222;
			padding: 0px;
			margin: 0px;
		}
		.right{ float: right; }
		.left{ float: left; }
		.colone{ display: block; position: relative; width: 125px; }
		.coltwo{ display: block; position: relative; width: 250px; }
		.colthree{ display: block; position: relative; width: 375px; }
		.colfour{ display: block; position: relative; width: 500px; }
		.colfive{ display: block; position: relative; width: 625px; }
		.colsix{ display: block; position: relative; width: 750px; }
		.colseven{ display: block; position: relative; width: 875px; }
		.coleight{ display: block; position: relative; width: 1000px;  }
		.colclear{ clear: both; }
		#page {
			display: block;
			width: 1000px;
			background-repeat: repeat-y;
			
		}
		#menu {
			background-image: url(/wp-content/themes/3st/menuback.gif);
			height: 60px;
		}
		#menu *{
			padding: 0px;
			margin: 0px;
			border: 0px;
			list-style: none;
		}
		#menu img{
			float: left;
			height: 60px;
		}
		#menu ul{
			float: right;
			display: block;
			position: relative;
			width: 625px;
			top: 0px;
			height: 60px
		}
		#menu li{
			float: left;
			width: 125px;
			position: relative;
			display: inline;
		}
		#menu li a{
			display: block;
			width: 125px;
			height: 60px;
			line-height: 60px;
			color: #fff;
			text-decoration: none;
			position: relative;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			font-size: 12px;
		}
		#menu li a:hover{
			text-decoration: underline;
		}
		#body{
			background-image: url(shadow.gif);
			background-repeat: repeat-x;
			background-position: top;
		}
		#body *{
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
			line-height: 15px;
		}
		#leftcol{
			padding-top: 30px;
			text-align: right;
		}
		#leftcol.rt{
			text-align: left;
		}
		#leftcol ul, #leftcol li{
			padding: 0px;
			margin: 0px;
			list-style: none;
			line-height: 30px;
		}
		#leftcol li{
			padding-right: 10px;
		}
		#leftcol.rt li{
			padding-right: 0px;
			padding-left: 10px;
		}
		#body a{
			text-decoration: none;
			color: #004990;
		}
		#body a:hover{
			color: #f8981d;
		}
		.active{
			background-position: right center;
			background-repeat: no-repeat;
			background-image: url(active.gif);	
		}
		.activeright{
			background-position: left center;
			background-repeat: no-repeat;
			background-image: url(activeright.gif);
		
		}
		#body h2, #body h2 a{
			font-size: 12px;
			color: #f8981d;
		}
		#body h5{
			font-size: 12px;
			color: #004990;
			font-style: italic;
		}
		#body h3, #body h4{
			color: #004990;
			font-weight: bold;
		}
		#body h4{
			font-weight: normal;
		}
		.pagecontent img{
			padding-right: 10px;
			padding-bottom: 10px;
			float:left;
		
		}
				#footer{
			display: block;
			visibility: visible;
			position: relative;
			float: none;
			clear: both;
			border-top: 1px solid #f8981d;
			height: 55px;
			text-align: center;
			line-height: 55px;
			background-color: #444;
			color: #fff;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
		}
		#footer a{
			text-decoration: underline;
			color #fff;
		}
		#footer a:hover{
			color: #f8981d;
		}
		.labelblock{
			position: relative;
			display: block;
			float: left;
			width: 150px;
		
		}
		.wideinput{
			width: 250px;
		}
