html, body {
	background:#efefef;
	padding:0;
	margin:0;
	color: #353535;
	font-family: Tahoma;
	line-height: 1.5;
	font-size: 12px;
}

#wrapper {
	background:url(../images/bg.gif) no-repeat right bottom #fff;
	width:980px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-490px;
	border:1px solid #b6b6b6;
	border-top:3px solid #84c521;
	border-bottom:3px solid #84c521;
	padding-bottom:10px;
}

#logotype {
background:url(../images/logotype.png) no-repeat left center #fff; 
	width:230px;
	height:60px;
	margin:10px 25px;
	position:relative;
}

#logotype a {
	width:230px;
	height:60px;
	display: block;
}

#logotype a span {
	position: absolute;
	top: -1000px;
}

#blocks {
	border-top:3px solid #84c521;
	padding:10px;
}

#block-right {
	width:250px;
	float:right;
}

#block-left {
	width:700px;
	float:left;
}

#navigation {
	background:#f1f1f1;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}

#navigation a {
	background:url(../images/navigation_dot.png) no-repeat left center;
	padding-left:15px;
	margin-right:10px;
	font-weight:bold;
}

#block-left-top, h1, h2, h3, h4 {
	font-size: 15px;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing:0.4pt;
}

#block-left-top {
	background:url(../images/block_left_top.png) no-repeat;
	width:250px;
	height:32px;
	line-height:30px;
	text-align:center;
	color:#777;
}

#block-left-bg {
	background:url(../images/block_left_bg.png) repeat-y;
	width:250px;
	padding:10px 0 2px 0;
}

#block-left-bottom {
	background:url(../images/block_left_bottom.png) no-repeat top;
	width:250px;
	height:20px;
}

.categories ul, .categories li {
	margin:0;
	padding:0;
	list-style:none;
}

.categories li {
	list-style:none;
	margin-left:20px;
	margin-bottom:5px;
}

.categories li a {
	background:url(../images/categories_dot.png) no-repeat left center;
	padding-left:20px;
	color:#666;
	text-decoration:none;
}

.categories li a:hover {
	background:url(../images/categories_dot_hover.png) no-repeat left center;
	color:#58b235;
	text-decoration:underline;
}

#copyrights-block {
	border-top:3px solid #84c521;
	padding:10px 25px;
	margin-top:20px;
}

#counters {
	width:200px;
	float:right;
	text-align:right;
	padding-top:17px;
}

#logotype-footer {
/*	background:url(../images/logotype.png) no-repeat left center #fff; */
	width:230px;
	height:60px;
	float:left;
}

#copyrights {
	margin-left:240px;
	margin-right:210px;
	padding-top:5px;
	line-height:25px;
}

#copyrights a {
	text-decoration:none;
	color:#353535;
	font-weight:bold;
	margin-right:10px;
}

#copyrights a:hover {
	color:#666;
	text-decoration:underline;
}


a, .pages a {
	color:#58b235;
	text-decoration:underline;
}

a:hover, .pages a:hover {
	color:#666;
	text-decoration:none;
}

h1, h2, h3, h4 {
	background:url(../images/h_bg.png) repeat-x bottom;
	margin:0;
	margin-bottom:10px;
	padding-bottom:5px;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

li {
	background:url(../images/li_dot.png) no-repeat left center;
	list-style:none;
	margin-left:10px;
	margin-bottom:5px;
	padding-left:20px;
}

input, select, textarea {
	padding:1px;
	width:200px;
	border:1px solid #999;
	color:#999;
}

input[type='submit'], input[type='reset'], input[type='button'] {
	background:#84c521;
	color:#fff;
	width:170px;
}

input {
	background:expression(this.type=="submit"?'#84c521':'');
	color:expression(this.type=="submit"?'#fff':'');
	width:expression(this.type=="submit"?'100px':'');
}

#post-bottom {
	background:url(../images/h_bg.png) repeat-x top;
	margin-bottom:20px;
}

#calendar {
	background:url(../images/calendar.png) no-repeat left center;
	padding-left:20px;
	margin-bottom:10px;
}

#smile-div div, .smiles-top {background:#84c521;}
.editor_border {border:1px solid #84c521;}

.red{
	color:#d20800;
	font-weight:bold;
}
