/*
Theme Name: Paradise Valley Septic 2009
Theme URI: http://paradisevalleyseptic.com/
Description: Made specifically for Paradise Valley Septic.
Version: 1.0
Author: Quantum Flux
Author URI: http://ekklesiaworks.com/
Tags: blue, custom header, fixed width, two columns
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color:#009;
	margin:0;
	padding:0;
	}

#page {
	margin: 0 auto 1em auto;
	width: 954px;
	text-align:left;
	background: #FFF;
	background-color:#FFF;
	height: 19px;
	min-height: 19px;
	min-height: 100%;
	}

a {
	color:#009;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}
	
/* Top Links */
#toplinks {
	text-align:right;
	padding:10px;
	color:#F60;
	}

#toplinks a {
	color:#FFF;
	text-decoration:none;
	}

#toplinks a:hover {
	color:#F60;
	text-decoration:underline;
	}

/* Header */
#bannerbg {
	background: transparent url('images/bannerbg.png') repeat-x top;
	position:absolute;
	top:21px;
	width:100%;
	z-index:-1;
	}

#bannerbg img {
	height:155px;
}

#header {
	background: transparent url('images/banner.png') no-repeat top left;
	}

/* Menu */
#menul {
	min-width:900px;
	min-height:34px;
	background: transparent url('images/menul.png') no-repeat bottom left;
	padding:0 0 0 11px;
	margin: -10px 0 -10px 0;
	}

#menur {
	min-width:850px;
	min-height:34px;
	background: transparent url('images/menur.png') no-repeat bottom right;
	padding:0 11px 0 0;
	}

#menuc {
	min-width:800px;
	min-height:34px;
	background: transparent url('images/menuc.png') repeat-x bottom;
	padding: 0 20px 0 ;
	}

#menuc li {
	position: relative;
	float:left;
	padding: 10px 17px 0 0;
	}

#menuc li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#009;
	text-decoration:none;
	font-weight:bold;
	}

#menuc li a:hover {
	color:#F60;
	}

/* Content */
#main {
	background-color:#FFF;
	margin: -30px 0 0 0;
	padding: 30px 10px 10px 10px;
	position:relative;
	z-index:-2;
	overflow:auto;
	}

/* Sidebar */
#sidebar {
	float:left;
	width:200px;
	border: 1px solid #CCC;   /* if needed */
	-webkit-border-radius: 8px;    /* for Safari */
	-moz-border-radius: 8px;       /* for Firefox */
	position:relative;
	top:20px;
	}

/* Footer */
#footer {
	text-align:center;
	float:right;
	width:950px;
	}

/* Wordpress Defaults */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
   padding:5px;
	}

.alignright {
   float: right;
   padding:5px;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

#content {
	float:left;
	margin:20px;
	width: 660px;
}