/*
Credit: http://www.templatemo.com
*/


.titlu_banner {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fad40d;
	text-align:left;
}



.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}




/* content */

#templatemo_content_wrapper {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 20px;
}

#templatemo_content {
	width: 570px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0;
	background: url(images/templatemo_content_bg.jpg) top center no-repeat;
}

#templatemo_popular_posts {
	clear: both;
	width: 615px;
	height: 100%;
	overflow: hidden;
	padding: 5px 5px 5px 20px;
	margin-bottom: 10px;

}

#templatemo_main_content_outter {
	float: left;
	border: 1px solid #868478;
	background: #9e9c93;
	padding: 9px;
	width: 560px;
}

#templatemo_main_content_inner {
	background: #8e8c83 url(images/templatemo_side_column_bg.jpg) right repeat-y;
}


.post_section {
	clear: both;
	padding-bottom: 20px;
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
}



/* end of content */



<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0, auto;
	width: 560px;
	height:100%;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 540px;
  height: 100%;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  width: 520px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 100%;
  margin:0 auto;  
}

.slide img {
	float:left;
	margin-right: 0px;
	width:200px;
	height:200px;
	border:1px solid #FFF;
}



/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width: 30px;
  height: 100%;
  text-indent:-10000px;
  position:absolute; right:530px;
  cursor: pointer;
}
#leftControl {
  top: 45px;
  left:-18px;
  background:transparent url(images/slider_left_control.png) no-repeat 0 0;
}
#rightControl {
  top: 45px;
  right:-20px;
  background: transparent url(images/slider_right_control.png) no-repeat 0 0;
}
