/*******************************************
 * Main
 *******************************************/
* {
	margin: 0;
	border: 0;
}
html {
	font-size: 100%;
}
body {
	font: normal 16px/19px Arial, Sans-Serif, Tahoma;
	color: #444;
	background-color: #3c3636;
	height: 100%;
	width: 900px;
	margin: 0 auto;
}
table, th, td, ul, ol, li {
	border-collapse: collapse;
	list-style-position: inside;
	list-style-image: none;
	padding: 0;
}
a {
	color: #393;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}

/***** Clear *****/
br.clear {
	clear: both;
}
div.clear {
	width: 100%;
	overflow: hidden;
}
div.clear div {
	float: left;
}

/*******************************************
 * Header
 *******************************************/
.header {
	background: #eeefe5 url(images/header_background.jpg) no-repeat top;
	height: 130px;
}

/* Site Title */
.header-title {
	height: 56px;
	padding: 35px 0 0 40px;
}
.header a {
	text-decoration: none;
}
.header a,
.header h2 {
	font-family: Sans-Serif, Arial, Tahoma;
	font-weight: normal;
	color: #fff;
}
.header h5 {
	font-weight: normal;
	color: #bbcdad;
}

/* Mail */
.header-mail {
	background: url(images/mail_background.gif) no-repeat right top;
	height: 29px;
	width: 92px;
	float: right;
}
.header-mail a {
	background: url(images/mail_icon.gif) no-repeat;
	display: block;
	height: 10px;
	width: 13px;
	margin: 9px 0 0 9px;
}
.header-mail a:hover {
	background: url(images/mail_icon_hover.gif) no-repeat;
}
.header-mail a:active {
	margin: 10px 0 0 10px;
}

/*******************************************
 * Search
 *******************************************/
.search-box {
	background: url(images/search_background.gif) no-repeat right bottom;
	height: 31px;
	width: 232px;
	float: right;
	position: relative;
	right: 15px;
}
.search-box input {
	font: Tahoma, Arial, Sans-Serif;
	color: #336633;
	background-color: transparent;
	height: 19px;
	width: 190px;
	float: left;
	margin: 7px 0 0 16px;
}
.search-box a {
	background: url(images/search_icon.gif) no-repeat left top;
	display: block;
	height: 15px;
	width: 15px;
	padding: 8px 8px 0 0;
	float: right;
}
.search-box a:active {
	background: url(images/search_icon.gif) no-repeat 1px 1px;
}

/*******************************************
 * Menu
 *******************************************/
.menu {
	position: relative;
	left: 20px;
	top: 19px;
}
.menu,
.menu ul,
.menu ul li,
.menu-left,
.menu-right {
	height: 31px;
	float: left;
}
.menu-left,
.menu-right {
	padding-right: 15px;
	background: url(images/menu_background.gif) no-repeat;
}
.menu-left {
	background-position: left;
}
.menu-right {
	background-position: right;
}
.menu ul {
	font: 0.814em  Arial, Sans-Serif, Tahoma;
	color: #bebbac;
	background: #3c3636;
}
.menu ul li {
	list-style-type: none;
	list-style-position: outside;
}
.menu ul li a {
	color: #bebbac;
	text-decoration: none;
	margin: 7px 12px 0 12px;
	display: block;
}
.menu ul li a:hover,
.menu ul li a:active,
.menu ul li a.menu-active {
	color: #fff;
}
.menu ul li a:active {
	margin: 8px 11px 0 13px;
}
.menu ul li a.menu-active,
.menu ul li a.menu-active:active {
	background: url(images/menu_active.gif) no-repeat left center;
	padding-left: 12px;
	margin: 7px 12px 0 0;
}

/*******************************************
 * Main Block
 *******************************************/
.main {
	background-color: #eeefe5;
	clear: both;
	padding: 44px 20px 0;
	height: 100%;
}

/*******************************************
 * Content
 *******************************************/
.content {
	width: 610px;
	float: left;
}

/*******************************************
 * Side Bar
 *******************************************/
.sidebar {
	width: 220px;
	float: right;
}

/*******************************************
 * Blog Box
 *******************************************/
.blog {
	background: url(images/blog_background.gif) repeat-x top;
	margin-bottom: 22px;
	clear: both;
}
.blog-header {
	background: url(images/blog_top.gif) no-repeat right bottom;
	padding: 10px 95px 0 15px;
}
.blog-title,
.blog-title a {
	font-size: 1em;
	font-weight: bold;
	color: #3c3636;
	text-decoration: none;
	width: 350px;
}
.blog-title a:hover {
	text-decoration: underline;
}
.blog-time {
	font-size: 0.689em;
	color: #a2a28b;
	text-align: right;
	display: block;
	height: 12px;
	margin-left: 360px;
	position: relative;
	top: -1.5em;
}
.blog-text {
	font-size: 0.75em;
	text-align: justify;
	background-color: #fff;
	height: 100%;
	padding: 16px 20px 0;
	overflow: auto;
}
.blog-text img {
	border: solid 3px #393;
	margin: 4px 20px 15px 0;
	float: left;
}
.blog-info ul li {
	height: 15px;
}
.blog-info {
	background: #fff url(images/blog_bottom.gif) no-repeat right bottom;
	height: 50px;
}
.blog-info ul {
	padding: 27px 16px 0 0;
	float: right;
}
.blog-info ul li {
	list-style-type: none;
	list-style-position: outside;
	float: right;
}
.blog-comment {
	font-size: 0.625em;
	color: #696;
	background: url(images/comment_icon.gif) no-repeat left top;
	padding-left: 16px;
	margin-top: -2px;
}
.blog-comment a {
	text-decoration: none;
}
.blog-comment a:hover {
	text-decoration: underline;
}
.blog-rate {
	margin: 2px 0 0 18px;
}
.stars,
.blog-rate {
	width: 70px;
}
.stars {
	background: transparent url(images/star_empty.gif) repeat-x right top;
	overflow: hidden;
}
.stars,
.stars div,
.stars div a {
	height: 11px;
	display: block;
}
.stars .rate5 {
	width: 100%;
	z-index: 1;
	position: relative;
}
.stars .rate4 {
	width: 80%;
	z-index: 2;
	position: relative;
	top: -11px;
	_top: -19px;
}
.stars .rate3 {
	width: 60%;
	z-index: 3;
	position: relative;
	top: -22px;
	_top: -38px;
}
.stars .rate2 {
	width: 40%;
	z-index: 4;
	position: relative;
	top: -33px;
	_top: -57px;
}
.stars .rate1 {
	width: 20%;
	z-index: 5;
	position: relative;
	top: -44px;
	_top: -76px;
}
.stars .rate1 a:hover,
.stars .rate2 a:hover,
.stars .rate3 a:hover,
.stars .rate4 a:hover,
.stars .rate5 a:hover {
	background: transparent url(images/star_full.gif) repeat-x right top;
}

/*******************************************
 * Pager
 *******************************************/
.pager {
	font: 0.75em Verdana, Sans-Serif, Tahoma;
	text-align: center;
	margin-bottom: 20px;
}
.pager ul li {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
}
.pager ul li a,
.pager ul li span {
	padding: 0 3px 1px;
}
.pager ul li a,
.pager ul li.arrow a:hover {
	color: #80806e;
	text-decoration: none;
	border: solid 1px #eeefe5;
}
.pager ul li a:hover {
	border: solid 1px #d3d2be;
}
.pager ul li span {
	font-weight: bold;
	color: #393;
}
.pager ul li.arrow,
.pager ul li.arrow a {
	font-weight: bold;
	color: #393;
}

/*******************************************
 * Comments
 *******************************************/
.comment {
	background: url(images/blog_background.gif) repeat-x top;
	margin-bottom: 22px;
	clear: both;
}
.comment-header {
	font-weight: bold;
	color: #393;
	background: url(images/comment_top.gif) no-repeat right bottom;
	padding: 10px 95px 14px 15px;
}
.comment-content {
	background-color: #fbfaf5;
	padding: 16px 20px 0;
}
.comment-name {
	font-size: 0.75em;
	font-weight: bold;
}
.comment-time {
	font-size: 0.689em;
	color: #a2a28b;
}
.comment-text {
	font-size: 0.75em;
	padding: 4px 0 20px;
}
.comment-text hr {
	color: #e7e7db;
	background-color: #e7e7db;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	border: 0;
}
.comment-bottom {
	background: #fbfaf5 url(images/comment_bottom.gif) no-repeat right bottom;
	padding-top: 15px;
}

/* Post Form */
.post h5 {
	font-size: 0.875em;
	font-weight: bold;
	color: #3c3636;
}
.post input,
.post textarea,
.post-button {
	font: Tahoma, Arial, Sans-Serif;
	margin: 2px 0 12px;
	border: solid 1px #8d8987;
}
.post input {
	height: 20px;
	width: 200px;
}
.post textarea {
	height: 160px;
	width: 568px;
	overflow: auto;
}
.post input.button {
	background-color: #d3d2be;
	height: 22px;
	width: 100px;
}

/*******************************************
 * Side Bar Box
 *******************************************/
.box {
	background: #60bb56 url(images/box_background.gif) repeat-x top;
	margin-bottom: 22px;
	clear: both;
}
.box-header {
	font-weight: bold;
	color: #fff;
	background: url(images/box_top.gif) no-repeat right bottom;
	padding: 8px 65px 14px 15px;
}
.box-content {
	background-color: #d3d2be;
	padding: 7px 15px 15px;
}
.box-bottom {
	background: #d3d2be url(images/box_bottom.gif) no-repeat right bottom;
	padding-top: 15px;
}

/*******************************************
 * Categories
 *******************************************/
.categories {
	padding: 12px 0 24px;
}
.categories li {
	font-size: 0.689em;
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 1px;
	margin-bottom: -1px;
}
.categories li a,
.categories li.categories-active {
	padding: 0 15px 7px 5px;
}
.categories li a {
	color: #80806e;
	text-decoration: none;
	background: url(images/categories_link.gif) no-repeat right bottom;
	padding: 0 15px 7px 5px;
	margin-bottom: -1px;
	display: block;
}
.categories li a:hover {
	color: #393;
	background: url(images/categories_hover.gif) no-repeat right bottom;
}
.categories li.categories-active {
	font-weight: bold;
	color: #3c3636;
	background: url(images/categories_active.gif) no-repeat right bottom;
	padding-right: 30px;
}

/*******************************************
 * Most Popular
 *******************************************/
.popular li {
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 1px;
	margin-bottom: -1px;
}
.popular li a {
	font-size: 0.75em;
	color: #393;
	text-decoration: none;
	background: url(images/popular_link.gif) no-repeat left top;
	padding-left: 18px;
	display: block;
}
.popular li a:hover {
	background: url(images/popular_hover.gif) no-repeat left top;
}

/*******************************************
 * Cloud Tags
 *******************************************/
.tags {
	width: 190px;
	overflow: hidden;
	line-height: 1.5em;
}
a.tags1, a.tags2, a.tags3, a.tags4, a.tags5, a.tags6 {
	color: #3c3636;
	text-decoration: none;
	padding: 0 5px;
}
a.tags1:hover, a.tags2:hover, a.tags3:hover, a.tags4:hover, a.tags5:hover, a.tags6:hover {
	text-decoration: underline;
}
.tags1 {
	font-size: 2em;
}
.tags2 {
	font-size: 1.5em;
}
.tags3 {
	font-size: 1.1em;
}
.tags4 {
	font-size: 0.9em;
}
.tags5 {
	font-size: 0.75em;
}
.tags6 {
	font-size: 0.6em;
}

/*******************************************
 * Footer
 *******************************************/
.footer {
	font: 0.689em/0.814em Tahoma, Arial, Sans-Serif;
	color: #3c3636;
	background: #d3d2be url(images/footer_background.gif) repeat-x top;
	padding: 28px 290px 24px 35px;
	clear: both;
}
.footer a {
	color: #929183;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.error {
    font-size: 0.875em;
	font-weight: bold;
    color: red;
}
