@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:#fcefcc;
	font-family:Arial, Helvetica, sans-serifl;
	line-height: 1;
}
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;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* 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;
}
.middle {
	width:900px;
	margin:0 auto;
}
#wrapper {
}
#header {
	border-bottom:1px solid #076061;
}
#header .middle {
	height:115px;
	background:url(images/header_bg.gif) no-repeat right top;
	position:relative;
}
#logo {
	left:212px;
	position:absolute;
}
#header form {
	top:65px;
	right:30px;
	position:absolute;
}
#header form input {
	vertical-align:middle;
}
#sub_header {
	padding:25px 0 20px 0;
}
#rss {
	width:212px;
	float:left;
}
#tagline {
	color:#006062;
	font-size:30px;
	float:left;
}
#sidebar {
	width:212px;
	padding:0 0 100px 0;
	background:url(images/sidebar_ftr.gif) no-repeat left bottom;
	float:left;
}
#sidebar ul {
	line-height: 19px;
	font-size:12px;
}
#sidebar ul li {
	margin:10px 0;
}
#sidebar ul li h2 {
	color:#c1272d;
	font-size:16px;
	font-weight:normal;
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
	margin:0;
}
#sidebar ul li ul li a {
}
#sidebar ul li ul li a:hover {
}
#back_to_shop {
}
#posts {
	width:688px;
	float:left;
}
.post {
	width:600px;
	color:#fff;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	background:#006062;
	margin:0 0 28px 0;
	padding:20px 30px;
}
.post a {
	color:#fff;
}
.post_hdr {
}
.post_date {
	width:59px;
	height:59px;
	color:#000;
	margin:-30px 0 0 0;
	padding:5px 0 0 0;
	text-align:center;
	background:#fcefcc;
	border:1px solid #000;
	float:right;
}
.post_date span {
	color:#c22026;
	font-size:18px;
}
.post_hdr h2 {
	color:#ceda67;
	font-size:22px;
}
.post_hdr h2 a {
	color:#ceda67;
}
.post_cat {
}
.entry {
	padding:10px 0;
}
.post_ftr {
	border-top:1px solid #fcefcc;
	padding:10px 0 0 0;
}
.tags {
	float:left;
}
.post_comments {
	float:right;
}
#footer {
	font-size:10px;
	text-align:center;
	clear:both;
}
