/*
Theme Name: FoFF
Theme URI:
Description: WordPress theme for Focus on Forestry First
Version: 1.0
Tags: fixed width, widgets, valid CSS, valid XHTML, SEO, SEO friendly, clean, right sidebar, green, brown, simple, gravatars
Author: Alan Cole
Author URI: http://www.pixelwave.co.uk



/************************************* Containers *************************************/
body
{
background:#fff; /* url('images/banner.jpg') no-repeat;*/
background-position: auto 100px;
color:#151515;
/*font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;*/
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
font-size:100%;
line-height:1.4;
text-align:left;
margin:0;
padding:0;
}


#header_container
{
position:relative;
padding: 0;
text-align:left;
margin:0 auto;
width:964px;
/*background:#e5edc1;*/
border-bottom:2px solid #754825;
}

#menu_container{
margin:0 auto;
width: 964px;
background: #fff /*url('images/banner.jpg') no-repeat*/;
/*background:#bfbc94;
border-bottom: 1px solid #000;*/
}


#content_container {
position:relative;
width:964px;
margin:0 auto;
background: #fff;
}

#header
{
text-align:left;
width:964px;
margin:0 auto;
margin-bottom:0px;
padding:0;
background:#e5edc1;
border-bottom:6px solid #754825;
}

#header_contacts
{
float: right;
font-size: 10px;
color: #632910;
width: 519px;
padding: 0 20px 0 0;
margin: 0;
text-align: right;
}


/***** Use these for a right hand sidebar

#content
{
font-size:1.1em;
float:right;
width:600px;
padding:0px 0 0 20px;
background: transparent;
margin-top: 20px;
}


#sidebar_top_top {
background: #fff;
height: 50px;
float: left;
width: 278px;
margin:0px 60px 0 0px;
padding: 0;
}

 
#sidebar_top 
{
background:#E3E7CB;
border-left:4px solid #754825;
border-right:4px solid #754825;
float:left;
font-size:100%;
margin:0 60px 1em 0px;
padding:10px;
padding-bottom: 60px;
width:250px;
}
*/



#content
{
font-size:1.1em;
float:left;
width:600px;
padding:0px 0 0 20px;
background: transparent;
margin-top: 20px;
}


#sidebar_top_top {
background: #fff url('./images/sidebar_top.gif') no-repeat top left;
height: 50px;
float: left;
width: 278px;
margin:30px 0 0 60px;
padding: 0;
}

 
#sidebar_top 
{
background:#E3E7CB;
border-left:4px solid #754825;
border-right:4px solid #754825;
float:left;
font-size:100%;
margin:0 0 1em 60px;
padding:10px;
padding-bottom: 60px;
width:250px;
}


#sidebar-left
{
/*background:#FCFCFC;
border:1px #ccc dashed;
font-size:1em;
float:left;
margin-left:20px;
width:198px;
padding:.5em .2em 2em 1em;*/
}

#sidebar-right
{
/*font-size:1em;
float:left;
margin-left:14px;
width:153px;*/

}

#footer
{
background: #fff /*#b0cb00 url(images/footer_bg.gif) repeat-x top left*/;
color:/*#e6e6e6*/ #666;
font-size:1em;
clear:both;
text-align:center;
padding:1em;
}
/************************************* Search form *************************************/

.search-form {
	font-size:1.2em;
	background:url(images/search.png) no-repeat;
	position:relative;
	width:147px;
	height:44px;
	margin-bottom:10px;
}
.search-form input{
	width:125px;
	margin:14px 0 0 10px;
	border:0px;
	background:#f9f9f9;
color: #454545;
}

/************************************* Footer *************************************/

#credits
{
margin:15px 0 -10px;
padding-top: 0px;
}

#footer a
{
color:#666;
}

#footer a:hover
{
color:#b2b2b2;
}

.rss
{
background:url(./images/rss.png) no-repeat;
padding-bottom:6px;
padding-left:20px;
}

/************************************* H-tags, p's and links *************************************/


a
{
color: #754825 /*#7f9a42*/;
text-decoration:none;
}

h1,h2,h3,h4,h5,h6
{
font-weight:600;
letter-spacing:-.1px;
margin:0;
color: #754825;
}

#header h1
{
font-size:2em;
}

#header h1 a
{
color:#424242;
}

#header p
{
color:#424242;
font-size:1.3em;
margin-top:-6px;
margin-left:250px;
text-align:left;
font-style:italic;
}

.entrytitle
{
text-align:left;
}

.entrytitle h3
{
font-size:1.5em;
color:#6F6F6F;
}

a:hover,.entrytitle h1 a,.entrytitle h2 a
{
color:#602709;
}

.entrytitle h1,.entrytitle h2
{
font-size:2em;
text-align:left;
}





blockquote
{
display:block;
background:#FCFCFCnone repeat scroll 0 0;
padding:2px 10px;
	clear:both;
	margin-left:0px;
	margin-right:0px;
}

pre
{
max-width:580px;
font-size:12px;
padding:10px;
overflow: auto;
clear:both;
}

code
{
font-size:12px;
max-width:580px;
padding:10px;
clear:both;
overflow:auto;
}


/************************************* Entry *************************************/
.entry
{
margin-bottom:0;
text-align:left;
}

.entry a:hover
{
background-color:#F0F0E0;
}

.entry p
{
margin:0;
padding:0 0 10px;
}

.entry h3
{
font-size:1.3em;
padding-bottom:.3em;
}

.entry h4 {
	font-size:1.1em;
	padding-bottom:0.2em;	
}

.entry img
{
max-width:580px;
margin-left:5px;
margin-right:5px;
border:0;
}

.entrybody
{
padding-bottom:6px;
overflow:auto;
}

.entrybody a
{
border-bottom:1px dotted #CCC;
}

.entry code
{
font-size:1.1em;
text-align:left;
padding:.2em;
}

.entrymeta
{
padding-top:.5em;
color:#b3960e;
border-top:1px dotted #ccc;
margin-bottom:3em;
clear:both;
}

.postedby
{
background:url(./images/user.png) no-repeat;
padding:2px 3px 3px 20px;
}

.filedto
{
background:url(./images/post.png) no-repeat;
padding:2px 3px 3px 20px;
}

.commentslink
{
background:url(./images/packaged.png) no-repeat;
padding:1px 2px 2px 21px;
}

.btitle
{
letter-spacing:-.1px;
font-size:47px;
font-family:georgia, times New Roman;
font-style:italic;
margin:0 0 0 .5em;
}

.btitle a
{
color:#333;
}


.postinfo
{
margin-top:3px;
}

.postinfo img
{
border:2px solid #F8F8EC;
margin:0;
padding:0;
}

.entrydate .dateMonth
{
font-size:10px;
text-align:center;
color:#FFF;
margin:0;
padding:3px 0 0;
}

.entrydate .dateDay
{
font-family:Times New Roman,Helvetica,Sans-Serif;
font-size:21px;
font-weight:700;
text-align:center;
color:#888;
margin:0;
padding:3px 0 0;
}

.entrydate .dateYear
{
font-size:9px;
padding:0 0 0 1pt;
}

.entrydate
{
background:transparent url(images/date.png) repeat scroll 0 0;
float:right;
height:53px;
margin-left:5px;
margin-top:5px;
width:49px;
}

.entrytitle_wrap
{
padding-bottom:1.8em;
}

.avatar
{

color:#FFF;
clear:right;
float:left;
margin:0 15px 0 0;
padding: 2px;
}

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

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

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

.alignleft
{
float:left;
}

.aligncenter
{
margin-left:auto;
margin-right:auto;
}

.wp-caption
{
border:1px solid #ddd;
text-align:center;
background-color:#FCFCFC;
padding-top:4px;
border-radius:3px;
margin:10px;
}

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

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

.socbook,.alignright
{
float:right;
}

/************************************* Sidebar *************************************/

#sidebar ul
{
list-style-type:none;
clear:both;
margin:0 0 1em;
padding:0;
}

#sidebar ul li,#sidebar ul li a
{
padding-top:.2em;
padding-bottom:.2em;
padding-right:.2em;
}

#sidebar ul li:hover,#sidebar ul li a:hover
{
background:#F0F0E0;
}

#sidebar ul.children
{
	margin:0 0 0 10px;
}

#sidebar ul ul
{
	margin:0 0 0 10px;
}


#sidebar h2
{
color:#6F6F6F;
font-size:1.5em;
margin-top:1em;
}

#sidebar h4
{
color:#151515;
font-size:1.5em;
}

#sidebar-left #cat
{
width:195px;
border:1px solid #CCC;
}

#sidebar-right #cat
{
width:150px;
border:1px solid #CCC;
}

#sidebar img
{
max-width:140px;
border:0;
}



/************************************* Menu *************************************/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*#menu
{
position: relative;
width:855px;
left:150px;
top:1px;
margin:0;
padding:0;
height:29px;
overflow:hidden;
}*/

#menu {
position:relative;
/*margin: 0 auto;*/
width:964px;
left:0px;
height:32px;
z-index:100;
font-family:arial, sans-serif;}

/* hack to correct IE5.5 faulty box model */
* html #menu {width:746px; w\idth:745px;}

#menu ul
{
font-size:1em;
list-style:none;
margin:0;
padding:0;
}

#menu ul ul {/*width:149px;*/}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown#menu positon */
#menu li {
float:left;
/*width:149px;*/
position:relative;}

/*
#menu li
{
float:left;
border-bottom:0;
}

/* style the links for the top level */
#menu a, #menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
/*width:138px; */
height:30px; 
border:1px solid #fff; 
border-width:0 1px 1px 0px; 
background:#602709 /*#bfbc94*/;
padding-left:10px;
padding-right: 30px;
line-height:29px; 
font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {width:149px; w\idth:138px;}



/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
#menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
/*width:149px;*/
border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html #menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout#menu */
#menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout#menu for a left flyout */
#menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:128px;
/*white-space: nowrap;*/
border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{color:#000; background:#a7a37e;}
#menu :hover > a, #menu ul ul :hover > a {color:#000; background:#a7a37e;}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ visibility:visible;}


/*
#menu li a
{
background:#bfbc94;
color:#000;
margin-left:.5em;
display:block;
padding:8px 10px 5px;
}

#menu li.current-cat a
{
background:#a7a37e;
color:#fff;
margin-left:.5em;
display:block;
padding:8px 10px 5px;
}

#menu li a:hover
{
background:#a7a37e;
color:#fff;
}*/

/*#menu ul li ul
{
display:none;
}*/


/************************************* Comments *************************************/
.commentsblock,contactform
{
font-size:1em;
clear:both;
padding-top:20px;
}

.commentsblock textarea,.contactform textarea
{
width:538px;
}

.commentsblock input,.commentsblock textarea,.contactform input,.contactform textarea
{
border:1px solid #d1d1d1;
}

.commentauthor
{
display:block;
font-size:1.5em;
}

ol.commentlist
{
color:#505247;
font-size:1em;
list-style-type:none;
margin:1.5em 0 0;
padding:0;
}

ol.commentlist a
{
color:#b3960e;
}

ol.commentlist a:hover
{
color:#424242;
}

.commentlist li
{
margin-bottom:.5em;
padding:8px;
overflow:auto;
}

.commentlist p
{
text-transform:none;
font-size:1em;
margin:10px 5px 10px 59px;
}

.commentlist blockquote p
{
margin:10px 5px;
}

.commentlist blockquote
{
margin:10px 0 10px 59px;
}

.commentlist .children
{
	padding-left:0px;
}

#commentform p
{
margin-left:0px;
}

.alt
{
background:#e3e7cb;
}

.comment_headings
{
font-size:1.3em;
color:#6C6C6C;
}

.vcard
{
font-size:1em;
}

.vcard cite
{
font-weight:700;
font-size:16px;
}

.commentsblock textarea:focus,.contactform textarea:focus,.commentsblock textarea:focus,.commentsblock input:focus,.contactform textarea:focus,.contactform input:focus
{
background:#eee;
border:1px solid #a1a1a1;
}

/************************************* Misc *************************************/

img.left
{
float:left;
margin-right:15px;
margin-bottom:10px;
}

img.right
{
float:right;
margin-left:15px;
margin-bottom:10px;
}



.relpost
{
padding-bottom:2px;
border-bottom:1px dotted #ccc;
color:#6C6C6C;
}

.relpost ul
{
list-style-type:none;
padding:.01em;
}

.endate
{
font-size:1.2em;
color:#6F6F6F;
font-family:Georgia, Verdana, Times;
}

#ftnav
{
margin:0 0 5px;
}



.navigation
{
	padding-bottom: 30px;
}


.sticky {	
	border: 1px solid #bbb;
	border-width: 1px 0;
	background: #FCFCFC;
	padding: 15px;
	margin-bottom:25px;
}


.tagarchive h1
{
	font-size:29px;
	padding-bottom:18px;
}

.header_phone {
color: #b0cb00;
font-size: 3em;}

#footer a:hover {
color: #fff;
background: #a6a47b;}

#breadcrumbs {
background: #f0f1df;
padding: 2px 5px;}

