/*
Theme Name: Nooksack
Theme URI: http://www.whatcomlandtrust.org/
Description: Whatcom Land Trust Theme.
Author: Seth James Thomas
Author URI: http://www.sethjamesthomas.com/
Version: 1.0
Tags: green, brown, custom
*/

/* FORMATTING */

body {
   background-image: url('http://www.whatcomlandtrust.org/wp-content/themes/nooksack/images/beigeGreen_background.png');
   background-repeat: repeat-x;
   font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px; 
}


h2, h2 a{
	color: #CC6600;
	font-size: 16px;
}

.post h1, .post h1 a {
/* background: url('http://www.whatcomlandtrust.org/images/featuredGradient.png') -10px; */
        font-family: Georgia;
	font-size: 16px;
        margin-left: 2px;
 	padding: 0px 0px 0px 5px;
 	color: #CC6600;
        text-decoration: none;
        clear: both;
}

.entry h2 {
background: none;
padding: 0;
}


h3 {
	font-size: 120%;
	color: #3E1F00;
}

p, ul {
  	color: #3E1F00;
}

.right {
   	text-align: right;
}

#header p, #footer p, #header a, #footer a {
  	color: #FFFFFF;
}

a {
	color: #3E1F00;

}

a img {
  	border: none;
}


/* STRUCTURE */
#content_wrap {
  display: block;
float: left;
width: 880px;
  background-image: url('http://www.whatcomlandtrust.org/wp-content/themes/nooksack/images/contentBg.gif');
  clear: both;


}

#headerBanner {
	position: relative;
	background-color: #FFFFCC;
	padding: 15px 0px 15px 0px;
	width: 880px;
        border-bottom: 1px solid #996600;
        border-left: none;
        border-right: none;
float: left;
clear:both;

}

#headerBanner #rotator {
   border: 1px solid #996600;
   margin-left: auto;
   margin-right: auto;
}

#homeLink {
 display:block;
 position: absolute;
 height: 140px;
 width: 450px;
}

#payPalButton {
  height: 120px;
}

#payPalButton input[type=image] {
   position: relative;
   top: 25px;
}

.btnSearch { 
	background: url('http://www.whatcomlandtrust.org/wp-content/themes/nooksack/images/searchButton.png') 0 0 no-repeat;
	height: 18px;
	width: 50px;
	padding: 0;
	margin: 0 0 0 5px;
	border: 0;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.btnSearch:hover { 
	background: url('http://www.whatcomlandtrust.org/wp-content/themes/nooksack/images/searchButton.png') 0 -18px no-repeat; 
}

#wrapper {
	display: block;
        height: 100%;
        width: 880px;
	margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
}

#header {
    position: relative;
	background-image: url('http://www.whatcomlandtrust.org/wp-content/themes/nooksack/images/logo.png');
        background-repeat: no-repeat;
        background-position: 0 -9px;
        height: 140px;
	display: block;
	width: 880px;
}

#description {
   position: absolute;
   top: 110px;
right: 0px;
   color: yellow;
   font-size: 12px;
}

#emailBox {
	position: absolute;
	top: 0px;
	right: 0px;    
	line-height: 10px;      
}


#page_banner {
	background-color: #FEFDE1;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#page_banner img {
  	border: #3E1F00 thin solid;
}


#sidebar_wide {
        display: block;
	width: 220px;
        float: left;
	min-height: 500px;
	padding: 15px 15px 10px 15px;
        font-size: 12px;
        border-right: 1px solid #996600;
}

#sidebar_wide .widget {
  width: 210px;
}

#content_wide {
display: block;
float: left;
	width: 560px;
	min-height: 500px;
}


#footer {
	display: block;
	width: 880px;
	text-align: center;
	line-height: 18px;
	font-size: smaller;
}

#footer_content {
        background-color: #330000;
	height: 150px;
	position: relative; 
	padding-top: 20px;
        padding-left: 15px;
	color: #FFFF66;
	font-size: medium;
	clear: both;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        text-align: left;
}

#footer #fibercloud, #fibercloud a {
   font-size: x-small;
   color: #FFFF66;
}


/* NAVIGATION */


#nav {
        position: relative;
padding-left: 10px;
	background:#996600;
	height:30px;
        line-height: 30px;
        font-size: 10px;
  	border-bottom: #3E1F00 thin solid;
        margin: 0px;
	}

#nav li {

	}

#nav li, #subnav li {




	float:left;
	list-style:none;
	}

#nav a, #nav a:visited {
	color:#FFF;
	text-decoration:none;
display: block;
height: 30px;
padding-left: 7px;
padding-right: 7px;
	}

#nav a:hover, #nav a:active,
li.current_page_parent a,
li.current_page_parent a:visited,
#nav li.current_page_item a,
#nav li.current_page_item a:visited
        {
	background:#330000;
	}

#subnav {
        position: relative;
	background:#330000;
  	border-bottom: #3E1F00 thin solid;
	height:30px;
        line-height: 29px;
        font-size: 10px;
        margin: 0px;
        padding-left: 10px;
	}

#subnav li {
	border-right:1px solid #3E1F00;
	padding:0 7px;
        height: 24px;
	}	

#subnav a, #subnav a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	text-decoration:underline
	}


/* POST SETTINGS */

.post {
  margin-top: 15px;
  width: 624px;
}

.post .entry {
  margin: 15px;
}

.post h2 a {
  text-decoration: none;
}

.post h2 a:hover {
  color: #750000;
}

.entry {
   margin-top: -15px;
}

.post small {
  font-size: 70%;
}

.post img {
  padding-top: 5px;
  margin-bottom: 15px;
}

#commentform, #respond {
  padding-left: 15px;
}

.linkImage {
    margin-top: 0px;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.post .alignleft {
 float: left;
}


/* VOLUNTEER FORM */

.wpcf7-form input[type=text] {
  height: 20px;
  margin-top: 10px;
}

.wpcf7-list-item {
 display: block;
}


/* QUOTES COLLECTION  */ 

.quotescollection_randomquote {
  font-size: small;
}

.quotescollection_nextquote {
  display: none;
}


/* NextGEN Gallery styles */
.slideshowlink {
  padding-bottom: 10px;
}
.piclenselink {
 display: none;
}


/* New homepage banner slideshow CSS */
#slideshow {
	position: relative;
	width: 780px;
	height: 238px;
	overflow: hidden;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}


/*special formatting for Annual Report page */
       #ar, #ar_acres  {
         font-family: 'Tahoma', Arial, sans-serif;
         padding-bottom: 50px;
       }

        #ar h1, #ar_acres h1 {
		color: #009700;
	    text-align: center;
            font-size: 36px;
            font-family: 'Tahoma', Arial, sans-serif;
	}

        #ar #subHead, #ar_acres #subHead  {
            font-size: 22px;
            margin-top: -10px;
            margin-bottom: 15px;
        }

        #ar h2, #ar_acres  h2  {
         font-size: 16px;
         margin-bottom: -8px;
         margin-top: 20px;
       }
	
	#ar h2, #ar p, #ar_acres p, #ar_acres h2 {
	     color: #1c1c1a;
             line-height: 11pt;
	}

       #ar .greenBlock, #ar_acres .greenBlock {
       display: block;
       text-align: center;
       vertical-align: middle;
       color: white;
       background: #009700;
       width: 563px;
       padding-top: 10px;
       padding-bottom: 10px;
       margin-left: -10px;
       font-weight: normal;
}

       #ar_acres .subHeading {
		text-align: center;
		padding-left: 120px;
}


       #ar_acres p {
        padding-left: 120px;
}

       #ar_acres .wp-image-854 {
         margin-top: -25px;
         margin-bottom: 20px;
}

	#arHeaderLinks {
           position: relative;
           left: -52px;
           display: block; 
           height: 40px;
           width: 570px;
           color: white;
           text-align: center;
           font-size: 8pt;
     	   list-style: none;
     	   clear: both;
           padding-bottom: 10px;
	}
	
	#arHeaderLinks li {
           float: left;
           border-left: 2px solid white;
           height: 23px;
           width: 107px;
           padding-top: 5px;
           padding-bottom: 10px;
           padding-left: 2px;
           padding-right: 2px;
           background-color: #390000;
	}

        #arHeaderLinks a {
 display: block;         
        }
	
	#arHeaderLinks a:link, #arHeaderLinks a:visited {
	       text-decoration: none;
	       color: white;
	}
	
	#arHeaderLinks a:hover {
			text-decoration: underline;
	}
	

       .donorType {
 color: #e76600;
 font-weight: normal;
 width: 550px;
 clear: both;
}

 #ar .attribution {
  font-size: 7pt;
  margin-top: -7px;
}

.col1, .col2, .col3, .col4, .col5, .col6 {
  float: left;
  display: block;
  width: 85px;
  font-size: 6pt;
  padding-right: 5px;
  padding-bottom: 15px;
}


#protectfuture {
   display: block;
   margin-top: 10px;
   height: 591px;
   width: 550px;
   background-image: url('http://www.whatcomlandtrust.org/wp-content/uploads/2009/07/FutureGenerationsForest_550w.jpg');
}

#protectfuture img {
   float: left;
   padding-top: 50px;
   padding-left: 30px;
}

#protectfuture .wp-image-950 {
   margin-top: -15px;
}


#protectfuture09 {
   display: block;
   margin-top: 10px;
   height: 350px;
   width: 600px;
   background-image: url('http://www.whatcomlandtrust.org/wp-content/uploads/2010/07/FinancialBackWebLg.jpg');
   background-repeat: no-repeat;
}

#protectfuture09 img {
   float: left;
   padding-top: 60px;
   padding-left: 85px;
}

#protectfuture09 #outflow {
   margin-top: -5px;
}


#slideshow {
	position: relative;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
#slideshow2 {
	position: relative;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
}
#pause1 {
	z-index:100;
}
#pause2 {
	z-index:100;
}

/* Business partner page */

.partner1, .partner2, .partner3, .partner4 {
display: block;
width: 130px;
height: 130px;
margin-top: 5px;
margin-bottom: 30px;
font-size: 90%;
float: left;
background-color: #efefef;
border: 1px solid #eeeeee;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
text-align: center;
}

.partner1 a, .partner2 a, .partner3 a, .partner4 a {
 text-decoration: none;
}

.partner1 a:hover, .partner2 a:hover, .partner3 a:hover, .partner4 a:hover {
 text-decoration: underline;
}

.partner1 img, .partner2 img, .partner3 img, .partner4 {
padding-top: 5px;
text-decoration: none;
}

.partner1, .partner2, .partner3, .partner4 {
  margin-right: 10px;
}

.partner1 {
  margin-left: 10px;
}


.parter4 {
clear: right;
}
