/* ============================ common ============================== */

body { 
	color: #32425f; background: #fff;
	font: normal 62.5% "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{ color: #fff; background: #32425f; text-decoration: none; }
a:hover, a:active, a:focus { color: #32425f; background: #fff; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }

hr		{ width: 100%; height: 18px; margin: 0 auto 15px auto; background: url(../img/hr.png) no-repeat 0 0; border: none; }

h2		{ margin: 0 0 15px 0; font-size: 2.4em; font-weight: normal; }
h2 a	{ color: #32425f; background: none; }
h3		{ margin: 0 0 15px 0; font-size: 2.2em; font-weight: normal; }
h3 a	{ color: #32425f; background: none; }
h4		{ margin: 0 0 15px 0; font-size: 2em; font-weight: normal; }
h4 a	{ color: #32425f; background: none; }
h5		{ margin: 0 0 15px 0; font-size: 1.8em; font-weight: normal; }
h5 a	{ color: #32425f; background: none; }

.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural{
	position: absolute;
	left: -2007px;
	font-size: 0;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(../img/bg-holder.gif) repeat-y 0 0;
}

#header{
	position: absolute;
	top: 0; left: 0;
	width: 370px;
	z-index: 10;
}

#main{
	min-height: 628px;
	padding: 58px 40px 0 320px;
	background: url(../img/bg-main.gif) no-repeat 0 0;
}

#content{
	position: relative;
	z-index: 100;
}

#footer{
	padding: 170px 0 40px 410px;
	background: #fff url(../img/bg-footer.gif) no-repeat 0 0;
	font-size: 1.2em;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1{
	margin: 50px 80px 50px 0;
	font-size: 3em; text-align: right;
}
#nav li{
	margin: 0 80px 10px 0;
	font-size: 1.3em; text-align: right;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

#rss{
	height: 70px;
	margin: 0 0 0 204px; padding: 0 0 0 75px;
	font-size: 1.2em;
	background: url(../img/bg-rss.gif) no-repeat 0 0;
}

#searchform{
	margin: 25px 0 0 170px;
}
#searchform .text{
	float: left; display: inline;
	width: 172px; height: 22px;
	margin: 0 10px 30px 0; padding: 11px 19px;
	color: #32425f; background: url(../img/bg-search.gif) no-repeat 0 0;
	border: none;
	font: normal 1.2em "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#searchform .submit{ margin: 11px 0 0 0; }

.post				{ margin: 0 0 15px 0; }
.post .date			{ font-size: 12px; }
.post p				{
						margin: 0 0 10px 0;
						font-size: 14px; line-height: 1.4;
					}
.post ul			{
						margin: 0 0 10px 0;
						font-size: 14px; line-height: 1.4;
					}
.post ul li			{
						padding: 0 0 0 1.7em;
						background: url(../img/bullet.gif) no-repeat 0 40%;
					}
.post ol			{
						margin: 0 0 10px 0; padding: 0 0 0 1.7em;
						font-size: 14px; line-height: 1.4;
						list-style: decimal;
					}
.post .meta li		{
						display: inline; 
						padding: 0 0 0 10px;
						background: url(../img/middot.gif) no-repeat 2px 50%;
					}
.post .meta li.time	{ padding: 0; background: none; }

.post img.alignleft{
float: left;
margin: 0 10px 5px 0;
}

.post img.alignright{
float: right;
margin: 0 0 5px 10px;
}

.product			{
						padding: 45px 10px 0 10px;
						background: url(../img/bg-product.gif) no-repeat 0 0;
					}
.product-photo		{
						float: left;
						width: 180px;
					}
.product-desc		{
						float: right;
						width: 391px;
					}
.product-desc h3	{
						margin: 0; padding: 5px;
						border-bottom: 10px solid #7d92a9;
						font-size: 1.2em;
					}
.product-desc .text{
						padding: 5px;
						border-bottom: 10px solid #7d92a9;
						font-size: 1.2em;
					}
.product-desc .price{
						padding: 5px;
						font-size: 1.2em;
					}
.product-bottom		{
						width: 100%; height: 24px;
						margin: 0 0 15px 0;
						background: url(../img/bg-product-bottom.gif) no-repeat 0 0;
					}
.buy				{
						display: block;
						width: 87px;
						margin: 0 0 15px 0;
						background: none;
					}

#comments-block p{ font-size: 12px; }
.commentlist li{
	margin: 0 0 15px 0; padding: 45px 0 0 0;
	background: url(../img/bg-comment.gif) no-repeat 0 0;
}
.commentlist li .avatar{
	float: right; display: inline;
	margin: 10px 20px 0 0;
}
.commentlist li .comment-author{
	margin: 10px 20px;
	font-size: 1.2em;
}
.commentlist li .comment-text{
	padding: 0 20px 34px 20px;
	background: url(../img/bg-comment-bottom.gif) no-repeat 0 100%;
	font-size: 1.2em;
}
.commentlist li .comment-text img{ display: inline; }

#commentform .wrapper{
	margin: 0 0 15px 0; padding: 45px 0 0 0;
	background: url(../img/bg-comment.gif) no-repeat 0 0;
}
#commentform fieldset{
	padding: 0 10px 24px 10px;
	background: url(../img/bg-comment-bottom.gif) no-repeat 0 100%;
	font-size: 1.2em;
}
#commentform fieldset p{
	padding: 5px;
	border-bottom: 10px solid #7d92a9;
}
#commentform fieldset p input,
#commentform fieldset p textarea{
	display: block;
	width: 100%;
	margin: 0; padding: 0;
	color: #32425f; background: none;
	border: none;
	font: normal 12px "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.navigation{
	height: 2em;
	font-size: 1.2em;
}
.navigation .alignleft{ float: left; }
.navigation .alignright{ float: right; }

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */



/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */

#copyright{
	padding: 5px 0 0 0;
}
#powered{
	float: right;
}
#powered li{
	float: right; display: inline;
	margin-left: 15px;
}

/* =========================== footer end =========================== */