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

h1, h2, h3, h4 { color: #525E67; }

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

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

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

footer.body a { color: #105289; }

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

html, body, span { color: #4C5D77; }

html, body { background: #ACA8A1; }

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

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

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

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

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

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

.phantom-hf-base { color: #535F68; }

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

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

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

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

.navbar-inverse .btn-navbar { background: #32393e; }

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

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

footer.body .navbar { color: #4B555D; } 
                div#forum_content.forum_content { 
  background: rgb(210,210,210); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjQlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjQlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(210,210,210,1) 0%, rgba(224,224,224,1) 7%, rgba(239,239,239,1) 24%, rgba(241,241,241,1) 46%, rgba(249,249,249,1) 64%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,1)), color-stop(7%,rgba(224,224,224,1)), color-stop(24%,rgba(239,239,239,1)), color-stop(46%,rgba(241,241,241,1)), color-stop(64%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(224,224,224,1) 7%,rgba(239,239,239,1) 24%,rgba(241,241,241,1) 46%,rgba(249,249,249,1) 64%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(224,224,224,1) 7%,rgba(239,239,239,1) 24%,rgba(241,241,241,1) 46%,rgba(249,249,249,1) 64%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(224,224,224,1) 7%,rgba(239,239,239,1) 24%,rgba(241,241,241,1) 46%,rgba(249,249,249,1) 64%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,210,210,1) 0%,rgba(224,224,224,1) 7%,rgba(239,239,239,1) 24%,rgba(241,241,241,1) 46%,rgba(249,249,249,1) 64%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
  width: 80%;
  margin: 30px auto;
  border-radius: 20px;
border: 2px solid #fff;}

/* remove color behind box headers*/
section.border-box header.row-fluid{
background-color: transparent;
 }

/*header bg*/
header.body {
background: rgb(110,119,127); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlNzc3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNTA1YzY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjNTY2MjZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjNzM3Zjg4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjODg5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(110,119,127,1) 0%, rgba(80,92,101,1) 1%, rgba(86,98,107,1) 20%, rgba(115,127,136,1) 75%, rgba(124,136,145,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,119,127,1)), color-stop(1%,rgba(80,92,101,1)), color-stop(20%,rgba(86,98,107,1)), color-stop(75%,rgba(115,127,136,1)), color-stop(100%,rgba(124,136,145,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(110,119,127,1) 0%,rgba(80,92,101,1) 1%,rgba(86,98,107,1) 20%,rgba(115,127,136,1) 75%,rgba(124,136,145,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(110,119,127,1) 0%,rgba(80,92,101,1) 1%,rgba(86,98,107,1) 20%,rgba(115,127,136,1) 75%,rgba(124,136,145,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(110,119,127,1) 0%,rgba(80,92,101,1) 1%,rgba(86,98,107,1) 20%,rgba(115,127,136,1) 75%,rgba(124,136,145,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(110,119,127,1) 0%,rgba(80,92,101,1) 1%,rgba(86,98,107,1) 20%,rgba(115,127,136,1) 75%,rgba(124,136,145,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e777f', endColorstr='#7c8891',GradientType=0 ); /* IE6-8 */
 margin: 20px;
border-radius: 8px;}

/*box bg*/
section.border-box {
background: rgb(124,136,145); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjODg5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjN2M4NzkwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjNzY4MjhiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjNWI2NjZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjNTA1YzY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUwNWM2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(124,136,145,1) 0%, rgba(124,135,144,1) 4%, rgba(118,130,139,1) 10%, rgba(91,102,111,1) 29%, rgba(80,92,101,1) 38%, rgba(80,92,101,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,136,145,1)), color-stop(4%,rgba(124,135,144,1)), color-stop(10%,rgba(118,130,139,1)), color-stop(29%,rgba(91,102,111,1)), color-stop(38%,rgba(80,92,101,1)), color-stop(100%,rgba(80,92,101,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(124,136,145,1) 0%,rgba(124,135,144,1) 4%,rgba(118,130,139,1) 10%,rgba(91,102,111,1) 29%,rgba(80,92,101,1) 38%,rgba(80,92,101,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(124,136,145,1) 0%,rgba(124,135,144,1) 4%,rgba(118,130,139,1) 10%,rgba(91,102,111,1) 29%,rgba(80,92,101,1) 38%,rgba(80,92,101,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(124,136,145,1) 0%,rgba(124,135,144,1) 4%,rgba(118,130,139,1) 10%,rgba(91,102,111,1) 29%,rgba(80,92,101,1) 38%,rgba(80,92,101,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(124,136,145,1) 0%,rgba(124,135,144,1) 4%,rgba(118,130,139,1) 10%,rgba(91,102,111,1) 29%,rgba(80,92,101,1) 38%,rgba(80,92,101,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c8891', endColorstr='#505c65',GradientType=0 ); /* IE6-8 */
padding: 5px;
padding-top: 0;}

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

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

/*add border to categoy page ON blocks*/
div#topics-view div#block-view section.border-box div.row-fluid{
border-top: 1px solid #00608F;
}  

/* add background color to rows inside boxes */
section.border-box div.row-fluid{
background: #E8ECEE;
}

/*remove footer background*/
div#forum_content.forum_content
footer.body {background: transparent; }

/*padding for top of rows in ON view topics page */
div#content.container-fluid.breath
div#block-view.row-fluid.topics-view
section.border-box.masonry-brick {
  padding-top: 5px;}

/* color "th" a */
div#table-view
section.border-box
header.row-fluid h4 a { color: #fff; }
 
#topic_view section.border-box {
  padding-top: 25px;
}

#topic_view section.border-box article{
  background: #E8ECEE;
  margin-bottom: 10px;
  border-radius: 5px;
}

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

/*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
header.row-fluid
div.row-fluid
div.span6 h2 { color: #fff; }

div#block-view-container.span12.masonry
section.border-box.masonry-brick h4 i { 
  color: #4B555D; }

/*color stats headers and links */
div.span4.footer-stats { 
   color:#4B555D; }
div.span4.footer-stats h5{ 
  font-style: italic; color: #4B555D;
font-weight: bold;}
div.span4.footer-stats p { 
   color:#4B555D; }

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

footer p.pull-left { color: #fff; }

/* pager */
div.pagination.center li a {
background-image: linear-gradient(to bottom, #DCDEE2, #bbbdc0);background-image: -moz-linear-gradient(top, #DCDEE2, #bbbdc0);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDEE2), to( #bbbdc0));background-image: -webkit-linear-gradient(top, #DCDEE2, #bbbdc0);background-image: -o-linear-gradient(top, #DCDEE2, #bbbdc0);background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCDEE2', endColorstr='#bbbdc0', GradientType=0);background-color: #DCDEE2;*background-color: #DCDEE2;
border-color: #A5A6A9;
}
div.pagination.center li.active a {
background:#bbbdc0;
  color: #000;
}
div.pagination.center li a:hover {
background: #bbbdc0;
}

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

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

/* add background color and set spacing on widget boxes */
#widget-view section.border-box div {  background: #E8ECEE; 
margin-left: 1px;
width: 99%;
padding-left: 5px;}

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



/* push footer down where it should be */
footer.body { position: relative; bottom: -20px; }
                                    
blockquote {
background: #fff url("http://static.yuku.com/skins/pro/default/images/icon_quotes.png") no-repeat scroll 12px 13px;
border:1px solid #ccc;
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: #ccc; }

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

/*add space between last post and add reply button*/
div#topic_view section span.pull-right a.btn.btn-round { margin-top: 10px; }

/*remove sidebar box header color*/
div.span3 div#widget-view div#widget-view-container section header{  
background-color: transparent; 
}

/*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%; }
/*remove footer background*/
div#forum_content.forum_content
footer.body {background: transparent;
filter: none; }

html, body{ height: 100%; }
div#forum_content.forum_content { 
  background: rgb(210,210,210); /* Old browsers */
background: linear-gradient(to bottom,  rgba(210,210,210,1) 0%,rgba(224,224,224,1) 7%,rgba(239,239,239,1) 24%,rgba(241,241,241,1) 46%,rgba(249,249,249,1) 64%,rgba(249,249,249,1) 100%); /* W3C */
  width: 80%;
  margin: 30px auto;
  border-radius: 20px;
border: 2px solid #fff;
min-height: 90%;}

/* remove color behind box headers*/
section.border-box header.row-fluid{
background-color: transparent;
 }

/*header bg*/
header.body {
background: rgb(110,119,127); /* Old browsers */
background: linear-gradient(to bottom,  rgba(110,119,127,1) 0%,rgba(80,92,101,1) 1%,rgba(86,98,107,1) 20%,rgba(115,127,136,1) 75%,rgba(124,136,145,1) 100%); /* W3C */
min-height: 100px;
    height: auto;    
    margin: 20px;
border-radius: 8px;}

/*top ad background*/
header.body div.ads{
background: transparent;
}

/*bottom ad bg*/
footer.body.breath { background: transparent; }

/*box bg*/
section.border-box {
background: rgb(124,136,145); /* Old browsers */
background: linear-gradient(to bottom,  rgba(124,136,145,1) 0%,rgba(124,135,144,1) 4%,rgba(118,130,139,1) 10%,rgba(91,102,111,1) 29%,rgba(80,92,101,1) 38%,rgba(80,92,101,1) 100%); /* W3C */
padding: 5px;
padding-top: 0;}

/*dividers*/
section.border-box div.row-fluid:not(header) { border-top: 1px solid #00608F; }
section.border-box div.row-fluid:nth-child(1),
section.border-box div.row-fluid:nth-child(2) { 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 #00608F; }

/* add background color to rows inside boxes */
section.border-box div.row-fluid{
background: #E8ECEE;
}

/*remove footer background*/
div#forum_content.forum_content
footer.body {background: transparent;
filter: none; }

/*padding for top of rows in ON view topics page */
div#content.container-fluid.breath
div#block-view.row-fluid.topics-view
section.border-box.masonry-brick {
  padding-top: 5px;}

/* color "th" a */
div#table-view
section.border-box
header.row-fluid h4 a { color: #fff; }
 
#topic_view section.border-box {
  padding-top: 25px;
}

#topic_view section.border-box article{
  background: #E8ECEE;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 0;
}

section.border-box.masonry-brick h4 i { 
  color: #4B555D; }

/*color stats headers and links */
div.span4.footer-stats { 
   color:#4B555D; }
div.span4.footer-stats h5{ 
color: #4B555D;
font-weight: bold;}
div.span4.footer-stats p { 
   color:#4B555D; }

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

/* pager */
div.pagination.center li a {
background-image: linear-gradient(to bottom, #DCDEE2, #bbbdc0);background-color: #DCDEE2;
border-color: #A5A6A9;
}
div.pagination.center li.active a {
background:#bbbdc0;
  color: #000;
}
div.pagination.center li a:hover {
background: #bbbdc0;
}

/*dropdown  color*/
.dropdown ul .btn.btn-link { color: #333; }

ul.dropdown-menu li a:hover,
div.dropdown ul.dropdown-menu li a:hover{ background: #7C8891; }

/* add background color and set spacing on widget boxes */
#widget-view section.border-box div {  background: #E8ECEE; 
margin-left: 1px;
width: 99%;
padding-left: 5px;}

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

/*to move the footer down*/
html img[src="http://load.s3.amazonaws.com/pixel.gif"]{ display: none;}
                                    
blockquote {
background: #fff;
color: #4C5D77;
border:1px solid #ccc;
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: #105289;
padding-right: 5px;}

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

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

/*remove sidebar box header color*/
div.span3 div#widget-view div#widget-view-container section header{  
background-color: transparent; 
}

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

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

/*allow content to fill the page*/
div#forum_content.forum_content div.container-fluid { max-width: 100%; }

div#forum_content.forum_content > div.container-fluid > form.form-inline > div#content.container-fluid.breath{ padding: 0; }

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

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

/*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:  #105289;
font-size: 16px;
padding-right: 5px;
font-style: normal;
font-weight: normal;}

/*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:  #105289;
font-size: 16px;
padding-right: 5px;
font-style: normal;
font-weight: normal;}

/* to remove that extra border at the bottom of posts*/
div#topic_view section.border-box form{ margin-bottom: -5px; }

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

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

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

/*remove the tiny black marks on the footer nav*/
footer.body > div.container-fluid > div.navbar.navbar-inverse
  { background: transparent; box-shadow: none; border:0; border-radius:0; }

/*quick reply*/
div#topic_view > div#content.container-fluid > section.content-part {
margin-top: 70px; border: 5px solid #505C65; border-radius: 10px; box-shadow: 0px 0px 5px 1px #bbb; padding: 1px 10px; background: #E8ECEE;}
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; }
div#topic_view > div#content.container-fluid > section.content-part > h3 { background: #505C65; color: #fff; padding: 5px; margin: -1px -10px 5px;}

/*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/domainskins/bypass/img/arizona/hockey/Tup_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/domainskins/bypass/img/arizona/hockey/Tup_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; }

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

/*post page*/
form#post-form.form > section.border-box > article.post-entry.clearfix { background: transparent; border: 0; padding-top: 5px; }
form#post-form.form > section.border-box header { background: transparent; }
form#post-form.form span span span a span { color: #000; }

div#gallery span,
span#show_gallery.button { background: #bbb; text-shadow: none; color: #222; }

/*post preview page*/
form#post-form.form > div#content.container-fluid > section.border-box { padding-top: 5px; }
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; }

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

/*calendar*/
/*border below prev next buttons on calendar*/
div#forum_content.forum_content section.border-box.span9 > div.row-fluid { border: 0; }
/*calendar header*/
div#forum_content.forum_content section.border-box.span9 > header.row-fluid > div.row-fluid > div.span6 > h2 { color: #fff; }
div#forum_content.forum_content section.border-box.span9 > header.row-fluid > div.row-fluid { background: transparent; }
/*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; }
/*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: #aaa; }
/*sidebar hr*/
div#forum_content.forum_content > div#content.container-fluid > div.row-fluid > section.span3 > hr { border-color: #7C8891; }
/*new event hr*/
section.span9 > form.form > hr{ border-color: #7C8891; }
/*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; }

/*search legend*/
legend { color: #105289; border-color: #7C8891; }

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

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

/*panel*/
div.navbar.navbar-inverse > div.navbar.navbar-inverse { background: #ACA8A1; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse div.top-panel.container-fluid h3 { background: #ddd; color: #105289; }
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;}
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span7.panel-tabs  { background: #E8ECEE; }
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: #7C8891; color: #105289; }
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: #105289; }
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: #49545B; color: #fff; }
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span3 li a,
div.navbar.navbar-inverse > div.navbar.navbar-inverse > div.top-panel.container-fluid > div.row-fluid > div.span3 li span,
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 p a{ 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: #D31141; }
i.icon-circle-blank { color: #aaa; }
 
/*mini dropdown button and arrow*/
div#forum_content.forum_content section.border-box button i { color: #105289; text-shadow: none; }
div#forum_content.forum_content section.border-box button span.caret { border-top-color: #105289; }

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

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

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