
/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    
}
body, html{
    margin:0;
    padding:0;
    background:#D7D7D7;
    text-align:left;
    font-family: "lucida grande", tahoma, Verdana, Helvetica, 'Trebuchet MS', Arial, sans-serif;
}


ul {
    padding-left: 2em;
}

/* ----- IDS ----- */

#container{
    clear: both;
    position: relative;
    overflow: hidden;
    width:75%;
    min-width: 750px;
    margin: 50px auto;
}


#contentWrapper {
    float:left;
    width:100%;
    position:relative;
    right: 25%;
    font-size: 11px;
    clear: none;
}

#primaryContentWrapper, #secondaryContentWrapper {
    float: left;
    overflow: hidden;
    padding: 0 0 .5em;
    position: relative;
    overflow: auto;
}

#primaryContent , #secondaryContent {
    background: #F4F4F4;
    padding: 20px;
    overflow: auto;
}

#primaryContent {
    min-height: 275px;
}

#primaryContentWrapper{
    left:25%;
    width:70%;
}
    
#secondaryContentWrapper{
    left: 25.5%;
    width: 29.5%;
}

/* ----- HEADER ----- */

.header {
    display: inline;
    float: left;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing:-0.5px;
    line-height:1;
    color: #666;
    margin-left: -2px;
}

#logo{
    margin:0;
    padding:0;
}

#logo #box{
    float:left;
    clear:none;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
    background:#394E06;
    color:#87B220;
    font-family:'Times New Roman';
    font-weight:bold;
    font-size:15px;
    line-height:40px;
    letter-spacing:-2px;
    text-indent:-2px;   
}
#logo p{
    float:left;
    clear:none;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
    color:#394E06;
    font-family:'Georgia';
    font-weight:normal;
    font-size:20px;
    text-indent:2px;
    line-height:43px;
    letter-spacing:-2px;
}

.subContainer, #navigation ul{
    float: right;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:30px 0 0 10px;
    height:64px;
    /* background:#87b220; */
}

#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */


/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
    font-family: 'Helvetica', Verdana, Arial;
}

h1{
    text-indent:-80000px;
    height:32px;
    width:168px;
}
h2{
    font-size:28px;
    letter-spacing:-1px;
    margin-top: 10px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
}

h3 {
    font-size:22px;
    font-weight: normal;
    color:#718e3e;
    margin:5px 0;
}


a {
    color:#0046CC;
    text-decoration: none;
}

a:visited {
    color: #0046CC;
    text-decoration: none;
}

a:hover {
    color:#2000CC;
    text-decoration:underline;
}



a:hover h3{
    text-decoration: underline;
}

a h1 , a h2, a h3 {
    color: #0046CC;
}

/* ----- PARAGRAPHS ----- */

p, p span {
	color:#043f4a;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin-bottom: 15px;
}


/* ----- FORMS ----- */

.contact_form td {
    padding-bottom: 12px;
    padding-left: 10px;
}
td.form_description {
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
}

/* ---- validation ---- */
label {
    text-align: right;
    padding-top: 4px;
    display: block;
}
label.required{
    font-weight: bold;
}
label.error{
    color: #DF3400;
    text-align: left;
}
input[type="text"].error, textarea.error {
    border: 2px solid #DF3400;
}

td.form_field {
    float: none;
}

/*-----input types------*/
input[type="text"]:hover, input[type="submit"]:hover, textarea:hover {
    border: 2px solid #A4C171;
}

input[type="text"]:focus, input[type="submit"]:focus, textarea:focus {
    border: 2px solid #718E3E;
}

input[type="text"], input[type="submit"], textarea {
    background-color: #EFEFEF;
    color: #666666;
    border: 2px solid #CCC;
    font-size: 12px;
    padding: 3px;
}

input[type="text"], textarea {
    width: 200px;
    font-family: helvetica, verdana;
}

input[type="checkbox"] {
    border: 2px solid red;
    margin-top: 4px;
}

input[type="submit"] {
    font-size: 12px;
    margin: 0;
    padding: 2px 5px;
    float: right;
}

form p {
    padding:2px 0;
}

.amount_type {
    float: left;
    display: inline;
    margin: 0px 0px 10px 10px;
}

.recurrance_type {
    float: left;
    display: inline;
    margin: 0px 0px 10px 10px;
    width: 150px;
}

.recurrance_type input {
    float: none;
    margin-right: 5px;
    color: #F00;
}

.recurrance_type label {
    float: left;
    display: block;
}

input.short_text {
    width: 60px;
}


/* ----- IMAGES ----- */

img {
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    padding-left:20px;
    margin:8px 0;
    background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
    color:#575757;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#E7E7E7;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

#comments{
    margin:15px 0;    
}
    #comments #status{
        color:#546d17;
        background:#f8f8f8;
        border:2px solid #ececec;
        padding:10px;
        margin-bottom:15px;    
    }
        #comments #status dd, #comments #status dt{
            display:inline;
        }
    #comments a{
        color:#546d17;
        font-weight:bold;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    #comments .comment{
        padding:10px 5px;
        border-top:3px solid #7fa71f;  
    }
        #comments .comment dt{
            float:left;
            clear:none;
        }
        #comments .comment dd{
            clear:both;
            color:#656565;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        #comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:100%;
    
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#f4f4f4;
}

    #footer ul{
        list-style:none;
        padding: 0;
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
        margin-right: 45px;
    }
#footer a {
    text-decoration: none;
}
#footer a:hover{
    text-decoration:underline;
}

/*----- JPW display code --- */

.thumbnail {
    max-width: 175px;
    margin: 0px;
    padding: 1px;
    padding-bottom: 0px;
    position: static;
}

.thumbnail_wrapper {
    float: right;
    margin: 10px;
    padding: 2px;
    padding-bottom: 0px;
    border: 2px solid #C7C7C7;
    clear: right;
}

.info_box {
    float: right;
    border: 2px solid #C7C7C7;
    margin: 10px;
    padding: 5px;
    clear: right;
    font-size: 14px;
    font-weight: bold;
}

.blog_entry {
    margin-top: 10px;
    padding: 5px 10px;
    border: 2px solid #C7C7C7;
    overflow: auto;
}

.blog_entry h2 {
    margin: 0;
    padding: 0;
}

.blog_stats {
    float: right;
    display: inline;
    margin-top: 10px;
    padding: 0;
}

.paginator_stats {
    float: right;
    display: inline;
    padding: 0;
}

.paginator_links {
    margin-left: 10px;
}

.the_kids {
	color: #DF3400;
}

.the_rock {
	color: #700089;
}

.the_house {
    color: #0046CC;
}

.feed_link {
    padding: 3px 45px 2px 0;
    min-height: 16px;
    background: transparent url('/static/img/RSS_Icon_41x16.png') no-repeat center right;
}

/*
.donate_header {
    background: transparent url('/static/img/money_bag.png') no-repeat center right;
    padding: 7px 50px 7px 0;
}
*/

