/* ����� ��������� */

body
{
	margin: 0px 0px 0px 0px;
	background-color: #c9f6ac;
	text-align: center;
	height:100%;
}

div
{
	border: 0px;
}

table, tbody, tr, td, form
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table
{
	font-size: 13px;
	color: #638249;
}

img
{
	border: 0px;
}

.main
{
	font-family: Tahoma;
	font-size: 13px;
	color: #316009;

	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	height:100%;

	border: 0px solid red;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

/* ���� */

.logo
{
	width: 1004px;
	height: 108px;
	background: #52ac26 url('img/logo.jpg') no-repeat left top;
	text-align: right;
}

.logo .lleft
{
	width: 600px;
	height: 108px;
	float: left;
}

.search
{
	font-size: 10px;
	font-weight: bold;
	color: #eaffe0;
	text-transform: uppercase;
	text-align: center;
	width: 260px;
	float: right;
	margin-top: 36px;
	margin-right: 23px;
}

.search input
{
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}

.search .button
{
	width: 84px;
	background-color: #e0dfe3;
	border: 2px outset white;
}

.search .text
{
	width: 136px;
	margin-bottom: 1px;
}

/* �������� */

.center
{
	display:table; /* must put this in for FireFox. */
	width: 1004px;
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left
	*/
	overflow: visible;
	height:400px; /* Have to put SOMETHING in here for the height for both
	browser. DO NOT put in a percentage, must be a pixel value */
}

.left
{
	display:table; /* must put this in for FireFox. */
	float: left;
	width: 774px;
	height:100%;
	overflow: hidden;
	background: #b2ec86 url('img/border.gif') repeat-y right top;
}

.right
{
	display:table; /* must put this in for FireFox. */
	float: right;
	width: 216px;
	height:100%;

	border-left: 1px solid #75a755;
	border-right: 1px solid #75a755;
	background: #b4e694;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #638249;

	margin-right: 4px;
}

.right a
{
	color: #316009;
	text-decoration: none;
}

.right a:hover
{
	text-decoration: underline;
}

/* ����� ����� ��������� */

.login_bg
{
	font-size: 13px;
	font-weight: bold;
	color: #287a00;
	text-transform: uppercase;

	width: 286px;
	height: 199px;
	background: #93d970 url('img/lform_bg.jpg') no-repeat left top;
	margin-right: 7px;
	text-align: center;
	float: left;
}

.login_form_cont
{
	width: 227px;
	height: 125px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

.login_form_left
{
	background: url('img/lform_left.gif') no-repeat left top;
	width: 6px;
	height: 125px;
	float: left;
}

.login_form_right
{
	background: url('img/lform_right.gif') no-repeat left top;
	width: 6px;
	height: 125px;
	float: left;
}

.login_form_center
{
	font-size: 13px;
	font-weight: normal;
	color: #638249;
	text-transform: none;
	text-align: left;

	width: 215px;
	height: 125px;
	float: left;

	background: #d8f3c8 url('img/login_form.gif') no-repeat left top;
}

.login_form_center a
{
	font-size: 11px;
	font-weight: bold;
	color: #638249;
	text-decoration: none;
}

.login_form_center a:hover
{
	text-decoration: underline;
}

.login_form_center table
{
	margin-top: 13px;
}

.login_form_center table td
{
	padding-bottom: 4px;
}

.login_form_center .text
{
	border: 1px solid #c3c3c3;
	font-size: 10px;
	width: 145px;
}

.auth_done
{
	width: 215px;
	height: 125px;
	padding-top: 40px;
	text-align: center;
}

.login_form_links
{
	text-align: center;
	padding-top: 6px;
	clear: both;
}

.login_form_center .button
{
	border: 1px solid black;
	background: #c3c3c3;
	color: black;
	font-size: 10px;
	width: 60px;
	margin-right: 3px;
}

.banners_top
{
	width: 468px;
	height: 190px;
	padding-top: 9px;
	float: left;
}

.banners_top img
{
	margin-bottom: 3px;
}

/* ������� ������ */
.posts
{
	clear: both;
	padding-top: 18px;
	padding-bottom: 18px;
}

.posts1
{
	margin-left: 7px;
	width: 760px;
	background: #f5fff0 url('img/cor_lt.jpg') no-repeat left top;
}

.posts2
{
	background: url('img/cor_lb.jpg') no-repeat left bottom;
	width: 760px;
}

.posts3
{
	background: url('img/cor_rt.jpg') no-repeat right top;
	width: 760px;
}

.posts4
{
	background: url('img/cor_rb.jpg') no-repeat right bottom;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 25px;
}

.post
{
	overflow: hidden;
}

.post h2, .post h2 a
{
	font-size: 15px;
	font-weight: bold;
	color: #1e5018;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-decoration: none;
}

.post h2 a:hover
{
	text-decoration: underline;
}

.post_ico
{
	width: 19px;
	height: 20px;
	margin-right: 12px;
}

.post_text
{
	width: 100%;
	padding-left: 10px;
	color: #638249;
}

.post_text a
{
	color: #638249;
	text-decoration: underline;
}

.post_text a:hover
{
	color: #638249;
	text-decoration: none;
}

.post_text p
{
	margin-top: 0px;
}

.post_extra
{
	color: #c79333;
	padding: 2px 2px 3px;
	border-top: 1px dotted #2e861d;
	border-bottom: 1px dotted #2e861d;
	width: 500px;
	margin-left: auto;
	float: right;
}

.post_extra a
{
	color: #608d3a;
	font-weight: bold;
	text-decoration: none;
}

.post_extra a:hover
{
	text-decoration: underline;
}

.post_delim
{
	margin-top: 15px;
	background: url('img/post_delim.gif') repeat-x left top;
}

#comment
{
	border: 1px solid #c3c3c3;
	font-size: 12px;
	width: 400px;
}

.posts .comments a
{
	color: #638249;
	font-weight: bold;
}

.posts .comments h3
{
	font-size: 16px;
}

/* ������� ����� */

.adv_bot
{
	text-align: center;
}

/* ������ ������� */

.right h2
{
	display: block;
	width: 216px;
	height: 25px;
	background: url('img/sb_head.gif') no-repeat left top;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 15px;
}

.right .text
{
	border: 1px solid #c3c3c3;
	font-size: 10px;
	width: 100px;
}

.right .button
{
	border: 1px solid black;
	background: #c3c3c3;
	color: black;
	font-size: 10px;
	width: 196px;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 10px;
}

.right .links ul, .right .links li
{
	padding-left: 0px;
	margin-left: 0px;
}

ul.cat
{
	text-align: left;
	list-style-image: url('img/bul.gif');
}

ul.cat li
{
	padding-left: 10px;
	margin-bottom: 2px;
}

ul.lposts
{
	text-align: left;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
}

ul.cat lposts
{
	margin-bottom: 2px;
}

#wp-calendar
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
}

#wp-calendar-caption
{
	margin-left: auto;
	margin-right: auto;
 	background-color: #a7d589;
  	color: #2f594e;
  	font-weight: bold;
  	padding: 4px;
}

#wp-calendar td, #wp-calendar th
{
	width: 20px;
	height: 20px;
}

#wp-calendar th
{
	background-color: #dcdcdc;
	color: black;
	font-weight: bold;
}


#wp-calendar tbody tr td
{
	background-color: white;
	color: black;
}

#wp-calendar tfoot
{

}

#wp-calendar .pad
{
	background: none;
}

#wp-calendar a
{
	color: #ff9800;
	text-decoration: underline;
	font-weight: bold;
}


.poll
{
	width: 160px;
	font-size: 11px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.poll .button
{
	border: 1px solid #e0e0e0;
	background: white;
	color: #666666;
	font-size: 9px;
	width: auto;
	height: 20px;
	width: 75px;
}

/* ����� */

.footer
{
	width: 1004px;
	height: 52px;
	background-color: #52ac26;
	border-top: 6px solid #348e08;
	color: white;
	font-weight: bold;
	text-align: left;
	line-height: 52px;
}

.footer a
{
	color: white;
}

.footer span
{
	margin-left: 35px;
	margin-right: 35px;
}