/* 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 {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#2c2c2c;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* 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 20px 0;
}
a {
	color:#000;
}
input {
	vertical-align:middle;
}
.clear {
	clear:both;
}
#wrapper {
	background:url(images/bg.gif);
}
#header {
	width:950px;
	height:145px;
	background:url(images/header_bg.gif) no-repeat;
	margin:0 auto;
	position:relative;
}
#logo {
	position:absolute;
}
#back_to_store {
	left:167px;
	bottom:8px;
	position:absolute;
}
#rss_subscribe {
	top:0;
	right:29px;
	position:absolute;
}
#searchform {
	right:24px;
	bottom:11px;
	position:absolute;
}
#searchform #s {
	width:108px;
	height:17px;
}
#main {
	width:950px;
	background:#fff;
	margin:0 auto;
	padding:0 0 40px;
}
#sidebar {
	width:249px;
	float:left;
}
#sidebar ul {
}
#sidebar ul li {
}
#sidebar ul li h2 {
	height:40px;
	line-height:40px;
	color:#4caaaa;
	font-size:14px;
	background:url(images/sidebar_h2_bg.gif) no-repeat;
	padding:0 0 0 75px;
	text-transform:uppercase;
}
#sidebar ul li ul {
	min-height:100px;
	height:auto !important;
	height:100px;
	background:url(images/sidebar_ul_li_ul_bg.gif) no-repeat;
	padding:7px;
}
#sidebar ul li ul li {
}
#sidebar ul li ul li a {
	color:#606060;
	font-weight:bold;
	text-decoration:none;
	background:url(images/sidebar_bull.gif) no-repeat 8px 6px;
	padding:5px 0 5px 32px;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#fff;
	background:#50abac url(images/sidebar_bull_over.gif) no-repeat 8px 6px;
}
#posts {
	width:701px;
	float:left;
}
.post {
	width:681px;
	margin:10px auto 0 auto;
}
.post_hdr {
	height:64px;
	padding:19px 0 0 30px;
	background:url(images/post_hdr.gif) no-repeat;
}
.post_date {
	height:45px;
	width:45px;
	padding:10px 0 0 0;
	margin:0 30px 0 0;
	color:#fff;
	font-size:10px;
	text-align:center;
	background:url(images/post_date_bg.gif) no-repeat;
	display:inline;
	float:right;
}
.post_date span {
	font-size:18px;
}
.post_hdr h2 {
	color:#4dabab;
	font-size:18px;
}
.post_hdr h2 a {
	color:#4dabab;
}
.post_cat {
	padding:5px 0 0 0;
	color:#fff;
	font-size:11px;
}
.post_cat a {
	color:#fff;
}
.entry {
	line-height:17px;
	background:url(images/entry_bg.gif) repeat-y;
	padding:20px 30px 0;
}
.post_ftr {
	height:51px;
	background:url(images/post_ftr_bg.gif) no-repeat;
}
#footer_hldr {
	height:143px;
	text-align:center;
	font-size:10px;
	color:#ffffff;
	background:url(images/footer_bg.gif) repeat-x;
}
#footer_hldr a {
	color:#ffffff;
}
#footer {
	width:950px;
	margin:0 auto;
}
