@import "reset.css";
@import "text.css";

html, body{
	background-color: #EAE5CE;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}
#header{	
	background-color:#262016;
	height: 41px;
	color: #F3F0E5;
	padding-top: 11px;
}

.logo{
	float: left;
	margin-top: 2px;
}
.logo a
{
	text-decoration:none;
	color: #D8D3BC;
	font-weight: bold;
	font-size: 1.8em;
}
.logo a:hover
{
	color:#fff;
}
.slogan{
	color: #D8D3BC;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
#navigation{
	float: right;
	padding: 14px 0px 0px 0px;
	margin:0px;
}
#navigation li{
	float: left;
	list-style: none;
	text-transform: uppercase;
}
#navigation li a{
	font-weight: bold;
	text-decoration: none;
	color: #D8D3BC;
}
#navigation li a:hover{
	color: #fff;
}
#content{
	padding: 35px 0;
}
.post-full, .post-thin{
	background: #fff url(../images/post.gif) top left repeat-x;
	border: 5px solid #D9D6B6;
	padding: 20px;
	margin-bottom: 20px;
}
.product-image-main{
	margin: 0 20px 0 0;
}
.product-image{
	float: left;
	margin: 0 20px 0 0;
}
h2{
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	margin: 7px 0 0 0;
	line-height: 25px;
	font-weight: bold;
}
.subtitle{
	font-size: 20px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 33px;
}
.author-name{
	font-size: 15px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 33px;
	float:right;
}
.post-full p,.post-thin p{
	line-height: 25px;
	color: #626F05;
}
.post-full h4,.post-thin h4{
	margin: 30px 0 0 0;
	font-size: 20px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 33px;
}
.price{
	display: none;
}
.read-more{
	float: right;
}
.read-more a{
	display: block;
	background: url(../images/read-more.gif) top left no-repeat;
	width: 99px;
	height: 32px;
	text-indent: -9999px;
}
.purchase{
	float: right;
	margin: 0 0 0 10px;
}
.purchase-main{
	clear:both;
	float:right;
	margin: 10px;
}
.purchase a:hover div, .purchase-main a:hover div
{
	color: blue;
}
.purchase a, .purchase-main a
{
	text-decoration: none;
	cursor:pointer;
}
#left-col{
	float: left;
	width: 640px;
}
#sidebar{
	float: right;
	width: 300px;
	padding: 0 0 0 20px;
}
#sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 20px;
	background: #E5DFC0;
	border: 1px solid #B5B291;
	border-top: 1px solid #fff;
}
#sidebar ul li h3{
	font-weight: normal;
}
li#about{
	background: #68654A url(../images/about.gif) top left no-repeat !important;
	border: 1px solid #262016 !important;
	color: #fff;
}
li#about h3{
	text-align: center;
	font-size: 17px;
	font-weight: normal;
}
em{
	color: #BCD802;
}
#footer-main{
	background: url(../images/footershort.gif) top left repeat-x;
	padding: 5px 0;
	color: #D8D3BC;
  	position:absolute;
  	bottom:0;
  	right:0;
  	width:100%;
  	font-family: Arial, sans-serif;
}
#footer{
	background: url(../images/footer.gif) top left repeat-x;
	padding: 20px 0;
	color: #D8D3BC;
}
#footer li, #footer-main li
{
	list-style:none;
	display:inline;
}
#footer li a, #footer-main li a
{
	text-decoration:none;
	font-size:.8em;
	color: #D8D3BC;
}
#footer li a:hover, #footer-main li a:hover
{
	color:white;
}
#subscribe{
	background: url(../images/rss.gif) top left no-repeat;
	padding: 0 0 0 40px;
}
.post-block{
	width: 415px;
	padding: 20px;
	float: left;
}
.post-block img{
	float: left;
	border: #d8d3bc 5px solid;
	margin: 0 10px 10px 0;
}
.post-block h5{
	margin: 0;
	font-weight: normal;
}
.alignleft{
	float: left;
	border: #E0DCC9 5px solid;
	margin: 0 20px 10px 0;
}
.alignright{
	float: right;
	border: #E0DCC9 5px solid;
	margin: 0 0 10px 20px;
}
#adress{
	background: #F5F3E7;
	border: 1px solid #B5B291;
	border-right: 0px solid;
	margin: 0 0 0 0;
	width: 174px;
	float: left;
	padding: 7px 7px 8px 7px;
	color: #68654A;
}
.subscribe_btn{
	background: url(../images/subscribe.gif);
	width: 69px;
	height: 33px;
	text-indent: -9999px;
	border: 0px solid;
	margin: 0;
	float: right;
}

input.btn
{
	font-size:.8em;
	font-weight: bold;
	color: black;
	background-color: #CBD1AF;
	border:1px solid black;
	cursor:pointer;
	height:20px;
	white-space: nowrap;
}
a.btn
{
	font-size:.8em;
	font-weight: bold;
	color: black;
	background-color: #CBD1AF;
	border:1px solid black;
	text-decoration:none;
	padding:2px;
	white-space: nowrap;
}
a.btn:hover, input.btn:hover
{
	color:#393939;
}

.big-message-container {
  color:black;
}

.big-message-container-bottom {
  text-align:right;
}

.top-message-tab {

}

.big-message-headline {
    font-family: Arial, sans-serif;
    font-size:30px;
    margin:0px;
    font-weight:bold;
}

.big-message-content {
    font-family:  Arial, sans-serif;
    text-transform:uppercase;
    font-size:16px;
    margin-top:-10px;
}

.big-message-content a {
    text-decoration:none;
    color:#262016;
}


.post-half{
	background: #fff url(../images/post.gif) top left repeat-x;
	border: 5px solid #D9D6B6;
	padding: 20px;
	margin-bottom: 20px;
  width:410px;
  float:left;
  height:250px;
}

.featured-left {
  margin-right:40px;
}

.product-image-container {
  float:left;margin-left:10px;
}

.product-image-details {
  float:left;width:200px;
}

.tag {
	font-family:  Helvetica, 'Trebuchet MS', Arial, sans-serif;
  background-color:#F6AB20;
  border-bottom:1px solid #A64B00;
  border-right:1px solid #A64B00;
  padding:5px 4px 3px 4px;
  margin:2px 2px 2px 0;
  text-decoration:none;
  color:#393939
}
.tagadd-container {
  margin-top:10px;
}
#share {
  margin-top:10px;
}
