@charset "utf-8";
/* CSS Document */
/* Site Dudes Mobile Site CSS */

/* - Reset - */

a { outline:0; border:0; text-decoration:none; }
img { border:0 }
h2, h3 { margin:1px 0; } 
.clear { clear:both }


/* - Setup - */

body { background:url(images/bg.jpg) top center repeat-x; margin:0; padding:0; font-family: 'Questrial', sans-serif; font-size:14px; color:#777; }

.logo { padding: 10px 0; margin:0 auto; }

.slogan { 
	color:#222;
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
	border-bottom:3px solid #57983C; 
	padding:12px 2px;
	-webkit-border-radius: 0;
background: #f8f8f8;
}

.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 { border:1px solid #000; width:100%; margin:0px 0 0 0;}

/* - Main Content/Container - */

#mainContent { 
	margin: 10px;
	font-size: 14px;
	color: #000;
	font-family: 'Questrial', sans-serif;
	background:#fff;
}

.contentAdjust { padding: 0 15px; }

h1 {
	font-family: 'Fjalla One', sans-serif;
	padding-left:20px;
	font-size: 30px;
	color: #56993c;
}

h4 {
	font-family: 'Questrial', sans-serif;
	}

/* - Nav Settings - */

#navContainer { 
	margin:5px;
	padding:5px 10px;
}

/* - Link Styles - */
a.text_link:link, a.text_link:visited {
	color: #5F9F3F;
	text-decoration: none;
}
a.text_link:hover {
	color: #727480;
	text-decoration: underline;
}
/* - View Full Site - */

.view { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71a753+0,84b362+22,5a963e+100 */
background: #71a753; /* Old browsers */
background: -moz-linear-gradient(top,  #71a753 0%, #84b362 22%, #5a963e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71a753), color-stop(22%,#84b362), color-stop(100%,#5a963e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #71a753 0%,#84b362 22%,#5a963e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #71a753 0%,#84b362 22%,#5a963e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #71a753 0%,#84b362 22%,#5a963e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #71a753 0%,#84b362 22%,#5a963e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a753', endColorstr='#5a963e',GradientType=0 ); /* IE6-9 */
 border:1px solid #ddd; 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-family: 'Fjalla One', sans-serif; }

/* - Footer - */

#footer { color:#fff; background:#0F0F0F; font-size:11px; padding:0 0 15px 0; text-align:center; }

a.footer_link:link, a.footer_link:active, a.footer_link:visited { font-weight:normal; color:#fff; font-size:11px }
a.footer_link:hover { color:#797979; }

/* - Contact Form Setup - */

#contactForm div { margin:1px 3px }

.contact_text {
	color:#333;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:3px 15px; 
	color: #333; 
	font-weight: bold; 
	border: 1px solid #555; 
	background-color: #f9f9f9;
	margin:8px 0;
}

/* - 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;
}
