/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px; 
	background-color: #fff; 
	background-image: url(../images/templatemo_main_bgr.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
	letter-spacing:-1px;
	font-weight:200;
	padding: 0;
	margin: 0;
	width:auto;
}

em { color: #ff0d40 }

h1 { font-size:32px; margin-bottom: 20px; }
h2 { font-size:28px; margin-bottom: 20px;
    width: 265px;
    height: 19px;
}
h3 { font-size:20px; margin-bottom: 20px;
    height: 2px;
}
h4 { font-size:16px; margin-bottom: 10px; font-weight:100;
    height: 26px;
}
h5 { font-size:14px }
h6 { font-size:12px }
.header { display: block }

.left { float:left }
.right { float:right }

.float_l { float: left }
.float_r { float:right; margin-right:48px;}

.img_fl { float: left; margin: 3px 8px 5px 0; height:110px; width:100px }
.img_fr { float: left; margin: 3px 0 5px 15px }
.img_border { background: #fff; padding: 4px; border: 1px solid #eee }

a:link, a:visited { color:#ff0d40}
a:visited { text-decoration:none }
a:hover { text-decoration:none }
a:hover,a:active { outline:none }

a.more { 
	clear: both; 
	display: block; 
	width: 58px; 
	height: 25px; 
	line-height: 25px; 
	text-align: center; 
	text-decoration: none; 
	background: url(../images/templatemo_button01.png) no-repeat; 
}

.tmo_ul_list { 
	margin: 10px 0 10px 15px; 
	padding: 0; 
	list-style: none; 
}

.tmo_ul_list li { 
	color:#666; 
	margin: 0 0 7px 0; 
	padding: 2px 0 2px 30px; 
	background: url(../images/templatemo_list.png) no-repeat scroll 0 3px;  
}

.tmo_ul_list li a { 
	color: #666; 
	font-weight: normal; 
	text-decoration: none; 
}

.tmo_ul_list li a:hover { 
	color: #666; 
}

.no_bullet { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.no_bullet li { 
	margin: 0 0 20px 0; 
	padding: 0; 
}

#templatemo_body_wrapper {
	padding: 0px 0 0;
	background:url(../images/templatemo_main_bg.jpg) center top no-repeat
}
#templatemo_wrapper {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	padding: 10px 12px;
	background:url(../images/templatemo_wrapper_m.png) repeat-y center
	top:20px;
}

#templatemo_wrapper_top {
	position: absolute;
	top: -5px;
	left: 0;
	width: 984px;
	height: 5px;
	background: url(../images/templatemo_wrapper_t.png)
}

#templatemo_header {
	width: auto;
	height: 51px;
	padding: 25px 10px;
		background-color:#ffffff;
	
}
.templatemo_header_img {
	position:absolute;
	right:-6px;
	top:-11px;
	display:block;
	width:30px;
	height:30px;
	background: url(../images/templatemo_header_nav_bg.png);
	text-indent:-999999px;
	cursor:default;
}
#templatemo_slider {
}

#templatemo_main {
	
	
}

#templatemo_bottom {
	width: 1195px;
	padding: 20px 22px 20px;
	margin: 0 auto;
	background:#29166f;
	
	height:187px;
}

#templatemo_footer_wrapper {
	clear: both;
	background: #eaeaea;
	border-top: 5px solid #fff;
	padding: 20px 0;
	width: 100%;
}

#templatemo_footer {
	width: 940px;
	padding: 10px  22px;
	margin: 0 auto;
}

#site_title { 
	float: left; 
}

#site_title a { 
	display: block; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	width: 350px; 
	height: 54px; 
	color: #acacac; 
	text-indent: -10000px; 
	background: url(../images/templatemo_logo.png) no-repeat center left; 
}

#templatemo_menu { 
	float: right; 
	margin-top: 15px;
	width: 719px;
	height: 35px;
	margin-left: 14px;
}

#newsletter {
	padding: 10px;
	background: #F3FC68;
}

#newsletter h4 { 
	margin-bottom: 5px; 
}

#newsletter p { 
	font-size: 11px; 
	margin: 0; 
	margin-bottom: 5px; 
}

#newsletter form {
	margin: 0;
	padding: 0;
	border: 4px solid #fefbfc;
}

#newsletter .txt_field {
	float: left;
	display: block;
	height: 18px;
	line-height: 18px;
	width: 160px;
	color: #333;
	font-size: 12px;
	padding: 5px;
	font-variant: normal;
	border: none;	
	background: #eed2db;
}

#newsletter .subscribe_btn {
	float: right;
	display: block;
	color: #fff;
 	height: 28px;
	width: 80px;
	font-size: 11px;
	font-weight: 700;
	line-height: 26px;
	cursor: pointer;
	border: none;
	background: #ec858f;	
}

.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee
}

.post h2 { 
	margin-bottom: 40px; 
}

.post_left {
	float: left;
	width: 140px;
	text-align: right
}
.post_right {
	float: right;
	width: 450px;
}

.post img { 
	background: #fff; 
	border: 1px solid #eee; 
	padding: 4px; 
}

.post .post_meta { 
	margin-bottom: 5px; 
}

.post .post_meuta span { 
	display: block; 
}

.comment_list { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.comment_list .comment_box { 
	padding: 20px; 
	border-bottom: 1px solid #ddd; 
}

.comment_list li { 
	margin-bottom: 20px; 
}

.comment_list li ul { 
	list-style: none; 
	background: none; 
}

.comment_list li ul li { }

.comment_list li ul li .comment_box { 
	background: #f6f3f3; 
}

.comment_content { 
	float: right; 
	width: 490px; 
}

.comment_list li ul li.depth_2 .comment_content  { 
	width: 450px; 
}

.comment_list li ul li.depth_3 .comment_box { 
	background: #fff; 
}

.comment_list li ul li.depth_3 .comment_content  { 
	width: 410px; 
}

#comment_form { margin-top: 40px }

#comment_form textarea {
	color: #666;
	background:#fff none repeat fixed 0 0;
	border: 1px solid #ccc;
	height:150px;
	padding: 5px;
	width: 360px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	color: #666;
	padding: 5px;
	width: 230px;
	background:#fff none repeat fixed 0 0;
	border: 1px solid #ccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .submit_btn {
	display: block; 
	width: 70px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0 8px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold;  
	background-color: #000; 
	border: 1px solid #2f2f2f; 
	color: #fff; 
	font-size:11px; 
}

#gallery {
	margin: 0; padding: 0; list-style: none;
}

#gallery li { 
	display: block; 
	float: left; 
	width: 450px; 
	margin-right: 40px;	
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee; 
}
	
#gallery li img { 
	margin-bottom: 20px; 
	border: 1px solid #eee; 
	background: #fff; 
	padding: 9px; 
}

#gallery .no_margin_right { 
	margin-right: 0; 
}

#contact_form { 
	padding: 0; 
	margin: 0; 
}

#contact_form form { 
	margin: 0; 
	padding: 0; 
}

#contact_form p { 
	float: left; 
	margin-right: 14px; 
	font-family:Century Gothic;
}

#contact_form .input_field { 
	width: 164px; 
	padding: 5px; 
	color: #222;  
	background: #F5F6CE; 
	border: 3px solid #6B6363; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form label { 
	display: block; 
	margin-right: 12px; 
	font-size: 11px; 
}

#contact_form textarea { 
	width: 554px; 
	height: 200px; 
	padding: 5px; 
	color: #222;
	background: #F5F6CE; 
	border: 3px solid #6B6363; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form .submit_btn { 
	padding: 5px 14px; 
	background: #F5F6CE; 
	border: 3px solid #6B6363;
	color: #000; 
}

.footer_gallery { 
	margin: 0; 
	padding:0; 
	list-style: none; 
}

.footer_gallery li { 
	margin: 0; 
	padding: 0; 
	display: block; 
	float: left; 
}

.col { 
	float: left; 
	margin: 0 30px 30px 0; 
	width:auto;
}

.half { width: 455px }
#sidebar, .col13 { width: 280px }
#content, .col23 { width: 628px}

.col23_div{width:auto;}
.col23_div > p {float:left;width:200px;margin-top:0px;text-align:justify;font-family:Century Gothic;}
.col23_div > h4{width:30%}

.padding_right { padding-right: 20px }
.col14 { width: 205px }
.no_margin_right { margin-right: 0 }
.last_box { margin-bottom: 0; background: none }

.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

.pagging ul li a { 
	float: left; 
	display: block; 
	color: #333; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #fff; 
	border: 1px solid #eee; 
}

.pagging ul li a:hover { 
	background: #f3b2bd; 
	border: 1px solid #eee; 
	color: #fff;  
}

.cleaner { 
	clear: both; 
	display: block; 
}

.h20 { height: 20px }
.h40 { height: 40px }

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
    width: 960px;
    height: 340px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: -17px;
	bottom: 10px;
	width: 98px;
	height: 17px;
	padding: 9px 20px;
	z-index: 1000;
	background: url()
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right: 8px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -10px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.col .about_more {
	color:#444444;
	text-decoration:none;
	cursor:default;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
	padding: 15px 0;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.templatemo_center
{
	background-color:Blue;
}
.col17 
{
	width:280px;
	float:left;
	margin-right:50px;
	padding-bottom:30px;
}
.col17 > h2 
{
	padding:5px;
	text-align:center;
    text-shadow: 5px 5px 5px black;
    background: -webkit-linear-gradient(left, orange , green); /* For Safari */
	background: -o-linear-gradient(right, orange, green); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, orange, green); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, orange , green);
	font-size:18px;
	color:White;
}
.col17 > p{text-align:justify;font-size:12px;}
.wrapper {
	margin: 0 auto 0 0px;
	width: 1180px;
	height: 126px;
}
.wrapper > a {color:Gray;padding-right:4px;}
.wrapper ul{
	z-index: 100;	
	list-style-type: none;
	position: relative;
	display: inline;
	float: left;
    top: 0px;
    left: 97px;
    width: 114px;
} 

.wrapper ul li a {
	
	font-size: 11px;
	color: #333;		
	text-align:left;
	text-decoration: none;
}

.col_cont {margin: 70px 0 0 0; width:100% }
.col_cont > h2 {margin:4px; font-size:15px;}
.col_cont > img {margin:14px 0 14px 205px;}