/*
Theme Name: Tooley's Trees
Theme URI: http://tooleystrees.com/
Author: SFWDLLC
Author URI: http://santafewebdesign.com/


*/


body
{
	background-color : #9dbd50;
	background-image : url(/images/bg.jpg);
	background-repeat : repeat-x;
	font-family : helvetica, arial, sans-serif;
}

/* png fix for ie */
img, div { behavior: url("/iepngfix.htc") }

/* clear fix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#layout
{
	width : 826px;
	margin : 15px auto;
}

#top_nav
{
	color : #e8efaf;
	text-align : right;
	font-size : 12px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 7px;
}

#news_events
{
	float : left;
	color : white;
}

#news_events a
{
	color : white !important;
	font-size : 16px;
}

#search
{
	text-align : right;
        padding-right : 5px;
}

#search input
{
	display : inline;
}

#search_box
{
	border : 1px solid black;
	width : 90px;
}

#top_nav a
{
	color : #644529;
	text-decoration : none;
	font-weight : bold;
}

#main_layout
{
       border : 1px solid #644529;
}

#header
{
	background-color : #fcfbf9;
}

#header_left
{
	float : left;
	width : 400px;
	padding : 5px 0px 10px 5px;
}

#header_right
{
	float : left;
	width : 410px;
	color : #644529;
	font-weight : bold;
	text-align : right;
	padding : 5px 0px 0px 0px;
	font-size : 12px;
}

#header_right a
{
	color : #644529;
	text-decoration : none;
}

#main_nav
{
	background-color : #644529;
	clear : both;
	padding : 5px 10px;
	font-size : 13px;
        font-weight : bold;
}

#main_nav a
{
	color : #fcfbf9;
	text-decoration : none;
	padding-right : 15px;
}

#main_content
{
	position : relative;
	background-image : url(/images/content_bg.jpg);
	background-repeat : no-repeat;
	background-color : #a0bf4f;
	z-index : 1;
}

#main_content.product
{
	background-image : url(/images/product_bg.jpg) !important;
	background-color : #a5c35d !important;
}


#tree
{
	position : absolute;
	left : 646px;
	top : -65px;
	z-index : 3;
}

#content_cell
{
	position : relative;
	z-index : 4;
	padding : 10px 40px 20px 20px;
	color : #4f351e;
	font-size : 13px;
	line-height: 15px;
	letter-spacing: 1px;
}

#content_cell h2
{
	color : #5e7d27;
	font-size : 16px;
        text-transform: capitalize;
        
}

#content_cell h3
{
	color : #da0000;
	line-height : 17px;
}

#content_cell a
{
	color : #a50f24;
	text-decoration : none;
}

#content_cell a:hover
{
	text-decoration : underline;
}

.pagetitle
{
	border-bottom : 1px solid #E6EED2;
	width : 600px;
}

.post
{
	border-bottom : 1px solid #E6EED2;
}

#sidebar
{
	float : left;
	width : 190px;
	font-size : 16px;
	color : #a1bf4e;
	font-weight : normal;
}

#sidebar h1
{
	color : #644529;
	margin : 0px;
	padding-top : 13px;
	font-size : 14px;
}

#sidebar a
{
	color : #728c2f;
}

.narrowcolumn
{
	float : left;
	width : 570px;
}


#footer
{
	color : #644529;
	font-size : 15px;
	font-weight : bold;
	/* position : relative;
	top : -45px; */
	z-index: 4;
}

#footer a
{
	color : #644529;
	text-decoration : none;
}

#footer img
{
	position : relative;
	top : 5px;
}

#flash
{
	z-index : 2;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#page-nav {
  list-style: none;
  padding: 0px 0px 0px 0px !important;
  margin : 0px;
}

#page-nav ul {
  list-style: none;
  padding : 0px 0px 0px 0px !important;
}

#page-nav li {
  margin: 0px 0px 4px 2px;
  padding-left : 0px;
}

/* we start by hiding all nav items */
#page-nav li .page_item {
  display: none;
}

/* hide my parents childrens subnavs */
#page-nav .current_page_parent li ul li {
  display: none;
}

/* show my parents children */
#page-nav .current_page_parent li {
  display: block;
}

/* show me */
#page-nav .current_page_item {
  display: block;
}

/* show my children */
#page-nav .current_page_item ul li {
  display: block !important;
}

/* hide my childrens subnavs */
#page-nav .current_page_item ul li ul li {
  display: none !important;
}

/* show my ancestors children */
#page-nav .current_page_ancestor li {
  display: block;
}


#page-nav .page_item a {
  line-height: 20px;
  text-decoration: none;
  color : #7f923c;
  font-size : 13px;
  text-transform: lowercase; 
  
}

#page-nav .page_item a:hover {

  color : #644529;
  text-decoration: underline;
     
}

#page-nav .current_page_item a {
  color : #907a65;
  
}

#page-nav .current_page_item a:hover {
}

#page-nav .current_page_item li a {

  line-height: normal;
  text-decoration: none;
  color : #12685d;
  font-size : 11px;
  margin: 10px !important;

}

#page-nav .current_page_item li a:hover {


  color : #8a991c;
  

}

.linklove { display:none;}
