/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #CCC;
	background-image: url(images/experiments/menu_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #002531;
}

a:link, a:visited { 
	color: #f5ea01; 
	text-decoration: none; 
	font-weight: bold; 
} 
a:active, a:hover { 
	color: #f5ea01; 
	text-decoration: underline; 
}

p {
	margin: 0px;
	padding: 0px;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;	
	border-bottom: 1px dotted #B79742;
}

.comment {
	padding-left: 20px;
	margin-left: 5px;
	background: url(images/comment_icon.jpg) bottom left no-repeat;
}

/* content and header panel */
#header_panel {
	clear: both;
	width:100%;
	margin: 0 0 7px;
	/* background: url(images/experiments/top_bg.jpg) top center no-repeat; */
}

#header_panel #header_section{
	clear: both;
	width: 1000px;
	/* height: 270px; */
	margin: 0 auto;

}

/*#header_section #title_section{
	font-size: 55px;
	padding: 80px 0 10px 0px;
	color: #f5ea01;
}

#header_section #tagline {
	padding: 15px 0 0 177px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
*/
/* end of header */

/* menu */
#menu_panel{
	clear: both;
	width:100%;
	height: 57px;
	margin-bottom: 0px;
	color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#menu_panel #menu_section{
	width: 1000px;
	height: 57px;
	padding: 0;
	color: #03a0a6;
	background-image: url(images/experiments/up.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#menu_panel #menu_section_rest{
	width: 1000px;
	height: 57px;
	background-image: url(images/experiments/up_otdih.gif);
	background-repeat: no-repeat;
}

#menu_panel #menu_section_fish{
	width: 1000px;
	height: 57px;
	background-image: url(images/experiments/up_rybalka.gif);
	background-repeat: no-repeat;	
}
#menu_panel #menu_section_hunt{
	width: 1000px;
	height: 57px;
	background-image: url(images/experiments/up_ohota.gif);
	background-repeat: no-repeat;
}

#menu_panel #menu_section_rules{
	width: 1000px;
	height: 57px;
	background-image: url(images/experiments/up_rules.gif);
	background-repeat: no-repeat;
}
#menu_panel #menu_section_gallery{
	width: 1000px;
	height: 57px;
	background-image: url(images/experiments/up_gallery.gif);
	background-repeat: no-repeat;
}
#menu_section ul {
	float: left;
/*	width: 930px; */
	margin: 0;
	padding: 30px 0 0 630px;
	list-style: none;
}

#menu_section ul li {
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 85px;
	padding: 2px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #99930d;
	border-right: 1px solid #333;
}

#menu_section li a:hover, #menu_section li .current{
	color: #f5ea01;
}

#menu_section li .last {
	border-right: none;
}
/* end of menu */

/* content */

#content {
	clear: both;
	width: 1018px;
	margin: 0 auto;
}

#content_column_one {
	float: left;
	width: 194px;
	/* border: 1px solid #846f34; */
	margin: 0 0 0 10px;
	/* padding: 10px 0 10px 0; */
	background-color: #003645;
}

#content_column_two {
	float: left;
	width: 460px;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}

#content_column_three {
	float: left;
	width: 240px;
	/*padding: 10px 0 10px 0; */
	margin: 0 0 0 90px;
	/* border: 1px solid #846F34; */
	background-image: url(images/experiments/news_bg.gif);
	background-repeat: repeat-y;
	display: inline;
}

/* column one */

#content_column_one .column_one_section {
	clear: both;
	margin: 0px 10px;
}
#content_column_one .column_one_section2 {
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
#content_column_one h1 {
	margin: 0 0 10px;
	padding: 0 0 25px;
	font-size: 14px;
	color: #000;
	background-image: url(images/experiments/navjpg.gif);
	background-repeat: no-repeat;
}

#content_column_one h2 {
	margin: 0 0 10px;
	padding: 0 0 25px;
	font-size: 14px;
	color: #000;
	background-image: url(images/experiments/navjpg_eng.gif);
	background-repeat: no-repeat;
}

#content_column_one .cleaner_with_divider {
	margin: 0 0 20px 0;
}

#content_column_one ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/experiments/arrow.gif);
	list-style-type: none;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content_column_one li {
	margin: 5px;
	padding: 20px 0 5px 0;
	border-bottom-style: solid;
	border-bottom-color: #2c6677;
	border-bottom-width: 2px;
}
#content_column_one a{
	color: #FFFFFF;
}

/* end of column one */
/* column two */

#content_column_two .column_two_section {
	clear: both;
	width: 500px;
	padding: 0 10px;	
	margin-bottom: 1px;
	/*border: 1px solid #312f2b; */
	/*background: #181714 url(images/templatmeo_column_two_bg.jpg) top right no-repeat;	*/
}

#content_column_two h1 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #f5ea01;
	border-bottom: 1px dotted #f5ea01;
}

#content_column_two p{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_column_two img {
	border: 1px solid #2e2d29;
	margin: 2px 5px 2px 1px;
	float:left;
}

#content_column_two .post_info {
	margin: 0 0 20px 0;
	color: #fff;
}

#content_column_two .post_info a{
	color: #f5ea01;
	font-weight: normal;
}

#content_column_two .post_comment {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding: 10px 0 0 0;
}
/* end of column one */

/* column one */
#content_column_three .column_three_section {
	clear: both;
	margin: 0px 10px;
	padding: 10px 0;
}

#content_column_three .column_three_section2 {
	clear: both;
	/*margin: 0px 10px;*/
	padding: 5px 5px;
	background-color: #003645; 
}

#content_column_three .column_three_section3 {
padding: 0 0 0 34px;
}

#content_column_three .cleaner_with_divider {
	padding: 0px;
	margin: 0px;	
}

#content_column_three h1 {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px dotted #FFF;
}

#content_column_three a{
	font-weight: normal;
}

#content_column_three ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content_column_three li {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;	
}

#content_column_three #ad_section {
	clear: both;
	border-bottom: 1px solid #312f2b;
}

#ad_section h1{
	margin: 0 0 10px 10px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

#ad_section .ad_125x125_box {
	float: left;
	margin: 0 0 10px 10px;
	width: 125px;
	height: 125px;
}

.ad_125x125_box img {
	border: none;
}

.column_three_section .popular_post {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column_three_section .popular_post li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #22250e;
}
/* end of column one */

/* for bottom palen */
#bottom_panel{
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 20px 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	text-align: center;
}

#bottom_panel .bottom_panel_section {
	margin-left: 10px;
	width: 968px;
	margin-bottom: 20px;
	background-color: #00CC00;
}

.bottom_panel_section h1 {
	color: #f2e304;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.bottom_panel_section p{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* end of bottom */
