/**************************************************
Site:           Asphalt Enterprises
Created:        2009-04-30
Last Modified:  2009-05-06 
------------------------------------------------- 
casey reid, clearfirestudios.com
casey@clearfirestudios.com | Copyright 2009
=================================================
Screen Stylesheet
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
	margin: 0 0 1px;
	min-height: 100%;
}
body {
	background: #000;
	font-size: 62.5%;
}

@media only screen and (max-device-width: 480px) {
html { -webkit-text-size-adjust: none; }
}

body, textarea, input, select, option, button {
	color: #333;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	line-height: 1.5;
}

li, dt, dd, p, th, td, caption, pre {font-size: 1.4em;}
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 {margin-bottom: 15px;}

a {
	color: #900;
	text-decoration: underline;
}
	a:hover, a:focus, a:active {
		color: #000;
		text-decoration: underline;
	}

ul, ol, dd, blockquote {padding-left: 40px;}
ul ul, ol ol, ul ol, ol ul {margin-bottom: 0;}
li *, li p, li li, dt *, dd *, p * {font-size: 1em;}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
pre {
	font-family: "Courier New",monospace;
	white-space: pre-wrap;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
	overflow: visible;
	padding: 0 10px;
}

hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	margin: 15px 0 !important;
	margin: -5px 0 8px;
	overflow: hidden;
	padding: 0;
}
	*:first-child+html hr {margin: -7px 0 8px !important;}

.offset {
	left: -10001px !important;
	overflow: hidden !important;
	position: absolute !important;
}

.clear{clear: both;}

/* LAYOUT
------------------------------------------- */

#root {}
#top {
	background: url(/images/site/bg-top.jpg) 50% 0 repeat-x;
}

	#top div.top-outer {
		/*background: url(/images/site/bg-top-glow.png) -50px -51px no-repeat;*/
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		width: 960px;
	}
		.home #top div.top-outer {background-position: 100% 49px;}
		* html #top div.top-outer {background: url(/images/site/bg-top-glow-ie-sub.jpg) 0 49px no-repeat;}
			* html .home #top div.top-outer {background: url(/images/site/bg-top-glow-ie-home.jpg) 0 49px no-repeat;}

	#top div.top-inner {
		height: auto !important;
		height: 224px;
		min-height: 224px;
		padding: 49px 0 0;
	}
		.home #top div.top-inner {
			height: auto !important;
			height: 324px;
			min-height: 324px;
		}

#logo {
	margin: 0;
	margin-left: 20px;
	padding: 70px 0 10px;
}
	.home #logo {padding-bottom: 25px; padding-top: 110px; margin-left: 0px;}
	#logo a {
		background: url(/images/site/logo-b.png) no-repeat;
		display: block;
		height: 90px;
		overflow: hidden;
		text-indent: -10001px;
		width: 280px;
	}
		.home #logo a {
			background-image: url(/images/site/logo-a.png);
			height: 115px;
			width: 362px;
		}
		
#skip-links {
	left: -10001px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
	#skip-links li a:focus, #skip-links li a:active {
		background: #333;
		color: #fff;
		display: block;
		left: 10001px;
		margin: 15px 0 0 15px;
		padding: 2px 0;
		position: absolute;
		text-align: center;
		text-decoration: none;
		top: 0;
		width: 200px;
		z-index: 10001;
	}


#top div.intro {
	text-align: center;
	width: 270px;
}
	.home #top div.intro {
		text-align: left;
		width: auto;
	}
	#top div.intro h2 {
		color: #000;
		font-size: 3.2em;
		font-weight: normal;
		line-height: 1em;
		margin: 0;
	}
	#top div.intro p {
		font-size: 1.3em;
		margin: 60px 0 0;
		width: 400px;
	}


#nav {
	/*background: url(/images/site/bg-nav.png) repeat-x;*/
	height: 49px;
	left: 0;
	position: absolute;
	top: 0;
	width: 960px;
}
	* html #nav {background-image: url(/images/site/bg-top.jpg);}
	#nav ul {
		float: right;
		list-style: none;
		margin: 0;
		padding: 10px 2px 0 0;
	}
		#nav ul li {
			display: inline;
			float: left;
			font-size: 1.6em;
			font-weight: bold;
			line-height: 26px;
			margin: 0 0 0 35px;
		}
			#nav ul li a {
				background: url(/images/site/nav-tab-a.png) -10001px -10001px no-repeat;
				color: #eee;
				float: left;
				padding: 0 0 0 5px;
				text-decoration: none !important;
			}
				#nav ul li a span {
					background: url(/images/site/nav-tab-a.png) -10001px -10001px no-repeat;
					cursor: pointer;
					float: left;
					margin: 0 -2px 0 0;
					padding: 0 10px 0 5px;
					position: relative;
				}
				#nav ul li a:hover, #nav ul li a:focus, #nav ul li a.active {
					background-position: 0 0;
					color: #fff;
				}
					#nav ul li a:hover span, #nav ul li a:focus span, #nav ul li a.active span {background-position: 100% 0;}
					
			#nav ul li em {
				left: -10001px;
				position: absolute;
				top: -10001px;
			}


#content {background: #fff url(/images/site/bg-top.jpg) 0 -500px repeat-x;}
#content div.content-outer {background: url(/images/site/bg-content.png) 0 100% repeat-x;}
#content div.content-inner {
	background: url(/images/site/bg-content-sep.png) 648px 55px no-repeat;
	height: auto !important;
	height: 150px;
	margin: 0 auto;
	min-height: 150px;
	overflow: hidden !important;
	overflow: visible;
	padding: 0 0 35px;
	width: 960px;
}

#quick-contact {
	height: 54px;
	overflow: hidden;
}
	#quick-contact p {
		background: url(/images/site/quick-contact-phone.png) no-repeat;
		display: inline;
		float: right;
		height: 19px;
		margin: 16px 10px 0 0;
		text-indent: -10001px;
		width: 392px;
	}
		#quick-contact p.button {
			background: none;
			float: left;
			height: auto;
			margin: 11px 0 0 61px;
			width: auto;
		}
			.home #quick-contact p.button{margin-left: 91px;}
			#quick-contact p.button a {
				background: url(/images/site/quick-contact-button.png) no-repeat;
				display: block;
				float: left;
				height: 32px;
				overflow: hidden;
				text-indent: -10001px;
				width: 156px;
			}

#main {
	float: left;
	padding: 40px 0 0;
	width: 635px;
}

#side {
	float: right;
	padding: 40px 0 0 20px;
	width: 285px;
}

#footer {
	background: url(/images/site/bg-footer.jpg) 50% -20px repeat-x;
	height: auto !important;
	height: 155px;
	min-height: 155px;
}
	#footer div.footer-inner {
		margin: 0 auto;
		padding: 20px 0 0;
		text-align: right;
		width: 960px;
	}
		#footer ul {
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
		}
			#footer ul li {
				background: url(/images/site/sep-a.gif) 0 50% no-repeat;
				float: left;
				font-size: 1.2em;
				font-weight: bold;
				margin: 0 0 0 5px;
				padding: 0 0 0 7px;
			}
				#footer ul li.first {
					background: none;
					margin-left: 0;
					padding-left: 0;
				}
				#footer ul li a {
					color: #fff;
					text-decoration: none;
				}
		#footer p {
			color: #999;
			font-size: 1em;
		}
			#footer p a {
				color: #999;
				text-decoration: none;
			}
				#footer p a:hover, #footer p a:focus, #footer p a:active {
					color: #fff;
					text-decoration: none;
				}

/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 {color: #000;}
h1 {
	font-size: 3.0em;
	font-weight: normal;
}
h2 {
	color: #900;
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
	text-transform: uppercase;
}
h6 {
	font-size: 1.0em;
	text-transform: uppercase;
}

/* boxes */
div.box-a {
	border-top: 1px solid #900;
	margin: 0 0 15px;
	padding: 1px 0 0;
}
	div.box-a h3 {
		background: url(/images/site/sep-c.gif) -3px 100% repeat-x;
		border-top: 5px solid #333;
		margin: 0;
		padding: 3px 0 6px;
		text-transform: uppercase;
	}
	div.box-a div.content {
		background: #e7e7e7;
		padding: 12px 12px 2px;
	}
		div.box-a div.content p {font-size: 1.2em;}
		div.box-a div.content li {font-size: 1.2em;}

div.box-b {
	margin: 0 0 15px;
}
	div.box-b h3 {
		background: #940000;
		color: #fff;
		font-size: 1.4em;
		margin: 0 0 3px;
		padding: 5px 10px;
	}
	div.box-b div.content {
		background: url(/images/site/box-b-bg.gif) repeat-y;
		border: 1px solid #ccc;
		padding: 10px;
	}
		div.box-b div.content p.button-a {
			margin-bottom: 10px;
		}

div.about-a {
	background: #e5e5e5;
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
	padding: 10px 10px 1px;
	width: 205px;
}
	div.about-a p.image {margin: -5px -5px 5px;}
	div.about-a p {
		font-size: 1.2em;
		margin: 0 0 10px;
	}
	div.about-a ul {
		background: url(/images/site/sep-d.gif) 50% 0 no-repeat;
		list-style: none;
		margin: 0 -5px 10px;
		padding: 10px 0 0;
		text-align: center;
	}
		div.about-a ul li {
			background: url(/images/site/sep-b.gif) 0 50% no-repeat;
			display: inline;
			font-size: 1em;
			padding-left: 6px;
			white-space: nowrap;
		}
		div.about-a ul li.odd {
			background: none;
			padding-left: 0;
		}
			div.about-a ul li a {text-decoration: none;}
				div.about-a ul li a:hover,
				div.about-a ul li a:focus {
					text-decoration: underline;
				}

/* content */
div.featured-a {
	height: auto !important;
	height: 65px;
	margin: 0 0 15px;
	min-height: 65px;
	position: relative;
	width: 100%;
}
	div.featured-a h4 {
		color: #900;
		font-size: 1.3em;
		margin: 0 0 0 75px;
	}
		div.featured-a h4 a {
			color: #900;
			text-decoration: none;
		}
			div.featured-a h4 a:hover {text-decoration: underline;}
	
	div.featured-a p.image {
		left: 0;
		margin: 0;
		position: absolute;
		top: 3px;
	}
	div.featured-a p.image img {border: 1px solid #ccc;}
	div.featured-a p {
		font-size: 1.2em;
		margin: 0 0 0 75px;
	}
		div.featured-a p.more {
			font-size: 1.3em;
		}
			div.featured-a p.more a {
				color: #000;
				text-decoration: none;
			}
				div.featured-a p.more a:hover {text-decoration: underline;}
				div.featured-a p.more a span {
					left: -10001px;
					position: absolute;
					top: -10001px;
				}

div.featured-b {
	height: auto !important;
	height: 100px;
	margin: 0 0 15px;
	min-height: 100px;
	position: relative;
	width: 100%;
}
	div.featured-b h3 {
		color: #900;
		font-size: 1.8em;
		margin: 0 0 0 130px;
	}
		div.featured-b h3 a {
			color: #900;
			text-decoration: none;
		}
			div.featured-b h3 a:hover {
				text-decoration: underline;
			}
	div.featured-b p.image {
		left: 0;
		margin: 0;
		position: absolute;
		top: 3px;
	}
		div.featured-b p.image img {border: 1px solid #333;}
	div.featured-b p {
		font-size: 1.4em;
		margin: 0 0 0 130px;
	}

/* tables */

table {}
table th, table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

/* paragraphs */

p.button-a {
	font-size: 1.3em;
	font-weight: bold;
	height: 27px;
	line-height: 26px;
	margin: 0 auto 15px;
	text-align: center;
	text-transform: lowercase;
	width: 172px;
}
	p.button-a a {
		background: url(/images/site/button-a.png) no-repeat;
		color: #333;
		display: block;
		height: 27px;
		text-decoration: none !important;
		width: 172px;
	}
	p.button-a a:hover,
	p.button-a a:focus,
	p.button-a a:active {
	color: #000;
	}

img.float-right{
	float: right;
	margin: 0 0 10px 10px;
}

/* Forms */
form#contact ol{list-style-type: none; padding-left: 0px;}
	form#contact ol li{
		margin-bottom: 20px;
	}
		form#contact label{
			display: block;
		}
		form#contact input.textinput{
			width: 400px;
		}
		form#contact textarea{
			width: 400px;
		}
		
		form#contact input.error{border: 1px solid red;}
		form#contact label.error{
			color: red;
			font-style: italic;
			margin-top: 3px;
		}


/* ELEMENTS
------------------------------------------- */

/* headers */

#top div.a {background: url(/images/uploads/banners/banner-home.jpg) 100% -4px no-repeat;}
#top div.b {background: url(/images/uploads/banners/banner-contact-us.jpg) 100% 0 no-repeat;}
	#about-us #top div.b {background: url(/images/uploads/banners/banner-about-us.jpg) 100% 0 no-repeat;}
	#contact-us #top div.b {background: url(/images/uploads/banners/banner-contact-us.jpg) 100% 0 no-repeat;}
	#projects #top div.b {background: url(/images/uploads/banners/banner-completed-projects.jpg) 100% 0 no-repeat;}
	#services #top div.b {background: url(/images/uploads/banners/banner-asphalt-services.jpg) 100% 0 no-repeat;}

/* side boxes */

#newsletter-box {}
#newsletter-box div.content {
	background-image: url(/images/site/icons-newsletter-a.png);
	background-position: 12px 12px;
	background-repeat: no-repeat;
	padding-left: 75px;
}
	#newsletter-box div.content p.field {
		margin-left: -60px;
		overflow: hidden;
		padding: 1px 0 0;
		width: 258px;
	}
		#newsletter-box div.content p.field input {
			background: url(/images/site/forms-field-a.png) no-repeat;
			border: none;
			float: left;
			height: 15px;
			margin: 0 10px 0 0;
			padding: 5px 6px;
			width: 140px;
		}
		#newsletter-box div.content p.field button {
			background: url(/images/site/forms-submit-a.png) no-repeat;
			border: none;
			float: left;
			font-size: 0;
			height: 26px;
			margin: -1px 0 0;
			overflow: hidden;
			text-indent: -10001px;
			width: 95px;
		}

#projects-box {}
#projects-box div.content {
	background-image: url(/images/site/icons-portfolio-a.png);
	background-position: 12px 12px;
	background-repeat: no-repeat;
	padding-left: 75px;
}
	#projects-box div.content p {
		font-size: 1.4em;
		font-weight: bold;
		margin: 0;
	}
	#projects-box div.content ul {
		list-style: none;
		margin: 0 0 15px;
		padding: 0;
	}
	#projects-box div.content ul li {}
	#projects-box div.content ul li a {text-decoration: none;}
	#projects-box div.content ul li a:hover,
		#projects-box div.content ul li a:focus {
			text-decoration: underline;
		}
		
/* Portfolio Styles **********************************/
/* ================================================= */
ul.portfolio{
	list-style-type: none;
	margin: 10px 0 15px 0;
	padding-left: 0px;
}
	ul.portfolio li{
		float: left;
		margin: 0 20px 10px 0;
	}
		ul.portfolio li img{border: 1px solid #ccc;}
		
		
/* Contact Styles **********************************/
/* ================================================= */
.contact-bio{
	position: relative;
}
	.contact-bio-icon{
		position: absolute;
		left: 220px;
	}

