@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;
}

.post-entry.clearfix > footer
{
  border-bottom: 1px solid #CCCCCC;
}


header.body { background: #176093; }

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

a, .social a { color: #176093; }

.top-panel a { color: #176093; }

footer.body a { color: #176093; }

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

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

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

.phantom-button-base { color: #176093; }

.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, #176093, #14527d);background-image: -moz-linear-gradient(top, #176093, #14527d);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#176093), to( #14527d));background-image: -webkit-linear-gradient(top, #176093, #14527d);background-image: -o-linear-gradient(top, #176093, #14527d);background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176093', endColorstr='#14527d', GradientType=0);background-color: #176093;*background-color: #176093;; }

.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: #14527d; }

.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: #2B485C; }

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

.navbar-inverse .navbar-inner { border: #253d4e; }

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

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

.navbar-inverse .btn-navbar { background: #1a2b37; }

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

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

footer.body .navbar { color: #7DB3D8; }body { font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; }

section.border-box header{
background: rgb(165,202,228); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2FlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYzRkY2VkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjYzNkYmVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjYTljY2U1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjYTVjYWU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjYjJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(165,202,228,1) 0%, rgba(196,220,237,1) 4%, rgba(195,219,237,1) 52%, rgba(169,204,229,1) 81%, rgba(165,202,228,1) 96%, rgba(108,178,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,202,228,1)), color-stop(4%,rgba(196,220,237,1)), color-stop(52%,rgba(195,219,237,1)), color-stop(81%,rgba(169,204,229,1)), color-stop(96%,rgba(165,202,228,1)), color-stop(100%,rgba(108,178,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(165,202,228,1) 0%,rgba(196,220,237,1) 4%,rgba(195,219,237,1) 52%,rgba(169,204,229,1) 81%,rgba(165,202,228,1) 96%,rgba(108,178,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(165,202,228,1) 0%,rgba(196,220,237,1) 4%,rgba(195,219,237,1) 52%,rgba(169,204,229,1) 81%,rgba(165,202,228,1) 96%,rgba(108,178,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(165,202,228,1) 0%,rgba(196,220,237,1) 4%,rgba(195,219,237,1) 52%,rgba(169,204,229,1) 81%,rgba(165,202,228,1) 96%,rgba(108,178,228,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(165,202,228,1) 0%,rgba(196,220,237,1) 4%,rgba(195,219,237,1) 52%,rgba(169,204,229,1) 81%,rgba(165,202,228,1) 96%,rgba(108,178,228,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cae4', endColorstr='#6cb2e4',GradientType=0 ); /* IE6-8 */
}

#topic_view section.border-box header {
  background: #D7EDFC;
padding-right: 10px;
border-radius: 10px;
margin: 5px 35px 5px 5px;
}

#topic_view section.border-box
header:before
 {content: " ";
display: block;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left:  10px solid #d7edfc;
position: relative;
top: 10px;
left: 110px;
z-index: 2000000; 
}

section.border-box {
box-shadow: 0px 0px 2px 2px #A5CAE4;
}

/* pager */
div.pagination.center li a {
border: 1px solid #A5CAE4;
  border-radius: 5px;
  margin-right: 5px;

}
div.pagination.center li.active a {
background: #A5CAE4;
  color: #272A64
}
div.pagination.center li a:hover {
background: #A5CAE4;
}

/*color navbar search*/
#searchyuku.form-search .btn,
#searchyuku.form-search
 .span2.search-query {
background-color: #3A5161; 
border-color:  #475C6A;
}

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

/*color stats headers and links */
div.span4.footer-stats h5 { 
 color: #A0C8E3;
 font-size: 14px;
  font-weight: bold;}

div.span4.footer-stats a { color: #ffffff; }

/*add border to forum rows*/
div#table-view.topics-view section div.row-fluid{
border-bottom: 1px solid #D7EDFC;
}

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

section.border-box
div.row-fluid
h4 a { font-weight: bold;}

 h4 i { color: #F9C076;}
 
/*to keep topic tools on ground zero*/
article.post-entry.clearfix
div.post-content { min-height: 310px; } 

/*fix added for 1st 2 posts bg prob*/
div#forum_content.forum_content
.border-box article {
  background: #FCFCFF;
 border-color: #A5CAE4;
border-width: 1px;}
 
/* add space between widgets and content */
div#widget-view.row-fluid.topics2-view {
  margin-bottom: 20px; }

html, body { height: 100%; }
div#forum_content.forum_content { min-height: 90%; }

body { font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; }

section.border-box header{
background: rgb(165,202,228); 
background: linear-gradient(to bottom,  rgba(165,202,228,1) 0%,rgba(196,220,237,1) 4%,rgba(195,219,237,1) 52%,rgba(169,204,229,1) 81%,rgba(165,202,228,1) 96%,rgba(108,178,228,1) 100%); 
}

#topic_view section.border-box header {
 background: #D7EDFC;
padding-right: 10px;
border-radius: 10px;
margin: 5px 35px 5px 5px;
}

#topic_view section.border-box
header:before
 {content: " ";
display: block;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left:  10px solid #d7edfc;
position: relative;
top: 10px;
left: 110px;
z-index: 2000000; 
}

section.border-box {
box-shadow: 0px 0px 2px 2px #A5CAE4;
}

/* pager */
div.pagination.center li a {
border: 1px solid #A5CAE4;
 border-radius: 5px;
 margin-right: 5px;

}
div.pagination.center li.active a {
background: #A5CAE4;
  color: #272A64;
}
div.pagination.center li a:hover {
background: #A5CAE4;
}

/*color navbar search*/
#searchyuku.form-search .btn,
#searchyuku.form-search
 .span2.search-query {
background-color: #344E60; 
border-color: #3C5566;
}

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

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

/*color stats headers and links */
div.span4.footer-stats h5 { 
 color: #A0C8E3;
 font-size: 14px;
 font-weight: bold;}

div.span4.footer-stats a { color: #ffffff; }

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

/*whosonline stats*/
footer.body div.span4.footer-stats:nth-of-type(2) > h5:before{
content: "";
font-family: "FontAwesome";
color: #A0C8E3;
font-size: 16px;
font-weight: normal;
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: #A0C8E3;
font-size: 16px;
font-weight: normal;
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: #A0C8E3;
font-size: 16px;
font-weight: normal;
padding-right: 5px; }

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

section.border-box
div.row-fluid
h4 a { font-weight: bold;}

/*color little icons*/
div#block-view-container i,
section h4 i,
span h4 i { color: #F9C076; text-shadow: 1px 1px 1px #000;}
 
/*fix for weird crap in the first 2 post boxes topic page*/
#topic_view section.border-box article { background: transparent; border-color: #A5CAE4; }
#topic_view section.border-box form article { border-bottom: 0; }

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

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


/*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; }

/*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%;}

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

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

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


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

/*adjust quick reply text box*/
#quick-reply textarea { max-width: 99%; }

/*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%; }

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

/*mini dropdown button icon*/
div#forum_content.forum_content section.border-box button i { color: #176093; text-shadow: none; }
div#forum_content.forum_content section.border-box button span.caret { border-top-color: #176093; }

/*search legend*/
legend { color: #176093; border-color: #176093; }

/*search results*/
div#forum_content.forum_content > div#content.container-fluid > h4 { 
border-top: 3px solid #176093;
padding-top: 5px;}

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

/*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/heart-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/kudos/heart-off.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; }

/*quick reply*/
div#topic_view > div#content.container-fluid > section.content-part {
margin-top: 70px; box-shadow: 0px 0px 2px 2px #A5CAE4; border-radius: 8px; padding: 1px 10px; }
div#topic_view > div#content.container-fluid > section.content-part > form#quick-reply.form-inline > p.form-buttons-holder { text-align: right; }

/*post page*/
form#post-form.form > section.border-box > article.post-entry.clearfix { background: transparent; border: 0; }
form#post-form.form > section.border-box header { background: transparent; }
div#gallery span,
span#show_gallery.button { background: #14527d; color: #fff; }
div#forum_content.forum_content > div#content.container-fluid > form#post-form.form { 
box-shadow: 0px 0px 2px 2px #A5CAE4; border-radius: 8px; padding: 10px; }

/*new post form*/
div#forum_content.forum_content > form#post-form.form > div#content.container-fluid > fieldset {
box-shadow: 0px 0px 2px 2px #A5CAE4; border-radius: 8px; padding: 10px; }
 
/*new poll form*/
div#forum_content.forum_content > form.custom > div#content.container-fluid > fieldset{
box-shadow: 0px 0px 2px 2px #A5CAE4; border-radius: 8px; padding: 0 10px 10px; }

/*calendar event & repeat form*/
div#forum_content.forum_content > div#content.container-fluid > div.row-fluid > section.span9 > form.form{
box-shadow: 0px 0px 2px 2px #A5CAE4; border-radius: 8px; padding: 0 10px 10px; }

/*panel*/
div.navbar.navbar-inverse > div.navbar.navbar-inverse { background: #176093; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse div.top-panel.container-fluid h3 { background: #fff; color: #000; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse div.top-panel.container-fluid h3 a { color: #000; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span2 > div.row-fluid { margin-left: 10px; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span3 { margin-left: 15px; color: #fff;}
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span3 p a,
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span3 p span,
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span3 a,
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span3 a span { color: #fff; }
.btn.btn-square:hover { color: #fff; }
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: #176093; color: #176093; }
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: #176093; color: #fff; text-shadow: none;}
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span7.panel-tabs a { color: #176093; }
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: #176093;  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; }

/* online - offline icons*/
i.icon-circle { color: #86F976; }
i.icon-circle-blank { color: #bbb; }

/*sidebar box adjusts*/
div#widget-view div#widget-view-container section.border-box div.span11 { padding: 5px; }

/*match the edge of the forum page with the buttons above*/
div#forum_content.forum_content > div.container-fluid > form.form-inline > div#content.container-fluid.breath{ padding: 0; }

/*add some space between the search tags box and the topictitles box*/
div#forum_content.forum_content > div.container-fluid > form.form-inline > div#content.container-fluid.breath > div.row-fluid > div#tag-view > section.border-box{ margin: 15px 0 10px 0; }

/* color dropdown link text */
div.dropdown ul input.btn.btn-link,
div.dropdown ul li .btn.btn-link,
div.dropdown ul li a,
ul.dropdown-menu li a {
  color: #333; }

/*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; }

/*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;}

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

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

/*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; }

/*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; }}