body {
    margin: 0;
    padding: 0;
    background: #ECECE6;
    font-family: "Trebuchet MS", Skia, "Lucida Sans Unicode", sans-serif;
    font-size: 0.95em;
}

a {
    text-decoration: none;
    color: #5B80B2;
    font-weight: bold;
}

h1 {
    font-size: 120%;
    color: #666; 
}

h3 {
    margin: .3em;
    padding: 0;
    color: #666;
    font-size: 115%;
}

th {
    text-align: right;
    white-space: nowrap;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

span.errors {
    color: #D00;
    font-weight: bold;
    /*font-size: 85%;*/
}

/*
 * Top nav
 */
div.menuBar {   
    /* padding: 4px; */
    background: #444;
    color: #FFF;
}

div.menuBarLogo {
    float: left;
    padding: 5px 0 0 5px;
}

div.menuBar a {
    color: #EEE;
}

div.menuBar ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.menuBar ul li {
    padding: 8px;
    float: left;
}

div.pageContainer {
    margin: 0 auto;
    background: #FFF;
    border: 1px solid #CCC;
    border-width: 0 1px 1px 1px;
    width: 950px;
    padding: .5em;
}

div.content {
    float: left;
    width: 655px; 
}

/*
 * Sidebar
 */
div.sidebar {
    float: left;
    margin: 0 0 0 .5em;
    width: 258px;
    padding: 1em;
    font-size: 95%;
    background-color: #EEE;
}

/*
 * Ultimatums
 */
div.ultimatum {
    /*background:transparent url(http://images.apple.com/mac/home/images/box_bggrad20090106.gif) repeat-x scroll center bottom;*/
    margin: 0 0 .5em 0;
    background: #EEE;
    padding: .4em;
}

div.ultimatumContent {
    /*margin: 0 0 .5em .5em;*/
}

div.ultimatumInfo {
    padding: 0 0 0 1em;
    font-size: 75%;
}

/*
 * Choices
 */
div.choice {
    float: left;
    margin: 0 .2em .2em .2em;
    width: 315px;
    background: #BBB;
    font-weight: bold;
    cursor: pointer;
}

div.choice:hover {
    background-color: #ACC;
}

div.choiceDescriptionLeft {
    padding: .1em 0 0 .4em;
    float: left;
    width: 240px;
}

div.choiceDescriptionRight {
    padding: .1em .4em 0 0;
    float: right;
    width: 240px;
    text-align: right;
}

div.choiceDescriptionLeft img,
div.choiceDescriptionRight img {
    padding: 4px 0 7px 0;
}

div.choiceVote {
    width: 60px;
    height: 1.2em;
    color: #FFF;
    font-size: 150%;
    text-align: center;
}

div.choiceVote img {
    margin-top: .2em;
}

span.choiceArrow {
    font-size: 200%;
}

div.choice  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


div.choice ul li{
    font-weight: normal;
    font-size: 50%;
}

div.voted {
    background: #ACC;
}

div.rows1 { height: 1.8em; }
div.rows2 { height: 2.8em; }
div.rows3 { height: 4.5em; }
div.rows4 { height: 5.5em; }
div.rows_media { height: 212px; }

div.youtube {
    padding: 4px 0 3px 0;    
}

/*
 * Create Ultimatum Form
 */
label {
    font-size: 85%;
    font-weight: bold;
}
textarea {
    font-family: "Trebuchet MS", Skia, "Lucida Sans Unicode", sans-serif;
    margin: .2em;
    padding: 0;
    background: #ffffaf;
    font-weight: bold;
}
textarea.question {
    border: 1px #E1E1E1 solid;
    height: 2.6em;
    color: #666;
    font-size: 115%;
}
textarea.choice {
    border: 1px #E1E1E1 solid;
    font-size: 100%;
    height: 2.6em;
}

/*
 * Comments
 */
div.commentList {
    margin: .5em 2.0em .5em .5em;
}
div.comment {
    margin: .3em;
    padding: .5em;
    background-color: #CCC;
    background-repeat: no-repeat;
}
div.commentContent {
    font-size: 120%;
}
div.commentLeftArrow {
    background-image: url(/media/img/left_arrow_comment.gif); /*no-repeat top right;*/
    background-position: 35% 50%;
}
div.commentRightArrow {
    background-image: url(/media/img/right_arrow_comment.gif);/* no-repeat top right;*/
    background-position: 65% 50%;
}

div.owner {
    background-color: #ACC;
}
div.comment p {
    margin: .5em;
}


/*
 * Deprecated
 */

div.odd  {
    background: #ACC;
}

div.even {
    background: #CCC;
}
