﻿/**
 * MASTER STYLES - all sites
 */

/* Generic Elements */

html, body, form, table, li
{
    margin: 0;
    padding: 0;
}
h1, h2 {
    margin: 0 0 0.5em 0;
}
h3, h4, h5, h6, p, ul {
    margin: 1.0em 0;
    padding: 0;	
}
body {
    text-align: center;
}
img {
    border: 0;
}
h1,h2 
{
    font-size: 170%;
    font-weight: bold;
}
h3 
{
    font-size: 140%;
    font-weight: normal;
}
h4
{
    font-size: 130%;
    font-weight: normal;
}
h5
{
    font-size: 120%;
    font-weight: normal;
}
h6
{
    font-size: 110%;
    font-weight: normal;
}

/* Generic Classes */

div.floatClearer
{
    clear: both;
}
div.floatLeft
{
    float: left;
}
div.floatRight
{
    float: right;
}
span.ms-rteCustom-ArticleHeadLine {
    color: #000;
}
span.ms-rteCustom-ArticleTitle {
    color: #000;
}


/* MOSS Elements */

div.mossElements
{
    background-color: #FFF;
    float: left;
    width: 100%;
    text-align: left;
}
div.mossElements a
{
    font-weight: normal;
}
div.login {
    float: left;
}
div.siteActions
{
    float: right;
}
div.authoringControls {
    clear: both;
}
div.ms-MenuUIPopupBody {
    text-align: left;
}

/* Positions, layout */

div.pageContainerOuter
{
    width: 760px;
    margin: 0 auto;
    text-align: left;
}
div.leftColumn
{
    width: 149px;
    float: left;
}
div.pageContentArea
{
    width: 610px;
    float: right;
}
div.mastHeadOuter
{
    clear: both;
}

/* Logo */

ul.logo
{
    list-style-type: none;
}

/* Navigation */

ul.leftNav,
ul.leftNav ul,
ul.leftNav li
{
    list-style-type: none;
}

/* RSS Links */

p.rssLink 
{
    clear: both;
}
p.rssLink a.rssLink
{
    background-image: url('images/rss.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: bold;

}
p.rssLink a
{
    font-style: italic;
    font-weight: normal;
}

/* AddThis Button */

div.addThisButton {
    margin-top: 30px;
    height: 27px;
}

/* Email this page link */

div.emailThisPage
{
	padding: 20px 0px 5px 10px;
}
	
div.emailThisPage a
{
	background: url("Woodland Trust/Images/email-icon.png") no-repeat scroll left transparent;
	padding: 0 0 0 22px;
	color: #FFFFFF;
	font-style:italic;
}

/* Print this page link */

div.printThisPage
{
	padding: 5px 0px 5px 10px;
}
	
div.printThisPage a
{
	background: url("Woodland Trust/Images/print-icon.png") no-repeat scroll left transparent;
	padding: 0 0 0 22px;
	color: #FFFFFF;
	font-style:italic;
}

div.printThisPage td
{
	color: #FFFFFF;
	font-style:italic;
}

div.button
{
	float: right;
	background: url("Woodland Trust/images/button-back.gif") #ff9b38 repeat-x;
	margin-top: 5px;
	margin-left: 5px;
	border: #6c6787 1px solid;
	padding: 3px;
}
div.button a
{
	padding-right: 18px;
	padding-left: 5px;
	font-size: 0.9em;
	background: url("Woodland Trust/images/button-arrow.gif") no-repeat right 50%;
	padding-bottom: 0px;
	color: #000;
	padding-top: 0px;
}

/*	*/
