/* CONTAINER */

#wp_movie_ratings {
    background: transparent;
    border: 1px dotted #888;
    border-width: 1px 0;
    margin: 12px 0 14px;
    padding: 6px 0;
    width: 100%;
}

#wp_movie_ratings.page_mode {
    border: none;
    margin: 5px 0;
    padding: 0;
}

#wp_movie_ratings.sidebar_mode {
    border: none;
    margin: 5px 0;
    padding: 0;
}


/* TITLE */

#wp_movie_ratings h2#reviews_title {
    background: transparent;
    display: block;
    font: bold 12px verdana, sans-serif;
    margin: 6px 0 11px;
    padding: 0;
    text-align: left;
}


/* SORT OPTIONS */

#wp_movie_ratings p#sort_options {
    font: 10px verdana, sans-serif;
    line-height: 100%;
    margin: 10px 4px 7px 0;
    padding: 0;
    text-align: right;
    width: 100%;
}


/* LIST */

#wp_movie_ratings #reviews {
    margin: 6px 5px 3px 3px;
}

#wp_movie_ratings #reviews p {
    margin: 0;
}

#wp_movie_ratings #reviews ul {
    background: transparent;
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

#wp_movie_ratings.page_mode #reviews {
    margin: 0;
}

#wp_movie_ratings.sidebar_mode #reviews {
    margin: 0;
}


/* LIST ELEMENTS */

#wp_movie_ratings #reviews li {
    background: #F2FDFB;
    border: none;
    font: 11px verdana, sans-serif;
    line-height: 100%;
    list-style: none;
    height: auto;
    margin: 0;
    padding: 2px 4px 5px 5px;
    position: relative;
    text-indent: 0;
    width: auto;
}

#wp_movie_ratings #reviews li:before,
#wp_movie_ratings #reviews li:after {
    content: '';
}

#wp_movie_ratings.sidebar_mode #reviews li {
    padding: 2px 4px 5px 2px;
}

#wp_movie_ratings.page_mode #reviews li {
    padding: 2px 4px 5px 5px;
    position: relative;
}

#wp_movie_ratings.page_mode #reviews h3.separator {
    padding: 2px 0 5px 0;
}

#wp_movie_ratings #reviews li.odd {
    background: #FDFDF2;
}

#wp_movie_ratings #reviews li:hover {
    background-color: #E7FDE7;
}

#wp_movie_ratings #reviews li div.hreview {
    background: transparent;
    margin: 0;
    padding: 0;
}


/* SEPARATOR */

#wp_movie_ratings #reviews h3.separator {
    background: transparent;
    border-bottom: 1px solid #C9CFB6;
    display: block;
    float: none;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    margin: 35px 0 6px 0;
    padding: 0 0 2px 0;
}

#wp_movie_ratings #reviews h3.separator:hover {
    background-color: transparent;
}

#wp_movie_ratings #reviews h3.separator.first {
    margin-top: 0;
}


/* hReview TAGS */

#wp_movie_ratings #reviews li span.version {
    display: none;
}

#wp_movie_ratings #reviews li acronym.dtreviewed {
    display: none;
}


/* MOVIE TITLES */

#wp_movie_ratings #reviews li div.hreview p.item {
    background: transparent;
    display: block;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: static;
    text-align: left;
}

#wp_movie_ratings #reviews li p a.url {
    border: none;
    display: inline;
    font: 11px verdana, sans-serif;
    height: auto;
    margin: 0 1px 0 0;
    padding: 0;
}

#wp_movie_ratings.page_mode #reviews li div.hreview p.item {
    margin-left: 15px !important;
    margin-left: 18px;
}

#wp_movie_ratings #reviews li div.hreview p.item a.edit {
    border: none;
    display: inline;
    font: 9px verdana, sans-serif;
    height: auto;
    margin: 0;
    padding: 0;
}


/* TEXT RATING */

#wp_movie_ratings #reviews li p span.rating {
    display: none;
}

#wp_movie_ratings #reviews.text_ratings li div span.rating,
#wp_movie_ratings.page_mode #reviews.text_ratings li div p span.rating {
    display: inline;
    font: bold 11px verdana, sans-serif;
    position: absolute;
    right: 5px;
    top: 2px;
}

#wp_movie_ratings.sidebar_mode #reviews.text_ratings li div span.rating {
    position: static;
    display: block;
    margin: 3px 0 2px 1px;
    text-align: left;
}

#wp_movie_ratings #reviews li p span.half_light {
    color: #A83D5D;
}

#wp_movie_ratings #reviews li p span.highlight {
    color: #BC2857;
}


/* STARS RATING */

#wp_movie_ratings #reviews div div.rating_stars,
#wp_movie_ratings.page_mode #reviews li div div.rating_stars {
    background: transparent;
    display: block;
    font-size: 8px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 2px;
}

#wp_movie_ratings.sidebar_mode #reviews div div.rating_stars {
    display: block;
    margin: 4px 0 2px 1px;
    position: static;
}

#wp_movie_ratings #reviews div.rating_stars img {
    background: transparent;
    border: none;
    display: inline;
    float: none;
    margin: 1px 0 0;
    max-width: none;
    max-height: none;
    padding: 0;
    position: static;
}


/* REVIEW */

#wp_movie_ratings.page_mode #reviews li p.item .expand,
#wp_movie_ratings.page_mode #reviews li p.item .collapse {
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3.5px !important;
    left: 5px !important;
}

#wp_movie_ratings #reviews li p.description {
    background: transparent;
    border: none;
    bottom: auto;
    color: #555;
    display: block;
    float: none;
    font: 11px arial, sans-serif;
    height: auto;
    left: auto;
    letter-spacing: normal;
    margin: 2px 40px 0 12px !important;
    padding: 0 0 1px 0;
    position: static;
    right: auto;
    text-align: left;
    top: auto;
    width: auto;
}

#wp_movie_ratings.sidebar_mode #reviews li div p.description {
    margin: 2px 2px 0 1px !important;
}

#wp_movie_ratings.page_mode #reviews li div.hreview p.description {
    margin: 3px 2px 0 23px !important;
}

#wp_movie_ratings #reviews li p.description a {
    font: 11px arial, sans-serif;
}


/* PAGINATION */

#wp_movie_ratings #pagination p {
    font: normal 11px verdana, sans-serif;
    margin: 15px 0 5px 4px;
}

#wp_movie_ratings #pagination p em.next_prev {
    color: #aaa;
    font-style: normal;
    margin: 0 4px;
}

#wp_movie_ratings #pagination p em.next_prev span.bullet,
#wp_movie_ratings #pagination p a.next_prev span.bullet {
    font-size: 10px;
    margin: 0 1px;
}

#wp_movie_ratings #pagination p em#current {
    font-style: normal;
    border: 1px solid #aaa;
    padding: 1px 3px 2px;
}

#wp_movie_ratings #pagination p a {
    padding: 1px 3px 2px;
    margin: 0 1px;
}

#wp_movie_ratings #pagination p a:visited,
#wp_movie_ratings #pagination p a:link {
    font-weight: normal;
}


/* LINK LOVE */

#wp_movie_ratings #link_love {
    background: transparent;
    color: #AAA;
    font: 9px verdana, sans-serif;
    margin: 13px 0 0 0;
    text-align: right;
    width: 100%;
}

#wp_movie_ratings #link_love a {
    font: 9px verdana, sans-serif;
}


/* PAGE URL */

#wp_movie_ratings #page_url {
    background: transparent;
    color: #AAA;
    font: 9px verdana, sans-serif;
    margin: 7px 0 4px 0;
    text-align: right;
    width: 100%;
}

#wp_movie_ratings #page_url a {
    font: 11px verdana, sans-serif;
    margin-right: 7px;
}


/* MISC */

span.bullet {
    vertical-align: text-top;
}
