/* Start of CMSMS style sheet 'gc flowered: table' */
/*
 * TABLES AND DEFINITION LISTS
 */

/*
 * All definition lists
 */
dd.error {
    color: red;
    font-weight: bold;
    padding-bottom: 0.25em;
}

/*
 * For the "Join" area
 */


fieldset#join dt {
    float: left;
    width: 10em;
    text-align: right;
    padding-right: 0.5em;
    vertical-align: middle;
}

fieldset#join dd {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


div#join dl {
    margin: 0;
}

div#account_details {
    float: left;
    width: 48%;
}

div#personal_details {
    float: right;
    width: 40%;
}

div#personal_details input {
    width: 75%;
}

div#account_details input {
    width: 90%;
}


/*
 * "Contact Us"
 */
fieldset#contact_us {
    border: none;
}

fieldset#contact_us dt {
    font-weight: bold;
}

fieldset#contact_us dd {
    margin-left: 0em;
    padding-left: 0em;
}

/*
 * For the "Your Account" page
 */
table#giving_history {
    border-collapse: collapse;
}

table#giving_history td, table#giving_history th {
    padding-left: 5px;
    padding-right: 5px;

    border-style: solid;
    border-width: thin;
}

table#giving_history  td {
    text-align: center;
}


/*
 * Browse All Charities
 */
table#charity_browser {
    border-collapse: collapse;
    width: 100%;
}

table#charity_browser th, table#charity_browser td {
    padding: 0.25em 0em 0.25em 0.25em;
    text-align: left;
}

table#charity_browser td {
    border: thin solid #333333;
}

table#charity_browser th {
    border: none;
}

table#charity_browser tr.shaded {
    background-color: #EEEEEE;
}

/*
 * For each store-list page
 */
table#store_links {
    width: 100%;
    border-collapse: collapse;
}

table#store_links tr.spacer {
    height: 3em;
}

table#store_links tr.row {
    height: 60px;  
}

table#store_links tr#table_header {
    height: 1.5em;  
}

table#store_links tr#table_header td {
    padding: 0px;  
}

table#store_links td.details table {
    border-collapse: collapse;
    height: 60px;
    width: 100%;
}

table#store_links tr#table_header td.details table {
    height: 0px;  
}


table#store_links td.details table tr.data td {
    border: 1px solid #333333;
}

table#store_links tr#table_header td.details table tr.data td {
    border: none;
}


table#store_links td.details table tr.name {
    font-weight: bold;
    height: 40%;
}

table#store_links td.details table tr.data {
    height: 60%;
}

table#store_links td.details table tr.data td.description {
    padding: 10px;
}

table#store_links td.details table tr.data td.commission {
    text-align: center;
    font-size: 175%;
    width: 4em;
}

table#store_links tr#table_header td.details table tr.data td.commission {
    font-size: 90%;
    font-weight: bold;

    width: 15em;
    text-align: right;

    padding-right: 0.25em;
}
table#store_links tr#table_header td.details table tr.data td.commission span {
    padding: 5px;
    border: thin solid #333333;
    background-color: green;
}

table#store_links td.link {
    text-align: center;
    width: 155px;
    padding-left: 10px;
    vertical-align: middle;
}




/* End of 'gc flowered: table' */

/* Start of CMSMS style sheet 'new shiny: menu' */
/*
 * MENU STYLES
 * If it has to do with a menu, it goes here: typography, layout, whatever
 */

/*
 * New home page
 */

div#find_and_join div#links div {
    font-size: 220%;
    height: 100%;
    text-align: center;
}

div#find_and_join div#links div a {
    text-decoration: none;

    color: #bebebe;
}

div#find_and_join div#links div.current {
    color: #ffffff;
}

div#find_and_join div#links div#step_one {
    float: left;
    width: 60%;
    border-right: 2px solid white;
}

div#find_and_join div#links div#step_two {
    float: right;
    width: 38%;
}


/*
 * Left-hand button menu
 */
ul#button_menu {
    list-style-type: none;
    padding-left: 0px; /* removes indentation in Gecko */
    margin-left: 0px; /* removes indentation in IE */
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

/*
 * Top navbar
 */
div#menu_content {
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
}

div#menu_bar {
        padding: 0em;
}

div#menu_et_al {
    overflow: hidden;

    border-top: 1px solid #74a22c;

    background-image: url(/images/gc/bg/taller_gradient.png);
    background-repeat: repeat;
    background-position: top left;
}

div#announcements {
    background-color: #F1DF8B;
    border-bottom: 1px solid #74A22C;
    border-top: 1px solid #74A22C;

    float: right;
    width: 100%;

    font-size:12px;
    padding:9px 0 10px;
}


ul#primary-nav {
    list-style: none;
    padding: 0em;
    margin: 0em;
    vertical-align: middle;
    max-width: 

    color: white;
    font-weight: bold;
}

#primary-nav li {
    float: left;

    margin: 0em;
    padding: 0.25em 1.25em;

    text-transform: uppercase;
}

#primary-nav span {
    font-weight: bold;
}

#primary-nav a, #primary-nav span {
    display: block;
    margin: 0px;
    padding: 5px 10px;
    text-decoration: none;
        color : #AACA3B;
    }

#primary-nav li a, #primary-nav li span {
        color : white;
    }

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive, #primary-nav li.menuactive:hover {
    background-color: #74A22C;
}

/* Styling the appearance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuactiveh {
    background-color: #AACA3B;
        color : #ffffff;
    }

/* End of 'new shiny: menu' */

/* Start of CMSMS style sheet 'new shiny: layout' */
/*
 *LAYOUT
 */

/*
 * Linkshare launch news item
 */
img#blue_button_sample {
    margin: 2em auto;
    display: block;
}

/*
* Donate page
*/

ul.donate li {
    padding: 1em 0 1em 0;
}

form.donate {
    padding-left: 5em;
}

form.donate input.button {
    vertical-align: text-bottom;
}

.jump_out {
    background-color: yellow;
    padding: 0.25em;
}

/*
 * FAQ page
*/

dl.faq dt {
    color: #555555;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 1.25em;
}
dl.faq dd {
    line-height: 150%;
    margin: 0.5em 0 1.5em 1.5em;
}
 
/*
 * New Shop page
 */

h1.shop {
    margin: 0 0 1.5em 0;
    font-size: 150%;
    color:#855B2A;
}

h1.shop a {
    color:#855B2A;
}

h1.shop a:visited {
    color: #BF9C77;
}

div#shop_left_column {
    margin-top: 3em;
    position: relative;
    width: 26%;
    float: left;
    height: 13em;
}

div#browse_search {
    padding: 1em 0;
}


div#browse_search h3 {
    margin: 0 0 0.25em 0;
    font-size: 160%;
    color: #9ccf42;
}

div#browse_search p {
    color: #555555;
    text-align: left;
    padding: 0.25em 0;
}

div#browse_search p.or {
    padding: 0.5em 0;
    color: #777777;
    text-align: center;
    font-size: 160%;
}

div#browse_search p#search_button {
    margin-top: 0.5em;
    text-align: right;
}

div#browse_search p#all_link {
    text-align: right;
    padding: 1.75em 0 0.25em 0;
}

div#browse_search p, div#browse_search form .input {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 120%;
}

div#browse_search form .input, p#search_button input {
/*
    border: thin solid #63aed6;
*/
    border: thin solid #9ccf42;
}

p#search_button input {
    border: thin solid #74a22c;
    background-color: #9ccf42;
    cursor: pointer;
}

div#stores {
    width: 72%;
    float: right;
}

div.store_box, div.one_store_box {
    border: 2px solid #63aed6;
    font-size: 80%;
}

div.store_box.new {
    border: 2px solid #FFC85F;
}

div.store_box.new ul.text_links li, div.one_store_box.new ul.text_links li {
    background-color: #63aed6;
    border-color: blue;
}

div.store_box {
    float: left;
    width: 28ex;
    height: 14em;
    overflow: hidden;
    text-align: center;
    padding: 1em;
    position: relative;
    margin: 0 1.5ex 1.5ex 0;
}

div.one_store_box {
    padding: 1.5em;
    font-size: 120%;
    color: #777777;
}

div.one_store_box hr {
    height: 1px;
}

div.one_store_box h3 {
    margin: 0 0 1em 0;
    color: #63aed6;
    font-size: 150%;
}

div.store_box a.store_link, div.one_store_box a.store_link {
    display: block;

}

div.store_box a.store_link {
    width: 120px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 120%;
}

a.store_link img.scaled {
    width: 120px;
    height: 60px;
}

div.store_box p {
    margin: 0;
}

div.store_box p.description {
    height: 1.25em;
    overflow: hidden;
    padding: 0.1em 0;
    text-align: justify;
}

div.store_box p.store_name {
    font-size: 120%;
    color: #555555;
}

div.store_box p.ellipsis {
    padding: 0;
    width: 15%;
    float: right;
}

ul.text_links {
    height: 1.5em;
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.5em;
}

div.store_box ul.text_links {
    margin: 0;
    position: absolute;
    width: 90%;
    bottom: 1.25em;
    left: 0.75em;
}

ul.text_links li {
    padding: 0.25em 0.25em;
/*
    border: 1px solid #888888;
*/
    border: 1px solid orange;

    width: 40%;
    float: left;
/*
    background-color: #555555;
    background-color: #FFC85F;
*/
    overflow: hidden;
}

div.one_store_box ul.text_links li {
    width: auto;
}

ul.text_links li.spacer {
    width: 4%;
    background-color: transparent !important;
    border: none;
}

ul.text_links li a {
    text-decoration: none;
/*
    color: white;
*/
    color: #333333;

}

div.store_box hr {
    width: 140px;
}

div.store_box p.commission {
    padding: 0.25em 0;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #de6d31;
}

/*
 *  New home page
 */


div#links {
    padding: 0.25em 0;
}

div#row_one {
    height: 31em;
    position: relative;
    margin-top: 1em;
}

div#col_a {
    width: 30%;
    float: left;
}

div#col_b {
    width: 66%;
    float: right;
    padding-right: 1em;
}

div#row_one img {
    position: absolute;
    bottom: 0em;
    left: 0em;
}

div#hundreds {
    clear: both;
    position: relative;
    height: 103px;
}

div#hundreds img.text {
    position: absolute;
    left: 0em;
    bottom: 1px;
}

div#hundreds img.logos {
    position: absolute;
    right: 0em;
}

div#hundreds img {
    display: inline;
}

div#add {
    display: block;
    width: 40%;
    float: right;
}

div#current_step {
    clear: both;
    padding: 0 0 1em 1em;
}

div#cause_list, div#cause_form, div#join {
    height: 15.5em;
}

div#cause_list {
    float: right;
    width: 58%;
    overflow: auto;
    padding-bottom: 2em;
/*
 * XXX The 'padding-bottom' rule leaves a gap inside the scroll area after the last item.
 */
}

div#change_cause div#cause_list {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

div#cause_form {
    float: left;
    width: 40%;
}

div#find_and_join dd, div#change_cause dd {
    margin-left: 0;
    padding-left: 0;
}

div#cause_form p.button {
    text-align: center;
}

div#cause_form select, div#cause_form .nonbutton {
    width: 90%;
}

div#cause_form dd.andor {
    padding: 0.5em 0;
}


div#cause_form dt.example, div#cause_form dd.example {
    /*
     * The "examples" under the search input
     */
    margin-top: 0.25em;
    font-size: 75%;
}

div#join p#membership {
    clear: both;
}

div#join p {
    text-align: center;
    margin: 0;
    padding: 0.25em 0;
}


div#below_steps, div#below_change {
    clear: both;
}

div#below_steps p, div#below_change p {
    margin: 0;
    padding: 0.25em 0;
    text-align: center;
}

/*
 *  * pre-release greeter
 *   */
div#prerelease {
    border: thin solid #333333;
    padding: 0em;
    margin: 2em 0em 2em 0em;
}

div#prerelease h3 {
    margin: 0em;
    padding: 0.25em 0em 0.25em 0em;
    text-align: center;
}

div#prerelease p {
    padding: 0.75em;
    margin: 0em;
}

/*
 *  * common rules
 *   */

body {
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
}

div#page_title h1 {
    margin: 0;
}

div#page_title p {
    margin: 0.25em 0 0;
}

div#title_margin {
    height: 25px;
}

div.account_spacer {
    height: 2em;
}

div.centered {
    text-align: center;
}

div.spacer {
    clear: both;
    height: 3em;
}

/*
 *  * Template blocks
 *   */

div#body {
    padding-top: 1.75em;
    padding-bottom: 1.25em;
    width: 96%;
    margin: 0 auto;
    position: relative;
    min-height: 393px;
}

body.home div#body {
    padding-top: 0.5em;
    padding-bottom: 0;
    width: 100%;
}

div#body img#main_idea {
    margin-bottom: 30px;
}

/*
 *  * For the header
 *   */
div#header {
    position: relative;
    height: 10em;
}

div#header img {
    position: absolute;
    bottom: 0.5em;
}
/*
 *  * For the navbar
 *   */


div#search_form {
    position: absolute;
    top: 1.75em;
    right: 0;
/*    display: none; */
}

div#search_form input {

}

/*
 *  * For the "Login" global (login and logout sections)
 *   */
div#login {
    position: absolute;
    top: 0.2em;
    right: 1em;
    width: 20em;
    height: 85%;
}

div#login form {
    width: 80%;
    margin: 0em auto;
}

div#login dl {
    margin: 0;
    padding: 0;
}

div#login dd {
    margin: 0;
    padding: 0.25em 0;
}

div#login input.text {
     width: 100%;
}

div#login p {
    margin: 0;
    padding: 0em;
    text-align: center;
    clear: both;
}

div#login dl.status {
   width: 80%;
   margin: 0 auto;
}

div#login dl.status dt {
    float: left;
}

div#login dl.status dt.name {
    float: none;
}

div#login dl.status dd {
    padding: 0;
}



/*
 *  * overall_total global
 *   */
div#overall_total {
    padding: 0.5em;
    float: left;
    width: 25%;

    border-top: 1px solid #74a22c;
    border-bottom: 1px solid #74a22c;

    background-image: url(/images/gc/bg/taller_gradient.png);
    background-repeat: repeat;
    background-position: top left;
}

/*
 *  * homepage_title global
 *   */
div#homepage_title {
    padding-bottom: 1em;
}

/*
 *  * changing_box global
 *   */
div#changing_box div#citation {
    text-align: right;
}

/*
 *  * "About Us" page
 *   */

dl#staff_bio dd {
    margin: 1em 0;
}

dl#staff_bio dd.photo {
}

/*
 *  * For the 'Your Account' page
 *   */
fieldset.account_details {
    padding: 1.5em;
}

fieldset.account_details#history table {
    width: 90%;
    margin: 0px auto;
    border: none;
}

/* For the pick-a-parish page */
div#change_cause {
    height: 18em;
}

div#change_cause, div#below_change {
    width: 60%;
    float: right;
}

div.charity_details {
    width: 30%;
    float: left;
    margin-top: 3em;
}

div.charity_details ul {
    margin: 1em auto;
    padding: 0.25em 0em 0.25em 1em;
}

div#below_change {
    margin-bottom: 1em;
}

p#after_change {
    margin: 0;
    clear: both;
}


/*
 *   For the A-Z index
 *    */
div#index_links {
    padding-bottom: 2em;
}

/*
 *  * Browse causes
 *   */
div#filters {
    width: 80%;
    margin: 2em auto;
}

/*
 *  * For the "Shop" Page
 *   */
div#all_categories div {
    width: 50%;
}

div#all_categories div#left_column {
    float: left;
}

div#all_categories div#right_column {
    float: right;
}

div#category_spacer {
    clear: both;
    height: 20px;
}

/*
 * "Promote GivingCart"
 */

div.promotional {
    float: left;
    margin-top: 1em;
    text-align: center;
    width: 28ex;
}

div.promotional img {
    border: 1px solid #333333;
    margin-bottom: 0.5em;
}

div.promotional a {
    display: block;
}

div.promotional p {
    margin: 0;
    padding: 0.1em 0;
}

p#more_to_come {
    padding-top: 8em;
    float: right;
    text-align: left;
    width: 60%;
}

/*
 *  * For the footer
 *   */
div#footer {
    margin: 0;
    padding: 0;

    clear: both;
}

div#footer p {
    margin: 0 auto;
    position: relative;
}

span#footer_links {
    position: absolute;
    right: 0.75em;
    top: 0.5em;
}

span#footer_links a {
    padding: 0 0.25em;
}

/* End of 'new shiny: layout' */

/* Start of CMSMS style sheet 'new shiny: typography' */
/*
 * TYPOGRAPHY
 */

/*
 * Linkshare banner
 */
div#new_stores_banner {
background-color:#63aed6;
border:1px solid blue;
font-size:120%;
margin:0 0 1.5em;
padding:0.5em;
text-align:center;
width:30em;
}

div#new_stores_banner span {

}

/*
 * News page
 */
dl.news_list dt {
    color: #946440;
    font-weight: bold;
    margin-bottom: 0.25em;
    font-size: 125%;
}

dl.news_list dt.latest {
    font-size: 160%;
}

dl.news_list dd {
    margin-left: 0;
    line-height: 125%;
}

dl.news_list dd.latest {
    font-size: 110%;
}

dl.news_list ul {
    margin: 0.5em 0;
    line-height: 200%;
}

hr.news_list {
    width: 75%;
}

dl.news_list dd, hr.news_list {
    margin-bottom: 3em;
}

/*
 * New Home page
 */

h1#main_title {
    color: #d47927;

    font-size: 250%;
    font-weight: normal;
    letter-spacing: 0.07ex;

    text-align: center;

    margin: 0;
    padding: 0;
}

h2#main_subtitle {
    color: #353535;

    text-align: center;

    font-weight: normal;
    font-size: 100%;
    letter-spacing: 0.42ex;

    margin: 0.5em 0em 1.5em 0em;
}

div#join {
    padding-top: 1em;
}

/*
div#join span#chosen_cause {
    background-color:#BDDCE9;
    padding: 0.25em;
}
*/

div#links {
    background-color: #63acd4;
}

div#join dt {
    padding-top: 1em;
}

div#join p input {
    font-weight: bold;
}

div#find_and_join {
    border: 1px solid #5F9DBF;
    padding: 0em;
    color: #262626;

    background-image: url(/images/gc/bg/find_join_gradient.png);
    background-repeat: repeat;
    background-position: top left;
}
/*
 * The next rule should be located somewhere else, and should be merged with the above 
 * to whatever extent possible
 */
div#change_cause {
    color: #262626;
    padding-top: 1em;
    padding-bottom: 1em;

    background-image: url(/images/gc/bg/find_join_gradient.png);
    background-repeat: repeat;
    background-position: top left;
}
div#change_cause, div#below_change {
    padding-left: 1em;
    padding-right: 1em;
}

div#below_steps, div#below_change {
    background-color: #bddce9;
}

div#current_step {
    border-top: 2px solid white;
}

div#find_and_join dt, div#change_cause dt {
    font-weight: bold;
}


div#cause_form dd.andor {
    padding-left: 6em;
}



div#cause_form p.button input {
    font-weight: bold;
}

div#cause_list {
    border-left: 2px solid white;
}

p#cause-explain {
    margin: 0;
    padding: 0.6em 0 0 0.75em;
    line-height: 200%;
    font-size: 14pt;
}

div#cause_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#cause_list ul li {
    border-bottom: thin solid white;
    padding: 0.5em;
}

div#cause_list ul li:hover {
    background-color: #bbbbbb;
}

div#cause_list ul li a {
    text-decoration: none;

}

div#cause_list ul li a:link, div#cause_list ul li a:visited {
    color: #333333;
}

p#result_summary, span#chosen_cause {
    background-color: orange;
}

span#chosen_cause {
    display: block;
}



/*
 * pre-release greeter
 */
div#prerelease h3 {
    background-color:#855B2A;
    color:white;
}

/*
 * For all pages
 */

   
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
    color: #333333;
    background-color: #ffffff;
    font-size: 80%;
}

strong, em, h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans", verdana, arial, helvetica, sans-serif;
}

div#page_title h1, h2 {
    color: #946440;
    font-size: xx-large;
}

div#page_title p {
    font-size: 110%;
    color: #575757;
}

h3 {
    color: #946440;
    font-size: large;
}

img {
    border: 0px;
}

input.button {
    font-weight: bold;
}

.no_charity {
    color: red;
}

/*
 * overall_total global
 */
div#overall_total {
}

span#total {
    font-size: 14pt;
    font-family: sans-serif;
}

/*
 * homepage_title global
 */
div#homepage_title {
    font-size: 150%;
    color: #855b2a;
    text-align: center;
}

/*
 * changing_box global
 */
div#changing_box .scripture {
    font-family: Times New Roman, serif;
    font-style: italic;
    font-size: 120%;
}


/*
 * footer global
 */
#footer a:link {
color: #333333;
}

#footer a:hover {
text-decoration: underline;
}

/*
 * store-search results
 */
p#search_problem {
    /* for now... */
    color: red;
    font-weight: bold;
}

/*
 * "About Us" page
 */

dl#staff_bio dt {
    color:#855B2A;
    font-weight: bold;
}

dl#staff_bio dd.bio {
    margin-top: 0em;
}


/*
 * "Promote GivingCart" page
 */
ul#promote li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/*
 * For the "Shop" Page
 */
div#all_categories span.major {
    font-size: 13px;
    font-weight: bold;
}

div#all_categories p {
    font-size: 10px;
    text-align: left;
    padding: 0em 4em;
}

/*
 * For the 'Your Account' page
 */
fieldset.account_details legend {
    font-size: 120%;
    font-weight: bold;
}

/*
 * For the A-Z store index
 */
div#index_links a {
    font-size: 120%;
}

/*
 * Causes, A-Z
 */
div#alphabet_links {
    letter-spacing: 0.2em;
    padding-bottom:1.5em;
    text-align:center;
}

div#alphabet_links strong {
    font-size: 125%;
    vertical-align: middle;
}

div#alphabet_links a:visited {
    color: blue;
}

div#filters {
    border: thin solid black;
    padding: 0.5em 0em 0em 0.5em;
}

/*
 * For the Login area
 */
div#login {
    font-size: x-small;
    border: 2px solid #bede85;
    outline: 1px solid #bdbdbd;
    padding: 0.5em 0;
}


div#login dl.status dt.name {
    margin: 0.5em 0pt 1em;
    padding: 0.4em 0pt;
}

div#login dl.status dt.cause, div#login dl.status dd.cause {
    font-weight: bold;
}

div#login dl.status dt {
    padding-right: 0.25em;
}

div#login dl.status dd {
    padding-bottom: 0.5em;
}

div#login p.links {
    padding-top: 1em;
}


/*
 * For the pick-a-parish page
 */
div.charity_details {
    background-color: #ff9953;
    color: white;
    text-align: center;
    font-size: 140%;
    padding: 0.5em;
}

div.charity_details ul {
    font-size: 80%;
    list-style-type: none;
    text-align: left;
    margin: 0 auto;
    padding-top: 1em;
}

p#after_change {
    color: #878787;
    font-size: 110%;
    text-align: center;
}

/*
 * For the footer
 */
div#footer {
    font-size: 11px;
    color: white;
}

div#footer a:link, div#footer a:visited {
    color: white;
}

div#footer p {
    padding: 0.5em 1em;
    background-color: #74a22c;
}

/* End of 'new shiny: typography' */

