@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg.gif) top no-repeat;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
p, h1, h2, h3, h4, h5, h6 {
	padding:5px 0;
}
#wrapper {
	width:950px;
	border-right:6px solid #cb266d;
	border-bottom:6px solid #cb266d;
	border-left:6px solid #cb266d;
	margin:0 auto;
}
#header {
}
#content {
	background:url(images/main_bg.gif) no-repeat;
	padding:10px 0 0 0;
}
#posts {
	width:758px;
	float:left;
}
.post {
	width:724px;
	border:1px solid #7347a1;
	margin:0 auto 20px auto;
}
.post_hdr {
	height:99px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 90px;
	background:url(images/post_hdr_bg.gif);
}
.post_hdr a{
	color:#fff;
}
.post_date {
	height:70px;
	width:85px;
	color:#7347a1;
	text-align:center;
	background:url(images/post_date_bg.gif);
	margin:4px 11px 0 0;
	padding:25px 7px 0 0;
	display:inline;
	float:right;
}
.post_date_day_month {
	font-size:13px;
}
.post_date_year {
	font-size:18px;
}
.post_hdr h2{
	color:#fff;
	padding:10px 0;
}
.post_category{
}
.entry {
	padding:10px 30px;
	line-height:18px;
	text-align:justify;
}
.post_fttr {
	height:70px;
	margin:7px 5px;
	padding:0 0 0 205px;
	color:#7348a1;
	background:url(images/post_fttr_bg.gif);
}
.post_fttr a {
	color:#7348a1;
}
.post_comments {
	line-height:70px;
	background:url(images/post_comments_bg.gif) no-repeat left;
	padding:0 30px 0 20px;
	float:right;
}
.post_comments a {
	font-weight:bold;
}
#sidebar {
	width:181px;
	padding:0 10px 0 0;
	color:#fff;
	float:left;
}
#sidebar a{
	color:#fff;
}
#sidebar form {
	height:28px;
	width:143px;
	padding:39px 0 0 36px;
	background:url(images/search_bg.gif);
}
#sidebar form input {
	vertical-align:middle;
}
#sidebar form input[type=text] {
	width:100px;
	border:0;
}
#sidebar ul {
	background:#7347a1;
	border:1px solid #fff;
}
#sidebar ul li {
	margin:3px;
	padding:3px 0;
	background:#8964b0;
}
#sidebar ul li h2 {
	padding:3px 0 3px 20px;
	font-size:14px;
}
#sidebar ul li ul {
	border:0;
}
#sidebar ul li ul li {
	margin:0;
}
#sidebar ul li ul li a {
	padding:0 0 0 35px;
	display:block;
}
#sidebar ul li ul li a:hover {
	background:#cb266d url(images/sidebar_flower.gif) 15px 0 no-repeat;
	font-weight:bold;
	text-decoration:none;
}
#footer {
	line-height:22px;
	color:#fff;
	text-align:center;
	font-size:10px;
	margin:10px 0;
	background:#cb266d;
}
#footer a{
	color:#fff;
}
