/*
	* www.BCGurus.com / Copyright 2013
*/

/* #Site Styles
================================================== */
html,body{ height: 100%; }
body{
	background-attachment: scroll;
	background-color: #af000e;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
header{
	margin-bottom: 20px !important;
}
#logo{
	float: left;
	margin: 15px 0 0;
	width: 406px;
}
#utility-nav{
	float: right;
	margin: 0 0 30px;
	width: 550px;
}
#utility-nav ul{
	float: right;
	font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}
#utility-nav li{
    color: #e0e7e8;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#un0,
#un1{
	display: none;
}
#utility-nav #utnf{	
	padding: 7px 10px 7px 0;
}
	#utility-nav li a:link,
	#utility-nav li a:visited{
		color: #e0e7e8;
		display: block;
		padding: 7px 5px;
		text-decoration: none;
	}
	#utility-nav li a:active,
	#utility-nav li a:hover{
		color: #fff;
	}
	#una a:link,
	#una a:visited{
		background: rgba(206, 103, 32,1);
		box-shadow: 0 1px 0 rgba(0,0,0,0.15);
		color: #fff;
		font-size: 12px;
		padding: 7px 12px;
		margin: 0 0 0 11px;
	}
	#una a:active,
	#una a:hover{
		background: rgba(206, 103, 32,0.98);
		box-shadow: 0 1px 0 rgba(0,0,0,0.2);
		color: #e0e7e8;
	}
#tagline{
	color: #999;
	float: right;
	font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
	font-size: 24px;
	width: 400px;
	margin-top: 40px;
	margin-right: 10px;
	text-align: right;
	text-transform: uppercase;
}
#tagline a:link,
	#tagline a:visited{
	color: #fff;
	font-size: 24px;
	padding: 7px 12px;
	margin: 0 0 0 11px;
	background-color: #000000;
	}
	#tagline a:active,
	#tagline a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #93000C;
}
#contest {
	float: right;
	margin-top: 50px;
	z-index: 1000;
}
nav{
	clear: both;
	float: left;
	margin: 14px 0 0;
	width: 100%;
}
nav ul{
	list-style: none;
	margin: 0;
	overflow: hidden;
    background: url(images/bg-nav.png) repeat-x scroll left top;
}
nav > ul > li{
	float: left;
	margin: 0;
	padding: 0;
}
	nav > ul > li > a:link,
	nav > ul > li > a:visited{
 		background: url(images/bg-nav.png) repeat-x scroll left top;
		color: #000;
		display: block;
		font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
		font-size: 21px;
		padding: 17px 42px;
		text-decoration: none;
		text-transform: uppercase;
	}
	nav > ul > #nl > a{
		padding: 17px 42px;
	}
	nav > ul > li > a:active,
	nav > ul > li > a:hover,
	nav > ul > li:hover > a,
	nav > ul > li.selected > a{
		background: url(images/current.png) repeat-x scroll left bottom;
		color: #af000e;
	}
/*--- #second level nav ---*/
nav ul ul {
    background: #f3f3f3;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    left: -9999em;
	list-style: none;
    margin: -3px 0 0;
    min-width: 12em;
	padding: 0 20px;
    position: absolute;
    width: auto;
    z-index: 333;
	text-align: center;
}
nav ul li:hover ul {
    left: auto;
}
nav ul ul li {
	border-bottom: 1px solid #e5e4dd;
    display: block;
    margin: 0;
	padding: 0;
}
	nav ul ul li a:link,
	nav ul ul li a:visited{
		color: #666;
		display: block;
		font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
		font-size: 21px;
		padding: 15px 26px;
		text-decoration: none;
		text-transform: uppercase;
	}
	nav ul ul li a:active,
	nav ul ul li a:hover,
	nav ul ul li.selected a{
		color: #af000e;
	}
footer ul{
	float: left;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
footer li{
	color: #666;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 4px;
}
	footer a:link,
	footer a:visited{
		color: #666;
		font-size: 11px;
	}
.bcgurus{
	float: right;
	width: 117px;
}
.copyright{
	color: #666;
	float: right;
	font-size: 11px;
	margin: 0;
	padding: 0 4px;
}
.align-left{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.align-right{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.align-right-nospace{
	float: right;
	padding-left: 40px;
}

/* #Page Styles
================================================== */
.homerow{
	-webkit-box-shadow: inset 0 10px 22px -11px rgba(0,0,0,0.3);
	box-shadow: inset 0 10px 22px -11px rgba(0,0,0,0.3);
	margin-top: 20px;
	margin-bottom: 0;
	background: #fff;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.row-alt{
	padding: 20px 0 10px;
	background-color: #D6D6D6;
}
.row-alt li{
	margin-bottom: 5px;
}
	.homerow-alt ul a{
		font-size: 12px;
	}
.section{
	background: #fbfbfb url(images/bg-ctas.png) repeat-x scroll left bottom;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.14);
	box-shadow: 0 2px 5px rgba(0,0,0,0.14);
	margin: 0 0 25px;
	max-width: 240px;
	padding: 18px 25px;
	position: relative;
	width: 78%;
}
.seclast{
	max-width: 250px;
}
.section p{
	color: #8c7d75;
	font-size: 12px;
	width: 115px;
}
.sec-img{
	bottom: 0;
	position: absolute;
	right: 0;
}
.adr{
	color: #685a52;
	font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
}
.adr span{
	display: block;
}
.adr-title{
	font-size: 15px;
}
.street-address{
	font-size: 12px;
}
.tel{
	color: #d16821;
	font-size: 16px;
	padding: 13px 0 0;
}
#innerhero{
	background: #af000e url(images/aside-overlay.png) no-repeat scroll right bottom;
}
#innerhero-alt{
	background: #af000e;
}
aside ul,
.row-alt ul{
	list-style: none;
	margin: 0;
}
aside li{
	border-bottom: 1px solid rgba(243,243,243,0.15);
	margin: 0;
	padding: 0;
}
	aside a:link,
	aside a:visited{
	color: #AF000E;
	display: block;
	font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
	font-size: 15px;
	}
	aside a:active,
	aside a:hover,
	aside .selected a{
	color: #000000;
	text-decoration: none;
	}
	#aside-title a:link,
	#aside-title a:visited,
	#aside-title.selected a{
		background: none;
		font-size: 21px;
		padding: 30px 0 20px 5px;
	}
	aside p{
		font-size: 12px; line-height: 22px; color: #777;
	}
#main-body{
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 20px 30px;
}
.sec-cta{
	margin: 20px 0;
}
.sec-cta .section{
	float: right;
}
#deftemp aside{
	margin-top: 0;
}
#gmaps{
	max-width: 350px !important;
	width: 100% !important;
}

/* #Staff 
================================================== */
.staff-list img {
    border: 3px solid #EEEEEE;
    float: left;
    margin: 5px 20px 10px 0;
}
.staff-list h3,
.staff-list .title{
	margin: 0 0 10px;
}
.listings-list {
    margin-bottom: 10px;
}
.listings-list .date {
    width: 80px;
}
.listings-list .date, .listings-list .itme {
    float: left;
}
#listings-search form {
    border-bottom: 1px solid #AAAAAA;
}

/* #Testimonials 
================================================== */
blockquote {
	font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
}
blockquote .author {
    color: #685a52;
    display: block;
	font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}

/* #Services 
================================================== */
.service {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 20px;
}
.service-image {
	float: left;
	margin-right: 30px;
	width: 145px;
}
.service-image img {
	border: 3px solid #eee;
}
.service-content, .staff-list .description {
	font-size: 12px;
	line-height: 19px;
}
.staff-list p.title {
	font-size: 16px;
	color: #000;
}

/* #Special Coupons
================================================== */
.special {
	background-color: #f9f9f9;
	background-image: -moz-linear-gradient(top, #fff, #f9f9f9);
	background-image: -ms-linear-gradient(top, #fff, #f9f9f9);
	background-image: -o-linear-gradient(top, #fff, #f9f9f9);
	background-image: -webkit-linear-gradient(top, #fff, #f9f9f9);
	background-image: linear-gradient(top, #fff, #f9f9f9);
    border: 1px dashed #CCCCCC;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 20px 10px;
}
.special:last-child {
    margin-bottom: 0;
}
.specials-form{
	position: relative;
}
.specials-form form,
.specials-form fieldset{
	margin-bottom: 0 !important;
}
/*.specials-form form input {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #DDDDDD;
    margin: 10px 0 20px;
    width: 251px;
}
.specials-form form input:focus {
    background: none repeat scroll 0 0 rgba(237, 237, 237, .8);
    border: 1px solid #DDDDDD;
}
.print .button {
	font-weight: normal;
	height: 21px;
    margin-left: 9px;
}
.print .button:hover {
	color: #fff;
}*/
.print {
	font-weight: bold;
	left: 94px;
	position: absolute;
	top: 70px;
}
.specials-description p,
.specials-description {
    font-size: 11px;
    line-height: 18px;
}
.specials-description img {
    box-shadow: 0 5px 5px #CCCCCC;
}

/* #Facebook Comments 100% width
================================================== */
.fb_iframe_widget, .fb_iframe_widget iframe, .fb_iframe_widget span {
	width: 100% !important;
}

/* #Checkout form
================================================== */
.form-row {
    border-bottom: 1px solid #EDEDED;
    overflow: hidden;
    padding: 15px 0;
}
.form-detail {
    float: left;
    width: 250px;
}
.form-detail legend{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
}
.form-detail p{
	font-size: 12px;
}
.form-data {
    float: right;
    width: 450px;
}
#payment-form .form-detail {
    width: 255px;
}
#payment-form .form-data {
    width: 570px;
}
#payment-form label {
    width: auto;
}
#payment-form input.cat_textbox, #payment-form input.cat_listbox {
    margin-right: 20px;
    width: 92%;
}
#payment-form select.cat_dropdown {
    margin-right: 20px;
    width: 258px;
}
#payment-form input.short, #payment-form input.short, #payment-form select.short {
    width: 110px;
}
#payment-form select.short {
    width: 117px;
}
#payment-form input.purchase-amount {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #222222;
    display: inline;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 53px;
}
#purchase-total {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    margin-bottom: 20px;
    padding: 10px;
}

/* #Social Links
================================================== */
#social-nav{
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#social-nav li{
	display: inline;
	float: left;
	margin: 0 3px;
	padding: 0;
}
	#social-nav a:link,
	#social-nav a:visited{
		display: block;
		height: 27px;
		text-indent: -9999em;
		width: 27px;
	}
	#social-nav #social-facebook a{
		background: url(images/social.png) no-repeat scroll 0 0;
	}
	#social-nav #social-twitter a{
		background: url(images/social.png) no-repeat scroll -30px 0;
	}
	#social-nav #social-instagram a{
		background: url(images/social.png) no-repeat scroll -60px 0;
	}
	#social-nav #social-google a{
		background: url(images/social.png) no-repeat scroll -90px 0;
	}
	#social-nav a:hover{
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

/* #Media Queries
================================================== */
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#logo{
			margin: 15px 0 0;
		}
		#tagline {
			font-size: 15px;
			text-align: right;
		}
		nav > ul > li > a:link, nav > ul > li > a:visited {
			padding: 17px 24px;
		}
		.hero-descriptions {
			width: 234px !important;
		}
		.hero-description {
			width: 270px !important;
		}
		.hero-description input[type="email"]{
			width: 158px !important;
		}
		.hero-images {
			top: 35px !important;
			width: 441px !important;
		}
		.hero-divider{
			z-index: 0 !important;
		}
		#main-body {
			padding: 20px 24px;
		}
		.sec-img {
			width: 50%;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		body {
			background: #af000e url(images/bg.jpg) repeat-x scroll 0 32px;
		}
		header {
			margin-bottom: 0 !important;
		}
		#utility-nav #utnf {
			padding: 7px 3px 7px 0;
		}
		#utility-nav li,
		#una a:link {
			color: #333;
			font-size: 11px;
		}
		#utility-nav li a:link, #utility-nav li a:visited {
			color: #333;
		}
		#una a:link, #una a:visited {
			background: none;
			box-shadow: none;
			color: #333;
			margin: 0
		}
		td.cartSummaryItem {
			font-size: 11px;
		}
		#logo {
			margin: 15px 0 0;
		}
		nav {
			margin: 15px 0 0;
		}
		nav > ul > li {
			float: none;
		}
		nav > ul > li > a:link, nav > ul > li > a:visited {
			padding: 15px 23px;
		}
		nav > ul > #nl > a {
			padding: 17px 23px;
		}
		nav ul ul{
			display: none !important;
		}
		#main-body {
			padding: 20px 10px;
		}
		#innerhero{
			background-image: none;
		}
		aside ul, .row-alt ul {
			margin: 0;
			padding: 0 20px;
		}
		.section {
			max-width: 100%;
			width: 88%;
		}
		.sec-img {
			width: 28%;
		}
		.span3 {
			float: none;
			margin-left: 3%;
			width: 94%;
		}
		.bcgurus {
			float: none;
		}
		.print {
			top: 87px;
		}
		.shop-main .productSmall > li {
			height: 245px;
		}
		#payment-form .webform label,
		.webform td {
			display: block;
		}
		.hero-images {
			display: none !important;
		}
		.hero-descriptions {
			width: 282px !important;
		}
		.hero-controls {
			bottom: -20px !important;
		}
		.hero-divider {
			right: 18px !important;
		}
		table.photogalleryTable td {
			padding: 37px;
		}
		table.webform td.recaptcha_image_cell {
			line-height: inherit;
			padding: 0;
		}
		#recaptcha_area td{
			display: table-cell !important;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.shop-main .productSmall > li {
			width: 84.9999%;
		}
		#hero{
			display: none !important;
		}
		.homerow {
			margin-top: -3px;
			padding: 15px 0 0;
		}
		#utility-nav #utnf,
		#utility-nav #una{
			display: none;
		}
		#logo {
			margin: 15px 0 0;
		}
		#logo img {
			width: 71%;
		}
		table.photogalleryTable td {
			padding: 16px 69px;
		}
	}

/* #Font-Face
================================================== */
@font-face {
    font-family: "alternate-gothic-no-3-d";
    src: url('fonts/DroidSerif-Regular-webfont.eot');
    src: url('fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-Regular-webfont.woff') format('woff'),
         url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-Regular-webfont.svg#museo-sans-condensed') format('svg');
    font-weight: normal;
    font-style: normal;}