/*   
Theme Name: Randomatters 2
Theme URI: http://onja.centos-server.net/~radonmat/
Description: Randomatters Custom templatebased on Sandbox
Author: BWS / based on a layout provided by http://www.plaintxt.org/
Author URI: none
Version: 2.0
*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body {
	margin: 0;
	padding 0;
	background: #003300 url(images/bkgd.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width:1100px;
}

#shadow {
	width:100%;
	background:url(images/bg_content.png) center repeat-y;
}

.clear{
	clear:both;
	height:0px;
}

/******************HEADER BEGIN******************/
#header{
	background:url(images/header_image.jpg) center no-repeat;
	width: 957px;
	height: 188px;
	margin: 0 auto;
}

#logo {
	position:absolute;
	top: 20px;
	left: 1px;
	width: 296px;
	height: 60px;
}

#logo img{
	border: none;
	margin: 0;
	padding: 0;
}

/*top navigation*/
#top-nav{
	float:right;
	width: 600px;
	margin: 60px 10px 0 0;
	text-transform:uppercase;
	text-align:right;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#top-nav a{
	color:#FFF;
	text-decoration:none;
}

#top-nav a:hover{
	color:#F5E623;
	text-decoration:none;
}	

#top-nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#top-nav li{
	display: inline;
	padding: 0px 5px;
	margin: 0px;
}

#top-nav .page_item {
	border-left: 1px #FFF solid;
}
#top-nav .page-item-2 {
	border: none;
}


/******************HEADER END******************/

/******************CONTENT BEGIN******************/
#main-body{
	width: 882px;
	min-height: 200px;
	margin: 0 auto;
	padding: 15px 15px 0 50px
}

#cont-head{
}

/*page title*/
#page-title{
	float:left;
	width:400px;
}
#bicolor { color: #26ab01; font-size:36px;} 
#bicolor span { color: #187100; } 
 
/*Sub Navigation*/
#sub-nav{
	float:right;
	width: 500px
	text-align:right;
	text-transform:uppercase;
}

#sub-nav ul{
	list-style: none;
	padding: 0px;
}

#sub-nav li{
	display: inline;
	padding: 0px 5px;
}

#sub-nav li a{
	color: #039;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}

#sub-nav li a:hover{
	color:#006;
	text-decoration:none;
}	

#sub-nav .page_item {
	border-right: 1px #666 solid;
}

/*content*/
#content{
	margin: 10px 0 60px 20px;
	color: #666;
	font-size:11px;
	float: left;
}

#content h1 { color:#187100; font-size: 30px; }

#content h2 { font-size: 24px; 	color: #26ab01;	line-height: 24px;}
#content h2 span{ color: #187100;}

.taxes { font-size:10px; color: #187100;}

#content h3 { font-size: 18px; color: #666; font-weight:normal; }
#content h4 { font-size: 12px; color: #666; font-weight: bold; padding-bottom:5px;}
#content a{
	color: #039;
	text-decoration:none;
}
#content a:hover{
	color:#036;
	text-decoration:underline;
}

#content p{
	padding: 5px 0;
}

#content ul{
	padding: 5px 0 0 15px;
}

#content li a{
	text-transform:uppercase;
	color:#069;
	text-decoration: none;
}

#content li a:hover{
	text-decoration:none;
	color:#099;
}

/*Sidebar*/

#sidebar {
	width: 220px;
	float:right;
}

.widgettitle{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #187100;
}

#sidebar a{
	color: #039;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}

#sidebar a:hover{
	color:#006;
	text-decoration:none;
}


#sidebar ul{
	padding-left: 20px;
}

#sidebar #sidebar-ul {
	list-style-type: none;
}

#sidebar #sidebar-ul > li {
	padding-bottom: 20px;
}

/******************CONTENT END******************/

/******************FOOTER BEGIN******************/
#footer{
	background:url(images/bottom_footer2.png) center bottom no-repeat;
	width: 100%;
	height: 136px;
}

#legal{
	width: 500px;
	font-size: 9px;
	float:right;
	margin: 20px 90px 0 0;
	color: #FFF;
	text-align:right;
}

#legal span{ color:#7bff91; }
#legal a{ color:#FFF; text-decoration: none; }
#legal a:hover{ color:#7bff91; text-decoration:none; }
/******************FOOTER END******************/

/******************AUX BEGIN******************/

.entry-date{
	font-size:9px;
	font-style:italic;
}

.entry-title{
	padding: 10px 0;
}

.center{
	text-align:center;
}

#content h2 a{
	color: #063;
	text-decoration:none;
}

#content h2 a:hover{
	color: #0C3;
	text-decoration:none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/*buttons*/
input.button{
	background:url(images/button2_on.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.buttonhover{
	background:url(images/button2_over.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.cart{
	background:url(images/button3_on.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.carthover{
	background:url(images/button2_over.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#contact{
	background:url(images/button2_on.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
}
/*buttons end*/
/******************AUX END******************/

/******************FRONT BEGIN******************/
#main-front{
	width: 882px;
	min-height: 200px;
	margin: 0 auto;
	background:url(images/home_mainimage.jpg);
}

#container-front{
	background:url(images/home_mainimage.jpg) center no-repeat;
	width: 957px;
	height: 584px;
	margin: 0 auto;
}

#footer-front{
	background: url(images/bottom_footer.png) center bottom no-repeat;
	width: 100%;
	height: 136px;
}

#copy-front{
	margin: 41px 0 0 50px;
	width: 420px;
	float:left;
	font-size:18px;
	color: #036;
	line-height: 20px;
}

#content-front{
	float:right;
	margin: 140px 60px 0 0;
	width: 280px;
	font-size:11px;
	color: #555;
	line-height:16px;
}

#content-front span{
	font-size:20px;
}

#testing{
	float:right;
	width:150px;
	color:#060;
	font-size:12px;
	margin: 0 -10px 0 0;
	line-height: 23px;
}

#testing span{
	font-size:30px;
}

.button-link{
	width:140px;
	height:38px;
}

a.button-link{
	background: url(images/button_on.png) top center no-repeat;
	width:140px;
	height:38px;
	display: block;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	color: #555;
	font-weight:bold;
}

a.button-link:hover{
	background:url(images/button_over.png);
}

#content a.mail-l{
color: #187100;
text-decoration:none;
}

#content a.mail-l:hover{
color: #26ab01;
text-decoration:underline;
}

/******************FRONT END******************/
	
	
	@charset "utf-8";
/* CSS Document */

body {
	margin:auto;
	background-color: #003300;
	background-image: url(images/bkgd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#333;
	
}

input.cart{
	background:url(images/button3_on.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.carthover{
	background:url(images/button2_over.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.button{
	background:url(images/button2_on.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.buttonhover{
	background:url(images/button2_over.jpg);
	width: 138px;
	height: 38px;
display: block;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 15px;
border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


a {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration:none;
	
}

a:hover {
	color:#3cc6f7;
	
}
a:active {
	color: #FFFFFF;
}

a#lightbox-caption-title,a#lightbox-caption-title:visited,a#lightbox-caption-title:active {
	color: #000;
}

#wrapper {
	position: relative;
	margin:auto;
	width: 1100px;
	top:0;
	left: 50%;
	margin-left: -550px;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
	overflow: hidden;
}

#home_bg {
	margin:auto;
	position: relative;
	width: 958px;
	height: 584px;
	background-image:url(images/home_mainimage.jpg);
	background-position: top center;
	background-repeat:no-repeat; 
}

#main_holder {
	margin:auto;
	position: relative;
	width: 898px;
	background-image:url(images/header_image.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top:220px;
	padding-left:60px;
	line-height: 1.5em;
}

#logo {
	position:absolute;
	top: 20px;
	left: 1px;
	width: 296px;
	height: 60px;
}
	
#footer {
	margin:auto;
	position: relative;
	width: 1025px;
	height: 116px;
	background-image: url(images/bottom_footer.png);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-right: 75px;
	text-align: right; 
}

#footer2 {
	margin:auto;
	position: relative;
	width: 1025px;
	height: 116px;
	background-image: url(images/bottom_footer2.png);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-right: 75px;
	text-align: right; 
}

#nav {
	position:absolute;
	top: 57px;
	right: 10px;
	width: 665px;
	text-align:right;
}

#nav a {
color: #FFFFFF;
font-size: 11.5px;
}

#nav a:hover {
	color: #ffe218;
}

#nav li {
	display: inline;
	position: relative;
}

#nav ul.submenu {
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 1000;
	width: 100px;
	font-size: 12px;
	background-color: #0D3302;
	height: auto;
	/*display: none;*/
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

#nav ul.submenu li {
	display: block;
	border-top: 1px solid #436231;
	_height: 1%;
}

#nav ul.submenu li a {
	display: block;
	padding: 5px 10px;
}

#nav ul.submenu li a:hover {
	background: #ecdf43 url(../images/button-bg.png) repeat-x bottom left;
	color: #1C2816;
}

#nav ul.submenu ul.submenu {
	left: 200px;
	top: -10px;
	border-top: 10px solid #436231;
}


#message {
	position:absolute;
	top: 121px;
	left: 50px;
	width: 416px;
}

#content_home {
	position:absolute;
	top: 216px;
	left: 599px;
	width: 284px;
	padding-right: 18px;
	padding-left: 18px;
}

#product a {
	color: #003399;
	text-decoration: none;
}

#testing {
	position:absolute;
	top: 457px;
	left: 761px;
	width: 160px;
}

#product {
	margin-left: 30px;
	width: 840px;
}

#product_info {
	margin-top: 30px;
	width: 400px;
	float:left;
}

#product_image {
	width: 400px;
	float: left;
	text-align:right;
}

#submenu {
	float:right;
	width: 550px;
	text-align:right;
	margin-right: 30px;
}

#submenu2 {
	float:right;
	width: 430px;
	text-align:right;
	margin-right: 30px;
}

#content_holder {
	margin-top: 10px;
	padding-right: 20px;
	width: 400px;
	float:left;
}

#content_holder2 {
	margin-top: 10px;
	padding-right: 20px;
	width: 800px;
	float:left;
}

#blog_content {
	margin-top: 10px;
	padding-right: 20px;
	width: 550px;
	float:left;
}

#blog_right {
	margin-top: 10px;
	padding-right: 20px;
	width: 250px;
	float:left;
}

a.white:link {
	color: #FFFFFF;
	font-size: 10px; 
}

a.white:visited {color: #FFFFFF; }
a.white:hover {color: #7bff91; }
a.white:active {color: #FFFFFF; } 

a.green:link {
	color: #045268;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.green:visited {
	color: #045268; 
	font-size: 11px;
	text-transform: uppercase;
}
a.green:hover {
	color: #3CC6F7; 
	font-size: 11px;
	text-transform: uppercase;
}
a.green:active {
	color: #045268; 
	font-size: 11px;
	text-transform: uppercase;
} 

.button {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/button_over.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 140px;
	height: 38px;
	margin: 0;
	padding: 0;
}

.button a {
	display: block;
	color: #656d71;
	font-size: 11px;
	width: 140px;
	height: 38px;
	display: block;
	float: left;
	color: #656d71;
	text-decoration: none;
}

.button img {
	width: 140px;
	height: 38px;
	border: 0
}

* html a:hover {
	visibility:visible
}

.button a:hover img {
	visibility:hidden
}

.button span {
	position: absolute;
	top: 5px;
	width: 140px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align:center;
} 

.button2 {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/button2_over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 138px;
	height: 38px;
	margin: 0;
	padding: 0;
}

.button2 a {
	display: block;
	color: #FFFFFF!important;
	font-size: 11px;
	width: 138px;
	height: 38px;
	display: block;
	float: left;
	text-decoration: none;
}

.button2 img {
	width: 138px;
	height: 38px;
	border: 0
}

* html a:hover {
	visibility:visible
}

.button2 a:hover img {
	visibility:hidden
}

.button2 span {
	position: absolute;
	top: 5px;
	width: 138px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align:center;
} 





.button3 {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/button3_over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 138px;
	height: 38px;
	margin: 0;
	padding: 0;
}

.button3 a {
	display: block;
	color: #FFFFFF!important;
	font-size: 11px;
	width: 138px;
	height: 38px;
	display: block;
	float: right;
	text-decoration: none;
}

.button3 img {
	width: 138px;
	height: 38px;
	border: 0
}

* html a:hover {
	visibility:visible
}

.button3 a:hover img {
	visibility:hidden
}

.button3 span {
	position: absolute;
	top: 5px;
	width: 138px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align:center;
}


.white_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.blue_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #045268;
}
.grey_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #50585b;
	line-height: 22px;
}
.limegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7bff91;
}
.green_XL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #195200;
	line-height: 32px;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #195200;
}

.title_green_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #26ab01;
}

.title_darkgreen_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #187100;
}

.title_green_M {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #26ab01;
	line-height: 24px;
}

.title_darkgreen_M {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #187100;
	line-height: 24px;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #187100;
}

#content .post h2 a {
	color: #50585b;
	font-size: 20px;
}

#content .post h2 a:hover {
	text-decoration: underline;
}

#content {
	font-size: 12px;
	color: #333;
}

.entry-date {
	font-size: 11px;
}
