* {margin:0; padding:0}

body {
  font-family:Arial, Helvetica, sans-serif; 
  font-size:13px; 
  width:76.15em;  
  margin:0 auto; 
  border-left:1px solid #666; 
  border-right:1px solid #666; 
  position:relative; /* fixes IE resize window bug. */
}

/* text */
p {margin: 0 0 1em 0}
abbr {cursor: help}

/* links */
a {
  text-decoration:none; 
  color: #004276 /*blue*/
}
a:hover {text-decoration:underline}

/* images */
img {border:none}

/* tables */
table {margin: 0 0 1em 0}

/* forms */
label {display: block}

input[type=checkbox] {vertical-align: middle}

fieldset {border: 0}

button,
input[type=submit],
input[type=button] {cursor: pointer}


/* inline buttons, form.button-to from button_to helper */
.button-to,
.button-to * {display: inline}

/* lists */
ul,
ol {
  margin: 0 0 1em 1em; 
  padding-left: 1em
}

dl {margin: 1em 0}
dt {font-weight: bold}
dd {margin: .15em 0 .7em .7em}

/* * * MISC * * */

/* accessibly hide stuff */
.hidden {position: absolute; visibility: hidden; height:0}

.clear {clear: both}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: block}

.red_btn {
  background-color:#c50303; 
  color:#fff; 
  cursor:pointer; 
  padding:1px 3px; 
  border:none; 
  font-weight:bold; 
  font-size:1.1em; 
  font-style:italic;
  text-transform:lowercase;
}
.red_btn:hover {
  color:#fff !important; 
  text-decoration:underline
}
.close_btn {
  background:none; 
  color:#666;
  margin:-5px 0;  
  border:none; 
  font-weight:bold; 
  font-size:.9em; 
  text-transform:uppercase;
  float:right;
}
.close_btn:hover {
  text-decoration:underline
}

.pagination {
  color: #999; 
  float: right; 
  font-size: .92em;
  margin-bottom: 1em;
}

.pagination a, 
.pagination .current {
  padding: 1px 3px;
}

.pagination .current {
  color:#222;
}

.pagination a:hover {
  background-color: #c50303; 
  color: #fff !important;
}


/* Latest blogs / Inside UB
   TODO rename with labels that are clear instead of .sub_2 */
.sub_2 h3 {
  font-size:1.15em; 
  margin: 9px 0 3px 0;
}
.sub_2 h3 a {color:#908772;}
.sub_2 h3 a span {color:#343434;}
.sub_2 h4 {
  color:#0092be; 
  font-size:1.77em;  
  margin-bottom:4px;
}
.sub_2 h4 a, 
.sub_2 h5 a {color:#0092be;}

.sub_2 h5 {
  margin:12px 0 5px 0;
  font-size:1em;
  clear:both;
 }
.sub_2 img {
  float:left; 
  margin: 0 5px 5px 0
}

.sub_2 p {color:#000}

.sub_2 p.timestamp {
  display:block; 
  color:#5f5746; 
  font-size:.85em; 
  margin-top:3px
}

.sub_2 .more {
  margin: 5px 0 30px 0;
  display: block;
}

.sub_2 .more.last {margin-bottom:0}

#inside_ub .content img,
#latest_blogs .content img {
  float: left;
  width: 120px;
  margin: 0 .5em 1em 0;
}


/*
#query_review,
#query_review_details {
  position: fixed !important;
  z-index: 666666;
}
*/

/* Poll module */
#ub_poll {
  background-color:#ebe8e0;
  padding:12px 14px;
}

#ub_poll h3 { 
  background:url(/images/layout/home-multi.gif) 0 -500px no-repeat;
  text-indent:-9999px;
  width:167px;
  height:25px;
  margin-bottom:8px;
}

#ub_poll h4 {
  font-size:.92em;
}

#ub_poll ul {
  list-style:none;
  margin:12px 0;
  padding:0;
}

#ub_poll li {
  margin:5px 0;
}

#ub_poll ul a {
  color:#000; 
  background:url(/images/layout/home-multi.gif) -100px -400px no-repeat;/* radio btn */
  padding-left:18px;
  font-size:.85em;
}

#ub_poll ul a:hover {
  background-position: -100px -450px;
}

#ub_poll p {
  margin: .5em 0 0 0;
}

#ub_poll p.sponsor {
  text-align:right;
  margin:5px 0 0 0;
}

#ub_poll p.sponsor a { 
  background:url(/images/layout/home-multi.gif) -100px -550px no-repeat; /* sponsored by */
  padding-left:85px;
}

#ub_poll .madison_ad {
  float:right;
  margin:0;
  padding:0;
}

#ub_poll .clear {
  height:0;
  padding:0;
  margin:0;
}

#poll_results h1 {
  font-size:1.4em;
  margin-bottom:.7em;
}
#poll_results h2 {
  font-size:1.1em;
  margin-bottom:.5em;
}
#poll_results table {
  width:30em;
}
#poll_results td {
  padding:.3em 2em .3em 0;
}
#poll_results .question {
  width:75%;
}


/* shop module */
#shop_module {
  width:270px;
  border:5px solid #fcdd01;
  padding:8px 10px;
}

#shop_module h3 {
  font-size:1em;
}
#shop_module p {
  font-size:.92em !important;
}
#shop_product_shot {
  float:left;
  margin-right:10px;
}
#shop_product_shot img {
  border:1px solid #ccc;
  width:85px;
  float:left;
}
#shop_product_logo {
  display:block;
  margin-top:10px;
}
#shop_see_more {
  margin-top:15px;
}
#shop_see_more a {
  color:#c50303;
  font-weight:bold;
}

/* FLASHBACK MODULE */
#flashback_header {
  width: 129px;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/flashback_hdr.gif) no-repeat;
  margin-bottom: 4px !important;
}
#flashback_module {
  border-right: 4px solid #666;
  border-bottom: 4px solid #666;
  margin-left: 4px;
}

#flashback_module .inner {
  border: 1px solid #989898;
  position: relative;
  padding: 15px;
  top: -4px;
  left: -4px;
  margin: 0 -4px -4px 0;
}

#flashback_module h3 {
  font-weight: bold;
  color: #171717;
  font-size: 15px;
  margin-bottom: 10px;
}

#flashback_module .more {
  display: block;
  color: #c00 !important;
  font-size: 11px;
  margin-bottom: 3px;

}

#flashback_module .v12 {
  font: normal .92em/1.4em Verdana, Arial, Helvetica, sans-serif;
  color: #333;
}

#flashback_module .posted {
  font-size: .85em;
  border-bottom: 1px solid #999;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

#flashback_module .posted span {
  color: #666;
}



/* ads */

#lbu,#push_down {
  text-align:center;
}

/* HEADER */
#hdr {
  background-color:#c50303; 
  font-weight:bold;
}
#ub_logo a {
  text-indent:-9999px; 
  width:314px; 
  height:83px; 
  display:block; 
  background:url(/images/layout/logo-314x83.gif) no-repeat;
  overflow:hidden;
}

#top_promo {
  padding:3px 30px 2px 30px; 
  text-align:right; 
  color:#fff; 
  background-color:#a30303; 
  font-size:.85em;
}
#top_promo a, 
#top_promo a:hover {color:#fff;}

#session_status {
  float:right; 
  position:relative; 
  width:23.07em; 
  height:1.4em; 
  margin-top:-1.6em;
  padding:.2em 30px 0 0;
  text-align:right; 
  background-color:#e8dd8c;
}
#session_status em {
  background:url(/images/layout/home-multi.gif) 0 -150px no-repeat; 
  width:16px; 
  height:21px; 
  display:block; 
  position:absolute; 
  top:0; 
  left:0
}
#session_status span {color:#fff}
#session_status a {color:#c83e02}

#hdr .search {
  height:1.9em; 
  width:23.07em; 
  position:relative; 
  margin-bottom:-5px; 
  padding:5px 30px 5px 0;
  float:right;
  text-align:right; 
  background-color:#c1bbad;
}
#hdr .search label {display:none}
#search_query {
  height:1.2em; 
  width:17.6em; 
  border:1px solid #a3a1a1; 
  padding:3px; 
  font-size:1em; 
  color:#000;
}

/* TOP NAV */
#nav_holder {
  border-bottom:5px solid #676565; 
  background-color:#33302b; 
  position:relative; 
  z-index:999;
}

#top_nav {
  list-style: none;
  margin: 0 0 -5px 0;
  padding: 0;
  height: 2.6em;
  float: left;
}
#top_nav a.main_nav {
  height:1.2em; 
  color:#fff; 
  background-color:#33302b; 
  border-bottom:5px solid; 
  padding:6px 15px; 
  font-size:1.15em; 
  float:left;
}

#top_nav a.main_nav.selected {
  background-color: #fff !important;
  border-bottom: none;
  padding: 6px 15px 4px 15px;
  font-size: 1.6em;
}

/* the Talk index uses the nav for h1 */
#top_nav h1 {font-size: 1em}

/* LOCAL link is not really a link */
#top_nav #c a.main_nav {cursor: default}

#top_nav li {
  float:left; 
  border-right:1px solid #fff; 
  position:relative;
}
#top_nav a:hover {
  text-decoration:none; 
  background-color:#676565;
}
#top_nav a.main_nav.selected:hover {text-decoration:underline}

/* for special extra admin/mod only buttons like 'PAGES' */
#top_nav .main_nav.selected {color: #000}

#a a.main_nav {border-bottom-color: #8f7249; padding-left:30px;}
#b a.main_nav {border-bottom-color: #00a2d3}
#c a.main_nav {border-bottom-color: #f68b29}
#d a.main_nav {border-bottom-color: #fcdd01}

#a a.main_nav.selected {color: #8f7249; padding-left:12px}
#b a.main_nav.selected {color: #00a2d3}
#c a.main_nav.selected {color: #f68b29}
#d a.main_nav.selected {color: #fcdd01}

#sub_a a {background-color: #e0d7ca}
#sub_b a {background-color: #d5eaf1}
#sub_c a {background-color: #f9e0c9}
#sub_d a {background-color: #f3eec7}

#sub_a a:hover {background-color: #8f7249}
#sub_b a:hover {background-color: #00a2d3}
#sub_c a:hover {background-color: #f68b29}
#sub_d a:hover {background-color: #fcdd01}

#top_nav li:hover .sub_nav,
#top_nav li.sfhover .sub_nav {display: block}

#top_nav .sub_nav {
  width: 9em;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background: #fff;
}/*background color fixes IE mouseover bug */

#top_nav .sub_nav li {
  border-right:none; 
  border-bottom:1px solid #fff; 
  float:none; 
  background-color:transparent;
}
#top_nav .sub_nav li.last {border-bottom:none}

/* two col style for talk 'boards' */
#top_nav #sub_a {
  width: 18em;
}
#top_nav #sub_a li {
  float: left;
  width: 50%;
}

#top_nav .sub_nav a {
  /* TODO ie only stylesheet */
  width: 100%; /* fix IE mouseover - may have to adjust */
  display: block;
  padding: 4px;
  color: #343434;
  font-weight: normal;
}
#top_nav .sub_nav a:hover {color:#fff;}

#flash {
  padding: .2em .4em; 
  margin: 0 0 1em 0; 
  background: #eee
}

#content {padding: 13px 27px 30px 30px}

#col_a {
  width:47.3em; 
  float:left;
}
.sub_1,
.sub_2,
#col_b {
  width:23.07em; 
  float:left;
}

/* 
may need to add this back in if long strings like links in the sidebar are breaking the content
#col_b {
  overflow:hidden;
}
*/

#col_a, 
.sub_1 {margin-right:1.154em;}




/* FOOTER */
#footer {
  background:#ebe8e0; 
  font-size:.85em; 
  padding:11px 30px 30px 30px;  
  color:#004276;  
  border-top:6px solid #000; 
  clear:both
}
#footer a {color:#004276}
#footer .upper {
  padding-bottom:11px; 
  font-size:110%; 
  font-weight:bold; 
  border-bottom:1px solid #fff; 
  margin-bottom:11px
}
#footer .mid {padding-bottom:11px;}
#footer .other_cnet {
  float:right; 
  margin-top:-2px
}
#footer .other_cnet input {font-size: .8em}
#footer em {
  padding:0 4px; 
  color:#c1bbad; 
  font-style:normal
}
#footer #privacy_policy {
  font-weight:bold; 
}
#footer #form_menu {font-size: .85em}

#cbsi_f {
  font-size: 11px;
  text-align: left;
}
#cbsi_f form {
  float: right;
  text-align: right;
}
#cbsi_f select, #cbsi_footer input {
  border: 1px solid #ccc;
  margin-left: 2px;
  padding: 2px;
}
#cbsi_f label {
  display: block;
  font-size: 95%;
  margin-bottom: 2px;
}
#cbsi_f_pop {
  margin-bottom: 8px;
}

.sub_1 .inner {
  padding: 12px 8px 8px 8px;
  line-height: 1.15em;
  border: 6px solid #c1bbad;
  border-top: none;
}

.sub_1 h2 {
  font-size: .92em; 
  color:#000; 
  margin-bottom:1em
}
.sub_1 h3 {
  font-size:100%; 
  margin-bottom:.2em;
  overflow:hidden;
  width:100%;
}

.search .sub_1 h3 {
  width: auto;
}

.sub_1 h4 {
  font-size: .85em; 
  color:#343434; 
  margin-bottom:1.8em; 
  font-weight:normal
}
.sub_1 h4 a {
  color:#a49c8b; 
  font-weight:bold
}

#col_b div {
  margin-bottom: 1em
}

#col_b div.madison_ad div {
  margin-bottom:0;
}

#bubble {
  width:47.69em; 
  border:6px solid #c1bbad;
  margin:0 0 21px -18px;  
  padding-bottom:15px; 
  position:relative; 
  z-index:1
}
/*#bubble:first-of-type {margin-bottom:15px}  safari 3 and FF 3.5  */
#bubble .inner {
  font-size:2.15em; 
  font-weight:bold; 
  margin:55px 27px 15px 47px;
}
#bubble .inner strong {color:#c50303}
#bubble_top_left_corner, 
#bubble_top_right_corner, 
#bubble_btm_left_corner, 
#bubble_btm_right_corner, 
#bubble .tail,
#quote_left, 
#quote_right {
  display:block; 
  position:absolute; 
  background:url(/images/layout/home-multi.gif) no-repeat;
} 
#bubble_top_left_corner {
  background-position:0 -200px;
  top:-6px; 
  left:-6px; 
  width:79px; 
  height:52px
}
#bubble_top_left_corner a {
  display:block;
  width:60px; 
  height:30px; 
  margin:20px 0 0 17px;
}
#bubble_top_right_corner {
  background-position:-100px -200px;
  top:-6px; 
  right:-6px; 
  width:44px; 
  height:43px
}
#bubble_btm_left_corner {
  background-position:-100px -300px;
  bottom:-6px; 
  left:-6px; 
  width:41px; 
  height:41px
}
#bubble_btm_right_corner {
  background-position:-100px -250px;
  bottom:-6px; 
  right:-6px; 
  width:44px; 
  height:41px
}
#bubble #quote_left {
  background-position:0 -100px; 
  margin: 5px 0 0 -35px; 
  width:29px; 
  height:20px
}
#bubble #quote_right {
  background-position:-50px -100px; 
  margin:6px 0 0 5px; 
  width:29px; 
  height:19px; 
  display:inline
}
#bubble .more {margin-left:47px;}
#bubble .red_btn {
  position:absolute; 
  top:19px; 
  padding:2px 8px; 
  right:15px; 
  display:block; 
  font-size:50%;
}
#bubble .red_btn:hover {text-decoration:none}
#bubble .tail {
  background:url(/images/layout/home-multi.gif) no-repeat 0 -300px; 
  bottom:-49px; 
  left:28px; 
  width:50px; 
  height:49px
}

#hot {
  border:6px solid #c1bbad; 
  border-top:none; 
  padding:8px
}
#hot ul {
  list-style: none; 
  margin:0 0 1em 0; 
  padding:0
}
#hot h3 {
  color:#745526; 
  margin: 8px 0 10px 0px; 
}
#hot h3 span {
  background:url(/images/layout/home-multi.gif) -100px -100px no-repeat; /* gray arrow */
  width:11px; 
  height:11px; 
  display:block; 
  margin: 2px 3px 0 0; 
  float:left
}

#hot_topics, 
#hot_cities {
  margin-bottom: 12px;
}
#hot_topics {
  float: left;
  width: 140px;
  margin-left: 0;
  padding-left: 0;
  border-right: 1px solid #ebe8e0;
}

#hot_topics li {
  padding-right:10px;
}

#hot_cities {
  float:left;
  padding-left:18px !important;
}

.more {
  clear:both; 
  color:#c50303; 
  font-weight:bold
}


#buzz h2 a {
  background:url(/images/layout/home-multi.gif) 0 -50px no-repeat; /* buzz hdr */
  text-indent:-9999px; 
  width:68px; 
  height:27px; 
  display:block;
  overflow:hidden;
}


#local {margin-top:30px}
#local h2 a {
  background:url(/images/layout/home-multi.gif) 0 0 no-repeat; /* local hdr */
  text-indent:-9999px; 
  width:75px; 
  height:27px; 
  display:block;
  overflow:hidden;
}
#local h3 {margin:10px 0 2px;}
#local h4 {
  font-size:100%; 
  padding:0
}

a.subscribe_promo {
color:#fff; 
display:block; 
margin: 1em 0; 
background-color:#c50303; 
padding:12px 0; 
text-align:center; 
font: bold 14px Arial, Helvetica, sans-serif
}

a.subscribe_promo.twitter {
background:url(/images/twitterbird.gif) #c50303 no-repeat top left; 
padding-left:50px
}


#subscribe_promo {
  background:#f68b29; 
  padding:0.8em; 
  margin-top:0.6em; 
  width:23em;
  padding:1em 0;
}
#subscribe_promo p {
  font-size:1.25em; 
  color:#fff; 
  margin:0 0.5em 0.5em 0.5em;
  float:left;
  font-weight:bold;
}

#subscribe_text {
  color:#666; 
  font-size:.9em; 
  border:1px solid #cecdcd; 
  width:217px; 
  padding:3px;
}
#sponsor {
  margin-top:9px; 
  padding:10px 0; 
  border-top:1px solid #666; 
  border-bottom:1px solid #666; 
  text-align:center; 
  width:300px;
  font-size:.7em
}
#sponsor a {display:block}


/* swatches
   #8f7249 : brown
   #c1bbad : brownish-gray
   #004276 : blue
*/

/* Talk has a fluid layout: built to "look good" at 1024 wide, "not break" at 
   800 wide, and just let lie at thinner/wider resolutions */
body.boards {width:100%;}
body.boards #col_a {width:67%; position: relative;}
body.boards #col_b {width:30%;}

/* promo hdr for cookie.com */
#hdr.the_cookie #ub_logo a {background:url(/images/ub_cookie_hdr.gif) 50% 50% no-repeat; width:505px;}


body.boards h2 {
  font-size:1.1em;
  color: #8f7249;
}

#watched {
  border-bottom:3px solid #c1bbad;
  margin-bottom:1em;
  padding-bottom:.2em;
}

body.boards #content {padding-left: 12px}

body.boards #col_a .inner {
  padding: .85em .85em 2em .85em;
  border: 6px solid #c1bbad;
}
body#thread_detail #col_a .inner{
  margin-top:1.4em;
}
body.boards #col_b {
  overflow: visible;
}
#login_message {float: right}

#cover {
  padding-bottom:.7em;
  border-right:1.5em solid #fff;
  margin-right:-1.13em;
}

/* main module for a thread on posts#show */
#posts {
  margin: 0 0 1em 0;
}

/* search promos */
ul.search_promo {
  margin: 0 0 1em 1.5em;
  padding: 0 0 0 1.5em;
  list-style: none;
}
ul.search_promo li {
  margin: 0 0 1em 0;
}

/***/

ul.posts {
  background: #fff;
  margin: .2em 0;
  padding: 0 0 .8em;
  list-style: none;
  overflow:hidden;
  width:100%;
  border-bottom:1px solid #ccc;
  clear:both;
}

ul.posts ul.posts {
  margin: 0;
  width: auto !important;
  padding-bottom: 0;
}

ul.posts.last,
ul.posts ul.posts,
#thread_detail ul.posts {
  border-bottom: 0;
}

ul.posts div.options,
ul.posts.collapsed ul.posts {
  display: none;
}


ul.posts li li {
  margin-left: 2.5em;
}


div.post {
  margin-left: -2em;
}

div.post, 
ul.posts {
  margin-top:.2em !important;
}

#flagged_posts div.post {
  margin-left: auto;
}

div.post,
#search_results .excerpt li {
  padding-left: 1.3em;
  background-image: url(/images/icons/raquo.gif); /* gray */
  background-position: .2em .25em;
  background-repeat: no-repeat;
}

div.post.mine {
  background-image: url(/images/icons/raquo_mine.gif); /* brown */
}

div.post h2 {
  display: inline;
  font-weight: normal;
  margin-right: 5px;
}

div.post.root {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

div.post.root h2 {font-weight: bold}

div.post h2,
div.post.deleted,
div.post h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:.85em;
}

div.post h2,
div.post.deleted,
body.boards div.post h2 a,
div.post h3 {
  color: #333;
}

div.post.mine h2,
div.post.mine h2 a {color: #8f7249 !important}

body.boards a:hover,
div.post.mine h2 a:hover {color: #004276}

body.boards.detail .root h1 {
  font-size: 1.2em;
  color: #8f7249;
  display: inline;
  margin-right: 5px;
}

/***/

div.post .links, div.post .reply_count { 
  text-transform:uppercase;
  font-size:.7em;
  white-space:nowrap;
}

div.post .links,
div.post .links a,
div.post .reply_count,
ul.tags,
ul.tags a {color: #999}

div.post.deleted h1,
div.post.deleted h2,
div.post.deleted h2 a {color: #999 !important}

div.post .reply_count {
  margin: 0 5px 0 0; 
}

body.boards.detail div.post .links {
  margin-left: 0;
}

div.post .links a {
  padding: 0;
  font-weight: bold;
}

ul.tags {
  list-style: none; 
  padding-left: 0; 
  margin: 0 5px 0 0; 
  display: inline; 
  font-weight: bold;
  text-transform:uppercase;
}
body.boards ul.tags {
  font-size:.7em;
}

ul.tags li {
  display: inline; 
  margin: 0 !important
}

ul.tags li:before {content: ", "}
ul.tags li:first-child:before {content: ""}

/***/

form.post {
  padding: 1em;
  background-color: #ebe8e0; 
  border: 3px solid #c1bbad;
}

form.post p {
  margin: .25em 0 0 0;
  clear: left;
}

form.post .red_btn {float: right}

form.post h2 {
  color:#33302b; 
  font-size:1.4em;
}
form.post blockquote {
  color:#004276; 
  font-size:1em; 
  margin-top:1em;
}
form.post #post_body {
  padding: .3em .5em;
  overflow: auto;
  margin: 1em 0;
  width: 97.5%;
  color: #222;
  font-size: 1em;
  border: 1px solid #a2a1a1;
  height: 4em;
}

#boards_index form.post {
  margin: -2em 0 0 1.25em;
  width: 91%;
}

/* reply form */
ul.posts form.post {
  width: auto !important;
  margin: .5em auto 0 0 !important;
}

ul.posts form.post h2 {
  display: none;
}


#boards_index legend,
#boards_index p.legend {
  margin-bottom: .3em; 
  color:#8f7249; 
  font-size:1em; 
  font-weight:bold;
}

#boards_index fieldset {margin-top: 1em}

form.post #post_body + fieldset {margin-top: 0}

form.post fieldset.stages,
form.post fieldset.regions {width:22em; float:left}

#boards_index label {
  color: #000;
}

#boards_index label,
#filters a,
#filters p,
form.post p {
  font-size: .92em;
}

#boards_index label,
#filters a {
  width: 11em;
  cursor: pointer;
  margin-bottom: .3em;
  float: left;
  display: block;
}

#filters p a {
  width: auto;
  float: none;
  margin: auto;
  display: inline;
}

#filters a#link_to_defaults{
  display:inline;
  float:none;
  margin-left:3em; 
  font-size:70%;
}

#filters a {
  min-height: 1.15em;
}

/***/

#filters {
  padding:.65em; 
  margin-bottom:1em; 
  border:.15em solid #c1bbad; 
  border-left-width: 1.5em;
  margin-left:-1.35em;
}

#filters fieldset {
  width: 21em; /* preserve 2-col layout for filter options */
}

#filters .links {
  float: right;
  margin-top: 1.4em;
}

#filters .red_btn {
  margin: .9em 0 .5em 0;
}

#filters h3 em {
  font-style: normal;
  font-weight: normal;
  color: #999;
  font-size: .8em;
}

/***/

.most {
  margin: 1em 0;
  overflow: hidden;
  width: 100%;
}
.most h3 {
  color: #8f7249; 
  font-size: 1.15em;
  margin-top: 1em;
}
.most h3 span {
  background: url(/images/layout/home-multi.gif) -50px -400px no-repeat; /*red arrow */
  width: 15px;
  height: 10px; 
  margin-top:3px; 
  display:block; 
  float:left;
}
.most ul {
  padding:0;
  margin-left:15px; 
  margin-bottom:1em;
}
.most li {
  margin: 0.4em 0;
}

/***/

div.post div.options abbr,
div.post div.options li {
  text-transform: none !important;
}

div.post div.options .bg {
  background:#ebe8e0;
  padding:0 3px;
  font-weight:bold;
}

div.post div.options .bg,
div.post div.options .bg a {
  color:#666; 
}

a.exp {
  font-family: "Courier New", Courier, monospace !important;
  font-size: 85% !important;
  position: relative;
  top: -.1em;
  margin-right: 7px;
}

#update_filters {
  float:left;
  margin-right:1.3em !important; 
}
#save_login {
  margin-top:.7em;
}

/* based on ui-tabs plugin for jquery */

.ui-tabs-menu {
  position: relative; 
  z-index: 2; 
  top: 6px
}
.ui-tabs-panel {margin-top: -6px}
.ui-tabs-panel .inner {padding-top: 24px}

.ui-tabs-menu li {
  width: 10.28em;
  height:1.17em;
  text-align: center;
  margin: 5px 0 0 0;
  padding: 6px 0 5px 0;
  border-top: none;
  border-bottom: 6px solid #c1bbad;
  background: #706a61;
}

/*.ui-tabs-menu li:first-of-type {width: 10.38em}  safari 3 and FF 3.5 */

.ui-tabs-menu .ui-tabs-selected {
  border-bottom: none;
  border-top: 6px solid #c1bbad;
  margin-top: 0;
  background: #fff;
}


.ui-tabs-menu h2 {
  margin: 0; 
  padding: 0
}

.ui-tabs-menu a {color: #fff}
.ui-tabs-menu .ui-tabs-selected a {color: #000}

#recent_tab {
  padding-left: 1em;
}
#recent_tab.ui-tabs-selected {
  padding-left: .5em;
  border-left: 6px solid #c1bbad;
}

#popular_tab {
  padding-right: 1.54em;
}


#popular_tab.ui-tabs-selected {
  border-right: 6px solid #c1bbad;
  padding:.5em 1.02em 10px 0;
  border-left: 6px solid #c1bbad;
  margin-left: -6px;
}


#talk_tabs_selected_corner,
#recent_tab .tail,
#popular_corner {
  background: url(/images/layout/home-multi.gif) no-repeat;
  display: block;
  position: absolute;
}

#popular_corner {
  background-position: -100px -150px; /* most popular corner de-selected */
  top: 5px; 
  right: 0; 
  width: 12px; 
  height: 1.7em;
  display: block;
}

#recent_tab .tail {
  background-position: -50px -350px; /* bubble tail brown bg */
  top: 0; 
  left: 16px; 
  top: 5px; 
  width: 20px; 
  height: 17px;
}
#recent_tab.ui-tabs-selected .tail {
  background-position: 0 -350px; /* bubble tail white bg */
  top: 0; 
  left: 16px; 
  top: 0; 
  width: 18px; 
  height: 22px;
}
#talk_tabs_selected_corner {
  background-position: -50px -150px; /* most popular corner selected */
  top:0; 
  right: 0px; 
  width: 18px; 
  height: 26px;
  z-index: 3;
}

#recent_tab.ui-tabs-selected #talk_tabs_selected_corner {
  background-position: 0px -400px; /* diagonal tab seperator */
  top: 0; 
  right: 50%; 
  width: 1.8em; 
  height: 3.1em;
  overflow: hidden;
}

h3#in_talk {position: absolute; visibility: hidden}


/* Search Results */
#search_results #content {padding-left:12px}
#search_results #col_a {width:48.8em}
#search_results h2,
#search_results h3 {
  font-size:1em; 
}

#search_results #content ul {list-style: none}

body.search #results ul.posts {
  border-bottom: 0;
  border-top: 1px solid #ccc;
  padding-bottom: 0;
}

body.search #results ul.posts ul.posts,
body.search #results .excerpt ul.posts {
  border-top: 0;
}

body.search #results ul.posts .tags {display: none}

#search_results .info {
  font-weight: normal;
  color: #343434;
  margin-top: .3em;
}

/* XXX should these post styles be in context? */

div.post, ul.posts {
  margin-bottom:0;
  margin-top:.4em;
}

div.post {
  margin-left: -2em;
  padding-left: 1.3em;
  background: url(/images/icons/raquo.gif) .2em .35em no-repeat;
}

div.post.root {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

#search_results .reply_count {
  white-space: nowrap;
  font-weight: normal;
}


#refine {
  color: #343434; 
  font-size: 1em; 
  text-align: right; 
  margin: 1em 0;
  padding-top: .5em; 
  border-top: 1px solid #c1bbad;
  text-transform: uppercase;
  font-weight: bold;
}

#refine em {
  font-weight: normal;
  font-style: normal;
}

#refine a {
  font-weight: bold; 
  margin: 0 .5em;
}
#refine a.last {
  margin-right: 0;
}

/* TODO body.search #results */

#search_results #results {
  margin-top: 2em;
}

#search_results #results li {margin-bottom: 1.5em}
#search_results #results li li {margin-bottom: 0}

#results .tags {
  margin: 0;
}

#results a.exp {
  color: #343434;
}


body.pages #col_a h1 {
  font-size:1.75em;
}

body.pages #col_a h2 {
  font-size:1.45em;
}

body.pages #col_a h3 {
  font-size:1em;
}

#inside_ub {
  border:2px solid #c1bbad; /* brown */
  padding: 10px;
}

#inside_ub h3 {
  font-size:1.15em;
}

#inside_ub h3 strong {
  color:#c50303;
}

#inside_ub h3 span { /* red arrow */ 
  background: url(/images/layout/home-multi.gif) -50px -400px no-repeat; 
  display:block;
  float:left;
  height:11px;
  width:11px;
  margin:4px 3px 0 0;
}

#inside_ub h4 {
  margin-top: 1.2em;
}

#inside_ub .more {
  display:block;
}

#col_b #talk_tabs {
  margin-top:3em;
}

#col_b #talk_tabs .tail {
  background:url(/images/icons/talk_icon.png) no-repeat;
  height:47px;
  margin-top:-40px;
  width:84px;
  left:0;
  top:3px;
}

/***/

body.pages.form #content form {margin: 0 0 1em 0}
body.pages.form #content label {margin: 1em 0 0 0}
body.pages.form #content input[type=text],
body.pages.form #content textarea {
  border: 1px solid #ccc;
  padding: 0.25em .5em;
  font-size: 1.2em;
  width: 100%;
  margin: 0 0 .5em 0;
}

div#login_link,
div#edit_account_link,
div#signup_link {
  float:right
}

form#user #account input,
form#user #account select {
  width: 15em;
  margin-bottom: 1em;
}

form#user #account input {
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-bottom:1px solid #aaa;
  border-right:1px solid #aaa;
  color:#000;
  font-size:1em;
}

form#user #account select {
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-bottom:1px solid #aaa;
  border-right:1px solid #aaa;
  color:#000;
  font-size:1em;
}

form#user #required {
  position: relative;
  height: 7em;
}



form#user #required{
  width: 27em;
}

form#user #required label {
  float: left;
  clear: left;
  text-align: right;
  width: 10em;
  font-weight: bold;
  margin-right: .5em;
}

form#user #account p {
  text-transform:uppercase;
  color:#666;
  padding:2em 0 0 0;
}

form#user #newsletters p {
  text-transform:uppercase;
  color:#c50303;
}

form#user #newsletters {
  background:#ebe8e0;
  padding:1em 1em 0 1em;
}

form#user #submission_terms {
  padding:1em 1em 0 1em;
}

form#user #submission_terms p {
  margin:1em 0 0 0;
}

form#user #newsletters label {
  cursor: pointer;
}

form#user #submission_terms label {
  cursor: pointer;
  font-weight: bold;
}

form#user #newsletters .newsletter_summary {
  display:block;
  text-indent:1.35em;
  padding-bottom:1em;
}

form#user .red_btn {
  float: right;
  margin: 1.5em 0;
}

#attributes table {
  margin-left: 2em;
}

#attributes th {
  text-align: left;
}

#attributes td {
  padding-left: 1em;
}

#attributes dt {
  clear: both;
  float: left;
  margin: 0 1em 0 2em;
}

#subscriptions {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}