/* CSS Document */

body {
	margin: 35px 0 0 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #ffffff;
}

a:link, a:visited { color: #7E9AC3; text-decoration:none; } 
a:active, a:hover { color: #a6c2eb; text-decoration:none; }

h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 26px;
	color: #d77707;
	font-weight: normal;
}

h2 {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #ff9d11;
	border-bottom: 1px dotted #663e17;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #ff9d11;
	border-bottom: 0px dotted #663e17;
}

h4 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	color: #ff9d11;
	border-bottom: 0px dotted #663e17;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}

.comment {
	padding-left: 20px;
	margin-left: 5px;
	background: url(images/comment_icon.gif) bottom left no-repeat;
}
/* ----- Form ----- */

form{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}
*/

#searchfield{
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 13px;
	font-variant: normal;
	height: 15px;
	line-height: normal;
	padding: 4px;
	width: 230px;
}


#searchbutton{
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

/* end of form */

/* menu */

#menu_panel{
	
	width: 960px;
	height: 90x;	
	margin: 0 auto;
	Padding: 0 0 0 0px;
	color: #ffffff;
	background: #ffffff;
	text-align: justify;
}	

#menu_panel #menu_section{
	width: 960px;
	height: 90px;
	margin: 0 auto;
	color: #03a0a6;
	background: #ffffff url(images/menu_panel_bg.jpg) top center no-repeat;	
}

#menu_section ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px 0 0 180px;
	list-style: none;
}

#menu_section ul li{
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 110px;
	padding: 20px 0;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-right: 0px solid #202F3C;	
}

#menu_section li a:hover, #menu_section li .current{
	color: #ff9e27;
}

#header_content_container {
	clear: both;
	overflow: hidden;
	height: 100%;
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
}

#header_content_container #header_section{
	clear: both;
	width: 960px;
	height: 0px;
	margin:0 auto;
}

#header_content_container #content{
	clear: both;
	height: 100%;
	width: 960px;
	padding: 30px 0 0 0;
	margin:0 auto;
}

#content_left {
	float: left;
	width: 960px;
	margin-bottom: 0;
}

/* for left column */
#content_left .post {
	width: 100%;
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	background: #6b6b6d url() top right no-repeat;	
}

* html #content_left .post {
	margin-bottom: 15px;
}

.post .post_title{
	width: 570px;
	height: 20px; /* padding 20px + */
	margin: 0 0 10px 0;
	padding: 0 0 5px 30px;
	font-size: 26px;
	font-weight: bold;
	color: #d77707;
}

.post .post_title .post_info{
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #acb66c;
	padding-top: 0;
}

.post .post_body{
	padding: 0 100px 15px 100px;
}

.post .post_body img{
	margin-bottom: 15px;
	border: 2px solid #212f43;
}

.post .post_comment{
	padding: 5px 30px;
	font-weight: bold;
}

/* end of left column */

/* for right column */
#content_right .right_section{
	clear: both;
	display:inline-block;
	width: 248px;
	padding: 15px 15px 10px 15px;
	margin-bottom: 30px;
	background: #c7c7c6 url(images/right_section_bg.jpg) top center no-repeat;	
	border: 1px solid #191a0d;	
}

#content_right .right_section .popular_post {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content_right .right_section .popular_post li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #22250e;
}

#content_right .right_section ul{
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}

#content_right .right_section ul li{
	margin: 0 0 5px 0;
}

/* end of right column */

/* for bottom palen */
#bottom_panel{
	width:100%;
	min-height: 150px;
	margin: 0 auto;
	border-top: 1px solid #000000;
	background: #c7c7c6 url(images/content_bottom.jpg) center bottom no-repeat;	
}

#bottom_panel #bottom_section{
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin:0 auto;
	padding: 40px 0 15px 30px;	

}

#bottom_section .bottom_section_content {
	display: inherit;
	float: left;
	width: 270px;
	padding-right: 20px;
	margin:0 0 15px 10px;
}

#bottom_section .bottom_section_content img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bottom_section_content .gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #000000;
}

.bottom_section_content .gallery li {
	padding: 0;
	float: left;
	margin: 0 4px 4px 0;	
	width: 80px;
	height: 70px;
	border: 3px solid #000000;
}

.bottom_section_content .gallery img {
	border: none;
}

.bottom_section_content .list_section{
	margin: 0 0 15px 30px;
	padding: 0;
}
/* end of bottom panel */

/*  footer */

#footer_panel{
	width:100%;
	height: 10px;
	margin: 0 auto;
	background: #ffffff;
	border-top: 0px solid #202F3C;
}

#footer_panel #footer_section{
	width: 100%;
	height: 10px;
	margin:0 auto;
	padding: 4px 0 30px 136px ;	
	font-size: 11px;
	text-align: center;
	color: #6b6b6d;
}

#footer_panel_main{
	width:100%;
	height: 10px;
	margin: 0 auto;
	background: #ffffff;
	border-top: 0px solid #202F3C;
}

#footer_panel_main #footer_section_main{
	width: 100%;
	height: 10px;
	margin:0 auto;
	padding: 4px 0 30px 182px ;	
	font-size: 11px;
	text-align: center;
	color: #6b6b6d;
}
	
/* end of footer */
