@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background: #ffffff;
  color: #333333;
}
a {
  color: #de3085;
}
a:hover {
  color: #de3085;
}
h2,
h3,
h4,
h5 {
  color: #bd1e6c;
}
header.body {
  background: #bd1e6c;
  color: #ffffff;
}
header.body .ads {
  background-color: #3c424d;
  background-image: -moz-linear-gradient(top, #434b56, #313540);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434b56), to(#313540));
  background-image: -webkit-linear-gradient(top, #434b56, #313540);
  background-image: -o-linear-gradient(top, #434b56, #313540);
  background-image: linear-gradient(to bottom, #434b56, #313540);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434b56', endColorstr='#ff313540', GradientType=0);
}
footer.body {
  background-color: #3c424d;
  background-image: -moz-linear-gradient(top, #434b56, #313540);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434b56), to(#313540));
  background-image: -webkit-linear-gradient(top, #434b56, #313540);
  background-image: -o-linear-gradient(top, #434b56, #313540);
  background-image: linear-gradient(to bottom, #434b56, #313540);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434b56', endColorstr='#ff313540', GradientType=0);
  color: #fff;
}
footer.body a {
  color: #de3085;
}
footer.body .navbar {
  color: #999999;
}
footer.body .navbar a {
  color: #999999;
}
footer.body .footer-stats h5 {
  color: #9a9a9a;
}
footer.body .footer-stats ul span {
  color: #de3085;
}
.navbar {
  color: #ffffff;
  background: #313540;
}
.navbar .navbar-inner {
  background-color: #3c424d;
  background-image: -moz-linear-gradient(top, #434b56, #313540);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434b56), to(#313540));
  background-image: -webkit-linear-gradient(top, #434b56, #313540);
  background-image: -o-linear-gradient(top, #434b56, #313540);
  background-image: linear-gradient(to bottom, #434b56, #313540);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434b56', endColorstr='#ff313540', GradientType=0);
}
.navbar .navbar-inner .nav > li > a {
  color: #ffffff !important;
}
.navbar .navbar-inner .form-search input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #434b56;
  color: #ffffff;
  border: 1px solid #596473;
  border-left: none;
}
.navbar .navbar-inner .form-search .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 4px 0 4px 5px;
  background: #434b56;
  border: none;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #596473;
  border-right: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #808080;  
  background-image: none;
  background-repeat: repeat-x;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #808080;
  background-image: none;
  background-repeat: repeat-x;
}
.breadcrumb {
  background: none;
}
.breadcrumb .divider {
  color: #999999;
}
.breadcrumb a {
  color: #999999;
}
.breadcrumb .active {
  color: #999999;
}
.change-view-btns .btn.current {
  background: #bd1e6c;
  color: #fff;
}
.border-box {
  -webkit-box-shadow: 0 1px 6px #999;
  -moz-box-shadow: 0 1px 6px #999;
  box-shadow: 0 1px 6px #999;
  background: #f3f3f3;
}
.border-box  > header {
  background: #ebebeb;
}
.border-box .post-entry:first-of-type {
  background: #ebebeb;
}

.bs-docs-example {
  -webkit-box-shadow: 0 1px 6px #999;
  -moz-box-shadow: 0 1px 6px #999;
  box-shadow: 0 1px 6px #999;
  background: #fff !important;
}
.post-entry {
  border-top: 1px solid #cccccc;
}
.post-entry .post-content-container blockquote hr {
  color: #cccccc;
  border: 1px solid #cccccc;
}
.post-entry footer .footer-ads,
.post-entry footer .signature {
  /* border-top: 1px solid #cccccc; */
}
.top-panel a {
  color: #de3085;
}
.top-panel h3 {
  background: #434b56;
}
.top-panel .panel-tabs {
  background: #434b56;
}
.topic-list li {
  border-top: 1px solid #cccccc;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(189, 30, 108, 0.5);
  -webkit-box-shadow: inset 0 0 0 rgba(189, 30, 108, 0.5), 0 0 8px rgba(189, 30, 108, 0.5);
  -moz-box-shadow: inset 0 0 0 rgba(189, 30, 108, 0.5), 0 0 8px rgba(189, 30, 108, 0.5);
  box-shadow: inset 0 0 0 rgba(189, 30, 108, 0.5), 0 0 8px rgba(189, 30, 108, 0.5);
}

/* neutral colors */
header.body { background-color: #808080; } 
h1, h2, h3, h4 { color: #000000; } 
header.body h1, header.body a { color: #000000; } 
a { color: #000000; } 
.top-panel a { color: #000000; } 
footer.body a { color: #000000; } 
a:hover,.top-panel a:hover { color: #000000; } 
html, body, span { color: #000000; } 
.breadcrumb a { color: #000000; } 
.phantom-button-base { color: #808080; } 
.btn.btn-round, .btn.btn-square, .change-view-btns .btn.current 
{   background-color:#808080; 
  *background-color: #808080;
  background-image: linear-gradient(to bottom, #808080, #6d6d6d);
  background-image: -moz-linear-gradient(top, #808080, #6d6d6d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to( #6d6d6d));
  background-image: -webkit-linear-gradient(top, #808080, #6d6d6d);
  background-image: -o-linear-gradient(top, #808080, #6d6d6d);
  background-repeat: repeat-x; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#6d6d6d', GradientType=0);
} 
.btn.btn-round:hover, .btn.btn-square:hover, .btn.btn-round:active, .btn.btn-square:active  
{ background: #6d6d6d; } footer.body .footer-stats ul span { color: #ffffff; } 

.kudos_form 
{
  float: left;
  margin-right: 5px;
}


.collapse.in[style="height: auto;"] {
  overflow: visible;
}


.reply-title {
  font-size:110%;
  font-weight: bold;
}

header.body { background: #0174C0; }

h1, h2, h3, h4 { color: #0174C0; }

header.body h1, header.body a { color: #fff; }

a, .social a { color: #0174C0; }

.top-panel a { color: #0174C0; }

footer.body a { color: #0174C0; }

a:hover,.top-panel a:hover, social a:hover { color: #0174C0; }

html, body, span { color: #999; }

.breadcrumb a { color: #0174C0; }

html, body { background: #EFEFEF; }

.border-box > header { background: #fff; }

.border-box > header h3, .border-box > header h4, #block-view .border-box > .row-fluid h4, #block-view .border-box h4 { color: #555; }

.border-box, .top-panel .panel-tabs, .border-box .post-entry:first-of-type { background: #fff; }

.border-box p, #content span { color: #999; }

.border-box a:hover { color: #0174C0; }

.phantom-button-base { color: #0174C0; }

.btn.btn-round, .btn.btn-square, .change-view-btns .btn.current, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { background-image: linear-gradient(to bottom, #0174C0, #0163a3);background-image: -moz-linear-gradient(top, #0174C0, #0163a3);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0174C0), to( #0163a3));background-image: -webkit-linear-gradient(top, #0174C0, #0163a3);background-image: -o-linear-gradient(top, #0174C0, #0163a3);background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174C0', endColorstr='#0163a3', GradientType=0);background-color: #0174C0;*background-color: #0174C0;; }

.btn.btn-round:hover, .btn.btn-square:hover,.btn.btn-round:active, .btn.btn-square:active, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus,.dropdown-submenu:hover > a { background: #0163a3; }

.btn.btn-round, .btn.btn-square, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #fff; }

.change-view-btns .btn.current { color: #fff; }

.phantom-hf-base { color: #000; }

.navbar .navbar-inner, .top-panel.container-fluid { background-image: linear-gradient(to bottom, #000, #000000);background-image: -moz-linear-gradient(top, #000, #000000);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to( #000000));background-image: -webkit-linear-gradient(top, #000, #000000);background-image: -o-linear-gradient(top, #000, #000000);background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000000', GradientType=0);background-color: #000;*background-color: #000;; }

.navbar-inverse .navbar-inner { border: #000000; }

footer.body { background-image: linear-gradient(to bottom, #000, #000000);background-image: -moz-linear-gradient(top, #000, #000000);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to( #000000));background-image: -webkit-linear-gradient(top, #000, #000000);background-image: -o-linear-gradient(top, #000, #000000);background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000000', GradientType=0);background-color: #000;*background-color: #000;; }

.navbar-inverse .btn-navbar, header.body .ads { background-image: linear-gradient(to bottom, #000, #000000);background-image: -moz-linear-gradient(top, #000, #000000);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to( #000000));background-image: -webkit-linear-gradient(top, #000, #000000);background-image: -o-linear-gradient(top, #000, #000000);background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000000', GradientType=0);background-color: #000;*background-color: #000;; }

.navbar-inverse .btn-navbar { background: #000000; }

.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover { background-color: #000000; }

footer.body .footer-stats ul span { color: #555; }

footer.body .navbar { color: #555; } 
                section.border-box  {
box-shadow: none;
border-radius: 0;
}

section.border-box header {
border-radius: 0;
}

/*add border to topic rows*/
div#table-view.topics-view section div.row-fluid{
border-top: 1px solid #ccc;
}

/* add border to cat rows */
div#topics-view div#table-view section.border-box div.row-fluid{
border-top: 1px solid #ccc;
}

/*category names*/
div#topics-view h3 { 
color: #999;
padding-left: 5px;
height: 30px;
line-height: 30px;
border-bottom: 2px solid #888888;}

/* add space between widgets and content */
div#forum_content.forum_content  div#test-content.container-fluid 
div#widget-view.row-fluid.topics2-view {
  margin-bottom: 20px; }

.btn.btn-round, .btn.btn-square, .change-view-btns .btn.current, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { 
  border-radius: 0;
  box-shadow: none;
}

.btn.btn-round, .btn.btn-square, .change-view-btns .btn,
.btn.btn-round:hover, .btn.btn-square:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { 
  box-shadow: none;
  text-shadow: none;
}

div.pagination.center li a{
  background: #0174C0;
  color: #fff;
  border-radius: 0;
 }

div.pagination.center li.active a {
background: #999;
}
div.pagination.center li a:hover {
color: #000;
}

/*color navbar search*/
#searchyuku.form-search .btn,
#searchyuku.form-search
 .span2.search-query {
background-color:  #222; 
border-color:  #333;
}

/* color "th" a */
div#table-view
section.border-box
header.row-fluid h4 a { color: #555; }

#topic_view section.border-box article{
  border-color: #ccc;}

/*dropdown  color*/
.dropdown ul .btn.btn-link { color: #000; text-shadow: none; }

footer.body { color:#555; }

/*color stats headers and links */
div.span4.footer-stats h5 { color: #555; }

/*color navbar Yuku*/
div.navbar.navbar-inverse a.brand { color: #fff; }

/*hide that border that should not be showing*/
#topic_view section.border-box article
div.footer-ads { border: 0; }

blockquote {
background: #eee url(http://static.yuku.com/skins/pro/default/images/icon_quotes.png) no-repeat scroll 12px 13px;
border:1px solid #bbb;
font-size:12px;
line-height:17px;
margin:0 10px 10px;
padding:14px 10px 10px 40px;
border-radius: 10px;
}

/*color hr within quotes*/
div.post-content
div.post-content-container
blockquote hr {
  border-color: #bbb; }

/*remove nice corners on buttons*/
body div#forum_content.forum_content div.container-fluid.change-view-btns div.btn-group.pull-right button.btn,
div.pagination.center ul {border-radius: 0;}

/*remove border radius from nav bars */
div.navbar.navbar-inverse div.navbar-inner {
  border-radius: 0; }

div#forum_content.forum_content
footer.body { background:#EFEFEF;}

/*calendar bg */
div#content.container-fluid
section.border-box.span9 .row-fluid:nth-child(1),
section.border-box.span9 .row-fluid:nth-child(2) { 
background: transparent; }

div#content.container-fluid
section.border-box.span9 table,
div#content.container-fluid
section.border-box.span9 td,
div#content.container-fluid
section.border-box.span9 th{ border-color: #777; }

div#forum_content.forum_content { background: #fff;
width: 80%;
margin: 0px auto; }

section.border-box.masonry-brick {
  border: 1px solid #ccc; }
 
/*color stats links */
div.span4.footer-stats a { color: #555; }
 
h4 i { color: #555; }

#topic_view div.row-fluid p a,
section.social a{ color: #0174C0; }

/* push footer down where it should be */
footer.body { position: relative; bottom: -20px; }

/*to put post tools at the bottom of the post*/
article.post-entry.clearfix
div.post-content { min-height: 320px; }

/*add a border between posts */
.border-box article.post-entry:first-child,
.border-box article.post-entry:nth-child(3){ 
border-top: 1px solid #ccc;
}
.border-box article.post-entry:last-child {
  border-bottom: 1px solid #ccc; }

/* signature top border */
div.signature { border-top: 1px dotted #ccc; }

#quick-reply textarea { max-width: 99%; }

/* sidebar box */
div#widget-view div#widget-view-container section.border-box.span3 { border: 1px solid #ccc; }

/*Keep sidebar boxes inside content area*/
div#content div#widget-view,
div#content div#widget-view div#widget-view-container,
div#content div#widget-view div#widget-view-container section.border-box { width: 99%; }

/*Footer stats widgets*/
div.span4.footer-stats span.widget-stats ul li { color: #555; }

/*adjust scroll on bottom page caused by rss email div*/
div#forum_content.forum_content div#content.container-fluid div.span12 {width: 99%;}

 .navbar .navbar-inner, .container-fluid.top-panel  { filter: none; }
 footer.body { filter: none; }

html, body { height: 100%; }

div#forum_content.forum_content { background: #fff;
width: 80%;
margin: 0px auto; 
min-height: 90%;}

section.border-box  {
box-shadow: none;
}

/*dividers*/
 section.border-box div.row-fluid:not(header) { border-top: 1px solid #ccc; margin: 0 5px;}
section.border-box div.row-fluid:nth-child(1) { border: 0; }

#topic_view section.border-box div.row-fluid { border: 0; }

/*hr in sidebar*/
div#widget-view div#widget-view-container section.border-box.span3 > div.span11 > center > hr { border: 0; border-bottom: 1px solid #ccc; }

/*category names*/
div#topics-view h3 { 
color: #999;
padding-left: 5px;
height: 30px;
line-height: 30px;
border-bottom: 2px solid #888888;}

.btn.btn-round, .btn.btn-square, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { 
  border-radius: 5px;
}

.btn.btn-round:hover,
.btn.btn-square:hover { color: #fff; }

div.pagination.center li a{
  background: #0174C0;
  color: #fff;
 }

div.pagination.center li.active a {
background: #57A3D5;
}
div.pagination.center li a:hover {
background: #57A3D5; color: #fff;
}

/*color navbar search*/
#searchyuku.form-search .btn,
#searchyuku.form-search
 .span2.search-query {
background-color:  #111; 
border-color:  #222;
}

/* color "th" a */
div#table-view
section.border-box
header.row-fluid h4 a { color: #555; }

#topic_view section.border-box article{
  border-color: #ccc;}

/*dropdown  color*/
.dropdown ul .btn.btn-link { color: #000; text-shadow: none; }

footer.body { color:#555; }

/*color stats headers and links */
div.span4.footer-stats h5 { color: #555; }
footer.body > div.container-fluid > div.row-fluid > div.span4.footer-stats a { color: #0174C0; }

/*community stats*/
footer.body div.span4.footer-stats:nth-of-type(1) > h5:before{
content: "";
font-family: "FontAwesome";
color:  #0174C0;
font-size: 16px;
padding-right: 5px;}

/*whosonline stats*/
footer.body div.span4.footer-stats:nth-of-type(2) > h5:before{
content: "";
font-family: "FontAwesome";
color:  #0174C0;
font-size: 16px;
padding-right: 5px;}

/*popular links*/
footer.body > div.container-fluid > div.row-fluid > div.span4.footer-stats:nth-of-type(3) > h5:nth-of-type(1):before{
content: "";
font-family: "FontAwesome";
color:  #0174C0;
font-size: 16px;
padding-right: 5px;}

/*info links*/
footer.body > div.container-fluid > div.row-fluid > div.span4.footer-stats:nth-of-type(3) > h5:nth-of-type(2):before{
content: "";
font-family: "FontAwesome";
color:  #0174C0;
font-size: 16px;
padding-right: 5px;}

/*color navbar Logo*/
div.navbar.navbar-inverse a.brand { color: #fff; }

/*footer logo*/
footer.body p.pull-left,
footer.body p.pull-left a { color: #fff;}

blockquote {
background: #f9f9f9;
border:1px solid #ccc;
color: #444;
font-size:12px;
line-height:17px;
margin:0 10px 10px;
padding:14px 10px 10px 14px;
border-radius: 10px;
}

blockquote:before{
content: "";
font-family: "FontAwesome";
color: #0174C0;
padding-right: 5px;}

/*color hr within quotes*/
div.post-content
div.post-content-container
blockquote hr {
  border-color: #ccc; }

/*remove border radius from nav bars */
div.navbar.navbar-inverse div.navbar-inner {
  border-radius: 0; }

div#forum_content.forum_content
footer.body { background:#fff;
}

div#forum_content.forum_content
footer.body div.container-fluid {
border-top: 3px double #0174C0; margin: 0 5px;}

section.border-box.masonry-brick {
  border: 1px solid #ccc; }
 
/*color stats links */
div.span4.footer-stats a { color: #555; }
 
h4 i { color: #555; }

#topic_view div.row-fluid p a,
section.social a{ color: #0174C0; }

/*to move the footer down*/
html img[src="http://load.s3.amazonaws.com/pixel.gif"]{ display: none;}

/*fix for weird crap in the first 2 post boxes topic page*/
#topic_view section.border-box article { background: transparent; border-radius: 0;}
#topic_view section.border-box form article { border-bottom: 0; border-radius: 0;}

/*lead post*/
div#topic_view > div#content.container-fluid > section.border-box > article.post-entry.clearfix { background: #f9f9f9; }

/*add some space under reply title*/
div#topic_view div.reply-title { margin-bottom: 10px; }

div#topic_view  section.border-box{border-top: 2px solid #888888; border-bottom: 2px solid #888888; border-radius: 0;}

div#topic_view  section.border-box header { margin: 10px 0 0 10px; border: 1px solid #ccc; border-radius: 5px;}

/* signature top border */
div.signature { border-top: 1px dotted #ccc; margin-top: 20px; padding: 10px 0; }

#quick-reply textarea { max-width: 99%; }

/* sidebar box */
div#widget-view div#widget-view-container section.border-box.span3 { border: 1px solid #ccc; }

/*Keep sidebar boxes inside content area*/
div#content div#widget-view,
div#content div#widget-view div#widget-view-container,
div#content div#widget-view div#widget-view-container section.border-box { width: 99%; }

/*Footer stats widgets*/
div.span4.footer-stats span.widget-stats ul li { color: #555; }

 .navbar .navbar-inner, .container-fluid.top-panel  { filter: none; }
 footer.body { filter: none; }

/*adjust scroll on bottom page caused by rss email div*/
div#forum_content.forum_content > div#content.container-fluid > div.span12.hidden-phone {
width: 99%;
margin: 10px auto 0 auto;}
div#forum_content.forum_content > div#content.container-fluid > div.span12.hidden-phone div.span2.text-right{ 
text-align: right;  
margin-left: 0;
width: 99%;}

/*quick reply*/
div#topic_view > div#content.container-fluid > section.content-part {
margin-top: 70px; background: #EFEFEF; padding: 1px 10px;border-radius: 5px; }
div#topic_view > div#content.container-fluid > section.content-part > form#quick-reply.form-inline > p > span > p { margin-top: 5px; }
div#topic_view > div#content.container-fluid > section.content-part > form#quick-reply.form-inline > p.form-buttons-holder { text-align: right; }

/*fix for ridiculous space on box headers*/
div#forum_content.forum_content section.border-box header.row-fluid h4 { min-height: 20px; }

div#forum_content.forum_content > div#content.container-fluid > h2 { border-bottom: 3px double #0174C0; }

div#forum_content.forum_content > div.container-fluid  div#tag-view > section.border-box { background: #f9f9f9; }

div#forum_content.forum_content > div.container-fluid > form.form-inline > div#content.container-fluid.breath > div.row-fluid > div#topics-view > div#table-view > section.border-box > header.row-fluid {
margin-top: 20px; border-top: 3px double #0174C0; border-radius: 0; }

/*kudos on*/
div#forum_content.forum_content > div#topic_view > div#content.container-fluid > div.row-fluid > div.responsive_kudos > div.span6 > form.kudos_form > input {
background: transparent url(http://static.yuku.com/common/bypass/icons/kudos/kudo_on.gif) no-repeat; 
width:0;
height: 20px;
padding-left: 20px;}

/*kudos off*/
div#forum_content.forum_content > div#topic_view > div#content.container-fluid > div.row-fluid > div.responsive_kudos > div.span6 > img {
background: transparent url(http://static.yuku.com/common/bypass/icons/kudo_on.gif) no-repeat;
width:0;
height: 20px;
padding-left: 20px;
}

/* padding for who kudo'd page */
div#forum_content.forum_content > section.precontent ul.breadcrumb,
div#forum_content.forum_content > div.body.centered > div.main > section.thread{ padding-left: 20px; }

/*control long names in Author column*/
div#forum_content.forum_content > div#content.container-fluid > section.border-box > div.row-fluid > span:nth-child(2),
div#forum_content.forum_content  div#content.container-fluid.breath > div.row-fluid > div#topics-view > div#table-view > section.border-box > div.row-fluid > span:nth-child(2){
  overflow: hidden; text-overflow: ellipsis; } 

/*control long names in Last Post column*/
div#forum_content.forum_content div#content div div div div section div.row-fluid span.span2{
 overflow: hidden; text-overflow: ellipsis; }

/*fix long names in avatar area*/
section article header p  {
max-width: 100px; overflow: hidden; text-overflow: ellipsis; }

/* online - offline icons*/
i.icon-circle { color: #0174C0; }
i.icon-circle-blank { color: #ddd; }

/*calendar table border color*/
div#forum_content.forum_content section.border-box.span9 > div.row-fluid > span.span12 > table,
div#forum_content.forum_content section.border-box.span9 > div.row-fluid > span.span12 > table td,
div#forum_content.forum_content section.border-box.span9 > div.row-fluid > span.span12 > table th { border-color: #bbb; }
/*border below prev next buttons on calendar*/
div#forum_content.forum_content section.border-box.span9 > div.row-fluid { border: 0; }
/*prev next buttons on calendar*/
div#forum_content.forum_content section.border-box.span9 > div.row-fluid > span.span12 ul li a { background: transparent; border: 0; }
/*sidebar hr*/
div#forum_content.forum_content > div#content.container-fluid > div.row-fluid > section.span3 > hr { border-color: #ccc; }
/*margin for first go button*/
div#forum_content.forum_content > div#content.container-fluid > div.row-fluid > section.span3 > form.form-search > fieldset > button.btn.btn-round { margin-top: 10px; }
/*new event hr*/
section.span9 > form.form > hr{ border-color: #ccc; }

/*panel*/
div.navbar.navbar-inverse > div.navbar.navbar-inverse { background: #EFEFEF; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse div.top-panel.container-fluid { background: #EFEFEF; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse div.top-panel.container-fluid h3 { background: #ccc; color: #000; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span7.panel-tabs > div.tab-content > div#posts table th {
border-color: #bbb; color: #444; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span2 > div.row-fluid > form.form-search > div.input-append.input-block-level > button.btn{
background: #0174C0; color: #fff;}
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span7.panel-tabs > ul.nav.nav-pills > li > a { color: #0174C0; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span7.panel-tabs > ul.nav.nav-pills > li.active > a { background: #0174C0; color: #fff; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span2 > div.row-fluid > h1.text-center { background: #fff; }

div#gallery span,
span#show_gallery.button { background: #0174C0; color: #fff; padding-top: 5px; }

/*adjust the checkboxes on forum page*/
div#forum_content.forum_content  div#content.container-fluid.breath section.border-box > header.row-fluid > h4.span6 > span#checkallholder > input { margin-right: 5px; position: relative; top: -3px;}
div#forum_content.forum_content  div#content.container-fluid.breath section.border-box > div.row-fluid > span.span6 > h4 > input {margin-right: 5px; position: relative; top: -3px; }
div#forum_content.forum_content div#content.container-fluid.breath div#block-view div#block-view-container section.border-box input { margin-right: 5px; position: relative; top: -3px;}

/*hide double buttons on small screen*/
div#forum_content.forum_content > div#content.container-fluid > div.row-fluid.hidden-desktop > div.span12 { display: none; }
@media(max-width: 755px) {div#forum_content.forum_content > div#content.container-fluid > div.row-fluid.hidden-desktop > div.span12 { display: inline-block; }}
/*forum page*/
div#forum_content.forum_content > div.container-fluid > form.form-inline > div.row-fluid.breath > div.span12.hidden-desktop a { display: none; }
@media(max-width: 755px) {
div#forum_content.forum_content > div.container-fluid > form.form-inline > div.row-fluid.breath > div.span12.hidden-desktop a { display: inline-block; }}

/*forum page header*/
div#forum_content.forum_content > div.container-fluid > h1 {
font-size: 30px;
}

/*forum page width*/
div#forum_content.forum_content > div.container-fluid > form.form-inline > div#content.container-fluid.breath { padding-left: 0; padding-right: 0; }

/*search results*/
div#forum_content.forum_content > div#content.container-fluid > h4 { 
border-top: 2px solid #888;
padding-top:  10px; }

/*space by search button legend page*/
form#advanced.custom > button#submit.btn.btn-round { margin-top: 10px; }

.btn.btn { text-shadow: none; }

/*remove some space on forum page around pager*/
div#forum_content.forum_content > div.container-fluid > form.form-inline > div#content.container-fluid { padding: 0; }

/*footer widget span text color*/
footer.body > div.container-fluid > div.row-fluid > div.span4.footer-stats > span{ color: #444; }

/*post preview page*/
form#post-form.form > div#content.container-fluid > section.border-box header{ background: transparent; box-shadow: none;  }
form#post-form.form > div#content.container-fluid > section.border-box > article.post-entry.clearfix > div.post-content > div.post-content-container { min-height: 130px; }