﻿/**
 * CORE Woodland Trust WEBSITE STYLES
 */
 
/* Generic Elements */

html
{
	font: 0.7em normal Verdana,Arial,Helvetica,sans-serif;
}
body
{
	background: #dde4d9 !important;
}
a {
	color: #22A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	color: #006600;
}
h2
{
	font-size: 180%;
}
h3 {
	font-size: 150%;
	font-weight: normal;	
}
h4 {
	font-size: 110%;
	font-weight: normal;		
}

/* Generic Classes */

div.pageContainerOuter
{
}
div.mastHeadOuter
{
	position: relative;
}
div.bannerImage
{
	height: 136px;
}
div.mainNavigation 
{
}
div.panel {
	margin-bottom: 5px;
	position: relative;
}
div.panel div.wrapper {
	padding: 10px;
}
div.caption {
	font-style: italic;
}

div.pageContentAreaRight div.caption {
	width:96%;
}

div.pageContentAreaRight div.caption P 
{
	margin-bottom:1px;
}


div.displayDate 
{
	border-top: 1px solid #CCC;
	padding-top: 5px;
	color: #666;
	font-size: 0.8em;
	text-align: right;
}
div.scroll
{
    height: 300px;
    overflow: auto;
    padding:5px;
    border:1px solid #999;
}


/* Masthead */

div.mastheadContent {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background: #004c00 url(images/topbar-back.gif) repeat-x;
	padding: 8px 0;
	height: 1.3em;
	font-size: 0.9em;
	position: relative;
}
div.mastheadContent div {
	float: left;
}
div.mastheadContent ul, div.mastheadContent li {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.authenticationLinks {
	position: absolute;
	left: 0;
	top: 0.4em;
}
div.authenticationLinks ul li {
	border: solid 1px #6c6787;
	background: #ff9b38 url(images/button-back.gif) repeat-x;
	margin-left: 5px;
	display: block;
	float: left;
	padding: 3px 3px 3px 0px;
}
div.authenticationLinks ul li a {
	background: transparent url(images/button-arrow.gif) right no-repeat;
	padding: 0 18px 0 5px;
	font-size: 0.9em;
	color: #000;
}
div.statusArea {
	color: #fff;
	position: absolute;
	left: 16.0em;
}
div.importantLinks {
	position: absolute;
	right: 5px;
	color: #fff;
}
div.importantLinks ul li {
	display: inline;
}
div.importantLinks ul li a {
	padding: 0 5px 0 7px;
	border-left: solid 1px #fff;
	color: #fff;
	font-weight: normal;
}
div.importantLinks ul li a.linkIndex1 {
	border: 0;
}

/* Search Form */

div.searchForm {
	position: absolute;
	top: -125px;
	right: 12px;
}
div.searchForm input.searchBox {
	border: solid 1px #254c43;
	width: 131px;
	height: 11px;
	font: normal 1.0em Verdana,Arial;
}
div.searchForm input.searchButton {
	border: solid 1px #999;
	height: 15px;
	width: 45px;
	background: #dedede;
	font: normal 1.0em Verdana,Arial;
}

/* Logo */

ul.logo
{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 2px;
	left: 10px;
}
ul.logo a
{
	display: block;
	width: 130px;
	height: 130px;
}
ul.logo a span
{
	display: none;
}

/* Left Column */

div.leftColumn
{
	background: #004a00 url(images/leftcol-grad.gif) bottom repeat-x;
	padding-bottom: 300px;
}
div.leftColumnEditableArea
{
	border-bottom: 1px solid #588857;
	color: #fff;
}
div.leftColumnEditableArea a
{
	color: #fff;
}

div.postingActions
{
	padding: 10px;
}
div.postingActions ul
{
	padding: 0px;
	margin: 0;
	list-style: none;
}
div.postingActions ul li a
{
	color: #fff;
	font-weight: normal;
}

/* Left Column - Navigation */

div.mainNavigation ul
{
	padding: 0;
	margin: 0;
}
div.mainNavigation ul li
{
	padding: 0;
	margin: 0;
	border: 0 !important; border : solid 1px #004a00;
}

ul.leftNav li a /* Top Level Links */
{
	display: block;
	border-bottom: 1px solid #588857;
	text-decoration: none;
	color: #fff;
	background: #004a00;
	padding: 5px 10px;
}
ul.leftNav li.withoutChildren a {
	font-weight: normal;
}
ul.leftNav li.withChildren a, ul.leftNav li.selectedItem a {
	font-weight: bold;
	color: #8ca57f;
} 
ul.leftNav li ul li a /* 2nd Level Links */
{
	background: #8ca57f !important;
	border-bottom: 0 !important;
}
ul.leftNav li ul li {
	border-bottom: 1px solid #EEF9EC!important;
	border-left: 0 !important; border-left : solid 1px #8ca57f;
	border-right: 0 !important; border-right: solid 1px #8ca57f;
	border-top: 0 !important; border-top : solid 1px #8ca57f;
}

ul.leftNav li ul li.withoutChildren a {
	font-weight: normal !important;
}
ul.leftNav li ul li.withChildren a, ul.leftNav li ul li.selectedItem a {
	font-weight: bold !important;
}
ul.leftNav li.withChildren li a, ul.leftNav li.selectedItem li a {
	color: #fff;
}
ul.leftNav li ul li ul /* 3rd Level Links */
{	
	background: #fff !important;
	padding: 4px 0 !important;
}
ul.leftNav li ul li ul li 
{	
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important; border: solid 1px #fff;
}
ul.leftNav li ul li ul li a 
{	
	display: block;
	text-decoration: none;
	color: #000;
	padding: 4px 10px 4px 25px !important;
	margin: 0 !important;
}
ul.leftNav li ul li ul li.withChildren a
{	
	background: #fff url(images/arrow-down.gif) 10px 0.7em no-repeat !important;
}
ul.leftNav li ul li ul li.withoutChildren a
{	
	background: #fff url(images/arrow-right.gif) 12px 0.6em no-repeat !important;
}
ul.leftNav li ul li ul li.withoutChildren a {
	font-weight: normal !important;
}
ul.leftNav li ul li ul li.withChildren a, ul.leftNav li ul li ul li.selectedItem a {
	font-weight: bold !important;
}
ul.leftNav li ul li ul li ul /* 4th Level Links */
{	
	padding: 0 !important;
}
ul.leftNav li ul li ul li ul li a
{
	font-style: italic;
}
* html body ul.leftNav li ul li ul li ul li a
{
	width:70%;
}
ul.leftNav li ul li ul li ul li.withoutChildren a
{	
	background: #fff url(images/dash.gif) 10px 0.8em no-repeat !important;
}
ul.leftNav li ul li ul li ul li.withoutChildren a {
	font-weight: normal !important;
}
ul.leftNav li ul li ul li ul li.withChildren a {
	background: #fff url(images/vert.gif) 13px 0.6em no-repeat !important;
}

ul.leftNav li ul li ul li ul li.withChildren a, ul.leftNav li ul li ul li ul li.selectedItem a {
	font-weight: bold !important;
}
ul.leftNav li.withChildren li li a, ul.leftNav li.selectedItem li li a {
	color: #000;
}
ul.leftNav li ul li ul li ul li ul /* 5th Level Links */
{	
	padding: 0 !important;
}
ul.leftNav li ul li ul li ul li ul li a
{
	font-style: italic;
	padding-right: 2px;
}
ul.leftNav li ul li ul li ul li ul li.withoutChildren a
{	
	background: #c1d2bf none !important;
	border: solid 1px #fff;
}
ul.leftNav li ul li ul li ul li ul li.withoutChildren a {
	font-weight: normal !important;
}
ul.leftNav li ul li ul li ul li ul li.withChildren a, ul.leftNav li ul li ul li ul li ul li.selectedItem a {
	font-weight: bold !important;
}
ul.leftNav li.withChildren li ul li ul li a, ul.leftNav li.selectedItem li ul li ul li a {
	color: #000;
}


/* Left Column - Posting Actions */

ul.postingActionsList li {
	padding: 0.3em 0;
	font-size: 0.9em;
}
ul.postingActionsList li a {
	background: transparent url(images/icon-link.gif) 0 0.1em no-repeat;
	padding-left: 20px;
	display: block;
}
a.postingActionPrint {
	background: transparent url(images/icon-print.gif) 0 0.1em no-repeat !important;	
}
a.postingActionEmail {
	background: transparent url(images/icon-email.gif) 0 0.2em no-repeat !important;	
}
a.postingActionComment {
	background: transparent url(images/icon-comment.gif) 0 0.2em no-repeat !important;		
}
a.postingActionLinkTo {
	background: transparent url(images/icon-link.gif) 0 0.1em no-repeat !important;			
}
a.postingActionFavs {
	background: transparent url(images/icon-favs.gif) 0 0.2em no-repeat !important;		
}

/* Breadcrumb */

div.breadcrumb
{
	width: 600px;
	padding: 5px 5px 6px 5px;
	background: #8ca57f;
	color: #fff;
	border-bottom: solid 1px #fff;
}
div.breadcrumb a
{
	color: #fff;
}

div.withoutLeftAndRightColumns div.breadcrumb 
{
	width: auto !important;
	float: none !important;
}


/* Main Column */

div.withoutRightColumn div.pageContentAreaMain
{
	width: 610px;
}
div.withRightColumn div.pageContentAreaMain
{
	width: 420px;
}
body div.withoutLeftAndRightColumns div.pageContentAreaMain
{
	width: auto;
	BACKGROUND: #c1d2bf
}
div.withoutLeftAndRightColumns div.pageContentArea
{
	width: auto !important;
	float: none !important;
}
div.withRightColumn div.bodyContainerInner {
	background: #c1d2bf url(images/pagebody-back-twocolumn.gif) repeat-y;	
}
div.withoutRightColumn div.bodyContainerInner {
	background: #c1d2bf;	
}
div.withoutLeftAndRightColumns div.bodyContainerInner {

}

div.pageContentAreaMain
{
	float: left;
	padding: 10px 0;
}
div.pageContentArea ul
{
	padding-left: 20px;
}
strong.pageDescription
{
	color: #2c4c01;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1.0em 0;
	display: block;
}
table.mainPageImage
{
	width: 100px;
	float: left;
	border-collapse:collapse;
	font-style:italic;
	margin: 10px 10px 10px 0;
}
table.mainPageImage td
{
	padding: 2px;
}
div.contentPlaceholder
{
	text-align: left;
}
p.date {
	color: #666;
}
div.pageContentAreaMain div.panel {
	padding-bottom: 20px;
}
div.pageContentAreaMain div.panel div.wrapper {
	padding: 10px 20px 1px 20px;
	border-right: solid 1px #c2d3c0;
}

div.withRightColumn div.pageContentAreaMain div.panel {
	background: transparent url(images/panel-base.gif) bottom left no-repeat;
	width: 417px;
}
div.withRightColumn div.pageContentAreaMain div.panel div.wrapper {
	background: transparent url(images/panel-top.gif) top left no-repeat;
}
div.withRightColumn div.pageContentAreaMain div.outerWrapper {
	background: transparent url(images/panel-mid.gif) top left repeat-y;
}

div.withoutRightColumn div.pageContentAreaMain div.panel {
	background: transparent url(images/panel-base-wide.gif) bottom left no-repeat;
	width: 610px;
}
div.withoutRightColumn div.pageContentAreaMain div.panel div.wrapper {
	background: transparent url(images/panel-top-wide.gif) top left no-repeat;
}

div.withoutRightColumn div.pageContentAreaMain div.outerWrapper {
	background: transparent url(images/panel-mid-wide.gif) top left repeat-y;
}

body div.withoutLeftAndRightColumns div.pageContentAreaMain div.panel {
	background: transparent url(images/panel-base-full.gif) bottom left no-repeat;
	width: 760px;	
}
div.withoutLeftAndRightColumns div.pageContentAreaMain div.panel div.wrapper {
	background: transparent url(images/panel-top-full.gif) top left no-repeat;
}

div.withoutLeftAndRightColumns div.pageContentAreaMain div.outerWrapper {
	background: transparent url(images/panel-mid-full.gif) top left repeat-y;
}



/* Right Column */

div.withoutRightColumn div.pageContentAreaRight 
{
	display: none;
}
div.withRightColumn div.pageContentAreaRight 
{
	display: block;
}
div.pageContentAreaRight 
{
	float: right;
	width: 190px;
	padding: 10px 0;
}
div.pageContentAreaRight ul
{
	padding-left: 20px;
}
div.pageContentAreaRight div.panel {
	background: transparent url(images/panel-right-base.gif) bottom left no-repeat;
	width: 190px;
	padding-bottom: 20px;
}
div.pageContentAreaRight div.panel div.wrapper {
	background: transparent url(images/panel-right-top.gif) top left no-repeat;
	padding: 10px 17px 1px 17px;
	border-right: solid 1px #4b8247;	
}
div.pageContentAreaRight div.outerWrapper {
	background: transparent url(images/panel-right-mid.gif) top left repeat-y;
}
div.pageContentAreaRight div.promotionSecondary ul {
	padding-left: 0;	
}

div.pageContentAreaRight div.panel div.top
{
	background: transparent url(images/panel-right-top-header.gif) top center no-repeat;
	padding-top: 2px;
}

div.pageContentAreaRight div.panel div.content div.imagewrapper
{
	padding-top: 10px;
}
div.pageContentAreaRight div.panel div.content div
{
	margin: 0px;
	padding-left: 0px;	
	padding-bottom: 0px;
}
div.pageContentAreaRight div.panel div.content div.break
{
	padding: 0px 0 10px 0;
	width: 150px;
}
/* Link List */

div.pageContentArea ul.linkList,
div.pageContentArea div.linkList {
	list-style-type: none;	
	padding: 0;
	margin: 10px 0;
	float: left;
	width: 100%;
}
ul.linkList li,
div.linkList div.listItem {
	padding: 5px 0 !important;
	clear: both;
	margin: 0;
	float: left;
	width: 100%;
}
ul.linkList img,
div.linkList img {
	float: left;
	margin-top:0;
	margin-left:0;
	margin-bottom:1px;
	margin-right: 5px;
}
ul.linkList h3,
div.linkList h3 {
	font-size: 1.0em;
	margin: 0;
}
ul.linkList p,
div.linkList p {
	margin: 0 !important;
	padding: 0 !important;	
}

/* Footer */

div.pageFooterOuter {
	background: #dde4d9;
	text-align: center;
	border-top: solid 1px #fff;	
}
div.pageFooterStatement {
	background: #666;
	color: #fff;	
	padding: 8px 0 8px 0;
	margin-bottom: 15px;
}
div.pageFooterText {
	margin-bottom: 10px;
	font-size: 0.9em;
}
div.pageFooterCopyright {
	margin-bottom: 10px;
	font-size: 0.9em;
}

/* Search Results */

div.srch-WPBody a {
	color: blue !important;		
}
div.srch-WPBody * {
	background: none !important;
}
div.srch-results {
	line-height: 1.6em;
	font-size: 1.0em !important;	
}	
span.srch-description {
	font-weight: bold;
}
span.srch-description li {
	font-weight: normal;
}
span.srch-Icon {
	margin: 0 0.5em 0.5em 0;
}
span.srch-Title a {
	color: blue !important;	
}
div.srch-Description {
	color: #666 !important;	
}
p.srch-Metadata span.srch-URL a {
	color: #666 !important;	
	text-decoration: underline;
}

/* MOSS link lists */

table.slm-layout-main
{
	font-size: 100%;
}
table.slm-layout-main div,
table.slm-layout-main a:link,
table.slm-layout-main a:visited,
table.slm-layout-main a:hover,
table.slm-layout-main a:active
{
	font-size: 100% !important;
}

table.slm-layout-main,
table.slm-layout-main td
{
	width:auto;	
	margin: 0;
	padding: 0;	
}

table.slm-layout-main div.link-item
{
	padding-right: 10px;
}

div.summarylinks
{
	border-top: solid 1px #ccc !important;			
}
div.summarylinks div.item
{
	float: left;
	width:100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

div.summaryLinks div.item
{
	float: left;
	width:100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

div.pageContentAreaRight div.panel div.content div.item
{
	float: left;
	width:100%;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: solid 1px #ccc;
}

div.pageContentAreaRight div.panel div.content div.break
{
	border:none;
	height:0;
	margin:0;
	padding:0;
}


/* Custom (HTML Editor) */

p.wtCustom-SmallSubText,
span.wtCustom-SmallSubText,
div.wtCustom-SmallSubText
{
	font-size: 80%;
	font-style: italic;
	color: #666;
}

div.summaryLinks DIV.slm-layout-main DIV.groupheader
{
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}

div.relatedwoodspanel div.customheader
{
	COLOR: #006600;
	border-bottom: solid 1px #ccc;
	margin-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

.woodlinkitem
{
	float: left;
	width:100%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

div.relatedwoodspanel .woodlinkitem img
{
	width: 50px;
	height: 50px
}

.woodlinkitem div.woodlink
{
	font-weight : bold;
	margin-bottom : 5px;
}

.woodlinkitem .woodattributename
{
	font-weight: bold;
}

div.twocolumnsummarytable td#column
{
	width:50%;
}

div.twocolumnsummarytable table.slm-layout-main
{
	width:100%;
}


div.rightColumnLinks table.slm-layout-main
{
	width:100%;
}

.smallprint
{
	font-size:80%;
	font-style: italic;
	color: Gray;
}

.wtCustom-smallprint
{
	font-size:80%;
	font-style: italic;
	color: Gray;
}
