@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300,400italic);
@charset "utf-8";
/* CSS Document */
/* Site Dudes Mobile Site CSS */

/* - Reset - */

a { outline:0; border:0; text-decoration:none; }
img { border:0 }

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.33em;
	color:#336799;
	margin:1em 0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:1.2em;
	color: #336799;
	margin:1em 0;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.05em;
	color: #000000;
	margin:1em 0;
}

blockquote{
	color:#666;
	padding:5px 10px;
	margin:15px 15px;
	border-left:1px solid #CCC;
}

.clear {clear:both}



/* - Setup - */

body { background:url(images/bg.jpg) center top repeat-x #a86132; background-size:100%; margin:0; padding:0; }

.logo { padding:0; margin:0; }

.slogan { 
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #67A8D2; 
	padding:10px 2px;
	-webkit-border-radius: 0;
background: #67A8D2;
}

.homeButton  {
    left: 13px;
    position: absolute;
    top: 7px;
    z-index: 9999;
}

.phone_link{
    right: 13px;
    position: absolute;
    top: 7px;
    z-index: 9999;
}

a.phone_link:link, a.phone_link:active, a.phone_link:visited { font-size:12px; font-weight:normal; color:#111; }
a.phone_link:hover { color:#ccc;}

.imgBorder { width:100%; margin-top:-5px;}

/* - Main Content/Container - */

#mainContent { 
	margin: 10px;
	padding:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000000;
	background:#fff;
}

.contentAdjust { padding: 0 15px; }

#page_heading {
	font-family: 'Oswald', sans-serif;
	font-size:27px;
	color: #FFB400;
		text-shadow: -2px 2px 0px rgba(0, 0, 0, 1);
		text-transform:uppercase;
	font-weight:700;
	text-align:left;
	padding:0px 0px 0px 5px;
}

a.text_link:link, a.text_link:visited {
	font-weight: 700;
	color: #336799;
	text-decoration: none;
}

#headingLine {
	height:4px;
	background:#336799;
	margin:5px 0px 5px 0px;
}

#footerLine {
	height:4px;
	background:#336799;
}
a.text_link:hover {
	font-weight: 700;
	color: #FFB400;
	text-decoration: underline;
}
/* - Nav Settings - */

#navContainer { 
	margin:5px;
	padding:5px 10px;
}

/* - View Full Site - */

.view { background:#67A8D2; border:1px solid #67A8D2; border-left:none; border-right:none; width:100%; height:35px; margin:5px auto 5px; }

.viewText, .viewText a { color:#fff; padding: 7px 0; font-size:15px; font-weight:700; font-family: 'Oswald', sans-serif; }

/* - Footer - */

#footer { color:#222; padding:15px 0; text-align:center; }

a.footer_link:link, a.footer_link:active, a.footer_link:visited { font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #336799;
	font-weight:bold;
	text-decoration:none;}
a.footer_link:hover { color: #FFB400; }

/* - Contact Form Setup - */

#contactForm div { margin:1px 3px }

.contact_text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top:10px;
}

.submit_button {
	background:#336799;
	border:1px solid #336799;
	color:#FFB400;
	padding:12px;
	margin:5px 0px;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	text-transform:uppercase;
}

input, textarea { 
	background:#fff;
	border:1px solid #CCC;;
	border-bottom:3px solid #ccc;
	color:#000;
	padding:12px 2px;
	margin:2px 0px 10px; }

/* - Custom CSS Fades - */

.gradientFade {
background:#fff;
background: -moz-linear-gradient(top, rgba(169,3,41,0.86) 0%, rgba(109,0,25,0.84) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,0.86)), color-stop(100%,rgba(109,0,25,0.84))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(169,3,41,0.86) 0%,rgba(109,0,25,0.84) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(169,3,41,0.86) 0%,rgba(109,0,25,0.84) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(169,3,41,0.86) 0%,rgba(109,0,25,0.84) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba90329', endColorstr='#d66d0019',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(169,3,41,0.86) 0%,rgba(109,0,25,0.84) 100%); /* W3C */
}

.top-phone {
	
	box-shadow: 0 1px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	
	width: 90%;
	position:relative;
	margin-bottom:-15px;
	z-index:999;
	background:#fff;
	padding:10px;
}
