@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	background-color: #A5B040;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.header{
	width: 1000px;
	height: 400px;
	background-image:url(images/headeraws.jpg);
	position: relative;
	z-index: 4;
	margin: 0 auto;
}

.headL{
	width: 50%;
	height: 400px;
	background-image:url(images/barL2.jpg);
	position: absolute;
	top:0px;
	left: 0px;
	z-index:2;
}
.headR{
	width: 50%;
	height: 400px;
	background-image:url(images/barR2.jpg);
	position: absolute;
	top:0px;
	right: 0px;
	z-index:3;
}

.header h1{
	position: absolute;
	right: 150px;
	top: 25px;
}

.belly{
	background-color: #A5B040;
	width: 100%;
}

.content{
	width: 1000px;
	position: relative;
	z-index: 9;
	margin: 0 auto;
}

.menu{
	position: absolute;
	top: 30px;
	left: 80px;
}

.menu ul{
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu li{
	float: left;
	margin-right: 10px;
}

.menu li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #D6D3AE;
	background-color: #3D382D;
}

.menu li a:hover{
	text-decoration: none;
	padding: 10px;
	color: #D6D3AE;
	background-color: #786937;
}

.werds{
	width: 400px;
	height: auto;
	position: relative;
	background-color: #3D382D;
	background-image: url(images/hemp.jpg);
	background-repeat:no-repeat;
	color: #D6D3AE;
	margin-left: 40px;
	float: left;
	padding-bottom: 20px;
}

.base{
	background-image: url(images/hempbase.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 71px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 30;
}

.werds h2{
	margin: 15px 15px;
	text-align: right;
}

.paras{
	margin: 5px 15px;
	font-size: small;
	line-height: 135%;
	position: relative;
	z-index: 35;
}

.pics{
	width: 400px;
	margin: 0 0 20px 40px;
	height: 300px;
	float: left;
}

.clear{
	clear:both;
}
#footer{
	clear: both;
	float: left;
	color: #003300;
	padding-top: 20px;
	margin-left: 20px;
}

/*  Gallery */

.overlay{
	width: 640px;
	position: absolute;
	top: -180px;
	right: 60px;
	/*background-color: #D6D3AF;
	z-index: 15;
	margin-bottom: 260px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8; 
	opacity: 0.8;*/
}

.overlay h2{
	margin: 15px 40px 30px 15px;
	background-color: #3D382D;
	float: right;
	vertical-align: centre;
	padding: 10px;
	color: #D6D3AF;
}

.bloggallery{
	width: 480px;
	position: absolute;
	top: -180px;
	right: 100px;
	/*background-color: #D6D3AF;
	z-index: 15;
	margin-bottom: 260px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8; 
	opacity: 0.8;*/
}

.bloggallery h2{
	margin: 15px 40px 30px 15px;
	background-color: #3D382D;;
	float: right;
	vertical-align: centre;
	padding: 10px;
	color: #D6D3AF;
}

.thumbscontainer{
	float: right;
	width: 640px;
}
/*gallery thumbs 
--------------------------------------------------------------------------*/
.thumbs li{
	background-color: white;
	width: 120px;
	padding: 10px;
	border-color:#333333;
	border-style: solid;
	border-width: 0 1px 1px 0;
	overflow:hidden;
	float:left;
}

.thumbs li .polaroidimg{
	width: 120px;
	height: 120px;
	overflow: hidden;
	border: 1px solid #333333;
}

.thumbs li p{
	margin-top: 5px;
	font-size: 10px;
	color: #333333;
	line-height: 160%;
}

.phacts{
	font-size: small;
	float: left;
	width: 300px;
	margin-right: 40px;
	color: #3D382D;
	padding: 15px;
	position:relative;
	top: -50px;
	left: 20px;
}

.thinphacts{
	font-size: small;
	float: left;
	width: 250px;
	margin-right: 40px;
	color: #3D382D;
	padding: 15px;
	position:relative;
	top: -50px;
	left: 20px;
}

.submenu ul{
	list-style: none;
	margin-top: 10px;
}

.submenu li{
	float: left;
}

.submenu li a{
	padding: 5px;
	background-color: #3D382D;
	color: #D6D3AF;
	margin: 10px 10px 0px 0;
	display: block;
	text-decoration: none;
}