html {
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: rgb(20, 20, 20);
	font-family: Helevetica,Arial,sans-serif;
	font-size: 13px;
	line-height:1.5em; 
    background: url(../pic/fones.png) repeat #EDEDED;
    width: 100%;
    height: 100%;
}

a, a:link, a:visited {
	color: rgb(68, 61, 61);
}

a:hover {
	color: #666666;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #000; }
h2 { font-size: 28px; font-weight: normal; line-height: 28px; margin: 0 0 30px 0; padding: 0; color: #060501; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #666666; }
h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    margin: 0 0 5px 0;
    padding: 0;
    color: #060501;
}
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #060501;}
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; color: #060501;}

.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_r30 { margin-right: 30px; }

.vertical_divider { border-right: 1px solid #d9d9d9; }
.horizon_divider {  border-bottom: 1px solid #d9d9d9; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 30px;
}

.thcolr {
    float: right;
    width: 100px;
}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color: #8da332; }
em { color: #5d6d1e; }

.templatemo_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.thumbnail {
    float: left;
    border: 4px solid rgb(218, 218, 218);
    margin: 4px;
}

.templatemo_list li {
    width: 215px;
    height: 35px;
	padding:0 0 0 25px;
	line-height: 35px;
    border-top: 1px #e2e2e2 solid;
    border-bottom: 1px #e2e2e2 solid;
    margin-top: -1px;
    /* background: url("../pic/shadow.png") repeat-y right; */
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.templatemo_list li.active {
    background: white;
    width: 216px;
}

.templatemo_list li a {
	color: black;
	text-decoration: none;
}

.templatemo_list li a:hover {
	color: #000;
}
.templatemo_list li:hover {
    background-color: rgb(241, 241, 241);
}
.paddindp {
    padding: 20px;
}
.button a {
	clear: both;
	display: block;
	width: 82px;
	height: 23px;
	padding: 3px 0 0 0;
	margin-top: 15px;
	background: url(../pic/templatemo_button.png) no-repeat;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
	background: url(../pic/templatemo_button_hover.png) no-repeat;
}

#templatemo_wrapper {
	width: 990px;
	padding: 0;
	margin: 0 auto;
	background: url(../pic/templatemo_wrapper.png) center repeat-y;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* menu */

#templatemo_menu {
	width: 970px;
	height: 30px;
	margin: 0 0 0 10px;
	/* padding: 20px 30px 0 0; */
	/* background: url(../pic/templatemo_menu.png) bottom repeat-x; */
    background: #B60007;
    border-bottom: 1px solid black;
}

#templatemo_menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
    
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 30px;
	padding: 0 10px;
	margin: 0 5px 0 0 ;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: white;	
	font-weight: bold;
	outline: none;
	border: none;
    line-height: 32px;
    font-family: 'Cuprum', sans-serif;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul li .current {
	height: 30px;
	color: black;
    background: white;
    border-top: 2px solid #B60007;
	/* background: url(../pic/templatemo_menu_hover.png) bottom no-repeat; */
}

/* end of menu */

#templatemo_left_column {
	float: left;
	width: 250px;
}

#templatemo_right_column {
	float: right;
	width: 730px;
	margin-right: 10px;
}

#templatemo_header {
	width: 360px;
	height: 276px;
	padding: 0 10px;
	margin-left: 20px;
	background: url(../pic/templatemo_header.png) left center no-repeat;
}

#templatemo_header  #site_title {
	float: left;
	width: 310px;
	padding: 115px 0 0 60px;
}

#templatemo_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#templatemo_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_header  #site_title h1 strong {
	color: #f00;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#templatemo_header  #site_title a span {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 5px;
	margin-top: 20px;
}

#featured_project {
	float: right;
	width: 520px;
	height: 210px;
	padding: 33px 0;
	background: url(../pic/templatemo_featured_project.png) no-repeat;
}

#templatemo_sidebar {
	clear: both;
	float: left;
	width: 240px;
	padding-left: 10px;
    padding-top: 15px;
}

#templatemo_main {
	float: right;
	width: 730px;
	margin-right:0; 
}

.post_section {
	clear: both;
	position: relative;
	padding: 15px 20px 10px 20px;
	margin:0;
	/* background: url(../pic/templatemo_post_bottom.png) bottom right no-repeat; */
    border-bottom: 1px dotted #ddd;
}
.post_section:hover {
    background-color: #F7F7F7;
}


.post_section h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 30px;
}

.post_section p {
	text-align: justify;
	margin-bottom: 10px;
}

.post_section img {
	clear: both;
	display: block;
}

.post_section .comment {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 70px;
	height: 42px;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	background: url(../pic/templatemo_comment.png) no-repeat;
}

.post_section .comment a {
	color: #333;
	text-decoration: none;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#templatemo_rss a {
	float: right;
	display: block;
	width: 190px;
	height: 40px;
	padding: 10px 0 10px 60px;
	margin-bottom: 30px;
	color: #ffa200;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(../pic/templatemo_rss.png) left center no-repeat;
}

#templatemo_header #templatemo_rss a:hover {
	color: #fff;
	text-decoration: none;	
}

#templatemo_rss a span {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 3px;
}

.comment_tab {
	padding: 10px 0 5px 15px;
	margin: 30px 0 0 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 460px;
}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { margin-bottom: 10px; list-style:none; }
.comments li .commentbox1 { border: 1px solid #dddddd;  background: #eeeeee; }
.comments li .commentbox2 { border: 1px solid #dddddd;  background: #f6f6f6; }
.comments li .comment_box { clear: both; width:100%; padding: 15px;  }
.comment_box .gravatar { float: left; width: 50px; margin-right: 15px; background: #fff; }
.comment_box .gravatar img { margin: 0; width: 50px; height: 50px; }
.comment_box .comment_text { margin: 0 0 0 65px; }

.comment_box .comment_text p { margin: 0; }
.comment_text .comment_author { font-size: 14px; font-weight: bold; color: #781919; margin-bottom: 10px; }
.comment_text .date { font-size: 12px; font-weight: normal; color: #333; padding-left: 10px; }
.comment_text .time { font-size: 12px; font-weight: normal; color: #333; padding-left: 10px; }
.comment_text .reply a { display: block; clear: both; float: right; padding: 1px 10px; height: 24px; text-align: center; background: #3694ab; border: 1px solid #fff; color: #fff; } 


#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
	padding: 20px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

#comment_form textarea {
	background:#FFFFFF none repeat fixed 0 0;
	border: 1px solid #CCC;
	display:block;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width: 360px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	margin-top: 5px;
	width: 200px;
	background:#FFFFFF none repeat fixed 0 0;
	border: 1px solid #CCC;
}

#comment_form .submit_btn {
	width: 80px;
	padding: 5px 10px;
	background: #EEEEEE;
	border: 1px solid #AAAAAA;
	color: #666666;
}

.service_box {
	margin-bottom: 40px;
}

.service_box .left {
	float: left;
	width: 120px;
	height: 120px;
}

.service_box .left img {
	width: 120px;
	height: 120px;
}

.service_box .right {
	float: right;
	width: 360px;
}

.service_box ol li {
	list-style: decimal-leading-zero;
	margin-bottom: 5px;
}

.service_box ol li a {
	color: #058edc;
}

/* gallery */
#gallery {
	clear: both;
	}
	
	#gallery a {
		border: none;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		padding: 0;
		margin: 0 0 40px 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #CCC;
	}
	
	#gallery ul li .left {
		float: left;
		width: 190px;
	}
	
	#gallery ul li .left img {
		width: 180px;
		height: 110px;
		border: none;
		border: 5px solid #d4cbaf;
	}
	
	#gallery ul li .right {
		float: right;
		width: 280px;
	}
	
	#gallery ul li .right button {
		margin: 0;
	}
	 
/* end of gallery */

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 350px;
	padding: 6px 0;
	background: #fff;
	border: 1px solid #ccc;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 350px;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
}

#contact_form form .submit_btn {
	margin-left: 110px;
	padding: 5px 10px;
	background: #EEEEEE;
	border: 1px solid #AAAAAA;
	color: #666666;
}

/* footer */

#templatemo_footer {
	clear: both;
	width: 970px;
	height: 50px;
	margin: -51px auto;
/*	padding: 30px 0 0 0; */
    border-top: 1px solid #dcdcdc ;
}

/* footer wrapper */

.bmenu {
    float: right;
    margin-right: 25px;
}
.bmenu li {
    float: left;
    color: black;
    
    list-style: none;
    margin-right: 5px;
}
.bmenu li a {
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    font-weight: bold;
    background-color: white;
    
    -webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
    transition: background 500ms ease;
}
.bmenu li a:hover {
    color: white;
    background-color: red;
}
.thcol {
    width: 485px;
    float: left;
}
.flogo {
    display: block;
    line-height: 50px;
    height: 50px;
    margin-left: 30px;
}
.logd {
    background: url("../pic/fonebeta1.png") no-repeat top center;
    height: 124px;
    padding: 25px 0 0 35px;
}
.sitenamelogo {
    margin: 0 0 0 0;
    font-size: 32px;
    font-family: 'Cuprum', sans-serif;
}
.imth {
    float: left;
    width: 160px;
    height: 120px;
    margin: 0 8px 0 0;
    border: 5px solid #F5F5F5;
}
.imthf {
    float: left;
    margin: 0 8px 8px 0;
}
.tnd {
    text-decoration: none;
}
.ftitle {
    color: rgb(92, 92, 92);
}
.f_post_sec {
    text-align: justify;
    /* background: url(../pic/templatemo_post_bottom.png) bottom right no-repeat; */
    padding: 20px;
}
.boxtitle {
    margin: 0 0 -10px 25px;
    color: #666;
    text-shadow: rgba(255,255,255,0.5) 0px 2px 2px;
    font-family: 'Cuprum', sans-serif;
}

.asd {
    width: 555px;
    float: left;
    text-align: center;
    font-weight: bold;
}
.social {
    width: 142px;
    margin: 15px 0 0 50px;
    text-align: center;
}
.zdf {
    margin-top: 102px;
}

.pagination {
    
}
.pagination li {
    list-style: none;
    float: left;
    text-decoration: none;
    display: block;
    line-height: 15px;
    border: 1px solid #D4D4D4;
    margin-left: -1px;
}
.pagination li.unavailable {
    list-style: none;
    float: left;
    text-decoration: none;
    background: #F5F5F5;
}
.pagination li.unavailable a {
    color: #D4D4D4;
}
.pagination li.current {
    list-style: none;
    float: left;
    text-decoration: none;
    background: #D4D4D4;
}
.pagination li:hover {
    background: #D4D4D4;
}
.pagination li.current a {
    color: white;
    font-weight: bold;
}
.pagination li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}
.alert-box {
    padding: 25px 25px 25px 95px;
    font-weight: bold;
}
.alert {
    border-bottom: 1px solid #E3C500;
    background: #FFFEC4 url("../pic/alert.png") no-repeat 20px;
}
a.close {
    visibility: hidden;
}
.sitenamelogosub {
    margin: 13px 0 0 0;
    color: black;
    font-size: 12px;
    font-family: 'Cuprum', sans-serif;
}
.sitenamelogodesc {
    margin: -5px 0 0 2px;
    color: black;
    font-size: 12px;
    font-family: 'Cuprum', sans-serif;
}
.dated {
    float: right;
    margin: -21px 44px 0 0;
    color: black;
    font-weight: normal;
    font-family: 'Cuprum', sans-serif;
}


.sitenamelogo a {
    text-decoration: none;
    color: black;
    transition: color 0.3s;
    -moz-transition:color 0.3s; /* Firefox 4 */
    -webkit-transition:color 0.3s; /* Safari and Chrome */
    -o-transition:color 0.3s; /* Opera */
}
.sitenamelogo a:hover {
    color: #B60007;
}

.chcomm {
    padding: 0;
    margin: -25px 0 0 0;
    overflow: hidden;
    clear: both;
}
.chcomm li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
}
.chcomm li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
.chcomm li:hover a, .chcomm li.active a {
    background: red;
    color: white;
}