/*
Theme Name: Arrowhead Landscaping 1.1
Theme URI: http://arrowheadlandscaping.com/
Description: The original Wordpress theme for Arrowhead Landscaping.
Version: 1.1
Author: Kyle Knight
*/

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLING */

body {
  background-color: #E0E0E0;
  font: 100.1% Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
  color: #000;
}

#wrapper {
	background: #A4090F url(img/wrapper_bg.jpg) repeat-y left top;
  width: 800px;
  margin: 0 auto;
}

#nav {
	padding-top: 30px;
  background-color: #A4090F;
}

#nav li {
	display: inline;
  list-style: none;
  padding: 3px 10px;
  font-size: .8em;
}

#nav li a {
	color: #fff;
  text-decoration: none;
}

#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a { text-decoration: underline; }

h1 {
	text-indent: -9009em;
  width: 362px;
  height: 96px;
  background: #A4090F url(img/logo.gif) no-repeat center center;
  float: left;
  padding: 20px;
}

#form {
	float: right;
  background-color: #fff;
  width: 244px;
}

#form p {
	text-align: center;
  font-size: .8em;
}

#content {
	clear: left;
  width: 325px;
  float: left;
  background-color: #fff;
}

#content p {
	padding: 5px 10px;
  font-size: 1em;
}

#content h2 {
	font-size: .9em;
	padding: 10px;
  font-style: italic;
}

#content ul {
	margin-left: 15px;
}

#content ul li {
	font-size: .8em;
}

#content img {
	margin: 
}

#gallery {
	color:#666666;
  padding-left:40px;
  width:265px;
}

#gallery a, #gallery a:visited {
	color:#474747;
	text-decoration:none;
}

#quicknav {
	float: left;
  width: 210px;
}

#quicknav ul {
	margin-left: 30px;
}

#quicknav ul li {
	color: #fff;
  font-size: .9em;
  padding: 2px 0;
}

#quicknav ul li a {
	color: #fff;
}

#quicknav ul li a:hover {
	text-decoration: none;
}

#quicknav h3 {
	font-size: 1em;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 5px 0 0 10px;
}

#quicknav p {
	font-size: .9em;
  color: #fff;
  margin-left: 10px;
}

#quicknav p a { color: #fff; }

#footer {
	clear: both;
  background: #fff url(img/footer_bg.jpg) no-repeat left top;
  height: 77px;
}

#footer p {
	text-align: center;
  padding: 5px;
  font-size: .7em;
}

#footer p a {
	color: #000;
}