/*
Theme Name: AHIO
Author: Deep Space Robots
Author URI: http://deepspacerobots.com
Description: 
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---- FONTS ---- */

@font-face {
	font-family: 'GothamBoldRegular';
	src: url('/wp-content/themes/ahio/fonts/gotham-bold-webfont.eot');
	src: url('/wp-content/themes/ahio/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/ahio/fonts/gotham-bold-webfont.woff') format('woff'),
	url('/wp-content/themes/ahio/fonts/gotham-bold-webfont.ttf') format('truetype'),
	url('/wp-content/themes/ahio/fonts/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'GothamBookRegular';
	src: url('/wp-content/themes/ahio/fonts/gotham-book-webfont.eot');
	src: url('/wp-content/themes/ahio/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/ahio/fonts/gotham-book-webfont.woff') format('woff'),
	url('/wp-content/themes/ahio/fonts/gotham-book-webfont.ttf') format('truetype'),
	url('/wp-content/themes/ahio/fonts/gotham-book-webfont.svg#GothamBookRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'GothamLightRegular';
	src: url('/wp-content/themes/ahio/fonts/gotham-light-webfont.eot');
	src: url('/wp-content/themes/ahio/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/ahio/fonts/gotham-light-webfont.woff') format('woff'),
	url('/wp-content/themes/ahio/fonts/gotham-light-webfont.ttf') format('truetype'),
	url('/wp-content/themes/ahio/fonts/gotham-light-webfont.svg#GothamLightRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'GothamMediumRegular';
	src: url('/wp-content/themes/ahio/fonts/gotham-medium-webfont.eot');
	src: url('/wp-content/themes/ahio/fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/ahio/fonts/gotham-medium-webfont.woff') format('woff'),
	url('/wp-content/themes/ahio/fonts/gotham-medium-webfont.ttf') format('truetype'),
	url('/wp-content/themes/ahio/fonts/gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}


/* --- global --- */

body{
	background: #717171;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
strong{font-weight: bold;}
b{font-weight: bold;}
a,a:active,a:visited{color: #515151; font-weight: bold;text-decoration:none;}
a:hover{color: #515151; font-weight: bold;text-decoration:underline;}
a.red{color: #990019 !important;}
a.red:hover{
	color: #990019 !important;
}

#page{
	position: relative;
	background: #cfcfcf url(images/photo_bg.jpg) top left repeat-x;
	width: 100%;
	margin: 0 auto;
	top: 0px;
	border-bottom: 3px solid #1b251c;
	min-width: 987px; /* added to fix iphone issue on 4/4/2019 */
}

/* --- global - header (contains nav and logo)  --- */

#header{
	position: relative;
	width: 966px;
	margin: 0 auto;
}
#header h1{
	float: left;
	padding: 20px;
}
#header h1 a{
	background: url(images/logo.jpg) top left no-repeat;
	display: block;
	height: 90px;
	text-indent: -9999px;
	width: 235px;
}

/* --- global - nav --- */

#navigation{
	float: right;
	padding-top: 80px;
	padding-right: 0px;
	text-align: right;
	width: 690px;

}
#navigation ul{
	list-style: none;
}
#navigation ul li{
	display: inline-block;
	padding: 0px 16px;
	font-family: "GothamBoldRegular", Arial, Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	height: 35px;
	position: relative;
	cursor: pointer;
}

#navigation ul li a,
#navigation ul li a:active,
#navigation ul li a:visited{
	font-weight: normal;
	color: #474747;
}
#navigation ul li a:hover{
	text-decoration:none;
	font-weight: normal;
	color: #666;
}
#navigation ul li.current_page_item a,
#navigation ul li.current_page_item a:active,
#navigation ul li.current_page_item a:visited{
	color: #244222;
}
#navigation ul li:hover ul.dropdown {
/*	display: block; */
}

#navigation ul li ul.dropdown {
	background: none repeat scroll 0 0 #CECECE;
	left: -30px;
	padding: 5px;
	position: absolute;
	top: 36px;
	width: 225px;
	z-index: 100001;
	display: none;
}

#navigation ul li ul.dropdown li {
	margin: 0px;
	display: block;
	border-top: 1px solid #eee;
	float: none;
	font-size: 13px;
	padding:5px;
}

#navigation ul li ul.dropdown li:first-child {
	border: none;
}

#navigation ul li ul.dropdown li a {
	display: block;
	line-height: 18px;
	color: #555 !important;
	text-align: center;
	width: auto;
	padding: 5px 0px;
}

#navigation ul li ul.dropdown li a:hover {
	color: #000 !important;
}

#navigation ul li.current ul.dropdown li a {
	background-image: none;	
}


/* --- global main content area container --- */

#main-container{
	clear: both;
	position: relative;
	margin: 0 auto;
	top: 0px;	
	width: 966px;
	padding-bottom: 100px;
	min-height: 781px; /* add ie fix here */
}

#main{
	position: relative;
	top: 0px;
	left: 20px;
	background: white url(images/sidebar_bg.jpg) top left repeat-y; /* grey sidebar if two column interior page (default) */
	min-height: 600px;
	width: 926px;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
}


.home #main,#main.single_col{
	background:white;  /* white bg if homepage */
}


/* global -  text between header and main content area */

h1.site-description{
	position: relative;
	height: 40px;	
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	color: #2b6932;
	left: 25px;
	text-align: left;	
	font-weight: normal;
	font-family: "GothamBoldRegular", Arial, Helvetica,sans-serif;

}

.home h1.site-description{
	color: #474747;
	text-align: center;
	font-weight: normal;
	font-size: 19px;
	left: 0px;
	padding: 5px 0px;
	height: 54px;
	font-family: "GothamBookRegular", Arial, Helvetica,sans-serif;
}

.home h1.site-description span{
	font-size: 12px;
}

/* --- global footer --- */

#footer{
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 906px;
	padding: 30px;
	color: #d7d7d7;
	font-size: 11px;

}
#footer div{
	padding: 0px 25px;
	border-right: 1px dotted #ababab;
	float: left;
	margin-bottom: 30px;
	min-height: 220px;
}
#footer div h1{
	color: #dcdcdc;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "GothamBookRegular", Arial, Helvetica,sans-serif;
	padding-bottom: 20px;
}
#footer span.font12{font-size: 12px;}
#footer div p{
	padding: 0px 0px 10px 0px;
	line-height: 18px;
}
#footer div ul{
	list-style: none;
}
#footer div ul li{display: inline-block;padding: 0px;margin: 0px;}
#footer #connect{
	clear: both;
	width: 200px;
	padding-left: 0px;
}
#footer #connect p{padding-top: 10px;}
#footer #quick-links{
	width: 170px;
}
#footer #quick-links a,#footer #quick-links a:hover{
	color: #dcdcdc;
	font-weight: normal;
}
#footer #footer-desc{
	width: 655px;
	border-right: 0px;
	padding-right:0px;
}



/* --- global widget - crest banner  ---*/

#crest-banner{
	background: url(images/crest_banner_bg.jpg) top left repeat-y;
	width: 886px;
	min-height: 121px;
	padding: 0px 20px;
	clear: both;

}
.home #crest-banner{
	position: relative;
}
#crest-banner h1{
	float: left;
	padding-top: 35px;
	color: #b3b3b3;
	width: 344px;
	font-family: "GothamBookRegular", Arial, Helvetica,sans-serif;
	font-size: 18px;
	line-height: 24px;

}
#crest-banner p{
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;
	float: right;
	width: 390px;
	padding-top: 30px;

	text-align: center;
	line-height:24px;
	text-transform: uppercase;
	font-weight: normal;
}
.home #crest-banner p{
	padding-top: 20px;
}

#crest-banner span.hdr{
	font-size: 16px;
	color: #b3b3b3;
}
#crest-banner span.digits{
	font-size: 32px;
	color: white;
}
#crest-banner span.quote-link{
	font-size: 20px;
	color: #990019;
	cursor: pointer;
}
#crest-banner a{
	color: white;

}
#crest-banner a:hover{
	color: #CCC;
	text-decoration:none;
}

/* --- global widget - request quote  --- */

#request-quote{
	background: #990019 url(images/red_overlay.png) 30px 30px no-repeat;
	color: white;
	width: 721px;
	padding: 30px 15px 0px 190px;
	min-height: 250px;
	clear: both;
}

#request-quote div.description{
	float: left;
	width:300px;
	padding-right: 20px;
	color: #dcdcdc;
}
#request-quote div.description h1{
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0px;
}
#request-quote div.description p{
	line-height: 22px;
	font-size: 14px;
	text-align: left;
}
#request-quote div.form{
	float: right;
	width: 380px;
	right: 0px;
	padding-top: 10px;
}

#request-quote table{
	width: 100%;
}
#request-quote table td{
	vertical-align:top;
	font-weight: bold !important;
	color: #530101;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px;

}
#request-quote table td input{
	width: 250px;
	font-family: Arial, Helvetica,sans-serif;

}
#request-quote table td textarea{
	width: 252px;
	height: 74px;
	font-family:  Arial, Helvetica,sans-serif;
	font-size:12px;

}
#request-quote .submit_button{
	color: #FFFFFF; 
	font-size: 0px;
	width: 161px; 
	height: 45px; 
	border: none;
	margin: 0;
	padding: 0;
	float:right;
	cursor: pointer;
	background: url(images/submit_button.png) 0 0 no-repeat; 
}

/* --- homepage - slideshow ---*/

.home #content{
	padding: 8px;
	width: 910px;
	position: relative;
}
.home #content #slide-show{
	width: 602px;
	height:270px;
	overflow:hidden;
	left: 0px;
	position: relative;
}
.home #content #slide-show .slides_container{
	height:270px;
}
.home #content #controls{
	left: 590px;
	position: absolute;
	top: 8px;
	width: 328px;
	z-index: 100000;
}
.home #content #controls div{
	height: 90px;
	width: 328px;
	display: block;
	background: url(images/slider_control_up.png) top right no-repeat;
	font-size: 14px;
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;
	color: white;
	font-weight: normal;
}
.home #content #controls div.active{
	width: 328px;
	background: url(images/slider_control_over.png) top right no-repeat;

}
.home #content #controls div p{
	line-height: 16px;
	padding: 16px;
	width: 265px;
}
.home #content #controls div img{
	float: left;
	padding: 0px 5px;
}
.home #content #controls div a,.home #content #controls div a:hover{
	font-weight: normal;
	color: #71af71;
}

/* --- homepage - bottom buckets --- */

#bottom-boxes{
	clear: both;
	padding: 10px 15px;
	color: #515151;
}
#bottom-boxes div{
	padding: 15px 20px;
	width: 255px;
	float: left;
}
#bottom-boxes img{
	padding: 8px;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
}
#bottom-boxes h1{
	color: #71af71;
	text-transform: uppercase;
	padding: 15px 0px;
	font-size: 17px;
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;

}
#bottom-boxes h1 a,#bottom-boxes h1 a:hover{
	color: #71af71;
	font-weight: normal;
}
#bottom-boxes p{
	line-height:20px;
	font-size: 13px;
}
#bottom-boxes p a,#bottom-boxes p a:hover{
	color: #515151;
	font-weight: bold;
}



/* --- interior - side navigation --- */

#main #secondary aside{
	display: inline;
}

#main #secondary{
	clear: both;
	float: left;
	position: relative;
	width: 210px;	
}
#main #secondary h3{
	padding: 10px;
	font-family: "GothamBoldRegular", Arial, Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
	color: #4e4e4e;
	display: block;
	text-transform: uppercase;
	border-bottom: 2px dotted #cacaca;
}
#main #secondary ul{

}
#main #secondary ul li{
	border-bottom: 2px dotted #cacaca;
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 20px;
	color: #4e4e4e;
	display: block;
	text-transform: uppercase;
}
#main #secondary ul li.current_page_item{
	background: #e2e2e2;

}
#main #secondary ul li a,#main #secondary ul li a:hover{
	font-weight: normal;
	color: #71af71;
}
#main #secondary ul li.current_page_item a,#main #secondary ul li.current_page_item a:hover{
	color: #4e4e4e;
}


/* --- interior - main content area --- */

#main #primary{
	float: left;
	position: relative;
	width: 636px;
	min-height: 400px;
	padding: 30px;
}
#main.single_col #primary{
	width: 846px;
}
#main #primary .entry-header{
	padding-left: 100px;
	min-height: 100px;
	border-bottom: 1px dotted #cacaca;
}
#main #primary .entry-header.trophy{
	background: url(images/icon_trophy.png) 0px 0px no-repeat;	
}
#main #primary .entry-header.tees{
	background: url(images/icon_tees.png) 0px -10px no-repeat;	
}
#main #primary .entry-header.hole{
	background: url(images/icon_hole.png) 0px -10px no-repeat;	
}
#main #primary .entry-header.post{
	padding-left: 0px;
	min-height: 30px;
	background: none;
	border-bottom: 1px dotted #cacaca;
}
#main #primary .entry-header h1{
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;
	font-size: 20px;
	color: #71af71;
	text-transform: uppercase;
	font-weight: normal;
}
#main #primary .entry-header p{
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;
	font-size: 15px;
	color: #262626;
	padding: 10px 0px;
	font-weight: normal;
}
#main #primary .entry-content{
	padding: 20px 0px;
}
#main #primary .entry-content p{
	line-height: 20px;
	padding: 5px 0px;
	font-size: 13px;
}
#main #primary .entry-content h1,#main #primary .entry-content h2,#main #primary .entry-content h3,#main #primary .entry-content h4,
#main #primary .entry-content h5,#main #primary .entry-content h6{
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;
	color: #71af71;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 0px;
}
#main #primary .entry-content h1{
	font-size: 20px;
}
#main #primary .entry-content h2{
	font-size: 18px;
}
#main #primary .entry-content h3{
	font-size: 16px;
}
#main #primary .entry-content h4{
	font-size: 14px;
}
#main #primary .entry-content h5{
	color: #474747;
	font-size: 16px;
}
#main #primary .entry-content h6{
	color: #474747;
	font-size: 14px;
}
#main #primary .entry-content h3 a,#main #primary .entry-content h3 a:hover{
	font-weight: normal;
	color: #71af71;
}

#main #primary .entry-content ul{
	list-style: disc;
	list-style-position: inside;
}
#main #primary .entry-content ul li{
	padding: 10px;
}
#main #primary .entry-content img{
	padding: 8px;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#main #primary .entry-content img.alignleft{
	float: left;
	margin-right: 20px;
}
#main #primary .entry-content img.alignright{
	float: right;
	margin-left: 20px;
}

/* interior main content area - new section */

#main #primary .entry-content .ns{
	padding-top: 40px;
}

/* interior main content area - new section with line break */

#main #primary .entry-content .nsbord{
	margin-top: 20px;
	padding-top: 30px;
	border-top: 2px dotted #DCDCDC;
}


/* --- interior contact forms ---*/
table.contact-form{

}
table.contact-form td{
	padding:10px;
	vertical-align: top;
}
table.contact-form td.hdr,table.contact-form span.hdr{
	font-family: "GothamMediumRegular", Arial, Helvetica,sans-serif;
	color: #71af71;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 20px;
}
table.contact-form .submit_button{
	color: #FFFFFF; 
	font-size: 0px;
	width: 161px; 
	height: 45px; 
	border: none;
	margin: 0;
	padding: 0;
	float:left;
	cursor: pointer;
	background: url(images/submit_button.png) 0 0 no-repeat; 
}

.submit_spacing {margin-right: 20px !important;}