/*///////////////////////////////////////*/
/*										 */
/*	Elements CSS 						 */
/*	(Earth theme)	 					 */
/*  									 */	
/*///////////////////////////////////////*/


/*////////////////////
	reset 
////////////////////*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, ol, ul, li, textarea,
fieldset, form, input, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
ol, ul { list-style: none; }

/*////////////////////
	=body 
////////////////////*/

body {
	line-height: 1.5;
	min-width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color:#666; 
	text-align:left;
	background:#fff; }
	
/*////////////////////
	=DIV 
////////////////////*/

#nav_wrap { 
	position:relative;
	z-index:10;
	height:100px;
	background:url(../images/nav_bg.png) repeat-x; }

#nav { position:relative; }
	
#header_wrap { 
	z-index:1;
	position:relative;
	margin-top:-25px;
	margin-bottom:3em;
	background:url(../images/header_bg.jpg) bottom center repeat-x; }
	
#main_wrap { 
	overflow:hidden; 
	padding-bottom:3em;	}
	
#main_content { 
	float:left; 
	width:715px; }
	
#sidebar {
	float:right;
	width:225px; }
	
#footer_wrap { 
	background:#9dae3e url(../images/footer_bg.jpg) top center repeat-x;
	color:#766126; }
	
#footer { 
	padding:100px 0 30px 0; 
	overflow:hidden;
	color:#eeece1;	}

#nav, #header, #header_subpage, #main, #footer { width:960px;  margin:0 auto; }

#header { 
	position:relative; 
	height:440px;
	z-index:1; }
	
#header_subpage { 
	height:200px; 	
	position:relative;
	z-index:1; }

#main { overflow:hidden; }

#header_msg {  
	position:absolute;
	top:60px;
	left:0; 
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif; }

#small_slider {
	position:absolute;
	top:80px;
	left:0;
	width:200px; }

#big_slider { 
	position:absolute;
	z-index:2;
	top:35px;
	border:#fff solid 10px;
	margin-left:273px;
	overflow:hidden; }
	
.blog_entry { 
	width:715px;
	overflow:hidden;
	border-bottom:#a9c167 1px dashed; 
	clear:both;
	margin-bottom:3em;
	padding-bottom:2.5em; }

.blog_date { 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	width:50px; 
	height:55px; 
	background:#f0f5e4;
	float:left;
	margin-right:20px;
	line-height:1.3;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	}
	
.blog_title { 
	float:right; 
	clear:both; 
	width:645px; 
	margin:-60px 0 20px 0; }

.blog_text { 
	float:left; 
	overflow:hidden; }
	
#contact_container { 
	float:left; 
	width:470px; }
	
#contact { 	
	overflow:hidden;
	position:relative; }

#preloader { 	/* preloader for the contact form */
	width:100px; 
	height:15px; 
	float:left; }
	
#testimonial { 
	margin:2em 0; 
	border-top:1px dashed #a9c167; 
	border-bottom: 1px dashed #a9c167; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:20px; 
	text-align:center; 
	padding-top:1em;
	background:#f0f5e4; }

#map_canvas { width:100%; height:300px; }	 /* DIV for google maps */

/*----- layout classes ------*/

.col_1 { width:225px; margin-right:20px; float:left; }
.col_2 { width:470px; margin-right:20px; float:left; }
.col_3 { width:715px; margin-right:20px; float:left; }
.col_4 { width:960px; clear:both; }

.col_1_last { width:225px; margin-right:0; float:right; }
.col_2_last { width:470px; margin-right:0; float:right; }
.col_3_last { width:715px; margin-right:0; float:right; }

.col_1_box, .col_2_box, .col_3_box, .col_4_box, .col_1_box_last, .col_2_box_last, .col_3_box_last, .col_1_3_box, .col_1_3_box_last, .col_2_3_box, .col_2_3_box_last { 
	background:#f0f5e4;
	padding:10px;
	float:left;
	margin-bottom:3em;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	}

.col_1_box { width:205px; margin-right:20px; }
.col_2_box { width:450px; margin-right:20px; }
.col_3_box { width:695px; margin-right:20px; }
.col_4_box { width:940px; clear:both; }

.col_1_box_last { width:205px; margin-right:0; }
.col_2_box_last { width:450px; margin-right:0; }
.col_3_box_last { width:695px; margin-right:0; }

.col_1_3 { width:306px; margin-right:20px; float:left; }
.col_1_3_last { width:306px; margin-right:0; float:right; }

.col_2_3 { width:632px; margin-right:20px; float:left; }
.col_2_3_last { width:632px; margin-right:0; float:left; }

.col_2_3_box { width:612px; margin-right:20px; float:left; }
.col_2_3_box_last { width:612px; margin-right:0; float:left; }

.col_1_3_box, .col_1_3_box_last  { width:286px; margin-right:20px; float:left; }
.col_1_3_box_last { margin-right:0; float:right; }

.clear { clear:both; width:100%; }
.space { clear:both; height:40px; width:100%; }

/*----- slider controls  ------*/

#next, #prev {
	overflow:hidden;
	width:34px;
	height:70px;
	position:absolute;
	z-index:1;
	top:150px;
	background:url(../images/slider_left.png) no-repeat; }
	
#prev { left:239px; }	
#next { right:0; }	
	
#prev:hover { background:url(../images/slider_left_hover.png); 	cursor:pointer; }
	
#next { background:url(../images/slider_right.png) no-repeat; }	

#next:hover { background:url(../images/slider_right_hover.png); cursor:pointer; }

/*////////////////////
	=h(x)
////////////////////*/

h1, h2, h3, h4, h5 { 
	font-family:"Myriad Pro", Arial, sans-serif; 
	color:#000;
	padding-bottom:.5em; }
	
h1 { font-size:2.1em; }
h2 { font-size:1.9em; }
h3 { font-size:1.7em; }
h4 { font-size:1.5em; }
h5 { font-size:1.3em; }

.blog_title h2 { margin-bottom:-.5em; }

.title { 	/* bold headings in a different color */
	color:#a9c167;
	font-weight:700;
	font-family: "Myriad Pro", Arial, sans-serif;	
	margin-bottom:.2em; }
	
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 { color:#fff; }

.center { text-align:center; }
.header_h { text-align:center; color:#fff; font-family:"Myriad Pro", Arial, sans-serif; }

/*////////////////////
	=p
////////////////////*/

p { margin-bottom:1em; }
	
p.header_p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:1.2em;
	padding:0 1em 1em 1em;
	text-align:center; }
	
p.date {
	font-family:Arial, Helvetica, sans-serif;
	color:#8c8c89;
	font-size:12px;
	margin-bottom:0;	} 
	
.news p { margin-bottom:0; }

p.testimonials {
	text-align:center;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 2em; }

p.comments { 
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-transform:uppercase;
	font-size:12px; }

#contact p { color:#666; margin:0 0 1em 0; }

p.copyright { float:right; }

ul.box li p, ul.box_menu li p, ul.events li p { 
	margin-bottom:.3em; 
	clear:both; }	

/*------ blog date box -------*/
	
p.month, p.day, p.year {
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0;
	text-align:center; }
		
p.month { font-size:14px; margin-top:2px; }
	
p.day {
	font-size:22px;
	font-weight:bold;
	margin-top:-.4em; }
	
p.year {
	font-size:10px;
	margin-top:-.8em; }
	

/*////////////////////
	=ul		=ol
////////////////////*/

ul.standard { list-style-type:disc; list-style-position:inside;  }
ol.standard { list-style-type:decimal; list-style-position:inside; }

.box, ul.box_menu { margin:2em 1em 0 0; }

ul#response { clear:both; }	

#main_content .blog_entry:last-child { border:none; }

#main_nav ul { float:right; margin-top:25px; }
	
/*////////////////////
	=li
////////////////////*/

ul.standard li, ol.standard li { margin-bottom:.4em; }
	
ul.box li, ul.box_menu li, ul.menu li, ul#response li, ul.events li {
	width:100%;
	padding:1em .5em 1em .5em;
	border-bottom:#a9c167 1px dashed;
	overflow:hidden; }
	
#main_nav ul li { 
	display:inline;
	margin-right:2em; }

ul#response li { border-bottom:none; }
	
ul.box li:last-child, ul.box_menu li:last-child, ul.menu li:last-child, ul.events li:last-child { 
	border-bottom:none; 
	padding-bottom:.5em; }

ul.box_menu li, ul.menu li { padding:0; }
ul.box_menu li.last, ul.menu li.last { padding:0; }
	
ul.box li:hover, ul.box_menu li:hover, ul.events li:hover { background:#f0f5e4; }
	
#big_slider li { 	/* big slider dimensions */
	height:297px;
	width:635px;
	overflow:hidden; } 
	
#small_slider li { 		/* small slider dimensions */
	display:block;
	height:250px;
	width:220px;
	overflow:hidden; }

ul.gallery li { width:306px; margin-right:20px; float:left; overflow:hidden;  }
ul.gallery li.last  { margin-right:0; margin-bottom:20px; }

ul.team li { width:311px; margin-right:10px; float:left; }
ul.team li.last { margin-right:0; }

ul.menu li { padding-left:1em; background:url(../images/arrow_sidebar.png) no-repeat left; }	
ul.menu li:hover { background:url(../images/arrow_hover.png) no-repeat left; }
	
.pages ul li { 		/* page numbers for blog page */
	float:left; 
	padding-top:6px;
	margin-right:5px; }

ul#response li { color:#9F261D; }
ul#response li.success { color:#859818; }

ul#footer_links li a { 
	color:#fff; 
	float:left; 
	margin-right:1em; } 
	
ul#footer_links li a:hover { color:#000; }

/*////////////////////
	=img
////////////////////*/

img { margin:0 0 1em 0; }

.blog_text img { float:left; margin:0 1em 1em 0; }

p img { float:left; padding:0 .5em .3em 0; }

/*////////////////////
	=a
////////////////////*/

a { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#333; 
	padding-bottom:.1em;
	text-decoration:none;
	border-bottom:1px dashed; }
	
a:hover { border-bottom:none; }
	
a#logo {  /* logo dimensions and position */
	width:266px;
	height:48px;
	text-indent:-9999px;
	background:url(../images/logo.png) left no-repeat;
	float:left;
	margin-top:15px;
	border:none; }
	
a.image { border:none; }
a.image img { border:5px solid #f0f5e4; }
a.image img:hover { border:5px solid #a9c167; }

#main_nav ul li a { 	/* font settings for main navigation */
	border:none;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size:17px; 
	color:#fff; 
	font-style:normal;
    -webkit-transition:color .1s linear;  
    -moz-transition:color .1s linear;  
    -o-transition:color .1s linear;  
    transition:color .1s linear;  }
	
#main_nav ul li:hover a { color: #88b117; }

ul.box_menu li a, ul.menu a{ 
	border:none;
	display:block;
	width:100%;
	height:100%;
	padding:.5em; }
	
a.thumb { border:none; }
	
a.cont_read { 
	float:left; 
	margin-bottom:.3em; }

.pages ul li a {  /* page numbers for blog page */
	display:block;
	border:none;
	text-align:center;
	padding:.3em .5em;
	background:#f0f5e4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	}
	
.pages ul li:hover a, .pages ul li.curent_page a { 	
	background:#a9c167; 
	color:#fff; }	
	
a.footer_logo { 	/* small logo inside the footer */
	border:none; 	
	clear:both;
	float:right; }

/*////////////////////
	=input
////////////////////*/

input { color:#666; } 

#contact p input {
	float:left;
	width:176px;
	height:34px;
	margin-top:1.5em;
	border:#a9c167 1px solid;
	padding:0 .5em 0 .5em; }
	
.search input { 
	width:170px;
	height:39px;
	padding-left:1em;
	background:none; }
	 
#contact p input:hover, #contact textarea:hover  { background:#fff; }
	
#contact p input, #contact textarea { background:#f0f5e4;  }
	
#contact p, #contact p span, #contact textarea { float:left; clear:both; }

#contact p input { clear:both; float:left; width:300px; margin-top:.5em; }
	
#contact p input:focus, #contact textarea:focus, .submitform input:focus { background:#fff; } 

#contact p#submit_button input {	/* submit button for contact form */
	width:75px;
	height:30px;
	background:url(../images/submit_button.png);
	text-indent:-9999px;
	margin:0 0 0 355px;
	clear:both;
	float:right;
	cursor:pointer;
	border:none; }
	
#contact p#submit_button input:hover { background:url(../images/submit_button_hover.png); }

form.search {
	margin-top:.3em; 
	background:url(../images/search_field.png) no-repeat;
	width:225px;
	height:39px; 
	position:relative; }

.button input {
	position:absolute;
	z-index:10;
	border:none;
	text-indent:-9999px;
	width:34px;
	height:39px;
	right:0;
	top:0;
	background:url(../images/arrow.png) center no-repeat; }
	
.button input:hover { 
	cursor:pointer;
	background:url(../images/arrow_hover.png) center no-repeat; }

/*////////////////////
	=textarea
////////////////////*/

#contact textarea { 
	border:#a9c167 1px solid;
	width:400px; 
	height:300px; 
	padding:1em;
	margin-top:.5em;
	line-height:1.5; }
	
/*////////////////////
	=table
////////////////////*/ 

table { border:none; text-align:center; }

td, th { padding:.5em; border-bottom:1px #a9c167 dashed; }