/*

required templates:
- home page
- top level page
- second level page

*/

body {
    background-color: #fff;
    color: #000;
    font: normal 12px/18px Arial, Helvetica, sans-serif;
}

a {
    color: #47052c;
    text-decoration: underline;
    font-style: italic;
}

a:hover {
    color: #47052c;
}

a:focus {
    outline: none;
}

a.find-out-more {
    color: #47052c;
    display: block;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    margin-bottom: 10px;
    text-decoration: underline;
}

/*** headings  ***/
h1,h2,h3,h4,h5,h6 {
    clear: both;
    color:  #47052c;
    font-weight: bold;
    margin-bottom: 18px;
}

h1 {
    font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin: 6px 0 12px;
}

h2 {
    font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0 12px;
}

h3.widgettitle {
    margin-bottom: 18px;
}

h3, h4
{
    font-size: 12px;
    line-height: 18px;
    font-family: "Courier New", Courier, monospace;
    margin: auto;
}

h3
{
    text-transform: uppercase;
    margin-bottom: 18px;
}

h5,h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 18px;
}

ul, ol {
    font-family: "Courier New", Courier, monospace;
}

/* for top-level pages */
body.page-parent .content p {
    font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 6px 0 12px;
    color:  #47052c;
}

body.page-parent.page-child .content p {
    margin: 6px 0 12px;
    color: #000;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 18px;

}


body.home .content p {
    font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin: 6px 0 12px;
    color:  #47052c;
}

body.blog  p.intro {
    font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 6px 0 12px;
    color:  #47052c;

}



/*** tables ***/
table {
    border-collapse: collapse;
}

td,th {
    padding: 5px;
    border: 2px solid #fff;
    margin: 3px;
}

tr {
    margin: 10px;
    border: none;
}

blockquote
{
    font-style: italic;
    margin-top: 27px;
    margin-bottom: 36px;
    text-indent: 40px;
}

/*** columns ***/
.left {
}

.content {
    padding-top: 0;
}

.grid_12.content
{
    width: 510px;
    padding-right: 20px;
}

body.page-id-110 .grid_12.content
{
    padding-right: 0;
    width: 530px;
}

.right {
}

.header {
    /* background-color: #47052c; */
    margin-bottom: 12px;
    border-top: 20px solid #47052c;
}

.header .logo a {
    margin: 39px 0 28px 0;
    width: 455px;
    height: 74px;
    display: block;
    background-image: url('../images/header.jpg');
    text-indent: -999em
}

.header-image
{
    margin-bottom: 7px;
}

.footer .contact-info {
    margin-top: 6px;
    font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    display: block;
}

.site-block
{
    border-top: 3px solid #47052c;
    padding-top: 0;
}

.donate, .quotes
{
}

.quotes
{
    padding-right: 20px;
}

.quotes h2
{
    display: block;
    margin-top: 10px;
}

.quotes p
{
    margin-bottom: 0;
}

.donate
{
    background-color: #47052c;
    margin-top: 10px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.donate h2, .donate a
{
    color: #fff;
    line-height: 24px;
}

.donate h2
{
    padding: 10px;
}

.quotes p
{
    color: #000;
}

/*** top navigation ***/
.nav-top {
}


.nav-top ul {
    width: 100%;
    position: relative;
    height: 41px;
    margin: 0;
    /* background: #47052c url("../images/menu-current.jpg") no-repeat 0 -168px; */
    clear: both;
}

.nav-top ul li {
    margin: 0;
}

.nav-top ul li {
    float: left;
    font-size: 12px;
    list-style-type: none;
    width: 125px;
    margin: 0;
    margin-right: 10px;
    border-top: 6px solid white;

}

.nav-top ul li.page-item-15
{
    margin-right: 0;
}


.nav-top ul li.current_page_item,
.nav-top ul li.current_page_ancestor
.nav-top ul li.current_page_parent {
    /* color: #892457; */
    border-top: 6px solid #47052c;
}

.nav-top ul li a {
    font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    background-color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
    border-top: 3px solid #47052c;
    padding-top: 2px;
    /* text-indent: -999em; */
}

.nav-top ul li a:hover {
}

.nav-top ul li:hover {
    border-top: 6px solid #47052c;
}

/* .nav-top ul li.page-item-2 { */
/*     position: absolute; */
/*     left: 0; */
/*     top: 0; */
/* } */

/* .nav-top ul li.page-item-2.current_page_item, .nav-top ul li.page-item-2.current_page_parent { */
/*     background: transparent url("../images/menu-current.jpg") no-repeat 0 0; */
/* } */

/* /\* .nav-top ul li.page-item-2 a { *\/ */
/* /\*     background: transparent url("http://www.thegreatinitiative.com/wp-content/themes/fast/images/menu-about-text.gif") no-repeat 0 -7px; *\/ */
/* /\* } *\/ */

/* .nav-top ul li.page-item-5 { */
/*     position: absolute; */
/*     left: 134px; */
/*     top: 0; */
/* } */

/* .nav-top ul li.page-item-5.current_page_item, .nav-top ul li.page-item-5.current_page_parent { */
/*     background: transparent url("../images/menu-current.jpg") no-repeat -134px -24px; */
/* } */

/* .nav-top ul li.page-item-5 a { */
/*     /\* background: transparent url("http://www.thegreatinitiative.com/wp-content/themes/fast/images/menu-initiatives-text.gif") no-repeat 0 -7px; *\/ */

/* } */

/* .nav-top ul li.page-item-7 { */
/*     position: absolute; */
/*     left: 268px; */
/*     top: 0; */
/* } */

/* .nav-top ul li.page-item-7.current_page_item, .nav-top ul li.page-item-7.current_page_parent { */
/*     background: transparent url("../images/menu-current.jpg") no-repeat -268px -48px; */
/* } */

/* .nav-top ul li.page-item-7 a { */
/*     /\* background: transparent url("http://www.thegreatinitiative.com/wp-content/themes/fast/images/menu-awards-text.gif") no-repeat 0 -7px; *\/ */

/* } */

/* .nav-top ul li.page-item-9 { */
/*     position: absolute; */
/*     left: 402px; */
/*     top: 0; */
/* } */

/* .nav-top ul li.page-item-9.current_page_item, .nav-top ul li.page-item-9.current_page_parent { */
/*     background: transparent url("../images/menu-current.jpg") no-repeat -402px -72px; */
/* } */

/* .nav-top ul li.page-item-9 a { */
/*     /\* background: transparent url("http://www.thegreatinitiative.com/wp-content/themes/fast/images/menu-fas-text.gif") no-repeat 0 -7px; *\/ */

/* } */

/* .nav-top ul li.page-item-11 { */
/*     position: absolute; */
/*     left: 536px; */
/*     top: 0; */
/* } */

/* .nav-top ul li.page-item-11.current_page_item, .nav-top ul li.page-item-11.current_page_parent { */
/*     background: transparent url("../images/menu-current.jpg") no-repeat -536px -96px; */
/* } */

/* .nav-top ul li.page-item-11 a { */
/*     /\* background: transparent url("http://www.thegreatinitiative.com/wp-content/themes/fast/images/menu-resources-text.gif") no-repeat 0 -7px; *\/ */

/* } */

/* .nav-top ul li.page-item-13 { */
/*     position: absolute; */
/*     left: 670px; */
/*     top: 0; */
/* } */

/* .nav-top ul li.page-item-13.current_page_item, .nav-top ul li.page-item-13.current_page_parent { */
/*     background: transparent url("../images/menu-current.jpg") no-repeat -670px -120px; */
/* } */

/* .nav-top ul li.page-item-13 a { */
/*     /\* background: transparent url("http://www.thegreatinitiative.com/wp-content/themes/fast/images/menu-news-text.gif") no-repeat 0 -7px; *\/ */

/* } */

/* .nav-top ul li.page-item-15 { */
/*     position: absolute; */
/*     left: 804px; */
/*     top: 0; */
/* } */

/* .nav-top ul li.page-item-15.current_page_item, .nav-top ul li.page-item-15.current_page_parent { */
/*     background: transparent url("../images/menu-current.jpg") no-repeat -804px -144px; */
/* } */

/* .nav-top ul li.page-item-15 a { */
/*     /\* background: transparent url("http://www.thegreatinitiative.com/wp-content/themes/fast/images/menu-contact-text.gif") no-repeat 0 -7px; *\/ */

/* } */

/* .nav-top ul li.current_page_item a { */
/*     background-position: 0 0; */
/* } */

/* .nav-top ul li.current_page_item a { */
/*     background-position: 0 0; */
    
/* } */

/* .nav-top ul li.current_page_item a:hover { */
/*     background-position: 0 0; */
/* } */

/* .nav-top ul li a:hover { */
/*     background-position: 0 0; */
/* } */



/*** left navigation ***/
.nav-left ul {
    list-style-type: none;
    list-style-position: outside;
    margin-top: 9px;
}

.nav-left ul li {
    margin: 0;
}

.nav-left ul h2 {
    margin-bottom: 9px;
}

.nav-left ul li a {
    display: block;
    font-family: "Courier Oblique", "Courier New", Courier;
    font-style: normal;
    font-size: 11px;
    /* margin: 6px 0 0; */
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 0 4px 0;
    line-height: 15px;
    border-bottom: 1px solid #47052c;

}

.nav-left ul ul {
    display: none;
    margin-left: 15px;
}

.nav-left li.current_page_item ul, .nav-left li.current_page_parent ul {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}

.nav-left li.current_page_item ul li a, .nav-left li.current_page_parent ul li a {
    border: none;
    color: #47052c;
    font-weight: normal;
}

.nav-left li.current_page_parent ul li.current_page_item a {
    font-weight: bold;
}


.nav-left ul li.parent a {
}


.nav-left ul li.current_page_item a,
.nav-left ul li.current_page_ancestor a,
.nav-left ul li.current_page_parent a,
.nav-left ul li.current_page_item a,
.nav-left ul li.current-cat a {
    font-weight: bold;
}

.nav-left ul li.current_page_item ul li a {
    /* color: #485657; */
}

.footer-blocks
{
    margin-top: 18px;
}

.footer {
    margin-top: 18px;
    color: #fff;
    background-color: #47052c;
}

.footer .site-block
{
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 5px;
}

.footer p.legal {
    font-size: 9px;
    line-height: 12px;
}

.footer h2
{
    color: #fff;
}

.footer a
{
    color: #fff;
}

.footer input
{
    background-color: #925277;
    border: none;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

.footer input[type=text]
{
    height: 17px;
}

.footer .sign-up p
{
    margin-bottom: 12px;
}

.footer input[type=submit]
{
    height: 23px;
}

.footer p.twitter
{
    margin-bottom: 13px;
}

.footer p.twitter, .footer p.facebook
{
    line-height: 15px;
}

.footer p.twitter img, .footer p.facebook img
{
    float: left;
    margin-right: 5px;
}

/*** wordpress stuff ***/
img.alignright {
    margin-left: 5px;
    margin-bottom: 18px;
}
img.alignleft {
    margin-right: 5px;
    margin-bottom: 18px;
}

a.readmore {
    text-decoration: underline;
}

.post .excerpt {
    color: #000;
}

p.posts-pagination
{
    margin-bottom: 0;
}

#commentform label
{
    display: block;
    float: left;
    line-height: 23px;
    width: 80px;
}

#commentform input, #commentform textarea
{
    display: block;
    float: left;
    width: 220px;
    border: 1px solid #47052c;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    padding: 3px;
}

#commentform p
{
    clear: both;
    margin-bottom: 23px;
}

#commentform p.comment-form-url
{
    display: none;
}

#commentform p.form-submit
{
    margin-left: 78px;
    padding-top: 10px;
}

#commentform p.form-submit input
{
    width: auto;
    background-color: #47052c;
    color: #fff;
    padding: 3px 3px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}


#respond h3#reply-title
{
    font-size: 12px;
    line-height: 18px;
    font-family: "Courier New", Courier, monospace;
    margin: auto;
    text-transform: none;
}

#commentform code
{
    font-family: "Consolas", "Droid Sans Mono", "Inconsolata", monospace;
    font-family: "Courier New", Courier, monospace;
}

/*** wordpress widgets ***/
ul.sidebars {
    list-style: none;
    list-style-position: inside;
    margin: 0;
}

ul.sidebars li {
    margin: 0;
}

ul.sidebars {
    list-style: none;
    list-style-position: outside;
    margin: 0;
}

ul.sidebars li {
    margin: 0;
}

ul.sidebars ul {
    list-style-position: inside;
}

ul.sidebars a {
    text-decoration: underline;
}

/* recent posts widget */
ul.sidebars .widget_recent_entries ul
{
    color: #47052c;
    margin-top: 6px;
    list-style-position: outside;
}

ul.sidebars .widget_recent_entries h2
{
}

ul.sidebars .widget_recent_entries ul li
{
    border-top: none;
    margin-bottom: 0;
    margin-left: 20px;
}

ul.sidebars .widget_recent_entries ul li a
{
}



/*  image-widget styles */
ul.sidebar .widget_sp_image-description {
    color: #000;
}

ul.sidebar .widget_sp_image-description a {
    font-style: italic;
}

/*** plugins ***/
.quotes .quotescollection_randomquote q
{
    color: #47052c;
    font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 10px 0 12px;
    display: block;
}

.quotes .quotescollection_randomquote cite
{
    display: block;
    text-align: left;
}

.quotes .quotescollection_randomquote .quotescollection_source
{
    font-style: normal;
    display: block;
}

.quotes .quotescollection_nextquote
{
    display: none;
}

/*** widgets ***/
ul.widgets
{
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

ul.widgets li
{
    margin: 0 0 18px;
    padding: 0;
    border-top: 3px solid #47052c;
    position: relative;
}

ul.widgets li:first-child
{
    border-top: none;
}

ul.widgets img.alignright, ul.widgets img.alignleft
{
    margin: 0 0 5px 0;
}

ul.widgets li.widget_sp_image p
{
    margin: 0 0 3px 0;
}

ul.widgets li div.overlay
{
    padding: 12px 10px 0 10px;
}

ul.widgets li div.overlay h2, ul.widgets div.overlay a
{
    color: #fff;
}

ul.widgets div.overlay a
{
    text-decoration: underline;
}

ul.widgets li div.overlay img
{
    position: absolute;
    margin-bottom: 0;
    top: 12px;
    left: 0;
    z-index: -1;
}


ul.widgets li div.overlay p
{
    color: #fff;
}

ul.widgets li.widget_sp_image div.widget_sp_image-description
{
    margin-top: 8px;
}

ul.widgets li.widget_sp_image div.overlay div.widget_sp_image-description
{
    margin-top: 0;
}

ul.widgets li.widget_categoryposts ul
{
    list-style: none;
}

ul.widgets li.widget_categoryposts ul li
{
    border-top: none;
}

ul.widgets li.widget_categoryposts strong
{
    color: #47052c;
}

/*** blog ***/
.blog span.entry-date,
.archive span.entry-date,
.single span.entry-date,
.blog span.entry-categories,
.archive span.entry-categories,
.single span.entry-categories
{
    color: #47052c;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

.blog div.entry-post p,
.archive div.entry-post p,
.single div.entry-post p
{
    margin-bottom: 0;
}

.single p.moderation
{
    margin-top: -18px;
}

.single li.comment
{
    clear: both;
}

/*
.single li.comment:before
{
    content: "\bb";
}
*/

.single li.comment span.comment-author
{
}

.single li.comment span.comment-date
{
}

.single li.comment div.comment-meta
{
    color: #47052c;
}

.single li.comment div.comment-meta cite
{
    font-style: normal;
}

.single li.comment div.comment-meta p
{
    margin-bottom: 0;
}

.single li.comment div.comment-meta a
{
    font-style: normal;
    text-decoration: none;
}

.single ol
{
    list-style: none;
}

.single ol li.comment
{
    margin-left: 0;
    padding-left: 0;
}

.single ol ul li.comment
{
    margin-left: 14px;
    padding-left: 23px;
}

.single li.comment p.reply
{
    margin-top: -18px;
}

.single ol ul li.comment
{
    list-style-image: url('../images/raquo.png');
}

.single ol ul li.comment .comment-meta
{
    line-height: 12px;
}

.posts-pagination .older
{
    float: left;
}

.posts-pagination .newer
{
    float: right;
}

.posts-pagination p
{
    margin-bottom: 0;
}

/* patrons page */

body.page-template-patrons-php h3
{
    margin-top: 18px;
}

/* resolutions page */

body.page-template-resolutions-php h3
{
    margin-top: 18px;
}

.patron h4 a
{
    font-style: normal;
    text-decoration: none;
}

.patron .patron-summary
{
    display: none;
}

/* contact form */

#contactform label
{
    display: block;
    float: left;
    line-height: 18px;
    width: 150px;
}

#contactform input, #contactform textarea
{
    display: block;
    float: left;
    width: 218px;
    border: 1px solid #47052c;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    padding: 3px;
}

#contactform input#postcode
{
    width: 108px;
}

#contactform textarea
{
    height: 50px;
}

#contactform p
{
    clear: both;
    margin-bottom: 7px;
}

#contactform p.form-submit
{
    margin-left: 148px;
}

#contactform p.form-submit input
{
    width: auto;
    background-color: #47052c;
    color: #fff;
    padding: 3px 3px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}