body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #CCC;
	background: #000;
}

a:link, a:visited {
	color: #f5ea01;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover {
	color: #f8e67b;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}

.align {
	text-align:justify;
}

.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: 5px 0 0 0;
	margin: 0px;
}

.comment {
	padding-left: 20px;
	margin-left: 5px;
	background: url(images/templatemo_comment_icon.jpg) bottom left no-repeat;
}

/* content and header panel */
.header_panel {
	clear: both;
	width:100%;
	margin: 0 auto;
	background: #000000 url(images/templatemo_top_bg.jpg) top center no-repeat;
}

.header_panel .header_section {
	clear: both;
	width: 960px;
	height: 120px;
	margin: 0 auto;

}

.header_section .title_section {
	font-size: 50px;
	padding: 20px 0 10px 10px;
	color: #f8e67b;
}

.header_section #tagline {
	padding: 0px 0 0 200px;
	font-size: 20px;
	color: #e6c261;
}

/* end of header */

/* menu */
.menu_panel{
	clear: both;
	width:100%;
	height: 47px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #ffffff;
	background: #000000 url(images/menu_line.png) repeat-x;
}

.menu_panel .menu_section{
	width: 960px;
	height: 47px;
	margin:0 auto;
	padding: 0 0 0 0px;
	color: #e0cc9a;
}

.menu_section ul {
    /*float:left;*/
    text-align:justify;
	display: inline;
	width: 930px;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

.menu_section ul li {
	display: inline;
}

.menu_section ul li a{
	float: left;
	width: 102px;
	height:17px;
	padding: 15px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #f8e67b;
	text-shadow:#000;
	border-right: 1px solid #333;

}

.menu_section li a:hover {
	color: #ff9;
	text-shadow:1px 1px #000;
	background-image:url(images/menu_over.png);
}

.menu_section ul li.active a {
	color: #ff9;
	text-shadow:1px 1px #000;
	background-image:url(images/menu_over.png);

}

.menu_section li .last {
	border-right: none;
}
/* end of menu */

/* expand menu*/

#menu,
#menu ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

#menu li {
  cursor:pointer;
}

#menu li a {
  text-decoration:none;
}

#menu > li > a {
  padding:2px 5px;
  font-weight:bold;
}

#menu li li {
  cursor:auto;
  border:0;
  padding:0 14px;
}


/* end of expand menu*/

/* content */

.content {
	clear: both;
	width: 960px;
	margin: 0 auto;
}


/* column one */

.content_column_one {
	float: left;
	width: 190px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.content_column_one h1 {
	margin: 0 0 0px 0;
	height:21px;
	padding: 4px 0 0px 0;
	font-size: 14px;
	color: #000;
	font:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px #f8e67b;
	background:url(images/header.png);
	text-align:center;
}

.content_column_one .column_one_section {
	clear: both;
	margin: 0px 0px;
	padding: 10px;
	border: 1px solid #312f2b;
	background: #181714;
}

.content_column_one .cleaner_with_divider {
	margin: 0 0 5px 0;
}

.content_column_one ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.content_column_one li {
	margin: 0px;
	padding: 0 0 5px 0;
	color: #f8e67b;
	font-weight:bold;
}
.content_column_one a{
	color: #f8e67b;
	cursor:pointer;
}
/* end of column one */


/* column two */
.content_column_two {
	float: left;
	width: 555px;
	margin: 0 0 0 10px;
	padding: 0;
}


.content_column_two .column_two_section {
	clear: both;
	width: 515px;
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #312f2b;
	background: #181714 url(images/templatmeo_column_two_bg.jpg) top right no-repeat;
}

.content_column_two .column_two {
	clear: both;
	width: 700px;
	padding: 20px;
	margin-bottom: 10px;
	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: #f8e67b;
	border-bottom: 1px dotted #666;
}

.content_column_two h2 {
	margin: 0 0 5px 0;
	padding: 20px 0 0px 0;
	font-size: 15px;
	color: #fff;
	line-height:16px;
}

.content_column_two p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size:14px;
	line-height:18px;
	text-align:justify;
}

.content_column_two img {
	border: 5px solid #2e2d29;
	margin-bottom: 15px;
}

.content_column_two .post_info {
	margin: 0 0 20px 0;
	color: #fff;
}

.post_info table thead tr th {
	background: url(images/header.png) repeat-x;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-shadow:2px 1px #f8e67b;
	width:150px;
	text-align:center;
}

.post_info table tfoot td {
	background: url(images/header.png) repeat-x;
}

.post_info table tr {
	background: #181714;
	color:#fff;
	font-size:13px;
	text-align:center;
}

.post_info table .tr2 {
	background: #2c2b27;
	color:#fff;
	font-size:13px;
	text-align:center;
}

.post_info table tbody tr:hover {
	background:#FF6;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}

.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 two */

/* column three */
.content_column_three {
	float: left;
	width: 190px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;
	border: 1px solid #312f2b;
	background: #181714;
}

.content_column_three .column_three_section {
	clear: both;
	margin: 0px 10px;
	padding: 10px 0;
}

.content_column_three .cleaner_with_divider {
	padding: 0px;
	margin: 0px;
}

.content_column_three h1 {
	margin: 0px 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 p {
	text-align:justify;
}

.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:inside;
	list-style-image:url(images/check.png);
	margin: 0;
	padding: 0;
	text-align:justify;
}
.column_three_section .popular_post li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #22250e;
}
/* end of column three */

/* for bottom palen */
.bottom_panel {
	width: 960px;
	margin: 10px auto;
	padding: 20px 0;
}

.bottom_panel .bottom_panel_section {
	margin-left: 10px;
	width: 920;
	margin-bottom: 20px;
	text-align:center;
}

.border {
	border: 1px solid #312f2b;
	background: #181714;
	padding:10px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

.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 */
.wins {
   animation-name: flash;
    animation-duration: 0.9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@keyframes flash {
    from {  color:#ffff66;}
    to {background-color:#fff; color:red;}
}