/*
Theme Name: River City Asphalt
Theme URI: http://rivercityasphalt.com
Description: River City Asphalt
Version: .75
Author: Kevin Althaus
*/



/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

/*layout*/
html {
	
	
}

body {
	background: url(images/bg.gif) repeat center top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mainwrapper {
	margin: auto;
	width: 750px;
	background-image: url(images/content_bg.png);
	color: #fff;
	font-size: .9em;
	line-height: 1.33em;
}



#header {
	background-image: url(images/header_bg.jpg);
	height: 100px;
}

#header ul {
	margin-left: 10px;
	padding-top: 80px;
}

#header ul li.page_item {
	float: left;
	margin-right: 20px;
}


#header ul li.page_item a:link, #header ul li.page_item a:visited{
	color: #f3f3f3;
	text-decoration: none;
}

#header ul li.page_item a:hover{
	color: #eff762;
}

#header ul li.page_item.current_page_item a {
	color: #eff762;
}

p {
	margin-bottom: 15px;
	line-height: 1.25em;
}



h1 {
	font-size: 1.5em;
	line-height: 1.33em;
	margin-bottom: 10px;
}

h2.widgettitle {
	margin-top: 15px;
	font-size: 1.25em;
	margin-bottom: 5px;
}

img.b4-after {
	margin-top: 15px;
	margin-bottom: 20px;
}

#content {
	width: 530px;
	margin-right: 0;
	margin-top: 0;
	padding: 10px 10px 15px;
	float: left;
}

#sidebar {
	float: right;
	width: 190px;
}

p.contact_input {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: .95em;
}

span.small {
	font-size: .8em;
}



#footer {
	float: none;
	width: 100%;
	clear: both;
	text-align: center;
	background-color: black;
	line-height: 1.33em;
	margin-top: 14px;
}

ul.side_list {
	margin-bottom: 10px;
}