/*
Theme Name: Giant Tarantula
Theme URI: 
Description: 
Version: 1
Author: Marco Paulo Diala
Author URI: http://www.countocram.com/
Tags: candle template, natural
*/
@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #e86d3a;
}
img {
	float: left;
}
.main-container {
	width: 800px;
	margin: 0 auto 0 auto;	
}
.left-container {
	width: 503px;
	float: left;
}
.banner {
	width: 498px;
	height: 123px;
	background-image: url(images/banner-bg.jpg);
	margin-left: 5px;
	float: left;
}
.blog-title {
	font-size: 30px;
	font-style: italic;
	margin: 40px 0 0 40px;
	float: left;
}
.blog-title a{
	font-weight: normal;
}
.blog-desc {
	font-size: 14px;
	float: left;
	color: #72918b;
	margin-left: 80px;
}
.navi-container {
	width: 503px;
	height: 57px;
	background-image: url(images/navi-bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
.navi-links {
	float: left;
	width: 491px;
	margin-top: 20px;
	text-transform: uppercase;
}
.navi-links ul{
	margin: 0;
	padding: 0;
}
.navi-links ul li {
	display: inline;
	list-style: none;
	padding: 0 6px 0 6px;
}
.navi-links ul li a{
	color: #7a8d5d;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
.navi-links ul li a:hover{
	color: #e86d3a;
	text-decoration: none;
}
.content {
	width: 486px;
	float: left;
	margin: 10px 0 0 10px;
}
.title {
	color: #7a8d5d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.search-result {
	color: #9fb03e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 15px;
}
.righ-container {
	width: 297px;
	float: right;
}
.search-container {
	height: 53px;
	width: 287px;
	padding-top: 10px;
	background-image: url(images/search-img-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #584f3e;
	float: left;
	text-align: center;
}
#s {
	border: 1px #9fb03e solid;
	height: 20px;
	width: 200px;
	float: left;
	margin-left: 10px;
}
#searchsubmit {
	background-image: url(images/search-btn.jpg);
	border: none;
	width: 58px;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	float: left;
	margin-left: 10px;
}
.sidebar-container {
	width: 287px;
	float: left;
	margin: 10px 0 10px 0;
}
.sidebar-header {
	background-image: url(images/sidebar-header-bg.jpg);
	background-repeat: no-repeat;
	width: 272px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0 0 15px;
}
.sidebar-content {
	margin: 10px 0 10px 7px;
	width: 280px;
}
.footer {
	width: 100%;
	height: 45px;
	float: left;
	background-color: #d0c984;
	border-top: 3px #584f3e solid;
}
.footer-container {
	width: 800px;
	margin: 15px auto 0 auto;
}
.footer-links {
	width: auto;
	float: left;
	margin-left: 10px;
}
.copyright {
	width: auto;
	float: right;
	margin-right: 10px;
}
div.producttext {
	width: 97%!important;
	color: #000000!important;
}
h2.prodtitles {
	font-size: 12px!important;
	color: #72918b!important;
}
.wpsc_product_price, .wpsc_buy_button {
	display: none!important;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none
	}