.boards-v2 #rhs {
    float: right;
    clear: right;
}
.boards-v2 #lhs {
    width: 790px;
}
span.leftarrow {
    color: #136CB2;
}
h1 {
    margin: 0;
}
#main .blurb {
    min-height: 45px;
    margin-bottom: 10px;
}
#main .spoiler {
    background: black;
    border: none;
}
#main .spoiler.hover {
    background: none;
}
.quiz-teaser {
    background: url(http://i.imdb.com/images/quiz-sticker.png) no-repeat;
    height: 32px;
    padding: 6px 0 0 34px;
}
.board .comment > h2 {
    background: #006699;
    color: white;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 10px;
}

.boards.history,
.boards.pms,
.boards.favorites,
.boards.friends {
    margin-bottom: 10px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.category {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 10px 12px;
}
.category .board > div {
    display: inline-block;
    vertical-align: middle;
}
.category .board > .title {
    width: 500px;
    padding: 10px;
}
.category .board .title a.title {
    font-weight: bold;
    display: block;
}
.category .board .postings {
    width: 70px;
    text-align: right;
}
.category .board .timestamp {
    text-align: right;
    width: 160px;
}

.board .modes {
    margin-bottom: 10px;
}
.board .modes .selected {
    font-weight: bold;
}

.board .modes a {
    display: inline-block;
    width: 45px;
    text-align: center;
}

.board .comment {
    margin-bottom: 10px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.board .comment .body {
    min-height: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #eee;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.board .comment .body blockquote {
    background: #D3D3D3;
    padding: 10px;
    margin: 10px 30px;
}
.board .comment .body blockquote hr {
    display: none;
}

.board .comment .metadata .byline-main {
    padding-top: 7px;
}

.board .comment .metadata .byline-sub {
    font-size: 11px;
    padding-top: 3px;
}
.board .comment .timestamp span {
    font-size: 11px;
}

.board .comment .metadata {
    background: #ddd;
    min-height: 51px;
    padding-right: 5px;
}
.board .comment .metadata .message_box {
    clear: left;
}
.board .comment .metadata .message_box .info {
    margin: 0;
    background-color: transparent;
    border: none;
}

.board .comment.ignored,
.board .comment.deleted {
    opacity: 0.5;
    cursor: default;
}

.board .comment-summary.ignored .title,
.board .comment-summary.ignored .byline,
.board .comment.ignored h2,
.board .comment.ignored .body,
.board .comment-summary.deleted .title,
.board .comment-summary.deleted .byline,
.board .comment.deleted h2,
.board .comment.deleted .body {
    font-style: italic;
    font-weight: normal;
    opacity: 0.5;
}

.board .comment-summary.deleted .byline,
.board .comment-summary.ignored .byline {
    text-indent: 20px;
    font-size: 13px;
}

.board .comment-summary:hover {
    background: #eee;
}
.board .comment-summary .timestamp {
    text-align: center;
    width: 160px;
}

.board .thread {
    margin: 10px 0;
    clear: left;
}

.board .comment .byline,
.board .thread .byline {
    font-weight: boldface;
    font-size: 14px;
}
.user a.avatar {
    float: left;
    margin-right: 3px;
}
.user a.original-poster {
    color: white;
    background: #006699;
    border-radius: 5px;
    padding: 0 3px;
}
.user a.staff {
    color: #D8A305;
}
.user a.staff.original-poster {
    background: #F1E17F;
    background: -moz-linear-gradient(top,  #F0C430 0%, #D8A305 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8A305), color-stop(100%,#D8A305)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F0C430 0%,#D8A305 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F0C430 0%,#D8A305 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F0C430 0%,#D8A305 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F0C430 0%,#D8A305 100%); /* W3C */
    color: black;
    border: 1px solid #999;
}

.board .comment .metadata .actions {
    display: inline-block;
    float: right;
    font-size: 11px;
    position: relative;
}
.board .comment .metadata .actions form {
    display: inline;
}
.board .comment .metadata .actions a.flag:hover {
    text-decoration: none;
}

.board .comment .metadata .actions .popover {
    position: absolute;
    background: white;
    border-color: grey;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    width: 100px;
    margin: 0px;
    left: -5px;
}
.board .comment .metadata .actions .popover a {
    display: block;
    font-size: 11px;
    padding: 5px;
    border-bottom: 1px solid grey;
}
.board .comment .metadata .actions .popover a:hover {
    font-weight: bold;
    text-decoration: none;
}

.board .comment .metadata .actions .reply {
    font-weight: bold;
}
.board .comment .metadata .actions .permalink {
    background: url(/images/boards/permalink.png) no-repeat 0 3px;
    display: inline-block;
    width: 20px;
}
.board .comment .metadata .actions .permalink span {
    visibility: hidden;
}

.board .comment .avatar {
    float: left;
    background: #eee;
    height: 48px;
    width: 48px;
    border: 1px solid #eee;
    margin-right: 5px;
}

.board .thread .comment-summary > div {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board .thread .comment-summary .title {
    margin-right: 5px;
    width: 450px;
}
.board .thread .comment-summary .title a {
    background: url(http://i.imdb.com/boards/post.gif) no-repeat 0 4px;
    padding-left: 20px;
}

.board .thread .comment-summary .title span {
    opacity: 0.8;
}
.board .thread .comment-summary .title a:visited {
    color: #336;
    opacity: 1 !important;
}
.board .thread .comment-summary .title a:visited span {
    color: #000;
}

.board .thread .comment-summary .byline {
    width: 150px;
}

.boards-v2.view_thread .pagination {
    display: inline-block;
}
.boards-v2.view_thread a.top:hover {
    text-decoration: none;
}
.boards-v2.view_thread a.top:hover span {
    text-decoration: underline;
}
/* STYLE SPECIFIC */

.board .thread .comment-summary {
    display: none;
}
.board .comment h2 {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* comments are indented for "nest" and "thread" view */
.board .thread.mode-nest .comment.indent-1, .board .thread.mode-thread .comment.indent-1 { margin-left: 20px; }
.board .thread.mode-nest .comment.indent-2, .board .thread.mode-thread .comment.indent-2 { margin-left: 40px; }
.board .thread.mode-nest .comment.indent-3, .board .thread.mode-thread .comment.indent-3 { margin-left: 60px; }
.board .thread.mode-nest .comment.indent-4, .board .thread.mode-thread .comment.indent-4 { margin-left: 80px; }
.board .thread.mode-nest .comment.indent-5, .board .thread.mode-thread .comment.indent-5 { margin-left: 100px; }
.board .thread.mode-nest .comment.indent-6, .board .thread.mode-thread .comment.indent-6 { margin-left: 120px; }
.board .thread.mode-nest .comment.indent-7, .board .thread.mode-thread .comment.indent-7 { margin-left: 140px; }
.board .thread.mode-nest .comment.indent-8, .board .thread.mode-thread .comment.indent-8 { margin-left: 160px; }
.board .thread.mode-nest .comment.indent-9, .board .thread.mode-thread .comment.indent-9 { margin-left: 180px; }
.board .thread.mode-nest .comment.indent-10, .board .thread.mode-thread .comment.indent-10 { margin-left: 200px; }
.board .thread.mode-nest .comment.indent-11, .board .thread.mode-thread .comment.indent-11 { margin-left: 220px; }
.board .thread.mode-nest .comment.indent-12, .board .thread.mode-thread .comment.indent-12 { margin-left: 240px; }
.board .thread.mode-nest .comment.indent-13, .board .thread.mode-thread .comment.indent-13 { margin-left: 260px; }
.board .thread.mode-nest .comment.indent-14, .board .thread.mode-thread .comment.indent-14 { margin-left: 280px; }
.board .thread.mode-nest .comment.indent-15, .board .thread.mode-thread .comment.indent-15 { margin-left: 300px; }
.board .thread.mode-nest .comment.indent-16, .board .thread.mode-thread .comment.indent-16 { margin-left: 320px; }
.board .thread.mode-nest .comment.indent-17, .board .thread.mode-thread .comment.indent-17 { margin-left: 340px; }
.board .thread.mode-nest .comment.indent-18, .board .thread.mode-thread .comment.indent-18 { margin-left: 360px; }
.board .thread.mode-nest .comment.indent-19, .board .thread.mode-thread .comment.indent-19 { margin-left: 380px; }
.board .thread.mode-nest .comment.indent-20, .board .thread.mode-thread .comment.indent-20 { margin-left: 400px; }

/* Highlighted comments have a border in flat and next */
.board .thread.mode-nest .comment.highlight,
.board .thread.mode-flat .comment.highlight {
    border: 1px solid #006699;
}

/* MODE-THREAD */

/* Display the summary */
.board .thread.mode-thread .comment-summary {
    display: block;
}

/* ...and not the comment itself */
.board .thread.mode-thread .comment {
    display: none;
}

/* ...unless this is the first comment on the page */
.board .thread.mode-thread .comment-summary.expanded {
    display: none;
}
.board .thread.mode-thread .comment.expanded {
    display: block;
}

.board .comment-summary.manually-expanded {
    display: none !important;
}
.board .comment.manually-expanded {
    display: block !important;
}
.board .comment.manually-expanded > h2 {
    cursor: pointer;
}

.board .thread.mode-thread .comment-summary.indent-1 .title {width: 430px; padding-left: 20px; }
.board .thread.mode-thread .comment-summary.indent-2 .title {width: 410px; padding-left: 40px; }
.board .thread.mode-thread .comment-summary.indent-3 .title {width: 390px; padding-left: 60px; }
.board .thread.mode-thread .comment-summary.indent-4 .title {width: 370px; padding-left: 80px; }
.board .thread.mode-thread .comment-summary.indent-5 .title {width: 350px; padding-left: 100px; }
.board .thread.mode-thread .comment-summary.indent-6 .title {width: 330px; padding-left: 120px; }
.board .thread.mode-thread .comment-summary.indent-7 .title {width: 310px; padding-left: 140px; }
.board .thread.mode-thread .comment-summary.indent-8 .title {width: 290px; padding-left: 160px; }
.board .thread.mode-thread .comment-summary.indent-9 .title {width: 270px; padding-left: 180px; }
.board .thread.mode-thread .comment-summary.indent-10 .title {width: 250px; padding-left: 200px; }
.board .thread.mode-thread .comment-summary.indent-11 .title {width: 230px; padding-left: 220px; }
.board .thread.mode-thread .comment-summary.indent-12 .title {width: 210px; padding-left: 240px; }
.board .thread.mode-thread .comment-summary.indent-13 .title {width: 190px; padding-left: 260px; }
.board .thread.mode-thread .comment-summary.indent-14 .title {width: 170px; padding-left: 280px; }
.board .thread.mode-thread .comment-summary.indent-15 .title {width: 150px; padding-left: 300px; }
.board .thread.mode-thread .comment-summary.indent-16 .title {width: 130px; padding-left: 320px; }
.board .thread.mode-thread .comment-summary.indent-17 .title {width: 110px; padding-left: 340px; }
.board .thread.mode-thread .comment-summary.indent-18 .title {width: 90px; padding-left: 360px; }
.board .thread.mode-thread .comment-summary.indent-19 .title {width: 70px; padding-left: 380px; }
.board .thread.mode-thread .comment-summary.indent-20 .title {width: 50px; padding-left: 400px; }
.board .thread.mode-thread .comment-summary.highlight {
    display: none;
}
.board .thread.mode-thread .comment.highlight {
    display: block;
}

/* MODE-INLINE */
.board .thread.mode-inline .comment-summary {
    display: block;
}

.board .thread.mode-inline .comment {
    display: none;
}
.board .thread.mode-inline .comment-summary.expanded {
    display: none;
}
.board .thread.mode-inline .comment.expanded {
    display: block;
}

.board .thread.mode-inline .comment.highlight {
    display: block;
}
.boards.history,
.threads {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}
.threads .thread {
    padding: 2px 5px;
}
.threads .thread.deleted {
    opacity: 0.5;
}
.threads .thread.deleted .author {
    text-indent: 28px;
}
.boards.history .odd,
.boards.pms .odd,
.boards.favorites .odd,
.boards.friends .odd,
.category .odd,
.threads .thread.odd {
    background: #f6f6f5;
    border: 1px solid #fff;
}
.boards.history .even,
.boards.pms .even,
.boards.favorites .even,
.boards.friends .even,
.category .even,
.threads .thread.even {
    background: #fbfbfb;
    border: 1px solid #fff;
}

.boards.history .thread > div,
.boards.pms .pm > div,
.boards .friend > div,
.boards .favorite > div,
.threads .thread > div {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    padding-top: 4px;
}
.threads .thread >div.title {
    white-space: normal;
}

.boards-v2 .threads .thread .user .nickname {
    width: 150px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.threads .thread .title {
    width: 400px;
    padding-right: 5px;
}
.threads .thread .author {
    width: 155px;
    font-size: 13px;
    padding-top: 0;
}
.threads .thread .author i {
    font-weight: normal;
}
.boards-v2 .favorite_toggle {
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(http://ia.media-imdb.com/images/G/01/imdb/images/boards/favorites_sprite.png) no-repeat -4px -134px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 3px;
    border: 1px solid #aaa;
}
.boards-v2 .favorite_toggle:hover {
    border: 1px solid #666;
}

.boards-v2 .favorite_toggle.on {
    background-position: -4px -4px;
}
.user .no_avatar {
    display: inline-block;
    vertical-align: middle;
    height: 27px;
    width: 24px;
}
.user,
.boards.pms a.avatar,
.threads .thread .author a.avatar {
    display: inline-block;
}
.thread .comment-summary .byline {
    padding-top: 1px;
}

.boards.favorites .replies {
    width: 60px;
    text-align: center;
}
.threads .thread .replies {
    width: 40px;
    text-align: center;
}
.boards.history .timestamp,
.boards.pms .timestamp,
.boards.friends .timestamp,
.boards.favorites .timestamp,
.threads .thread .timestamp {
    width: 160px;
    text-align: center;
}

.history .header,
.boards.pms .header,
.boards.friends .header,
.boards.favorites .header,
.threads .thread.header {
    background: #006699;
    padding-top: 0;
    height: 24px;
}
.threads .thread.header .author {
    padding-top: 4px;
}

.threads .thread .title .pages {
    font-size: 10px;
    white-space: normal;
}

.boards.history .header,
.boards.pms .header,
.boards.favorites .header,
.boards.friends .header,
.threads,
.threads .thread.header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.boards.history .header >div,
.boards.pms .header >div,
.boards.favorites .header >div,
.boards.friends .header >div,
.threads .thread.header >div {
    color: white;
    font-size: 14px;
    font-weight: bold !important;
    display: inline-block;
}
.threads-meta {
    height: 28px;
    clear: left;
}
.threads-meta > div {
    display: inline-block;
}
.threads-meta .new-topic a {
    background: url(http://ia.media-imdb.com/images/G/01/imdb/images/boards/new_topic._V381321506_.png) no-repeat 0 -2px;
    padding-left: 25px;
    display: inline-block;
    font-weight: bold;
}
.threads-meta .pagination {
    float: right;
}
.pagination {
    text-align: right;
}
.board .pagination {
    text-align: left;
}
.pagination a {
    min-width: 20px;
    display: inline-block;
    border: 1px solid #C4DAEC;
    text-align: center;
    margin-right: 2px;
    text-decoration: none;
    font-size: 11px;
    padding: 3px 0;
    border-radius: 3px;
}
.pagination a.current,
.pagination a:hover {
    background: #eee;
    color: black;
    border: 1px solid #676767;
    text-decoration: none;
}
.pagination a:active {
    color: #eee;
    background: #aaa;
    border: 1px solid #676767;
}
.boards-navigation {
    width: 140px;
    background: #f2f2f1;
    background: -moz-linear-gradient(top,  #f2f2f1 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f1), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f1 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f1 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f1 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f1 0%,#e8e8e8 100%); /* W3C */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #f6f6f5;
    margin-bottom: 10px;
}
.boards-navigation > a.avatar {
    float: left;
    margin-right: 10px;
}
.boards-navigation .avatar img {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.boards-navigation .name {
    font-weight: bold;
    width: 82px;
    word-wrap: break-word;
    float: left;
    font-size: 11px;
}
.boards-navigation a {
    font-size: 11px;
}
.boards-navigation .pms {
    padding-top: 5px;
    display: block;
    clear: left;
    font-size: 11px;
}
.boards-navigation h4 {
    font-size: 11px;
}
.boards-navigation select {
    margin-top: 2px;
    width: 140px;
}
.board.reply .clock {
    font-family: courier;
    font-weight: bold;
}
.board.report-abuse,
.board.reply {
    margin-bottom: 10px;
}
.board.reply .message_box ul {
    margin-top: 10px;
}
.board.reply .actions,
.board.reply textarea,
.board.reply input.title {
    clear: left;
    margin: 5px 0 10px 20px;
    width: 660px;
}
.board.reply .actions {
    height: 50px;
}
.board.reply .actions > * {
    float: left;
    margin-right: 15px;
}
.board.reply .actions input {
    margin-top: 2px;
}
.board.reply .emoji-keyboard {
    display: none;
    margin-left: 20px;
    width: 663px;
}
.board.reply .markup h4 {
    display: inline-block;
    width: 218px;
}
.board.reply .markup button {
    min-width: 25px;
    padding: 2px 4px;
    height: 23px;
}
.board.reply .markup button#b {
    font-weight: bold;
}
.board.reply .markup button#i {
    font-style: italic;
}
.board.reply .markup button#url {
    text-decoration: underline;
}
.board.reply .markup option[value="red"] { color: red; }
.board.reply .markup option[value="green"] { color: green; }
.board.reply .markup option[value="blue"] { color: blue; }
.board.reply .markup option[value="orange"] { color: orange; }
.board.reply .markup option[value="black"] { color: black; }
.board.reply .markup option[value="white"] { color: lightgrey; }
.board.reply .markup option[value="yellow"] { color: yellow; }
.board.reply .markup option[value="purple"] { color: purple; }

.board.reply .markup .characters,
.board.reply .markup .emoticons {
    background: #fff;
    border: 1px solid grey;
    height: 300px;
    width: 200px;
    left: 650px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
.board.reply .markup .emoticons div {
    min-height: 28px;
    cursor: pointer;
    padding-left: 20px;
}
.board.reply .markup .emoticons  span {
    display: inline-block;
    min-width: 20px;
}

.board.reply .markup .emoticons img {
    vertical-align: middle;
}
.board.reply .markup .emoticons > div:hover {
    background: #f6f6f6;
}
.board.reply .markup .characters {
    padding: 5px;
}
.board.reply .markup .characters a {
    display: inline-block;
    width: 18px;
    cursor: pointer;
    text-align: center;
}

.boards.favorites .title {
    width: 500px;
}
.boards.favorites .favorite {
    height: 25px;
}
.boards.pms .checkbox,
.boards.friends .checkbox,
.boards.favorites .checkbox {
    width: 20px;
}
.boards.pms .actions,
.boards.friends .actions,
.boards.favorites .actions {
    background: #ccc url(http://i.imdb.com/boards/checkarrow.gif) no-repeat 8px 12px;
    padding: 5px 0 5px 30px;
}
.boards.pms .actions input:active,
.boards.friends .actions input:active,
.boards.favorites .actions input:active {
    background: #D3CE00;
}
.modes {
    padding: 10px 0;
}
.modes a.active {
    font-weight: bold;
}
.boards.pms .subject {
    width: 390px;
}
.boards.pms .author {
    width: 200px;
}
.board.reply > .avatar {
    margin-left: 20px;
    height: 36px;
    margin-bottom: 10px;
}
.board.reply > .avatar img {
    float: left;
    padding-right: 5px;
}
.boards.friends .name {
    width: 300px;
}
.boards.friends .sendpm {
    width: 260px;
}
.boards.friends .friend .sendpm {
    background: url(http://i.imdb.com/boards/post.gif) no-repeat 0 9px;
    text-indent: 17px;
}
.report-abuse .pref,
.boards-profile .pref {
    margin-left: 30px;
}
.report-abuse .pref label,
.boards-profile .pref label {
    font-weight: normal;
}
.report-abuse .pref label:hover,
.boards-profile .pref label:hover {
    text-decoration: underline;
    cursor: pointer;
}
.boards-profile .actions {
    margin-top: 20px;
}
.boards.history .name {
    width: 200px;
    text-indent: 10px;
}
.boards-profile .last-active {
    font-size: 11px;
    margin-bottom: 8px;
    margin-left: 10px;
}
.boards.history .title {
    width: 410px;
}
.report-abuse #report-body {
    display: none;
}
.board.report-abuse .actions {
    margin-top: 30px;
}
.history-actions > div {
    display: inline-block;
    width: 254px;
    margin-left: 2px;
}
.history-actions .page {
    text-align: center;
}
.history-actions .older {
    text-align: right;
}
