/*
 * Start: Utility Methods
 */
.display-image {
    display: block;
    float: right;
    padding: 5px;
    margin: 0 0 5px 10px;
    border: 1px solid #61cdb4;
}

.display-image.alt {
    float: left;
    margin: 0 10px 5px 0;
}

.display-image.bare {
    border:0;
}

.hidden, .modal {
    display: none;
}

.legal {
    font-size: .625em;
    font-style: italic;
}

.listColumn {
    overflow: auto;
    padding: 20px;
}

.listColumn li {
    float: left;
    width: 33%;
}

/*
 * Container Font Styles
 */
.container {
    margin: 20px auto 10px auto;
    min-height: 755px;
    position:relative;
}

.container p, .container label, .container dd {
    color: #676767;
}

.container h1, .container h2, .container h3, .container h4 {
    font-weight: bold;
}

.container h1 {
    font-family: Arial;
    font-size: 1.5em;
    color: #223268;
}

.container h2 {
    font-size: 1em;
    clear: both;
    color: #685522;
}

.container h3 {
    font-size: .875em;
    color: #676767;
    font-style:italic;
}

.container address {
    font-size:.875em;
    margin-bottom:1.5em;
}

.container address span {
    font-weight:bold;
    display:block;
    font-style:normal;
    color: #676767;
}

/*
 * Global Layout
 */
body {
    background: #223268 url(/img/backgrounds/main-bg.jpg) no-repeat center top;
}

#wrapper {
    margin: 0 auto;
    width: 970px;
}

#content-wrapper {
    background: #e7e7e7;
}

/*
 * Utilities
 */
#utilities {
    background: transparent url(/img/backgrounds/utilities-bg.png) repeat-x top;
    height: 35px;
}

#utilities form {
    text-align: right;
    width: 970px;
    margin: 0 auto;
    padding: 2px 10px 0 0;
}

#utilities form label {
    color: #71AEC1;
    margin-right: 5px;
}

/*
 * Forms
 */
.form-row {
    margin-bottom:10px;
    clear:left;
}

.form-row.inline-form-row {
    float:left;
    clear:none;
    margin:0 15px 10px 0;
}

.form-row label {
    display:block;
}

/*
 * Main Header
 */
#header {
    position: relative;
    height: 160px;
    width: 970px;
    margin: 0 auto;
}

#logo {
    position: absolute;
    left: 0;
    top: 0;
}

/*
 * Make a Donation
 */
#donate {
    position: absolute;
    right: 57px;
    top: 22px;
}

/*
 * Main Navigation
 */
#main-nav {
    height: 50px;
    margin: 0;
}

#main-nav li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 20px 0 15px;
    line-height: 50px;
    background: url(/img/backgrounds/nav-seperator.gif) no-repeat right 5px;
}

#main-nav li a, #main-nav li {
    display: block;
    color: #27237f;
    font-weight: bold;
    text-decoration: none;
}

#main-nav li a:hover {
    text-decoration: underline;
}

#main-nav .social {
    float:right;
    background:none;
    padding:8px 5px;
}

/*
 *  Module
 */
.module {
    background: #F4F4F4;
    padding: 10px;
    border: 1px solid #A7A7A7;
    overflow: hidden;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*
 * Global Footer
 */
#footer {
    clear: both;
    line-height: 30px;
    background: #111935;
    text-align: center;
    margin: 0;
}

#footer, #footer a {
    color: #E7E7E7;
}

/*
 * Contact Form
 */
.message {
    display: none;
    padding: 10px 10px 10px 40px;
    border: 1px solid #A7A7A7;
    font-size: .75em;
}

.message.error {
    background: #eee url(/img/icons/alert.png) no-repeat 5px 5px;
    color: #B43918;
}

.message.success {
    font-weight: bold;
    color: #3B5323;
}

.message ul {
    font-size: inherit;
}

form.contact div label {
    margin-top: 15px;
    display: block;
}

form.contact div:first-child label {
    margin-top: 0;
}

form.contact div label.error {
    margin: 0;
    color: #B43918;
    font-weight: bold;
}

form  .special {
    position: absolute;
    left: -10000px;
}

form.contact input[type = text], form.contact textarea {
    padding: 5px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

form.contact input[type = image] {
    margin-top: 15px;
}

/*
 * Facebook Like Button
 */
.facebook-like {
    position:absolute;
    right:-45px;
    top:-15px;
}


/*
 * Social Icons
 */
.icon {
    display:inline-block;
    line-height: 32px;
    height: 32px;
    width: 32px;
}

.icon.small {
    line-height: 16px;
    height: 16px;
    width: 16px;
}

.icon.facebook {
    background: url(/img/icons/social/facebook.png) no-repeat 0 0;
}

.icon.twitter {
    background: url(/img/icons/social/twitter.png) no-repeat 0 0;
}

.icon.paypal {
    background: url(/img/icons/social/paypal.png) no-repeat 0 0;
}


/*
 * Vote Action
 */
.vote-action {
    clip: rect(0pt 216px 153px 0pt);
    position: absolute;
    right: 70px;
    top: 12px;
}

