/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
	text-decoration:none;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 0;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.jpg) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(images/body_bg_top.jpg) no-repeat;
  min-height: 700px;
  _height: 700px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/* Header nav */
ul#navlist
{
margin-left: 30px;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
border-right:1px solid #fff;
}

#navlist a { 
padding: 3px 10px; 
color:#fff;
text-decoration: none;
}


#navlist a:hover
{
color: #eee;

}
/** sidebar nav **/

ul#nav {
  margin:0;
  padding:2px 0 2px 10px;
}


#nav li {
  list-style: none;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 0;
}

/** green box **/
#gbox {
  width: 431px;
/*  margin-top: 47px; */
  margin-top:50px;
  margin-left: 22px;
  margin-bottom:40px;
}

#gbox-bg  { background: url(images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#gbox a {text-decoration:underline;}

#gbox ul {
	padding:3px 20px;	
}

#gbox li {
	margin:5px 0 0;
}
#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#contentleft, #contentright {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#contentleft h2, #contentright h2 {
  color: #fff;
}
#contentleft .text {
  width: 125px;
}
#contentleft form {
  margin: 0.3em 0 0.6em 0;
}
#contentleft p {
  margin: 0.3em 0;
  font-size: 10px;
}
#contentleft a {
  color: #000;
}

#contentright {
  margin-left: 6%;
  width: 38%;
}
#contentright ul {
  margin: 0.3em 0;
  padding: 0;
}
#contentright li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  background: url(images/grey_bg.gif) bottom left no-repeat;
  width: 326px;
  position: absolute;
  top: 192px;
  left: 457px;
  padding-bottom:18px;
}

#greybox-top {
  background: url(images/grey_img.jpg) no-repeat;
  padding:18px 10px 0;
}
/*
#greybox-bot {
  background: bottom left url(images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
}*/
#greyleft {
	float:left;
	width:45%;
}

#greyright {
	float:right;
	width:45%;
}

#greybox h2 {
  font: bold 16px arial, sans-serif;
  color: #660d24;
  line-height: 1.5;
}

#greybox a {
	color:#157adc;
}

#greybox a:hover {
  color: #444;
}

#greybox ul {
	
}

#greybox li {
	list-style-type:none;	
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 10px;
}

#copyright a {
	color:#eee;	
}

/* Home Panels */
.panel {
	margin:0 0 10px;
	
}

#auto {
	background:url('images/auto.jpg') top left no-repeat;
	height:125px;
	width:383px;
}

#home {
	background:url('images/home.jpg') top left no-repeat;
	height:125px;
	width:383px;
}

#commercial {
	background:url('images/commercial.jpg') top left no-repeat;
	height:125px;
	width:383px;
}

/* Image Styles */
div.gallery img {
	border:2px solid #666;
}

.alignright,img.alignright{
float:right;
margin:0 0 0 1em;
border:1px solid #666;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 0 0;
border:1px solid #666;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

/* Sidebar styles */
.sb-box {
	margin:0 0 10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

#sb-loc-addr {
	float:right;
	text-align:right;
}

#sb-loc-phone {
	clear:both;
	margin:15px 0 0;
	text-align:center;
}

#go-green {
	line-height:145%;
}


/* Page Peel Styles */
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(images/page-peel-bg.jpg) no-repeat right top;
	text-indent: -9999px;
}

/* Just some example content
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}