﻿body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #31382d url(../images/top_bg.jpg) center top no-repeat;
	background-color: #31382d;
}

.form{font-size:0.12em;margin:0 0 0 8px;}

.thumbnails{background-color:#FFF;border:#FFF 1px solid; padding:1px; margin:1px;}
.livethumbnail{padding-right:10px; }
.error{background-color:#999;width:100%;font-size:1.0em;font-weight:bold;padding:30px 0 30px 20px;}

.link{margin-left:11px;text-decoration:none;color:#666;font-size:0.8em;}

.dcountstyle{ /*Example CSS to style count up output*/
font: bold 16px Arial;
padding: 3px;
}

.dcountstyle sup{ /*Example CSS to style count up output*/
font-size: 90%;
}

a{
	background-color: inherit;
	color: #CCFF66;;
	text-decoration: none;
}
a:hover{
	background: inherit;
	color: #CCFF99;
	text-decoration: none;
}

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

h2 {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	font-size: 17px;
	color: #CCFF66;
	xborder-bottom: 1px dotted #663e17;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 17px;
	color: #8FA288;
	xborder-bottom: 1px dotted #663e17;
}

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

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


/* ----- Form ----- */

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

.inputfield {
	background: #ffffff;
	border: 1px solid #c9f5f6;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 14px;
	line-height: normal;
	padding: 4px;
	margin-bottom: 5px;
	width: 240px;
}

#searchfield {
	background: url('../images/sidepanelsbg.png');
	border: 1px solid #4f94ab;
	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: 24px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

.button {
	width: 60px;
	height: 25px;
}

/* end of form */


#header_panel {
	width:100%;
	margin: 0 auto;
	height: 145px;
}

#header_panel #header_section {
	width: 960px;
	height: 145px;
	margin:0 auto;
	
}

#header_section #title_section {
	float: left;
	width: 500px;
	padding: 50px 0 35px 30px;
	font-size: 30px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#header_section #search_section {
	float: right;
	margin-right: 30px;
	width: 330px;
	padding: 70px 0 15px 0;
}

#header_section #search_section form {
	text-align: left;
}

#menu_panel {
	width:100%;
	height: 59px;	
	margin: 0 auto;
	color: #ffffff;
}

#menu_panel #menu_section {
	width: 930px;
	height: 59px;	
	margin:0 auto;
	padding: 15px 0 0 0;
	color: #ffffff;
	xbackground:  url(../images/menu_panel_bg.jpg) no-repeat;	
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu_section ul li {
	display: inline;
}

#menu_section ul li a {
	float: left;
	width: 110px;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #57a0b4;	
}

#menu_section li a:hover, #menu_section li .current, #menu_section li .selected {
	color: #FFFF00;
	text-decoration:none;
	font-weight: bold;
}

/* end of menu */

/* content panel */
#content_container {
	clear: both;
	overflow: hidden;
	width:100%;
	margin: 0 auto;
}

#content_container #content {
	overflow: hidden;
	height: 100%;
	width: 930px;
	padding: 10px 0 0 15px;
	margin:0 auto;
	xbackground: url(../images/content_top.jpg) top center no-repeat;
}

#content_left {
	float: left;
	width: 600px;
	xmargin-bottom: 5px;
}

#content_right {
	float: right;
	width: 325px;
	xmargin-bottom: 5px;
}

#content_left .post {
	width: 600px;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 5px;
	xborder: 1px solid #1e1125;
	background: #6b7d63;	
	min-height:500px
}

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

.post .post_title {
	width: 570px;
	height: 25px; /* padding 20px + */;
	margin: 0px;
	padding: 20px 0px 5px 10px;
	xfont-size: 16px;
	color: #CCFF66;
	font: bold 1.75em 'Trebuchet MS', Arial, Sans-serif;
}

.post .post_title .post_info {
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #dbc1a7;
	margin-top: 6px;
}

.post .post_body {
	padding: 15px 10px;
	overflow: hidden;
	height: 100%;

}

.post .post_body img {
	margin-bottom: 15px;
	margin-left: 15px;
	border:1px;
	border-color:#B5EAA6;
}

img {
	margin-bottom: 15px;
	margin-left: 15px;
	border:1px;
	border-color:#B5EAA6;
}

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

#content_right .right_section {
	clear: both;
	display: inline-block;
	width: 275px;
	padding: 10px 15px 10px 10px;
	margin-bottom: 5px;
	color: #dbc1a7;
	background: url(../images/sidepanelsbg.png) repeat-y center top;
	xborder-bottom: 1px solid #361d40;
}

#content_right .right_ysection {
	clear: both;
	display: inline-block;
	width: 275px;
	padding: 10px 15px 10px 10px;
	margin-bottom: 5px;
	color: #000000;
	background: #FFFF53 url(../images/sidepanelsbg.png) repeat-y center
top;
	xborder-bottom: 1px solid #361d40;
}

#content_right .right_section ul {
	clear: both;
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}

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

#content_right .right_section ul li a, a:hover {
	font-weight: normal;
}

#bottom_panel {
	width:100%;
	margin: 0 auto;
	background: url(../images/content_bottom.png) repeat-x center top;

}

#bottom_panel #bottom_section {
	overflow: hidden;
	height: 100%;
	width: 930px;
	margin:0 auto;
	padding: 40px 0 15px 30px;	
	xbackground: url(../images/content_bottom.png) repeat-x center top;
	xborder-top: 1px solid #3d234d;
}

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

#bottom_section .bottom_section_content ul {
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
}

#bottom_section .bottom_section_content li a {
	color: #dbc1a7;
}

#footer_panel {
	width:100%;
	margin: 0 auto;
	background: #000000 url(../images/footer_bg_repeat.jpg) repeat-x;
	color: #000000;
}

#footer_panel #footer_section {
	width: 960px;
	margin:0 auto;
	padding: 20px 15px;	
	text-align: center;
	background: url(../images/footer_bg.jpg) no-repeat;
}

.form{font-size:0.9em;margin:0 0 0 8px;}

.thumbnails{background-color:#FFF;border:#FFF 2px solid;}

.error{background-color:#999;width:100%;font-size:1.0em;font-weight:bold;padding:30px 0 30px 20px;}

.link{margin-left:11px;text-decoration:none;color:#666;font-size:0.8em;}
