/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    /*background: #ffffff url(../images/templatemo_main_bg.jpg) repeat-x top;*/
}
		
a:link, a:visited { color: #000000; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #2ECCFA; text-decoration: underline; font-weight: normal; }

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; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r_10 { margin-right: 10px; }

.continue_button a {
	float: right;
	clear: both;
	display: block;
	width: 80px;
	height: 19px;
	padding: 1px 20px 0 0;
	margin-top: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/templatemo_more_button.jpg) no-repeat;
}

.continue_button a:hover {
	color: #e0e8f5;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}

h3 {
	margin: 0 0 0 0;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

h4 {
	margin: 0 0 0px 0;
	padding: 4px 0;
	font-size: 18px;
	font-weight: normal;
}

.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}

#templatemo_wrapper {
	width: 100%;
	/*background: url(images/templatemo_main_bg_bottom_wrapper.jpg) no-repeat bottom center;*/
}


/* site title */

#templatemo_site_title_bar_wrapper {
	width: 100%;
	height: 85px;
	margin: 0 auto;	
	/*background: url(images/template_site_title_wrapper.jpg) center top no-repeat;*/
}

#templatemo_site_title_bar {
	width: 980px;
	height: 85px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/template_site_title_wrapper.jpg) center top no-repeat;
}

#site_title {
	float: left;
	margin: 0px;
	padding: 30px 0 0 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #d8d63b;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	font-size: 13px;
	color: #989231;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}

#templatemo_site_title_bar #search_box {
	float: right;
	width: 200px;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
}

#tools {
	float: left;
	margin: 0;
	padding: 8px 0 0 600px;
	font-size: 11px;
	font-variant: normal;
	line-height: normal;
}



#search_box form {
	float: left;
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 20px;
	width: 150px;
	padding: 6px 5px 4px 7px;
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

#searchbutton {
 	height: 30px;
	width: 35px;
	margin: 0px;
	padding: 6px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: none;
}

/* end of site title */

/* content */

#templatemo_content_wrapper_outter {
	width: 100%;
	margin: 0 auto;	
	/*background: url(images/templatemo_main_bg_top_wrapper.jpg) center top no-repeat;*/
}

#templatemo_content_wrapper_inner {
	width: 1000px;
	margin: 0 auto;
	/*background: url(images/templatemo_main_bg_top_wrapper.jpg) center top no-repeat;*/
}

#templatemo_content_top {
	clear: both;
	width: 1000px;
	height: 14px;
	background: #f4f4f4;
	/*background: url(images/templatemo_content_top.png) bottom center no-repeat;*/
}

#templatemo_content {
	clear: both;
	width: 970px;
	padding: 0 15px;
	background: #f4f4f4;
	/*background: url(images/templatemo_content_middle.png) repeat-y center;*/
}

#templatemo_content_bottom {
	clear: both;
	width: 1000px;
	height: 14px;
	background: #f4f4f4;
	/*background: url(images/templatemo_content_bottom.png) top center no-repeat;*/
}

#main_content {
	padding: 10px;
}

#main_column {
	float: left;
	width: 660px;
}

#side_column {
	float: right;
	width: 280px;
}

#slide_section {
	width: 655px;
	height: 160px;
	border: 1px solid #e0e8f5;
	margin-bottom: 10px;
	
}

.section_w660 {
	clear: both;
	width: 640px;
	padding: 10px;
	background: #e0e8f5;
	margin-bottom: 10px;
}


.section_930 {
	clear: both;
	width: 930px;
	padding: 10px;
	background: #e0e8f5;
	margin-bottom: 10px;
}


.section_w315 {
	float: left;
	width: 315px;
	background: #ffffff;
}

.section_w315 h2 {
	height: 20px;
	padding: 10px 10px 0 10px;
	margin: 0px;
	color: #000000;
	/*background: url(images/templatemo_post_title_bg.jpg) top repeat-x;*/
}

.section_w315 .section_w315_content {
	padding: 10px;
	height: 130px;
	color:#000;
}

.section_w315_content img {
	margin-bottom: 10px;
}



/* new css 316*/

.section_w316 {
	float: left;
	width: 640px;
	background: #ffffff;
}

.section_w316 h2 {
	height: 35px;
	padding: 10px 10px 0 10px;
	margin: 0px;
	color: #000000;
}

.section_w316 .section_w316_content {
	padding: 10px;
	color:#000;
}

.section_w316_content img {
	margin-bottom: 10px;
}

/* end new css 316*/

/* new css 316*/

.section_w317 {
	float: left;
	width: 290px;
	background: #ffffff;
}

.section_w317 h2 {
	height: 35px;
	padding: 10px 10px 0 10px;
	margin: 0px;
	color: #000000;
}

.section_w317 .section_w317_content {
	padding: 10px;
	color:#000;
}

.section_w317_content img {
	margin-bottom: 10px;
}

/* end new css 316*/


/* new css 930*/

.section_w930 {
	float: left;
	width: 930px;
	background: #ffffff;
}

.section_w930 h2 {
	height: 35px;
	padding: 10px 10px 0 10px;
	margin: 0px;
	color: #000000;
}

.section_w930 .section_w930_content {
	padding: 10px;
	color:#000;
}

.section_w930_content img {
	margin-bottom: 10px;
}

/* end new css 930*/

#side_column .side_column_ads_section {
	clear: both;
	padding: 10px 10px 0 10px;
	/*background: #676456;*/
	background: #e0e8f5;
	width:260px;
}

.ads_125_125 {
	float: left;
	width: 57.5px;
	height: 57.5px;
	margin: 0 0 10px 0;
}


.right_padding_10 {
	margin-right: 10px;
}

.left_padding_10 {
	margin-left: 10px;
}




#side_column .side_column_section {
	clear: both;
	width: 260px;
	padding: 10px;
	background: #e0e8f5;
	margin-bottom: 10px;
}

#side_column .side_column_section .side_column_section_content {
	padding: 10px;
	background: #ffffff;
}

.side_column_section h3 {
	font-weight: bold;
	border-bottom: 0px;
	margin-bottom: 0px;
	color: #000000;
}

.side_column_section .side_column_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.side_column_section .side_column_menu li {
	margin-bottom: 5px;
}

.side_column_section .side_column_menu li a {
	color: #000000;
}

.side_column_section .side_column_menu li a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}


.recent_post {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.recent_post h4 a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.recent_post h4 a:hover {
	text-decoration: none;
}

/* end of content */

/* footer */

#templatemo_footer {
	width: 980px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #000000;
}

#templatemo_footer  a {
	color: #000000;
}

#templatemo_footer .section_w245 {
	float: left;
	width: 220px;
	padding-right: 25px;
}

#templatemo_footer .section_w245 h3 {
	margin-bottom: 5px;
	font-size:14px;
	font-weight: bold;
	color: #d8d63b;
	border-bottom: 0px;
	
}

#templatemo_footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#templatemo_footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#templatemo_footer .footer_list li a {
	color: #cccccc;
}

#templatemo_footer .footer_list li a:hover {
	color: #d8d63b;
	font-weight: normal;
	text-decoration: none;
}
/* end of footer */

/* tab */

#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a {
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #fff;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after {
  background: #fff;
  z-index: 3;
}

#content {
  background: #fff;
  padding: 2em;
  /*height: 130px;*/
  height:auto;
  position: relative;
  z-index: 2; 
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

#links {
margin: 0 auto;
padding: 5px;
height: 40px;
width: 990px;
background: #eff4ff;
text-align: center;
vertical-align: middle;
clear: both;

}

#links a {
margin-top: -5px;
padding: 0 11px;
vertical-align: middle;
}



/* end tab */