@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#98b4e6 url(images/bg.gif) repeat-x;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
a {
	color:#000659;
	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:951px;
	background:url(images/wrapper_bg.gif) no-repeat;
	padding:5px 5px 0 5px;
	margin:0 auto;
}
#header {
	background:url(images/header_bg.gif) repeat-x;
}
#logo {
	float:left;
}
#tagline {
	float:left;
}
#back_to_shop {
	width:183px;
	float:left;
}
#main {
	background:#cbdbe7;
}
#sidebar {
	width:190px;
	float:left;
}
#sidebar form {
	height:27px;
	padding:27px 0 0 12px;
	background:url(images/search_bg.gif);
}
#sidebar form input {
	vertical-align:middle;
}
#sidebar form input[type=text] {
	width:122px;
	border:1px solid #98b4e6;
}
#sidebar form input[type=image] {
}
#sidebar ul {
	color:#2e3585;
	padding:13px 5px 8px 5px;
	background:#cbdbe7;
}
#sidebar ul li {
	background:#e5edf3;
	border:1px solid #b8c9d6;
	margin:0 0 5px 0;
}
#sidebar ul li h2 {
	padding:5px 0;
	margin:0 5px;
	border-bottom:1px dotted #9cabb7;
}
#sidebar ul li ul {
	background:#e5edf3;
}
#sidebar ul li ul li {
	border:0;
	margin:0;
}
#sidebar ul li ul li a {
	padding:1px 5px;
	color:#2e3585;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#fff;
	background:#000659;
	font-weight:bold;
	text-decoration:none;
}
#posts {
	width:745px;
	background:#fff;
	padding:7px;
	border:1px solid #a8a8ab;
	float:left;
}
#inner {
	padding:11px;
	border:3px solid #96b5eb;
}
.post {
	background:url(images/post_bg.gif) repeat-x;
	margin:0 0 25px 0;
}
.post .post_date {
	width:98px;
	height:34px;
	padding:30px 0 0 0;
	color:#000659;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:url(images/date_bg.gif);
	float:right;
	top:-7px;
	right:13px;
	position:relative;
}
.post h2 {
	color:#000659;
	font-size:18px;
	font-weight:normal;
	padding:12px 0 0 31px;
}
.post h2 a {
	color:#000659;
}
.post .post_cat {
	color:#4684c1;
	font-size:11px;
	font-style:italic;
	padding:5px 0 0 31px;
}
.post .post_cat a {
	color:#5d96d0;
	font-weight:bold;
}
.entry {
	width:654px;
	padding:20px 20px 20px 20px;
	color:#000659;
	font-size:14px;
	line-height:18px;
	margin:5px auto 0 auto;
	border:2px solid #a1bbe6;
	border-bottom:0;
	background:#fff url(images/entry_bg.gif) top right no-repeat;
}
.post_ftr {
	width:652px;
	height:23px;
	padding:12px 42px 0 0;
	border:2px solid #a1bbe6;
	border-top:1px solid #d4dff4;
	color:#3c7cbb;
	margin:0 auto;
}
.post_ftr a {
	color:#3c7cbb;
	font-weight:bold;
}
.post_comments {
	padding:0 0 0 20px;
	background:url(images/post_comment_bg.gif) no-repeat left;
	float:right;
}
#footer {
	height:70px;
	width:951px;
	text-align:center;
	background:url(images/footer_bg.gif);
	margin:0 auto;
}
#footer_text {
	font-size:10px;
	text-align:center;
	color:#000659;
	padding:10px 0 0 0;
}
#footer_text a {
	color:#000659;
}
