

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background:#000000 url(images/bg.jpg) no-repeat;
}

li {
font-size: 10px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
background-color: #00CC33;
text-indent: 2px;
list-style-position: outside;
padding: 6px;
margin: 2px;
}

h2{color: #fdfbb9}

a:link, a:visited { color: gold; text-decoration: none; } 
a:active, a:hover { color: green; text-decoration:none; }

.cleaner {
	clear: both;
	height: 30px;
	width: 100%;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	height: 30px;
	width: 100%;
	font-size: 1px;	
}

/* top panel */

#top_panel{
	width: 100%;
	height: 125px;	
	margin-bottom: 10px;
	background: url(images/top.png) top no-repeat;
}

#top_panel #top_section{
	width: 980px;
	height: 200px; /* + 100 for padding */
	margin: 0 auto;
	padding-top: 50px;
	padding-right: 30px;
}

#top_section #site_title {
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	padding: 10px 0;
}

#top_section #site_tagline {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	color: #dcff86;
}

#gallery_panel {
	clear: both;
	overflow: hidden;
	width: 820px;
	height: 350px; /* expend this if u wanna put thumbnail */
	padding: 0;
	border-bottom: 10px solid #0a1521;
}

/* menu */

#top_section #menu{
	clear: both;
	margin-top: 5px;
	height: 40px;	
	text-align: right;
	width:100%;
}

#menu ul {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	padding: 2px 15px;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: gold;
	border-right: 1px solid #5f3b11;	
}

#menu li a:hover, #menu li .current{
	color: red;
}

#menu li .last {
	border-right: none;
	padding-right: 0;
}
/* end of menu */

/* end of top panel */

/* content panel */

#content_panel
{
    clear: both;
    width: 980px;
    height: 600px;
	margin: 0 auto;
}

#content_section{
	float: right;
	height: 100%;
	width: 820px;
	padding: 0;
	margin: 0 auto;
}

#content_menu_section{
	float: left;
	height: 100%;
	width: 155px;
	padding: 0;
	margin: 0 auto;
	background: url(images/menu.png) top no-repeat;
}

#content_menus a:active, a:hover{
	color: green;
	font-size:medium;
	font-weight:bold;
	text-decoration: none;
}

#content_menus a:link, a:visited{
	color: gold;
	font-size:medium;
	font-weight:bold;
	text-decoration: none;
}


#content_section #content_left {
	float: left;
	display: inline;
	width: 480px;
	margin-top:10px;
}

#content_section #content_right {
	float: right;
	width: 320px;
	margin-top:10px;
}

* html #content_section #content_right {
	margin-right: 15px;
}
/* end of content panel */

/* content left */

#content_left #login_section {
	clear: both;
	margin-bottom: 20px;
}

#login_section #login_section_top {
	width: 240px;
	height: 10px;
	background: url(images/login_section_top.jpg) no-repeat;
}

* html #login_section #login_section_top {
	margin-bottom: -5px;
}

#login_section #login_section_title {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 70px;
	height: 30px; /* padding top 10px + */
	background: url(images/login_section_title.jpg) top center no-repeat;
}

#login_section #login_section_middle {
	background-color: #5f8104;
	padding: 10px 15px;
}

#login_section_middle form{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	width: 100%;
	text-align: right;
	border-bottom: 1px dotted #ffffff;
}


#login_section_middle .form_row{
	margin-bottom: 10px;
}


#login_section_middle label {
	margin-right: 10px;
}

#login_section_middle input{
	width: 120px;
	height: 18px;
}

#login_section_middle .button{
	width: 60px;
	height: 25px;
}

#login_section #login_section_bottom {
	width: 240px;
	height: 10px;
	background: url(images/login_section_bottom.jpg) no-repeat;
}

#content_left #left_column_section {
	clear: both;
	background-color: #353535;
}

#left_column_section #left_column_section_top {
	width: 240px;
	height: 10px;
	background: url(images/left_column_section_top.jpg) no-repeat;
}

* html #left_column_section #left_column_section_top {
	margin-bottom: -5px;
}

#left_column_section #left_column_section_title {
	font-size: 18px;
	font-weight: bold;
	padding:  7px 0 0 70px;
	height: 33px; /* padding top 7px + */
	background: url(images/left_column_section_title.jpg) top center no-repeat;
}

#left_column_section #left_column_section_middle {

	padding: 0 15px 10px 15px;
	background: url(images/left_column_section_bottom.jpg) center bottom no-repeat;
}

#left_column_section_middle .popular_post {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #525252;
}

#left_column_section_middle .popular_post h1 {
	margin: 10px 0 5px 0;
	padding: 0px;
	font-size: 12px;
	color: #f6ff00;
}

.popular_post p{
	margin: 0 0 0 10px;
	padding: 0px;
}

/* end of content left */

/* content right */

#content_right .right_column_section {
	background-color: #2a2a2a;
	
}

.right_column_section .right_column_section_title {
	height: 50px;
	background: url(images/right_section_bg.jpg) no-repeat;
	color: #b5ff5e;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0 0 30px;
}

.right_column_section .right_column_section_body {
	clear: both;
	padding: 0 30px 0 30px;	
}

.right_column_section_body  .image_box {
	float: left;
	width: 108px;	
}

.right_column_section_body  .post_body {
	width: 360px;
	float: right;
}

.right_column_section_body p{
	padding: 0 0 10px 0;
	margin: 0px;
}

.post_body  .posted_by {
	color: #ffc600;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0px;
}

.posted_by a, a:hover, a:visited {
	color: #7eff00;
}

.right_column_section_body .post_info {
	height: 30px;
	margin-top: 15px;
	color: #5cc311;
}

.post_info .comment {
	padding: 0 0 0 20px;
	margin-right: 30px;
	background: url(images/comment_icon.jpg) top left no-repeat;
}

/* end of content right */

/* bottom panel */
#bottom_panel {
	clear: both;
	width: 100%;	
	background-color: #080808 ;
	background: url(images/bottom.jpg) no-repeat;
}

#bottom_panel  #bottom_section {
	margin: auto;
	height:60px;
	width: 980px;
}

#bottom_section h1 {
	color: #c7f119;
	padding: 0px;
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

#bottom_section h2 {
	color: #f6ff00;
	padding: 0px;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: normal;
}

#bottom_section .bottom_section_01 {
	float: left;
	margin-right: 30px;
	width: 240px;
	background-color: #151515; 
}


/* end of bottom panel */

/* footer */

#prefooter_panel{
	width: 100%;
	height:10px;
	background-color: #5f8104;
}

#footer_panel{
	width: 100%;
	background-color: #000000;
}

#footer_panel #footer_section{
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer_section a:active, a:hover{
	color: green;
	font-size:small;
	font-weight:bold;
	text-decoration: none;
}

#footer_section a:link, a:visited{
	color: gold;
	font-size:small;
	font-weight:bold;
	text-decoration: none;
}


/* end of footer 999966*/
