
#CandidatePage {
    font-family: "Trebuchet MS",Arial,sans-serif;
}

#middleTopWrap {
}

h1 {
    margin-bottom: 1px;
    margin-left: -18px;
    padding-left: 18px;
    width: 930px;
}

h1 #previewHeading {
    font-size: 60%;
}

h1 .feed {
    float: right;
    font-size: 50%;
    font-weight: normal;
    margin-top: -16px;
    padding-left: 20px;
    background: url("../../img/feed-icon.png") left no-repeat;
}

h1 #podcastFeed {
    margin-right: 25px;
}

h2 {
    font-size: 140%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 3px;
}

#CandidatePage .all {
    margin: 5px 10px 5px 10px;
    float: right;
    font-size: 85%;
    color: #444444;
}

#CandidatePage .all a {
    color: #444444;
}

.headingAboveBox {
    padding: 0px 0px 0px 10px;
    margin: 10px 0px 0px 0px;
}

#topOptions {
    padding: 5px 0px 7px 25px;
    overflow: auto;
    font-size: 85%;
    margin-left: -18px;
    width: 923px;
}

.topOption {
    width: 23%;
    float: left;
    padding-left: 2%;
}

#colWrap {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 1px;
    overflow: auto;
    margin-left: -18px;
    padding-left: 18px;
    width: 930px;
}


#CandidatePage #colLeft {
    min-height: 600px;
    height: auto !important;
    height: 600px;
    margin-top: 10px;
    border-right: 1px dotted #cccccc;
    border-top: 1px dotted #eeeeee;
    width: 150px;
    padding: 10px 10px 10px 10px;
    background: #fff5f2;
}

#colLeft #candidatePhoto {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    width: 102px;
    background: #ffffff;
    -webkit-border-radius: 3px; /* Safari prototype */
    -moz-border-radius: 3px; /* Gecko browsers */
}

#colLeft #candidateDefault {
    margin-left: 10px;
}

#colLeft p {
     padding-left: 10px;
}

#logoWrap {
    float: right;
    margin-right: 40px;
    margin-top: 10px;
}

#topLinks {
    line-height: 1.7em;
}

#colLeft #addThis {
    margin-top: 20px;
}

#colMiddle {
    width: 512px;
    padding: 1px 0px 10px 10px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

#colLeft, #colMiddle {
    float: left;
    overflow: auto;
}

.candidateBox {
    width: 480px;
    padding: 0px 10px 10px 10px;
    margin-top: 10px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px; /* Safari prototype */
    -moz-border-radius: 3px; /* Gecko browsers */
}

.candidateBox h2 {
    margin: 10px 10px 10px 0px;
    padding: 0;
    font-size: 100%;
    border: 0;
}

.candidateBox ul, .candidateBox ol {
    padding-left: 15px;
    margin-left: 0;
}


#supporterBox, #questionBox {
    padding: 0px 0px 5px 0px;
    width: 500px;
}

#CandidatePage #supporterBox h2, #CandidatePage #questionBox h2 {
     margin: 0;
     padding: 10px 10px 10px 10px;
     background: #ffffff;
     border-bottom: 1px dotted #cccccc;
}

.supporterWrap, .questionWrap {
    width: 480px;
    overflow: auto;
    padding: 15px 10px 15px 10px;
    border-top: 1px dotted #cccccc;
    background: #ffffff;
}

#supporterWrapFirst {
    border-top: 0;
}

.supporterImgWrap img, .supporterImgWrap, .supportWrap .supporter {
    float: left;
}

.supporterImgWrap {
    width: 130px;
}

.supportWrap .supporter {
    width: 300px;
}

#questionBox .qLink {
    color: #555555;
    font-size: 110%;
}

#questionBox .view {
    margin-right: 5px;
    font-size: 85%;
}

.videoPopUp {
    position: absolute;
    display: none;
    z-index: 1000;
    border: 1px solid #eeeeee;
    width: auto;
    min-height: auto;
    background: #ffffff;
    left: -527px;
    top: -75px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}










