@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	padding:5px 0;
}
#wrapper {
	width:948px;
	background:#f1f2f2 url(images/wrapper_bg.jpg) top no-repeat;
	margin:0 auto;
}
#header {
	height:120px;
	position:relative;
}
#logo {
	left:213px;
	position:absolute;
}
#back_to_shop {
	top:8px;
	right:5px;
	position:absolute;
}
#subscribe {
	top:48px;
	right:21px;
	position:absolute;
}
#sidebar {
	width:229px;
	font-size:14px;
	margin:0 0 0 20px;
	display:inline;
	float:left;
}
#sidebar form {
	height:24px;
	padding:0 0 0 34px;
	margin:0 0 0 0;
	background:url(images/search_bg.gif);
}
#sidebar form input {
	vertical-align:middle;
}
#sidebar form input[type=text] {
	height:19px;
	width:171px;
	padding:4px 0 0 0;
	border:0;
}
#sidebar ul {	
}
#sidebar ul li {
	background:#fff;
	border:1px solid #bebebe;
	margin:0 0 6px 0;
}
#sidebar ul li h2 {
	color:#444444;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:lowercase;
	padding:5px 15px;
	border-bottom:1px solid #bdbdbd;
}
#sidebar ul li ul {
	padding:15px;
}
#sidebar ul li ul li {
	margin:0;
	padding:0;
	border:0;
}
#sidebar ul li ul li a {
	color:#000;
}
#sidebar ul li ul li a:hover {
	color:#d9362b;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(images/sidebar_a_bg.gif) no-repeat left;
}
#sidebar ul li.widget_recent_entries ul li a{
	font-size:16px;
	font-weight:bold;
}
#sidebar ul li.widget_recent_entries ul li a:hover{
	padding:0;
	background:none;
	text-decoration:underline;
}
#posts {
	width:698px;
	float:left;
}
.post {
	width:660px;
	margin:0 auto;
}
.post_hdr {
	height:60px;
	background:#fff url(images/post_hdr_bg.gif);
	padding:0 20px;
}
.post_date {
	color:#8a8a8a;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:10px 0 0 0;
	float:right;
}
.post_hdr h2 {
	color:#221e1f;
	font-size:20px;
}
.post_hdr h2 a{
	color:#221e1f;
}
.post_hdr h2 a:hover {
	color:#d9362b;
}
.post_category {
}
.post_category a {
	color:#000000;
	font-weight:bold;
	font-style:italic;
}
.entry {
	width:578px;
	line-height:18px;
	border:1px solid #000;
	border-bottom:0;
	background:#fff;
	margin:6px auto 0 auto;
	padding:20px;
}
.post_ftr {
	width:620px;
	height:35px;
	background:#fff url(images/post_ftr_bg.gif);
	margin:0 auto 10px auto;
}
.post_comments {
	color:#8a8a8a;
	background:url(images/post_comments_bg.gif) center left no-repeat;
	margin:5px 54px 0 20px;
	padding:0 0 0 15px;
	display:inline;
	float:right;
}
.post_comments a{
	color:#8a8a8a;
	font-weight:bold;
}
#footer {
	text-align:center;
	font-size:10px;
	clear:both;
	background:#fff;
}
#footer a{
	color:#000;
}