/**
 * Base Styles used for all themes
 *
 * Colours and theme specifics in the theme style sheets
 */
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #0b0b0b;
    padding: 0;
    margin: 0;
}

p, ul { color: #0b0b0b; font-size: 12px; line-height: 20px; }
a { outline: none; }
a:hover { text-decoration: underline; }
a img { outline: none; border: none; }

/** Header **/
#innerpage #head { height: 192px; margin: 0; padding: 0; }
#home #head { height: 153px; margin: 0; padding: 0; }
#innerpage #headinner { width: 1154px; margin: 0 auto; height: 192px; }
#home #logo, #innerpage #logo { float: left; margin: 28px 0 0 0; }
#flashHead { height: 390px; width: 976px; margin: 0 auto 20px; }
#flashBox { height: 390px; width: 976px; margin: 0; padding: 0; }

/** Navbar **/
#home #navbar,
#innerpage #navbar
{
    float: right;
    width: 683px;
    height: 21px;
    margin: 84px 0 0 0;
    list-style: none;
    padding: 18px 0 16px 15px;
    color: #5a5818;
}
#home #navbar li, #innerpage #navbar li { float: left; height: 21px; }
#home #navbar li a, #innerpage #navbar li a { background-position: top; display: block; height: 21px; }
#home #navbar li a:hover,
#home #navbar li a.active,
#innerpage #navbar li a:hover,
#innerpage #navbar li a.active { background-position: bottom; }

/** Structure **/
.container { width: 960px; margin: 0 auto; }
#innerpage #wrapper { }
#innerpage #contentWrap { padding: 0 0 100px 0; }
#innerpage #contentOuter { width: 1154px; margin: 0 auto; } /** Wrap same size as head to make center when window is small **/
#innerpage #content { min-height: 450px; }
#innerpage .contentMain { float: left; width: 605px; }
#innerpage .contentMain h1 { font-family: Cyan; color: #683b15; font-size: 34px; font-weight: bold; border-bottom: 4px solid #f5f5db; padding: 0 0 18px 0; }
#innerpage .contentMain h2 {
    font-family: Cyan;
    color: #959a38;
    font-size: 18px;
    /*padding-left: 28px;*/
    /*background: url(../images/arrow-red.png) left no-repeat;*/
    margin: 15px 0;
}
#innerpage .contentMain .mainImage { display: block; margin: 28px 0; }
#innerpage .sidebar { float: right; width: 317px; margin-top: 40px; } /** +7 wide for subnav **/
#innerpage .sideBg { background: url(../images/sidebar-bg.jpg) top no-repeat; padding: 20px 21px 30px 20px; margin: 5px 0 50px 7px; }
#innerpage .sidebar .box { margin: 0 0 15px 0; padding: 10px; }
#innerpage .sidebar .box p { font-size: 12px; line-height: 19px; margin: 0; }
#innerpage .sidebar .box .dottedLink { margin-top: 15px; }
#innerpage .sidebar .volunteerHead,
#innerpage .sidebar .eventsHead,
#innerpage .sidebar .donateHead {
    font-family: Cyan;
    color: #683b15;
    font-size: 29px;
    line-height: 42px;
    font-weight: bold;
    padding-left: 50px;
    margin: 0 0 5px 0;
    background-position: left;
    background-repeat: no-repeat;
}
#innerpage .sidebar .volunteerHead { background-image: url(../images/icon-volunteer.png); }
#innerpage .sidebar .eventsHead { background-image: url(../images/icon-events.png); }
#innerpage .sidebar .donateHead { background-image: url(../images/icon-donate.png); }
.newsColMargin { margin-top: 36px; }

/** News page **/
#innerpage .sidebar h2.sideHead { line-height: 30px; font-size: 21px; padding-bottom: 7px; margin: 0; }
.sideArticle { padding: 20px 0; }
.sideArticle h3 { font-size: 14px; font-weight: bold; line-height: 22px; margin: 0 0 5px 0; }
.sideArticle h3 span { }
.sideArticle p { margin: 0; }
.sideArticle p a { font-size: 12px; }

.newsPagination { text-align: right; }

/** Sub nav **/
#subnav { list-style: none; background: url(../images/subnav-divider.png) top right no-repeat; padding: 3px 0 0 0; margin: 36px 0 10px 0; font-size: 14px; }
#subnav li { background: url(../images/subnav-divider.png) bottom right no-repeat; padding: 0 0 3px 0; margin: 0; height: 45px; }
#subnav li a { display: block; height: 45px; line-height: 45px; color: #724823; text-decoration: none; padding-left: 17px; font-weight: bold; }
#subnav li a:hover { background: url(../images/subnav-hover.png); } /** No Arrow **/
#subnav li a.active { background: url(../images/subnav-active.png); padding-left: 44px; } /** With Arrow **/

/** Homepage **/
#homeBoxes { width: 960px; margin: 20px auto 20px auto; }
#homeBoxes .contentBox {
    width: 219px;
    float: left;
    margin: 0 28px 0 0;
}
#homeBoxes .contentBox h2 {
    font-family: Cyan;
    color: #fffeeb;
    font-size: 29px;
    line-height: 42px;
    font-weight: bold;
    padding-left: 47px;
    margin: 5px 0;
    background-position: left;
    background-repeat: no-repeat;
}
#homeBoxes .contentBox .volunteerHead { background-image: url(../images/icon_home_volunteer.png); }
#homeBoxes .contentBox .eventsHead { background-image: url(../images/icon_home_events.png); }
#homeBoxes .contentBox .donateHead { background-image: url(../images/icon_home_donate.png); }
#homeBoxes .contentBox .nletterHead { background-image: url(../images/icon_home_newsletter.png); }

#homeBoxes .contentBox p { color: #f6f5d4; line-height: 19px; }
#homeBoxes .contentBox a { color: #f6f5d4; }
#homeBoxes .last { margin-right: 0; }

/** Home news **/
#homeNewsBox {
    position: relative;
    width: 876px;
    margin: 20px auto 20px auto;
    height: 30px;
    line-height: 30px;
    background: url(../images/news-bg.png) repeat-x;
    overflow: hidden;
    color: #f6f5d4;
    padding: 0 42px;
}
#homeNewsBox span { font-weight: bold; }
#homeNewsBox .newsArrow { position: absolute; }
#homeNewsBox #newsLeftArrow { left: 0; top: 0; }
#homeNewsBox #newsRightArrow { right: 0; top: 0; }
.dottedLink { margin-top: 20px; font-size: 10px; font-weight: bold; text-align: center; display: block; line-height: 20px; height: 20px; }

/** Shops Page **/
#bookFlash { width: 604px; height: 136px }
#shopButtons { display: block; height: 90px; list-style: none; margin: 0 0 20px 0; padding: 0; }
#shopButtons li { display: block; float: left; height: 90px; width: 197px; }
#shopButtons li a { display: block; background-position: top; height: 90px; width: 197px; background-repeat: no-repeat; }
#shopButtons li a:hover { background-position: bottom; }

#shopButtons .onlineBtn { background: url(../images/shop-online-btn.jpg); }
#shopButtons .highstBtn { background: url(../images/shop-hightstreet-btn.jpg); }
#shopButtons .ebayBtn { background: url(../images/shop-ebay-btn.jpg); }

/** Contact page **/
.contactAddress {float: left; width: 45%; }
.contactGeneral { float: right; width: 45%; }
#contactBox { margin: 30px 0; }
#contactForm label { font-weight: bold; color: #000; font-size: 14px; display: block; height: 30px; margin: 0; line-height: 30px; }
#contactForm input {   display: block; margin: 0; }
#contactForm .input-text { width: 175px; height: 20px; line-height: 30px; padding: 5px; border: 1px solid #dae8ea; }
#contactForm .input-small { width: 120px; height: 20px; line-height: 30px; padding: 5px; border: 1px solid #dae8ea; }

#contactForm .cell { height: 60px; float: left; margin: 0 25px 15px 0; }
#contactForm .noMargin { margin-right: 0 !important; }

#contactForm textarea { border: 1px solid #dae8ea; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; }
#contact_title { width: 75px !important; }
#contact_firstname {}
#contact_surname {}
#contact_tel {}
#contact_std { width: 70px !important; }
#contact_email {}
#contact_enquiry {}
#contact_message { width: 548px; height: 100px; padding: 5px; }
#contact_submit { float: right; margin: 15px 45px 0 0 !important; border: none !important; }

.errorList { margin: 15px 0; /*border: 1px solid #ff0000;*/ padding: 20px; }
.errorList li { font-weight: bold; color: #ff0000; }
.msgList { margin: 15px 0; }
.msgList li { font-weight: bold; }

#mapBox { width: 293px; height: 255px; padding: 8px; margin: 36px 0 30px 7px; }
#mapBox .mapInner { padding: 8px; background: #fff; height: 239px; width: 277px; }
#mapBox iframe { }

/** Gallery **/
.galleryCatList {
    float: left;
    background: url(../images/winter/gallery-category-bg.gif) no-repeat;
    width: 157px;
    height: 160px;
    overflow: hidden;
    padding: 13px;
    margin-right: 25px;
}
.galleryCatList img { width: 157px; }
.galleryCatList h2 { color: #5ab3c1; font-weight: bold; font-size: 15px !important; margin: 5px 0 !important; }
.galleryCatList p { margin: 5px 0 0 0 !important; line-height: 18px; }
.galleryCatList a { color: #0b0b0b; text-decoration: none; }
.galleryCatList a:hover { text-decoration: underline; }

.galleryImage { 
    position: relative;
    margin: 0 10px 10px 0;
    float: left;
    height: 81px;
    width: 81px;
    padding: 6px;
}
.galleryImage .frame {
    display: block;
    position: absolute;
    background: url(../images/gallery-frame.png);
    height: 93px;
    width: 93px;
    top: 0;
    left: 0;
    z-index: 10;
}
.galBackBtn { float: right; }

/** accordion **/
.accord {
    margin: 0 0 15px 0;
}
.accord .body { padding: 0 15px 20px 15px; margin: 0; }
.accord .body h2 { font-size: 14px !important; }
.accHead {
    /*font-family: Cyan;*/
    font-family: Georgia, serif;
    font-size: 14px !important;
    font-weight: bold;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}
.accHead .showHideBtn { float: right; height: 19px; width: 19px; margin: 7px; }
.accHead .showBtn {  }
.accHead .hideBtn { }

/** Newsletter **/
#newsletterForm {}
#newsletterForm .row { height: 30px; margin: 0 0 5px 0; }
#newsletterForm label { margin: 0 15px 0 0; height: 30px; line-height: 30px; width: 234px; display: block; float: left; }
#newsletterForm .text-input { float: left; height: 20px; width: 226px; border: 1px solid #dae8ea; line-height: 20px; padding: 4px; margin: 0 15px 0 0; }

/** sponsors **/
#sponsorTbl { width: 100%; border-collapse: separate; }
#sponsorTbl td { background: #eef7f8; padding: 10px; text-align: center; }

 /** footer **/
#innerpage #footer {
    background: #e1e5c2;
    padding: 0;
}
#innerpage #footer .container { min-height: 150px; padding-top: 10px; }
#innerpage #footer .info { font-size: 10px !important; color: #666208; margin: 5px 0; }
#footLinks { font-size: 11px; color: #000; list-style: none; margin: 0 0 5px 0; padding: 0; }
#footLinks li { display: inline; }
#footLinks li a { color: #000; text-decoration: none; }
#footLinks li a:hover { text-decoration: underline; }
#azureLogo {
    text-decoration: none;
    color: #666208;
    font-size: 11px;
    line-height: 19px;
    padding-right: 36px;
    background: url(../images/azure-logo.gif) right no-repeat;
    float: right;
    text-align: right;
}
/** Home footer changes **/
#home #footer {
    background: url(../images/home-footer-bg.png) repeat;
    height: 160px;
    padding: 25px 0 0 0;
    margin: 50px 0 0 0;
}
#home #footer #footLinks li { color: #a4a150; }
#home #footer #footLinks li a { color: #fffeeb; }
#home #azureLogo { background: url(../images/azure-logo-home.png) right no-repeat; color: #fffeeb; }
#home #footer .info { color: #a5a14f; font-size: 10px !important; }

 /** Global styles **/
.clear { clear: both; height: 0; }
.hide { display: none; }
.float-left { float: left; }
.float-right { float: right; }
.img-left { float: left; margin: 0 15px 15px 0; }
.img-right { float: right; margin: 0 0 15px 15px; }

/** Organisational Chart Specific **/
.org_backdrop
{
    background: url("../images/org-chart-bg.png") no-repeat top center;
    height: 679px;
    padding-top: 65px;
    text-align: center;
    width: 614px;
}

.org_backdrop UL
{
    list-style: none outside;
    margin: 0 auto;
    width: 200px;
    padding: 0;
}

.org_backdrop UL LI
{
    display: block;
    width: 200px;
    height: 52px;
}

.org_backdrop UL LI A
{
    line-height: 51px;
    font-size: 11px;
    text-decoration: none;
    color: #7c5738;
    display: block;
}

.org_backdrop UL .first
{

}

.org_backdrop UL .last A
{
    line-height: 20px;
    margin: 28px auto 0;
    width: 90px;
}

.org_list .person
{
    border-bottom: 4px solid #f5f5db;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.org_list .person P
{
    margin: 0 0 10px 0;
}

.org_list .org-image
{
    float: left;
    width: 130px;
    margin-right: 15px;
}

.org_list .org-desc
{
    float: left;
    width: 400px;
}

/* New Top Menu | Oct 2011 */
#navbar LI
{
    border-right: 2px solid #F1F0DD;
    margin-right: 7px;
    padding-right: 7px;
}

#navbar LI.last
{
    border-right: 0px;
}

#navbar LI A
{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #5a5818;
}

#navbar LI A:hover
{
    color: #c7c878;
}

/* Blog Styles | Oct 2011 */
.article H2 A
{
    text-decoration: none;
    display: block;
}

.article
{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #F5F5DB;
}

.backlink
{
    border-top: 4px solid #F5F5DB;
    padding-top: 10px;
    text-align: right;
}

#respond
{
    border-top: 4px solid #F5F5DB;
    margin-top: 30px;
    clear: both;
}

.backlink A
{
    background: url("../images/blog/back-arrow.png") no-repeat left center;
    padding-left: 30px;
    text-decoration: none;
    color: #683B15;
    font-size: 16px;
    display: block;
    width: 110px;
    float: right;
}

.comment
{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #F5F5DB;
}

#sidebar
{
    list-style: outside none;
    margin: 0;
    padding: 0;
    min-height: 500px;
}

#sidebar #s
{
    float: left;
    margin-right: 5px;
    padding: 9px;
    width: 174px;
    height: 17px;
}

#sidebar H2
{
    color: #683B15;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}

#sidebar UL
{
    list-style: inside none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#sidebar UL LI
{
    margin: 0;
    padding: 0;
}

#sidebar UL LI A
{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

#commentform INPUT,
#sidebar INPUT[type=text],
#commentform TEXTAREA
{
    border: 1px solid #C7C99B;
    background: #FFF;
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
    resize: none;
}

#commentform TEXTAREA
{
    width: 380px;
}

#commentform INPUT[type=submit]
{
    background: #9CA144;
    color: #FFF;
    position: relative;
    left: 267px;
}

.widget_search
{
    margin-bottom: 20px;
}

/*** HOMEPAGE ICONS ***/
#social-box
{
    float: right;
    height: 50px;
    width: 260px;
    background: url('../images/line.gif') no-repeat bottom right;
    margin-top: 0px;
    margin-left: 0px;
}
#social-box li
{
    display: inline;
    float: right;
    padding: 0px 7px 0px 7px;
}
#social-box .touch
{
    color: #818e48;
    font-size: 16px;
    padding-top: 6px;
}

/*** PAGE ICONS ***/
#social-box-page
{
    float: right;
    height: 50px;
    width: 290px;
    padding: 0px;
}
#social-box-page li
{
    display: inline;
    float: right;
    padding: 0px 0px 0px 10px;
}
#social-box-page .touch
{
    color: #959a38;
    font-size: 16px;
    padding-top: 10px;
}
.social
{
    background: url(../images/spring/sidebar-bg.jpg) top no-repeat;
    padding: 20px 21px 0px 20px;
}

.cl
{
    clear: both;
}

