﻿*
{
    margin: 0;
}
html, body
{
    height: 100%;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: #f6f6f6;
    background-image: url('../media/images/bg-top.jpg');
    background-repeat: repeat-x;
    text-align: center;
    margin: 0px 0px 0px 0px;
}
#main-holder
{
    width: 1000px;
    text-align: left; /* needed for footer to work */
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
#header-holder
{
    background-position: 25px 54px;
    background-image: url('../media/images/logo-top.jpg');
    background-repeat: no-repeat;
    width: 742px;
    height: 177px;
    float: left;
}
.footer, .push
{
    height: 4em;
}
#header-menu-holder
{
    float: left;
    padding-top: 146px;
    padding-left: 172px;
}
#connect-holder
{
    background-image: url('../media/images/bg-connect.jpg');
    background-repeat: repeat-x;
    width: 257px;
    height: 700px;
    float: left;
    margin-top: 146px;
}
#connect-heading
{
    background-color: #c8c6c6;
    height: 30px;
    width: 253px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    margin: 2px 2px 2px 2px;
    padding-top: 8px;
}
#content-holder
{
    float: left;
    width: 741px;
    height: auto;
    margin-top: 12px;
}
#connect-mini-form
{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
#connect-mini-form INPUT[type="text"]
{
    border: 1px solid #c4c4c4;
    padding: 5px 5px 5px 5px;
    width: 179px;
    margin: 0px 0px 4px 0px;
}
.textboxwatermark
{
    color: #808080;
}
#connect-mini-form INPUT[type="image"]
{
    margin: 2px 0px 10px 0px;
}
#connect-social UL
{
    list-style-type: none;
}
#connect-social UL LI
{
    height: 30px;
    text-align: left;
    background-repeat: no-repeat;
    margin: 10px 0px 5px 32px;
}
#connect-social UL LI a
{
    display: block;
    padding-top: 7px;
    margin-left: 40px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    text-decoration: none;
}
#connect-social UL LI a:hover
{
    color: #464646;
    text-decoration: underline;
}
.facebook
{
    background-image: url('../media/images/icon-facebook.png');
}
.linkedin
{
    background-image: url('../media/images/icon-linkedin.png');
}
.twitter
{
    background-image: url('../media/images/icon-twitter.png');
}
.youtube
{
    background-image: url('../media/images/icon-youtube.png');
}
.flickr
{
    background-image: url('../media/images/icon-flickr.png');
}

#left-holder
{
    float: left;
}
#footer-holder
{
    background-color: #f6f6f6;
    background-position: bottom;
    background-image: url('../media/images/bg-bottom.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    width: 100%;
    height: 145px;
    float: left;
    text-align: center;
}

/* default.aspx */
#action-holder
{
    background: transparent;
    float: right;
    width: auto;
    margin-right: 30px;
}
#action-buttons UL
{
    list-style-type: none;
}
#action-buttons UL LI
{
    height: 35px;
    text-align: left;
    background-repeat: no-repeat;
    margin: 10px 0px 5px 32px;
}
#action-buttons UL LI a
{
    display: block;
    padding-top: 10px;
    margin-left: 40px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    text-decoration: none;
}
#action-buttons UL LI a:hover
{
    color: #464646;
    text-decoration: underline;
}
.event
{
    background-image: url('../media/images/icon-action-checkmark.png');
}
.votemail
{
    background-image: url('../media/images/icon-action-envelope.png');
}
.pollingplace
{
    background-image: url('../media/images/icon-action-search.png');
}
.voterregistration
{
    background-image: url('../media/images/icon-action-checkmark.png');
}
#platform-download
{
    margin-left: 40px;
    margin-top: 40px;
}
#blog-holder
{
    float: left;
    width: 425px;
    margin-left: 25px;
    margin-top: 10px;
}
#blog-entry
{
    float: left;
    margin-bottom: 25px;
    margin-left: 25px;
}
#blog-entry a
{
    color: #D02023;
    text-decoration: none;
}
#blog-entry a:hover
{
    text-decoration: underline;
}
#blog-entry .title
{
    font-size: 22px;
    margin-bottom: 5px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
#blog-entry .date
{
    font-size: 10px;
    color: #333333;
}
#blog-entry .text
{
    font-size: 14px;
    margin-bottom: 7px;
    font-family: "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
    color: #212121;
    line-height: 14pt;
}
#blog-entry .read
{
    font-size: 12px;
    font-weight: bold;
}

/* events.aspx */
#event-calendar
{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

/* candidate.aspx offical.aspx */
#card-holder
{
    margin: 20px 0px 0px 50px;
    float: left;
}
.card-layout
{
    width: auto;
}
.card-layout tr td
{
    padding: 10px;
}
.card
{
    border: 1px solid #8C8C8C;
    float: left;
    width: 275px;
    padding: 8px 8px 6px 8px;
    background-color: #fff;
}
.card-photo
{
    float: left;
    width: auto;
    margin-right: 10px;
}
.card-photo IMG
{
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
}
.card-contact-holder
{
    float: left;
    height: auto;
    width: auto;
}
.card-name
{
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 14px;
}
.card-address
{
    margin-bottom: 10px;
    font-size: 11px;
}
.card-contact
{
    margin-bottom: 10px;
    font-size: 11px;
}
.card-website
{
    font-size: 12px;
    vertical-align: bottom;
}
.card-website IMG
{
    border: none;
    vertical-align: bottom;
}

/* donate.aspx */
#donate-info
{
    font-size: 24px;
    float: left;
    margin-top: 20px;
    margin-left: 120px;
}
#donate-options
{
    float: left;
    margin-left: 120px;
    margin-top: 25px;
}
.donation-selected
{
    background-color: #FFFAD5;
    width: 500px;
    padding: 15px;
    float: left;
}
.donation-unselected
{
    background-color: Transparent;
    width: 500px;
    padding: 15px;
    float: left;
}
.donation-amount
{
    font-weight: bold;
    font-size: 16px;
}
.donation-description
{
    margin-left: 25px;
    margin-top: 8px;
    display: inline-block;
}
#donate-form
{
    float: left;
    margin-left: 125px;
    margin-top: 25px;
    width: 600px;
}
.donate-title
{
    font-size: 24px;
}
#donate-form LABEL
{
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}
#donate-form INPUT[type="text"]
{
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#donate-form select
{
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#donate-form INPUT[type="submit"]
{
    width: 150px;
    height: 50px;
    font-size: 20px;
}
#donate-form FIELDSET
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    width: 280px;
    height: 210px;
}
#donate-creditcard
{
}
#donate-creditcard-option
{
    margin-left: 25px;
    margin-top: 10px;
}
#donate-bymail
{
}
#donate-bymail
{
    float: left;
    margin-left: 20px;
    font-size: 14px;
    margin-top: 20px;
}
#donate-paypal
{
    float: left;
    margin-left: 20px;
    font-size: 14px;
    margin-top: 20px;
}
#donate-submit
{
    float: left;
    margin-top: 25px;
    margin-left: 110px;
    padding-bottom: 100px;
}


/* volunteer.aspx */
#volunteer-options
{
    float: left;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 40px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: bold;
}
#volunteer-options LABEL
{
    padding: 15px 7px 15px 7px;
    margin: 10px 0px 10px 0px;
}
#volunteer-options TABLE TR TD
{
    padding: 10px 0px 10px 0px;
}
.volunteer-title
{
    font-size: 24px;
    font-weight: normal;
}
#volunteer-form
{
    float: left;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 40px;
    margin-bottom: 25px;
}
#volunteer-form LABEL
{
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}
#volunteer-form INPUT[type="text"]
{
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#volunteer-form select
{
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#volunteer-form INPUT[type="submit"]
{
    width: 150px;
    height: 50px;
    font-size: 20px;
}
#volunteer-form FIELDSET
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    width: 280px;
    height: 210px;
}
#volunteer-submit INPUT[type='submit']
{
    font-size: 20px;
    width: 150px;
    height: 50px;
}
#volunteer-submit
{
    float: left;
    margin-top: 10px;
    margin-left: 150px;
    padding-bottom: 100px;
}
.donate-button
{
    margin: 15px 0px 0px 25px;
}