@charset "utf-8";
/* CSS Document */
/* Site Dudes Mobile Site CSS */

/* - Reset - */

a { outline:0; border:0; text-decoration:none; }
img { border:0 }
.clear { clear:both }


/* - Setup - */

body { background:url(images/bg.jpg) top center no-repeat #fff; margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-weight:300; font-size:14px; color:#777; }

.logo { padding:0; margin:0 auto; }

.slogan { 
	color:#666;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	padding:10px 2px;
	-webkit-border-radius: 0;
background: #141414;
}

.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:0;}

/* - Main Content/Container - */

#mainContent { 
	margin: 10px;
	padding:10px;
	font-size:14px;
	color: #000;
}

.contentAdjust { padding: 0 15px; }

h1 {
	
	line-height: 35px;
	font-size: 40px;
	padding-left: 10px;
	color: #1BCDB3;
	font-family: 'IM Fell DW Pica', 'serif';
}

.sub_heading {
	font-size: 22px;
	color: #666;
	padding: 3px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}


/* - Link Styles - */
a.text_link:link, a.text_link:visited {
	color: #1BCDB3;
	text-decoration: none;
	transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;  
   -ms-transition: all .3s ease-in-out;
}
a.text_link:hover {
	color: #c7e9fd;
	text-decoration: none;
}

/* - Nav Settings - */

#navContainer { 
	margin:5px;
	padding:5px 10px;
}

/* - View Full Site - */

.view {  border:1px solid #222; border-left:none; border-right:none; width:100%; height:35px; margin:5px auto 5px; }

.viewText, .viewText a { color:#1BCDA8; padding: 7px 0; font-size:15px; font-family: 'IM Fell DW Pica', 'serif'; }

/* - Footer - */

#footer { color:#fff; background:#0C0C0C; font-size:12px; padding:15px 0; text-align:center; }

a.footer_link:link, a.footer_link:active, a.footer_link:visited { font-weight:normal; color:#fff; font-size:12px;
	transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;  
   -ms-transition: all .3s ease-in-out; }
a.footer_link:hover { color:#1BCDB3;
	transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;  
   -ms-transition: all .3s ease-in-out; }

/* - Contact Form Setup - */

#contactForm div { margin:1px 3px }

.contact_text {
	color:#000;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:10px 10px;
	color: #fff;
	height:60px;
	border: 3px solid #1BCDB3;
	background-color: #000;
	margin:8px 0;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
}

input {
	border: 2px solid #1BCDB3;
	height: 40px;
}

textarea {
	border: 2px solid #1BCDB3;
	width: 405px;
}


/* - 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;
}
