@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#1c1a1a url(images/bg.gif) top repeat-x;
	line-height:1;
	color:#3c3c3c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
P {
	padding:0 0 10px 0;
}
a {
	color:#3c3c3c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.middle {
	width:950px;
	margin:0 auto;
}
#header {
	background:url(images/header_bg.gif) no-repeat;
}
#logo {
	width:467px;
	padding:0 0 0 64px;
	float:left;
}
#back_to_shop {
	padding:11px 36px 0 0;
	float:left;
}
#rss_subscribe {
	float:left;
}
#main {
	background:#fff;
}
#posts {
	width:691px;
	float:left;
}
.post {
	margin:0 0 20px 0;
}
.post_hdr {
	min-height:90px;
	height:auto !important;
	height:90px;
	padding:0 50px 0 50px;
	background:url(images/post_hdr_bg.gif) no-repeat;
}
.post_date {
	width:65px;
	height:45px;
	padding:10px 0 0 0;
	margin:12px 0 0 0;
	background:url(images/date_bg.gif) no-repeat;
	color:#1d5b6b;
	text-align:center;
	float:right;
}
.post_date span {
	font-size:18px;
	font-weight:bold;
	display:block;
}
.post_hdr h2 {
	color:#201c1c;
	font-size:20px;
	padding:25px 0 0 0;
}
.post_hdr h2 a {
	color:#201c1c;
}
.post_hdr h2 a:hover {
	text-decoration:none;
}
.entry {
	background:#fff url(images/entry_bg.gif) repeat-y;
	padding:0 50px;
	text-align:justify;
	line-height:1.3;
}
.post_ftr {
	height:30px;
	padding:10px 50px 0 425px;
	text-align:center;
	background:url(images/post_bg.gif) bottom no-repeat;
}
#sidebar {
	width:246px;
	color:#a09f9f;
	float:left;
}
#sidebar a {
	color:#a09f9f;
}
#sidebar ul {
}
#sidebar ul li {
	padding:0 0 31px 0;
	margin:0 0 5px 0;
	background:#1c1a1a url(images/sidebar_ul_ftr.gif) bottom no-repeat;
}
#sidebar ul li h2 {
	height:46px;
	font-size:18px;
	color:#1e1a1b;
	padding:10px 0 0 0;
	background:url(images/sidebar_ul_h2.gif) no-repeat;
	text-align:center;
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
	padding:0 37px;
	margin:0;
	background:#1c1a1a;
}
#sidebar ul li ul li a {
	color:#a09f9f;
	padding:5px 2px;
	border-bottom:1px dotted #454444;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:5px 2px 5px 20px;
	background:url(images/sidebar_li_bg.gif) left no-repeat;
}
#footer {
	min-height:153px;
	height:auto !important;
	height:153px;
	background:url(images/footer_bg.gif) repeat-x;
}
#footer_txt {
	color:#fff;
	font-size:10px;
	text-align:center;
	padding:10px 0 0 0;
}
#footer_txt a {
	color:#fff;
}
