/*  
Theme Name: Quote Corral
Theme URI: http://benpartch.com/
Description: Custom themes by http://benpartch.com/
Version: 1.0
Author: Ben Partch
Author URI: http://benpartch.com/
*/
* {margin:0;padding:0}
body {
  font:81.25%/1.6 Verdana, Arial, Tahoma, Helvetcia, Sans-Serif;
  text-align:center;
  background:#CBC9CA;
  color:#000;
}

/* IE Height Fixes */
* html body {margin:0;padding:0}
* html body{height:100%}



/* Mozilla Height Fixes */
html,body {
  margin:0;
  padding:0;
  height:100%;	
}
html>body #container {
	height: auto;
}
/* End Mozilla Height Fixes */





a:link, a:visited {
	color: #333;
	text-decoration: underline
}
a:hover, a:focus {
	text-decoration: none
}




div {text-align: left}
p {margin: 1em 0}




h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Serif;
	//text-transform: uppercase
}
h1 {
	font-size: 170%
}
h4 {
	font-size: 130%
}



#container {
  width: 786px;
  height: 100%; 
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  background: url(images/contrepeat.jpg) top left repeat-y
}

#footer {
  width: 778px;
  height: 40px;
  background: #FDB813;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 4px;
}


#header {
	width: 100%;
	height: 86px;
	background: url(images/headerright.jpg) top right no-repeat;
	position: relative;
	right: 3px
}
/* --- logo image styles ---*/
.logo {
	width: 400px;
	height: 69px;  
	position: absolute; 
	left: 20px; 
	top: 5px; 
	font-size: .1em
}
.logo span {
	background: #fff url(images/logo.jpg) top left no-repeat; 
	position: absolute; 
	left: 0; 
	top: 0; 
	display: block; 
	width: 400px;
	height: 69px;
	cursor: pointer
}
.logo a:link, .logo a:visited, .logo a:hover  {
	color: #F4F3DB; 
	text-decoration: none
}



ul#nav {
	width: 778px;
	background: #FDB813 url(images/navtop.jpg) top left repeat-x;
	list-style: none;
	text-transform: uppercase;
	padding: 25px 0 10px 0;
	margin-left: 4px;
	font-family: Georgia, Serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
ul#nav li {
	margin: 0 5px;
	display: inline;
	list-style: none;
}
	


#content {
	margin: 10px 0;
  float: left;
  width: 506px;
  padding: 10px 40px 40px 40px;
  font-size: .9em
}
#content h1 {
	background: url(images/contantheadicon.jpg) top left no-repeat;
	padding: 0 0 8px 30px;
	margin-left: -20px
}



#sidebar {
	margin: 20px 0;
  float: right;
  width: 200px;
  font-size: .8em;
  padding-bottom: 40px;
}
#sidebar ul {
  margin: 0 0 0 10px;
  list-style: none
}
#sidebar ul li {
  padding: 0 0 8px 0;
  margin: 0 0 0 12px
}
#sidebar ul ul {
  padding: 0 0 8px 0;
  margin: 10px 0 0 10px
}
#sidebar ul li h4 {
  background: url(images/sidebarheadicon.jpg) center left no-repeat;
  padding: 5px 0 7px 25px;
  border-bottom: 1px solid #CBC9CA;
  width: 75%
}
#sidebar ul li a {
	background: url(images/arrowyel.jpg) top left no-repeat;
  padding: 0 0 0 20px;
  margin: 0 0 0 -15px
}
#sidebar ul li a:hover {
	background: url(images/arrowbla.jpg) center left no-repeat
}

p.footer {
  width: 786px;
  height: 40px;
  background: url(images/contrepeat.jpg) top left repeat-y
  text-align: center;
  margin: 10px;
  padding: 10px;
  line-height: 1.4;
}

#searchform {
	width: 80%;
	margin-left: 30px
}
#searchform label {
	font-weight:bold
}
#searchform input#s {
	width: 70%
}

blockquote {
	border: thin #ccc dashed;
	background-color: #eee;
	padding: 15px;
}