/* CSS Document */
body{
	background-color:#FFF5FA;
}
#box{
	position:relative;
	margin:auto;
	width:850px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#leftsidebar{
	position:relative;
	float:left;
	width:145px;
}
	ul.mainmenu{
		margin:250px 5px 0px 0px;
	}
	ul.mainmenu li{padding-left:5px;cursor:pointer;line-height:30px; border-top:1px dotted #CCC;border-bottom:1px dotted #EEE;}
	ul.mainmenu li:hover{background-color:#FFFCFD;}
	.mainmenu a:active,.mainmenu a:link,.mainmenu a:visited{color:#666666; text-decoration:none; font-weight:bold; text-transform:uppercase;font-size:12px;}
#central{
	position:relative;
	float:left;
	width:850px;/*width:705px;*/
	height:100%;
	background:url(../img/uzor.jpg) repeat-y;
	background-position:145px;
}
#content{
	float:left;
	width:400px;
	margin-top:245px;
	/*background:url(../img/uzor.jpg);*/
	
}
#content a:link,#content a:active,#content a:visited{color:#333333;}
.rc{ width:400px; height:25px; background:url(../img/rc.jpg);}
.posts{
	line-height:15px;
	margin:7px;
	font-size:13px;
}
.posttitle{font-weight:bold;}
.postdate{font-size:11px; font-style:italic;}
.postcontent{ margin:10px 0px;}
.cat_title{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
}
#logo{
	position:absolute;
	top:0px;
	left:145px;
	width:400px;
	padding-bottom:1px;
	background-color:#FFF5FA;
}
#rightsidebar{
	float:left;
	width:300px;
	margin-left:5px;
	overflow:hidden;
}
#rightsidebar img{margin:2px 0px 0px 2px;}
.widgets_left{
	 margin:10px 3px;
	 font-size:11px;
	 cursor:pointer;
}
.widgets_left a:active,.widgets_left a:link,.widgets_left a:visited{color:inherit;}
.widgets_left p{ margin:5px;}
#footer{
	position:relative;
	float:left;
	width:705px;
	margin-left:145px;
	text-align:center;
	font-size:11px;
	padding:3px 0px;
	background:url(../img/uzor.jpg) repeat-y;
	background-color:#FFEEEE;
}
.comment{margin:5px;padding:5px; border:1px dotted #CCCCCC;}
.comment_author{ font-weight:bold; ine-height:20px;}
.comment_date{ font-size:10px;}
.commentform{ margin:5px; border:1px dotted #999999; padding:5px;}
.commentform input,.commentform textarea { margin-bottom:2px;}
.commentform textarea {width:365px; height:100px;}