/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #e5e5cf;
	background: #363432;
}

a:link, a:visited { color: #FFFFFF; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #FFFF00; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }


.button_01 a {
	clear: both;
	display: block;
	width: 120px;
	height: 23px;
	padding-top: 4px;
	background: url(images/templatemo_button_01.jpg) no-repeat;
	
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_01 a:hover {
	color: #000000;
}

h2 {
	margin: 0 0 30px 0;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
}

h3 {
	position: relative;
	display: block;
	height: 28px;
	margin: 0 0 15px 0;
	padding: 7px 0 0 40px;
	font-size: 20px;
	font-weight: normal;
	color: #363432;
}

h3 span {
	position: absolute;
	width: 30px;
	height: 35px;
	top: 0px;
	left: 0px;
}

h4 {
	padding: 0px;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}

#templatemo_container {
	width: 900px;
	padding: 20px;
	margin: 0 auto;
}

#templatemo_top_bar {
	padding: 10px 0;
}

#rss_button a {
	float: right;
	display: inline-block;
	height: 21px;
	padding: 20px 50px 0 0;
	color: #fcb220;
	text-decoration: none;
	background: url(images/templatemo_rss_icon.jpg) bottom right no-repeat;
}

#templatemo_content {
	clear: both;
	position: relative;
	width: 860px;
	padding: 20px;
	background: url(images/templatemo_content_bg_middle.jpg) repeat-y;
}

#templatemo_content #top {
	position: absolute;
	width: 900px;
	height: 20px;
	top: 0px;
	left: 0px;
	background: url(images/templatemo_content_bg_top.jpg) no-repeat;
}

#templatemo_content #bottom {
	position: absolute;
	width: 900px;
	height: 20px;
	bottom: 0px;
	left: 0px;
	background: url(images/templatemo_content_bg_bottom.jpg) no-repeat;
}

#templatemo_side_column {
	float: left;
	width: 310px;
	padding: 0 0 250px 0;

}

#templatemo_site_title_box {
	color: #ffffff;
	width: 249px;
	height: 120px;
	padding: 2px 30px 0 30px;
	margin-bottom: 30px;
	background: url(images/templatemo_site_title_bg.jpg) repeat-x;
}

#templatemo_site_title_box h1 {
	display: block;
	margin: 0px;
	padding: 10px 0 10px 0;
	color: #ffffff;
	font-size: 34px;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_site_title_box h1 a {
	font-weight: normal;
	text-decoration: none;
}

#templatemo_site_title_box h1 a:hover {
	text-decoration: none;
}

#templatemo_site_title_box h1 span {
	display: block;
	color: #d0cfaa;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 14px;
}

/* menu */

#templatemo_menu {
	clear: both;
	width: 250px;
	padding: 0 30px;
	margin-bottom: 30px;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
}

#templatemo_menu ul li a {
	display: block;
	padding: 7px 0 7px 30px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #4F4E31;	
	outline: none;
	background: url(images/templatemo_menu_list_icon.jpg) left center no-repeat;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #CBCAAD;
	background: #777545;
}
/* end of menu*/

/* for side column */
#templatemo_side_column .box {
	padding: 0 30px;
	margin-bottom: 30px;
}

#templatemo_side_column img {

	margin-bottom: 10px;
}

#templatemo_side_column h3 {
/*	background: url(images/templatemo_h3_right_01.jpg) right no-repeat; */
	background: url(images/templatemo_h3_right_01_a.jpg) right no-repeat;
}

#templatemo_side_column h3 span {
/*	background: url(images/templatemo_h3_left_01.jpg) no-repeat; */
	background: url(images/templatemo_h3_left_01_a.jpg) no-repeat;	
}

#templatemo_side_column .box p {
}

#templatemo_side_column .box .news_title a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* for main column */

#templatemo_main_column {
	float: right;
	width: 470px;
	margin-top: 40px;
	margin-right: 30px;
}


#templatemo_main_column h3 {
/*	background: url(images/templatemo_h3_right_02.jpg) right no-repeat; */
	background: url(images/templatemo_h3_right_02_a.jpg) right no-repeat;
}

#templatemo_main_column h3 span {
/*	background: url(images/templatemo_h3_left_02.jpg) no-repeat;	 */
	background: url(images/templatemo_h3_left_02_a.jpg) no-repeat;
}

#templatemo_banner {
	clear: both;
	overflow: hidden;
	width: 410px;
	height: 150px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;	
	background: url(images/templatemo_banner_bg.jpg) no-repeat;
}

.list_01 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list_01 li {
	padding: 0 0 0 10px;
	margin: 0 100px 10px 0;
	background: #444323;	
}

.list_01 li a {
	display: block;
	padding: 5px 0 5px 40px;
	color: #e4e3d0;
	font-weight: bold;
	text-decoration: none;
	background: #444323 url(images/templatemo_banner_list_icon.jpg) left center no-repeat;
}

.list_02 {
	margin: 0 0 30px 50px;
	padding: 0px;
}

.list_02 li {
	padding: 0px;
	margin: 0 0 10px 0;

}

.list_01 li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.main_column_box {
	clear: both;
	margin-bottom: 30px;
}

.main_column_box p {
	text-align: justify;
	margin-bottom: 10px;
}

#templatemo_main_column .image_wrapper {
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 5px;
}

#templatemo_main_column .fl_image {
	float: left;
	margin-right: 15px 
}

#templatemo_main_column .fr_image {
	float: right;
	margin-left: 15px 
}

/* end of content */

/* footer */
#templatemo_footer {
	clear: both;
	width: 900px;
	padding: 20px 0;
	text-align: right;
}

#templatemo_footer a {
	color: #f6d229;
	text-decoration: none;
}
/* end of footer */


/* shadowbox */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* end of shadowbox */
