@charset "utf-8";
html { 

}
 body {
	font-family: 'Junge', serif;
	color:#C55122;
	margin:0;
	padding:0;
	background-color:#272935;
	font-size:120%;
}
	img { max-width:100%;  height: auto !important;}
	
	
a:link {
	/*font-family: 'Cinzel', serif; */
	font-weight:400;
	font-size:1em;
	color:#dbc789;
	text-decoration:none;}
a:visited {
	color:#dbc789;
}	
a:hover {
	color:#BDAB77;
}
a:active {
	color:#dbc789;
}

#nav a:link {
	font-family: 'Cinzel', serif; 
	font-weight:400;
	font-size:1.0em;
	color:#dbc789;
	text-decoration:none; !important}
#nav a:visited {
	color:#dbc789;
}	
#nav a:hover {
	color:#BDAB77;
}
#nav a:active {
	color:#dbc789;
}


#excerpt {font-size:80%;}
.date {font-size:80%;}
h1 { font-family: 'Cinzel Decorative', cursive; font-weight:400; color: #dbc789;  font-size:150%;}
h4 { font-family: 'Cinzel', serif; font-weight:400; margin-bottom: 1px; margin-top:0px; }
h2 { font-family: 'Cinzel', serif; font-weight:400; }
h3 { font-family: 'Cinzel', serif; font-weight:400; margin-bottom:0; padding-botton:0; color:#dbc789;}
/*#header {
	background: url(images/Dan-Hunt-BG-Home.jpg);
	background-position: center top;
	background-size: 100% auto;
	height:100%;
	background-size: cover;         
	padding-bottom:2%;
}*/
#mainPic img {width: 100%;}
#headerGallery {
	background: url(images/Dan-Hunt-BG-Home.jpg);
	background-position: center top;
	background-size: 100% auto;
	height:100%;
	background-size: cover;           /* cover the entire window */
	padding-bottom:2%;
}
#headerServices {
	background: url(images/Dan-Hunt-BG-Services.jpg);
	background-position: center top;
	background-size: 100% auto;
	height:100%;
	background-size: cover;           /* cover the entire window */
	padding-bottom:2%;
}
#headerContact {
	background: url(images/Dan-Hunt-BG-Contact.jpg);
	background-position: center top;
	background-size: 100% auto;
	height:100%;
	background-size: cover;           /* cover the entire window */
	padding-bottom:2%;
}

#headerAbout {
	background: url(images/Dan-Hunt-BG-About.jpg);
	background-position: center top;
	background-size: 100% auto;
	height:100%;
	background-size: cover;           /* cover the entire window */
	padding-bottom:2%;
}
#nav li{
	display:inline;
	list-style:none;
	margin:0;
	padding:20px;}
#nav ul{
	padding-left:0;
	margin-bottom:0;}	
	
	
#logo {
	margin-top: 2%;
	margin-left: 5%;
	float: left;
	margin-bottom: 1%;
	margin-right:2%;
/*	width: 40%;*/
}
#nav {
	float: left;
/*	margin-top: 1%;*/
	margin-right: 1%;
	font-size:110%;
	padding: 0;
/*	width: 50%;*/
}




#headerPromo {
	clear: both;
	margin-left: 5%;
	border-top: 1px solid #FFF;
	margin-top: 1%;
	margin-right: 5%;
}


.button {
	cursor:pointer;
	width:95px;
   border-top: 1px solid #006699;
   background: #4a3c13;
   background: -webkit-gradient(linear, left top, left bottom, from(#4a340c), to(#4a3c13));
   background: -webkit-linear-gradient(top, #006699, #006699);
   background: -moz-linear-gradient(top, #006699, #006699);
   background: -ms-linear-gradient(top, #006699, #006699);
   background: -o-linear-gradient(top, #006699, #006699);
   padding: 11px 22px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #66CCFF;
   background: #66CCFF;
   color: #fff;
   
   }
.button:active {
   border-top-color: #5c3f1b;
   background: #006699;
   }
 .button a:hover {color:#FFF;}  
   #mainContent {
	background: #112234;
}
.mainText {
	color: #FFF;
	float: left;
	width: 49%;
	margin: 2% 2% 4% 5%;
}
.mainText p{
font-size: 0.9em;
}
.mainTextNews{
	width: 55%;
	color: #ffffff;
	float: left;
	margin: 2% 0% 4% 5%;
}
.mainTextNews p {
	font-size:0.9em;
}
.mainTextServices {
	color: #ffffff;
	float: left;
	width: 39%;
	margin: 2% 2% 4% 5%;
}

.mainTextGallery {
	color: #ffffff;
	float: left;
	width: 93%;
	margin: 0% 2% 4% 5%;
}

.mainText h1 {
	color: #FFF;

	font-size:160%;
}

.mainTextServices h1 {
	color: #FFF;

	font-size:160%;
}
.rightMainPic {
	float: right;
	margin: 3% 2% 2% 0%;
	width: 37%;
	
}
.rightMainPicNews {
	float: right;
	margin: 3% 0% 2% 0%;	
	
}
.servicesRight {
	float: right;
	margin: 3% 7% 2% 0%;
	width: 47%;
	
}

.rightMainPic img {
-webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 9px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 9px rgba(50, 50, 50, 0.75);
	
}

.clear {
	clear:both;
	}
.featureBox {
/*	float: right;*/
/*	width: 419px;*/
	width:90%;
	background-color: #4E3D24;
	padding: 5%;
/*	margin-right: 7.5%;*/
	margin-top:1%;

	
	margin-bottom: 1%;
	margin-left: 0%;
	-webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 9px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 9px rgba(50, 50, 50, 0.75);
	font-size:80%;
}
.footer {
	background-color:#272935;
	text-align:center;
	padding: 0.5% 0 0.5% 0;
	font-size:80%;
	color:#FFF;
	}
.footer a{
	font-family: 'Junge', serif;
	font-size:100%; color:#dbc789;
	}	
.footer a:hover{
	color:#BDAB77;
	}		
	.footerLargerText {
		font-size:130%;}
		
.menu a{font-size:100%;}

.wpcf7-text  {width:60%;}
.wpcf7-textarea  {width:60%;}

.current-menu-item a{color:#fff;}
.current_page_item {color:#DF0000;}

li {
list-style-image: url(images/bullet.png)
}
.wpcf7-submit {
	border-top: 1px solid #A59568;
	background-color: #A59568;
	padding: 10px 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
	border:0;
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;
}
   
   .wpcf7-submit:hover {
   border-top-color: #dbc789;
   background-color: #dbc789;
   color: #fff;
   -webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
   }
.wpcf7-submit:active {
   border-top-color: #9E0A13;
   background: #9E0A13;
   }
 
 .readmore {
	border-top: 1px solid #7A070C;
	background-color: #7A070C;
	padding: 5px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
	border:0;
	width:10%;
		-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;
}
   .readmore:link {
	font-size:100%;   }
   .readmore:hover {
   border-top-color: #9E0A13;
   background-color: #9E0A13;
   color: #fff;
      -webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
   }
.readmore:active {
   border-top-color: #9E0A13;
   background: #9E0A13;
   color: #fff;
   }

.readmore a:hover {
	color:#fff;
}
 
 
 
 
 .entry-content p span {color:#FFF !important;}
 

#recentBox {
	min-width: 250px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#13273D;
	font-size:70%;
	padding-top: 5%;
	margin-right: 15%;
	padding-bottom: 5%;
/*	margin-left: 15%;*/
	padding-left:4%;
	padding-right:4%;
	
}	
#recentBox li {
	list-style:none;
	margin-left:-38px;
	}
	.social {
	margin-top:1%;
	float:right;
	}
	hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(219, 199, 137, 0.1), rgba(219, 199, 137, 0.75), rgba(219, 199, 137, 0.1));
}
	.meta {font-size: 70%;}
	#more {font-size: 70%;}
	.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p, 
			.eventon_events_list .eventon_list_event .evcal_cblock, .evcal_cblock, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evcal_desc span.evcal_desc2, .evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evcal_month_line p, .evo_clik_row .evo_h3, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{font-family: 'Open Sans', sans-serif !important;}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}#eventon_loadbar{background-color:#6B6B6B}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow{background-color:#EAEAEA}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#d3d3d3;}.evo_cal_above span:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates p a{color:#ffffff;background-color:#ECECEC;}.ajde_evcal_calendar .calendar_header .evo_j_dates p a:hover{color:#ffffff;background-color:#c3c3c3;}.ajde_evcal_calendar .calendar_header .evo_j_dates p a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates p a.set{color:#ffffff;background-color:#888888;}.ajde_evcal_calendar .calendar_header .evo_j_dates p.legend{color:#6e6e6e;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{
		background: -moz-linear-gradient(top,  rgba(234,234,234,0) 0%, rgba(234,234,234,0.01) 1%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,0)), color-stop(1%,rgba(234,234,234,0.01)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,234,2344,0) 0%,rgba(234,234,234,0.01) 1%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,234,234,0) 0%,rgba(234,234,234,0.01) 1%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,234,234,0) 0%,rgba(234,234,234,0.01) 1%,rgba(234,234,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,234,234,0) 0%,rgba(234,234,234,0.01) 1%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	}
	
	img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }