/* Dont remove the next lines */
/* Must be copied to /less/site-grid-config.less  */
/*  Grid Configuration */
/* column widths */
/* Resources */
/* Basic colors */
/* Action colors */
/* Typography */
/* Default messures */
/* must be on /css/site-default.less  */
/* uncomment to overwrite defaults */
/*** Resources */
/*** Basic colors */
/*** Action colors */
/*** Typography */
/*** Default messures */
/*** Misc */
/***** Text Shadow *****/
/**** Misc *****/
/***** Round Corners *****/
/***** Transition *****/
/***** Box Shadow *****/
/***** Opacity ******/
/** Site Mixins **/
/*.button(){*/
/*.button-default();	*/
/*}*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  font-size: 62.5%;
}
/* column widths */
/* grid basics */
[class|="grid"] {
  width: auto;
  float: left;
  clear: both;
}
[class|="column"] {
  float: left;
  position: relative;
  margin-left: 18px;
}
.column-1 {
  margin-left: 0;
}
/* @group Two Columns */
.grid-1-4 .column-1 {
  width: 180px;
}
.grid-1-4 .column-2 {
  width: 774px;
}
.grid-2-3 .column-1 {
  width: 378px;
}
.grid-2-3 .column-2 {
  width: 576px;
}
.grid-3-2 .column-1 {
  width: 576px;
}
.grid-3-2 .column-2 {
  width: 378px;
}
.grid-4-1 .column-1 {
  width: 774px;
}
.grid-4-1 .column-2 {
  width: 180px;
}
.grid-4-1 .column-1 .grid-2-2 .column-1 {
  width: 378px;
}
.grid-4-1 .column-1 .grid-2-2 .column-2 {
  width: 378px;
}
.grid-4-1 .column-1 .grid-1-3 .column-1 {
  width: 180px;
}
.grid-4-1 .column-1 .grid-1-3 .column-2 {
  width: 576px;
}
/* @end Two Columns */
/* @group Three Columns */
.grid-1-1-3 .column-1,
.grid-1-1-3 .column-2 {
  width: 180px;
}
.grid-1-1-3 .column-3 {
  width: 576px;
}
.grid-1-3-1 .column-1,
.grid-1-3-1 .column-3 {
  width: 180px;
}
.grid-1-3-1 .column-2 {
  width: 576px;
}
.grid-3-1-1 .column-1 {
  width: 576px;
}
.grid-3-1-1 .column-2,
.grid-3-1-1 .column-3 {
  width: 180px;
}
.grid-2-2-1 [class|="column"] {
  width: 378px;
}
.grid-2-2-1 .column-3 {
  width: 180px;
}
/* @end Three Columns */
/*

.column-1 {
	background: rgba(255, 0, 0, 0.1);
}

.column-2 {
	background: rgba(0, 255, 0, 0.1);
}

.column-3 {
	background: rgba(0, 0, 255, 0.1);
}

.column-4 {
	background: rgba(125, 125, 0, 0.1);
}

.column-5 {
	background: rgba(0, 125, 125, 0.1);
}

*/
.tag-cloud li {
  display: inline;
}
.tag-cloud li a {
  line-height: 1.2;
}
.tag-cloud li a:hover {
  text-decoration: underline;
}
.tag-cloud .tag-1 {
  font-size: 29px;
  font-weight: 900;
}
.tag-cloud .tag-2 {
  font-size: 25px;
  font-weight: 900;
}
.tag-cloud .tag-3 {
  font-size: 22px;
  font-weight: 800;
}
.tag-cloud .tag-4 {
  font-size: 19px;
  font-weight: 700;
}
.tag-cloud .tag-5 {
  font-size: 17px;
  font-weight: 600;
}
.tag-cloud .tag-6 {
  font-size: 15px;
  font-weight: 500;
}
.tag-cloud .tag-7 {
  font-size: 13px;
  font-weight: 400;
}
.tag-cloud .tag-8 {
  font-size: 12px;
  font-weight: 300;
}
.tag-cloud .tag-9 {
  font-size: 11px;
  font-weight: 200;
}
.tag-cloud .tag-10 {
  font-size: 10px;
  font-weight: 100;
}
.ac_results {
  padding: 0px;
  border: 1px solid #aaaaaa;
  background-color: #f0f0f0;
  overflow: hidden;
  z-index: 99999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ac_results ul {
  width: auto;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 3px 4.5px;
  cursor: default;
  display: block;
  /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/

  /*width: 100%;*/

  font: menu;
  /*font-size: 12px;*/

  /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/

  line-height: 18px;
  overflow: hidden;
  color: #444444;
}
.ac_results li:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.ac_results li:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.ac_loading {
  background: url('/global/img/ui/activity_indicators/gray_spinner.gif') right center no-repeat;
}
.ac_results li.ac_odd {
  background-color: white;
}
.ac_results li.ac_over {
  background-color: #ffa519;
  color: #0027b3;
}
/* Links */
/* Inputs */
/*@a-color: @maincyan;*/
/*@ahover-color: darken(@maincyan, 10);*/
/* ============================================================ */
/* ===============          Foundation          =============== */
/* ============================================================ */
body {
  font-size: 14px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  line-height: 18px;
  color: #444444;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
p {
  margin-bottom: 18px;
}
a {
  color: #ffa519;
  background: none;
  text-decoration: none;
}
a:hover {
  color: #cc7c00;
  background: none;
  text-decoration: none;
}
a:active {
  color: #995d00;
}
/* ============================================================ */
/* ===============          Headers             =============== */
/* ============================================================ */
h2 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #444444;
}
h3 {
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 9px;
  color: #444444;
}
h4 {
  font-size: 14px;
  margin-bottom: 18px;
  text-align: center;
  color: #444444;
}
h5 {
  color: #444444;
  margin: 18px 0 9px;
}
/* ============================================================ */
/* ===============        Misc Elments          =============== */
/* ============================================================ */
small {
  font-size: 10px;
}
strong {
  font-weight: bold;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
p {
  margin-bottom: 18px;
}
em {
  font-style: italic;
}
small {
  font-size: 10px;
}
/* ============================================================ */
/* ===============          Tables              =============== */
/* ============================================================ */
table {
  width: 100%;
}
td,
th {
  text-align: left;
  vertical-align: middle;
}
/* ============================================================ */
/* ===============             Forms            =============== */
/* ============================================================ */
input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border: solid 1px #444444;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  /*.transition(-webkit-box-shadow);*/

  /*.transition(-moz-box-shadow);*/

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"] {
  padding: 8.9px 9px 9.9px;
  font-size: 14px;
}
textarea {
  max-width: 954px;
  max-height: 1332px;
  min-height: 18px;
  line-height: 18px;
  padding: 9px;
}
input:focus,
textarea:focus,
input.focus,
textarea.focus {
  border-color: #ffa519;
  /*.box-shadow(lighten(@highlight, 25%), 0, 0, 4px);*/

}
input[disabled],
textarea[disabled] {
  border: 1px solid #f0f0f0;
  /*.box-shadow(none);*/

}
input[type="checkbox"] {
  border: none !important;
}
/* ============================================================ */
/* ===============        Helper Styles         =============== */
/* ============================================================ */
.clearer {
  height: 0px;
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*.clearfix {*/
/*display: inline-block;*/
/*}*/
/* layout */
/* Basic Layout Vars, can be overwrited after the point this file is included */
/*@header-bgimage: url('../img/header_bg_img.png');*/
body {
  background: transparent url('../img/body_bg.png') repeat-x;
}
#wrapper {
  background: transparent none repeat;
  width: 990px;
  padding: 0;
  margin: 0 auto 18px;
  position: relative;
}
#main-header,
#main-section,
#main-footer {
  padding: 0 9px;
  clear: both;
}
#main-header {
  height: 126px;
  background: transparent none no-repeat center top;
}
#main-section {
  min-height: 360px;
  background: transparent none repeat;
}
#main-footer {
  height: auto;
  background: #444444 url('../img/dark_gray_noise.png') top;
}
/* End layout */
/* Element Templates */
.nav-list li {
  display: inline-block;
  padding: 0 5px 0 4px;
  border-left: solid 1px #444444;
}
.nav-list li:first-child {
  border-left: none;
  padding-left: 0;
}
.nav-list a.active {
  color: #ffa519;
}
.nav-list.simple li {
  padding: 0 2px;
  border-left: none;
}
.alt-link {
  text-decoration: underline;
  color: inherit;
}
.alt-link:hover {
  text-decoration: none;
  color: #ffa519;
}
input[type="submit"],
button,
a.button {
  background: #ffa519 url(http://rical-static-css.s3.amazonaws.com/bg_grad_white-trans_small_subtle.png);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 4.5px 9px;
  color: white;
  font-size: 14px;
  font-size: 14px;
}
input[type="submit"].call,
button.call,
a.button.call {
  background-color: #91fe00;
  color: #FFF;
}
input[type="submit"].call:hover,
button.call:hover,
a.button.call:hover {
  background-color: #65b200;
  color: #f0f0f0;
}
.paging {
  clear: both;
  margin: 18px auto;
  color: #textcolor;
  text-align: center;
}
.paging .disabled {
  color: #aaaaaa;
  display: inline;
}
.paging .current {
  color: #ffa519;
}
.paging .currently {
  margin-left: 18px;
}
/* ////////////////// */
/* ////////////////// */
/* @group Globals */
#text-ad {
  margin: 18px 0;
  padding: 9px;
  text-align: center;
  background: #ffa519;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#text-ad a {
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  display: block;
  color: #444444;
  font-weight: bold;
}
#text-ad a:hover {
  color: #000000;
}
#text-ad:hover {
  background: #e58b00;
}
.box {
  border: #aaaaaa 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 9px;
}
.box .header {
  margin: -9px -9px 9px;
  background: #444444 url('../img/dark_gray_noise.png');
  padding: 4.5px 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.box .header h1,
.box .header h2,
.box .header h3,
.box .header h4 {
  margin: 0;
  padding: 0;
  color: #aaaaaa !important;
}
.fb-login-button {
  text-align: center !important;
}
.social-beings {
  padding-top: 4.5px;
  font-size: 11px;
}
.social-beings a {
  color: #3B5998;
}
.name-fb-like,
.name-fb-share,
.name-plus-one,
.name-twitter-share {
  float: left;
  margin-right: 4.5px;
}
.name-fb-like,
.name-fb-share {
  padding-top: 1px;
}
.fb-share {
  position: relative;
  display: block;
  background: #ECEEF5;
  border: 1px solid #CAD4E7;
  color: #3B5998;
  font-size: 11px;
  line-height: 14px;
  padding: 1px 4px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.fb-share .icon {
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  height: 12px;
  width: 12px;
  background: url(https://s-static.ak.facebook.com/rsrc.php/v1/y7/r/ql9vukDCc4R.png) -2px -48px no-repeat;
}
.fb-share .text {
  padding-left: 15px;
  display: inline-block;
}
.fb-share:hover {
  border-color: #9dacce;
  background-color: #ECEEF5;
  color: #3B5998;
}
html {
  background: #ebe7dc url('../img/html_bg.jpg');
}
h2 {
  /*background-color: @lightblue;*/

  padding: 18px 9px;
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 0.9;
  color: #182b42;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
h2 em {
  color: #5c6f86;
  font-size: 18px;
}
h3 {
  font-weight: normal;
  color: #444444;
}
label {
  font-size: 14px;
  color: #aaaaaa;
}
.textarea label {
  display: none;
}
input,
textarea {
  border: solid #aaaaaa 1px;
}
textarea {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
input[type="submit"],
button,
a.button {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
}
.input.checkbox {
  display: inline-block;
}
.underline {
  text-decoration: underline;
}
.submit {
  text-align: right;
}
#fanduel-affiliate {
  padding: 9px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#fanduel-affiliate a {
  color: black;
  text-decoration: underline;
}
#fanduel-affiliate a :hover {
  color: #cc7200;
}
#fanduel-affiliate p {
  font-weight: normal;
  font-size: 12px;
}
#fantasypros-sponsor {
  text-align: center;
  line-height: 36px;
  margin: -9px auto 18px;
  background-color: #ffffc3;
  border: solid 1px #ffe95d;
  width: 576px;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#fantasypros-sponsor a {
  color: #182b42;
  font-weight: bold;
}
#fantasypros-sponsor a :hover {
  color: #ffa519;
}
/* @end Globals */
/* @group Layout */
#main-header #branding .logo {
  display: block;
  width: 267px;
  height: 101px;
  background: url('../img/logo_layout.png') no-repeat;
  text-indent: -9999px;
  margin: 18px 0 0 !important;
}
#main-header .column-2 {
  position: relative;
}
#main-header #status {
  display: block;
  line-height: 54px;
  text-align: center;
  /*background: #000;*/

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #FFF;
  margin-top: 36px;
}
#main-header #status a {
  color: #FFF;
}
#main-header #login-popup {
  position: absolute;
  top: 86px;
  width: 270px;
  right: 0;
  display: none;
  z-index: 99;
  background-color: #c5dcea;
  padding: 9px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#main-header #login-popup h2 {
  display: none;
}
#main-header #login-popup #login-popup-close {
  display: block;
  color: #f0f0f0;
  margin-bottom: 9px;
}
#main-header #login-popup .input {
  margin-bottom: 18px;
  text-align: right;
  clear: both;
}
#main-header #login-popup .input input {
  border: none;
}
#main-header #login-popup .input label {
  display: inline-block;
  color: #444444;
  margin-bottom: 3px;
  margin-right: 9px;
  font-size: 14px;
}
#main-header #login-popup .input.checkbox {
  float: left;
  margin-left: 27px;
}
#main-header #login-popup .submit {
  float: right;
}
#main-header #login-popup .signin {
  text-align: right;
}
#main-header #login-popup .signin div {
  display: inline-block;
}
#main-header #login-popup #signup {
  border-top: 1px solid #a0c5dc;
  padding-top: 9px;
  margin-top: 9px;
  clear: both;
  text-align: center;
}
#main-header #login-popup #forgot-password {
  display: block;
  padding: 0 0 9px;
}
#main-header #login-popup .signup {
  padding-top: 9px;
  margin-top: 18px;
  border-top: #f0f0f0 dotted 1px;
  color: #f0f0f0;
}
.aside-widget {
  background: #c5dcea;
  padding: 9px;
  margin-bottom: 18px;
  font-size: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.aside-widget a {
  text-decoration: underline;
  color: inherit;
}
.aside-widget a:hover {
  text-decoration: none;
  color: #ffa519;
}
.aside {
  margin-bottom: 18px;
}
.twitter-badge p {
  background: url(../img/twitter-badge.png) left center no-repeat;
  padding-left: 39px;
  margin-bottom: 0;
}
.ttn-badge {
  background: #182b42;
  color: #ebe5d6;
}
#main-section {
  padding-top: 9px;
  padding-bottom: 18px;
  background: #ffffff url(../img/main_section_bg_img.png) repeat-x;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
}
#main-footer {
  margin: 18px 0;
  padding: 9px;
  color: #f0f0f0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
}
#main-footer .columnHeader h4 {
  color: #f0f0f0;
}
/* @end Layout */
/* @group Main Nav */
#main-nav {
  background-image: url(../img/main_nav_matrix.png);
  background-repeat: no-repeat;
  margin-bottom: 18px;
  /*border-bottom: @midgray 1px solid;*/

  /* normal estate  */

  /* hover estate  */

}
#main-nav ul {
  /*border-bottom: @darkgray 1px solid;*/

  line-height: 54px;
}
#main-nav li {
  float: left;
}
#main-nav li a {
  display: block;
  width: 148px;
  margin-right: 12px;
  line-height: 28px;
  background-image: url(../img/main_nav_matrix.png);
  background-repeat: no-repeat;
  text-indent: -99999px;
}
#main-nav li a.last {
  margin-right: 0px;
}
#main-nav li a#nav_football {
  background-position: -160px 0;
}
#main-nav li a#nav_baseball {
  background-position: -320px 0;
}
#main-nav li a#nav_basketball {
  background-position: -480px 0;
}
#main-nav li a#nav_hockey {
  background-position: -640px 0;
}
#main-nav li a#nav_nascar {
  background-position: -800px 0;
}
#main-nav li a#nav_home:hover {
  background-position: 0px -50px;
}
#main-nav li a#nav_football:hover {
  background-position: -160px -50px;
}
#main-nav li a#nav_baseball:hover {
  background-position: -320px -50px;
}
#main-nav li a#nav_basketball:hover {
  background-position: -480px -50px;
}
#main-nav li a#nav_hockey:hover {
  background-position: -640px -50px;
}
#main-nav li a#nav_nascar:hover {
  background-position: -800px -50px;
}
/* active estate  */
body.all #main-nav li a#nav_home {
  background-position: 0px -100px;
}
body.football #main-nav li a#nav_football {
  background-position: -160px -100px;
}
body.baseball #main-nav li a#nav_baseball {
  background-position: -320px -100px;
}
body.basketball #main-nav li a#nav_basketball {
  background-position: -480px -100px;
}
body.hockey #main-nav li a#nav_hockey {
  background-position: -640px -100px;
}
body.nascar #main-nav li a#nav_nascar {
  background-position: -800px -100px;
}
/* @end Main Nav */
/* @group Add Name Form */
#add-name-form-container {
  /*border-top: @midgray 1px solid;*/

  /*border-bottom: white 1px solid;*/

  /*#NameAddForm {*/

  /*border-top: @lightgray 1px solid;*/

  /*border-bottom: @midgray 1px solid;*/

  /*}*/

}
#NameAddForm {
  background: #444444 url('../img/dark_gray_noise.png');
  margin-bottom: 4px;
  padding: 18px;
  width: 738px;
}
#NameAddForm label,
#NameAddForm input,
#NameAddForm button,
#NameAddForm select {
  font-size: 18px;
}
#NameAddForm label {
  display: block;
  color: #FFF;
  margin-bottom: 9px;
}
#NameAddForm input {
  width: 500px;
  border: none;
}
#NameAddForm select {
  margin-left: 18px;
  width: 120px;
}
#NameAddForm .input,
#NameAddForm select,
#NameAddForm button {
  display: inline-block;
}
#NameAddForm button {
  margin-left: 18px;
}
/* @end Add Name Form */
/* @group Name Column lists */
.name-column {
  background-image: url(../img/pointed_column_headers.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.name-column h3 {
  text-align: center;
  padding: 0;
  color: #FFF;
  height: 36px;
  width: 360px;
  margin: 0 auto;
  background: center no-repeat;
  text-indent: -9999px;
}
.name-column .name-type-nav {
  margin-top: 14.4px;
}
.name-column #counter {
  padding: 9px;
  background-color: #f0f0f0;
  color: #444444;
  margin: 18px auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.name-column #counter .tagged {
  float: right;
  color: #ffa519;
}
.name-column .name-list {
  margin-top: 18px;
}
.name-column .name-list .name:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.name-column .name-list .content-ad {
  text-align: center;
}
.name-column .see-all {
  text-align: right;
  margin-top: 18px;
  padding: 9px;
}
#top-fantasy-team-names h3 {
  background-image: url('../img/top_fantasy_team_names.png');
}
#new-fantasy-team-names h3 {
  background-image: url('../img/new_fantasy_team_names.png');
}
#fantasy-team-names-voted-on h3 {
  background-image: url('../img/fantasy_team_names_voted_on.png');
}
#tag-cloud h4,
#blogroll h4 {
  color: #FAFAFA;
}
#tag-cloud,
#blogroll {
  margin-bottom: 18px;
}
.name-type-nav {
  text-align: center;
}
.name-type-nav .button {
  display: inline-block;
  margin: 0 9px;
  font-weight: bold;
  padding: 3px 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.name-type-nav .button a {
  color: #444444;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.name-type-nav .button a :hover {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.name-type-nav .button.selected {
  background: url('http://rical-static-css.s3.amazonaws.com/bg_grad_black-trans_small.png');
  -webkit-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
}
.name-type-nav .button.selected a {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.name-type-nav .button.selected a :hover {
  color: #FFF;
}
/* @end Name Column lists */
/* @group Names */
.name {
  position: relative;
  color: #aaaaaa;
  padding: 18px 18px 18px 36px;
  border-bottom: #aaaaaa dotted 1px;
}
.name .name-number {
  position: absolute;
  top: 25px;
  left: 9px;
}
.name .name-title {
  font-size: 18px;
  line-height: 1.5;
  margin-right: 90px;
}
.name .name-title a {
  color: #1b3240;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.name .name-title a :hover {
  color: #ffa519;
}
.name .name-metadata {
  font-size: 10px;
  margin-bottom: 0;
}
.name .name-controls {
  position: absolute;
  top: 18px;
  right: 9px;
  width: 81px;
  z-index: 0;
}
.name .name-controls .name-vote-up,
.name .name-controls .name-vote-down,
.name .name-controls .name-rating {
  position: absolute;
  background-image: url('../img/sprite.png');
}
.name .name-controls .name-delete {
  position: absolute;
  background-image: url('../img/delete.png');
}
.name .name-controls .name-vote-up,
.name .name-controls .name-vote-down,
.name .name-controls .name-delete {
  text-indent: -9999px;
  width: 16px;
  height: 17px;
}
.name .name-controls .name-vote-up {
  top: 0;
  left: 0;
}
.name .name-controls .name-vote-down {
  top: 20px;
  left: 0;
  background-position: -50px 0;
}
.name .name-controls .name-rating {
  top: 0;
  right: 0;
  width: 54px;
  height: 34px;
  background-position: 0 -100px;
  text-align: center;
  padding-top: 9px;
  font-size: 18px;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.name .name-controls .name-delete {
  top: -8px;
  right: -8px;
}
/* @end Names */
/* @group Home */
body.index #top-fantasy-team-names {
  background-color: #f9f9f9;
}
body.index #names-list-container {
  padding-bottom: 9px;
}
body.index #about {
  margin-top: 18px;
  color: #aaaaaa;
}
/* @end Home */
/* @group Name Detail */
body#names.detail .name {
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
body#names.detail .name .name-title {
  font-size: 27px;
}
body#names.detail .name .name-metadata {
  padding: 9px;
  font-size: 15px;
  background: #f0f0f0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body#names.detail .tags {
  padding: 9px;
  border: dotted #444444 1px;
  border-left: none;
  border-right: none;
  background-color: #f0f0f0;
  margin-bottom: 18px;
}
body#names.detail .tags #name-tags {
  font-size: 18px;
}
body#names.detail .tags .form {
  margin-top: 36px;
}
/* @end Name Detail */
/* @group Manage Tags Form */
#TagAddForm .input.checkbox {
  display: inline-block;
  width: 180px;
  margin-right: 18px;
}
#TagAddForm .input.text {
  margin-top: 9px;
  padding-top: 9px;
  border-top: #aaaaaa dotted 1px;
}
/* @end Manage Tags Form */
/* @group User Profile */
body.profile h2 {
  text-align: left;
  /*background-color: @lightblue;*/

}
body.profile h2 span {
  float: right;
  font-size: 14px;
}
body.profile h2 span a {
  text-decoration: underline;
  color: inherit;
  text-shadow: none;
  position: relative;
  top: 5px;
}
body.profile h2 span a:hover {
  text-decoration: none;
  color: #ffa519;
}
/* @end */
/* @group form pages */
body.register #main-content,
body.login #main-content,
body.edit_password #main-content,
body.forgot_password #main-content {
  margin: 0 198px;
}
body.register #main-content .input,
body.login #main-content .input,
body.edit_password #main-content .input,
body.forgot_password #main-content .input {
  margin-top: 9px;
}
body.register #main-content label,
body.login #main-content label,
body.edit_password #main-content label,
body.forgot_password #main-content label {
  display: inline-block;
  margin-right: 18px;
  width: 180px;
}
body.register #main-content input[type="text"],
body.login #main-content input[type="text"],
body.edit_password #main-content input[type="text"],
body.forgot_password #main-content input[type="text"],
body.register #main-content input[type="password"],
body.login #main-content input[type="password"],
body.edit_password #main-content input[type="password"],
body.forgot_password #main-content input[type="password"] {
  width: 360px;
}
body.register #main-content .submit,
body.login #main-content .submit,
body.edit_password #main-content .submit,
body.forgot_password #main-content .submit {
  margin-top: 18px;
}
body.register #main-content .signup,
body.login #main-content .signup,
body.edit_password #main-content .signup,
body.forgot_password #main-content .signup {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dotted #aaaaaa;
  text-align: right;
}
body.register {
  -moz-transition: none 0.3s ease-in-out;
  -webkit-transition: none 0.3s ease-in-out;
}
body.register input.loading {
  background: url(http://rical-global.s3.amazonaws.com/img/ui-loading-spinner_gray.gif) no-repeat right center;
}
body.register input.valid {
  border-color: #33aa33;
}
body.register input.invalid {
  border-color: #aa3333;
}
body.register #username-validation-message {
  font-size: 10px;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
body.register #username-validation-message.valid {
  color: #33aa33;
}
body.register #username-validation-message.invalid {
  color: #aa3333;
}
body.login #signup {
  border-top: 1px solid #f0f0f0;
  padding-top: 18px;
  margin-top: 18px;
  text-align: center;
}
body#fbusers.register label {
  display: none;
}
body#fbusers.register .intro {
  font-size: 1.2em;
}
body#fbusers.register .button.call {
  background-color: #579800;
}
body#fbusers.register #have-an-account {
  display: block;
  margin-top: 18px;
  padding: 9px;
  background-color: #fff5e5;
  border: 1px solid #ffa519;
  color: #e58b00;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body#fbusers.register #login-form-wrapper {
  display: none;
  padding-top: 18px;
}
/* @end */
.paging .current {
  color: #444444;
}
.email-collector h1 {
  margin-bottom: 18px;
  font-size: 18px !important;
}
.email-collector label {
  display: none;
}
.email-collector input {
  border-color: #aaaaaa;
}
.email-collector .submit {
  margin-top: 9px;
}
#email-popup-collector {
  padding: 25px;
  width: 378px;
}
#email-popup-collector input {
  width: 358px;
}
#email-widget-collector {
  position: relative;
  padding: 9px;
  width: 180px;
  background: #ffa519;
  margin-bottom: 18px;
}
#email-widget-collector input {
  width: 160px;
  background-color: #ffe1b2;
  -webkit-box-shadow: inset 0 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 6px 3px rgba(0, 0, 0, 0.1);
  border-color: #e58b00 #ff9b00 #ffaf33;
}
#email-widget-collector .decoration {
  bottom: -8px;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 4px #7f4d00;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
body#emails.add #main-content {
  width: 378px;
  margin: auto;
}
body#emails.add #main-content label {
  display: block;
  color: #444444;
}
body#emails.add #main-content input {
  width: 358px;
}
body#emails.add #main-content .submit {
  border-top: 1px solid #f0f0f0;
  margin-top: 9px;
  padding-top: 9px;
}
body.signups #main-section {
  position: relative;
}
body.signups h1 {
  text-align: center;
  font-size: 18px;
  margin: 18px 0;
}
body.signups .week {
  margin-bottom: 18px;
  border: 1px solid #f0f0f0;
  padding: 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body.signups .week ul {
  display: none;
  margin-top: 18px;
}
body.signups .week h2 {
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  padding: 9px;
  margin: -9px;
  color: #707070;
  text-shadow: none;
}
body.signups .week h2:hover {
  background-color: #f0f0f0;
}
body.signups .week h2 .total {
  position: absolute;
  right: 9px;
}
body.signups .week li {
  padding: 9px 4.5px;
  position: relative;
  border-top: 1px solid #f0f0f0;
}
body.signups .week li:first-child {
  border-top: none;
}
body.signups .week li .signup-date {
  position: absolute;
  right: 4.5px;
  color: #aaaaaa;
}
body.signups #total-emails {
  padding: 9px;
  background: #eaf3f8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#weeks {
  margin-top: 36px;
}
.message {
  clear: both;
  color: #aa3333;
  font-size: 140%;
  line-height: 1.5;
  font-weight: bold;
  margin: 18px 0;
}
.error input[type="text"],
.error input[type="password"] {
  border-color: #aa3333;
  background-color: #ffdddd;
}
.error-message {
  clear: both;
  color: #aa3333;
  font-weight: bold;
}
.error em {
  color: #000;
  font-weight: normal;
  line-height: 1.5;
}
#authMessage.message,
#flashMessage.error,
#flashMessage.warning,
#flashMessage.success {
  color: white;
  padding: 9px;
  font-size: 14px;
  margin-bottom: 18px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#flashMessage.warning {
  color: #000;
  background: #ffcc00;
}
#flashMessage.warning a {
  color: #000;
}
#authMessage.message,
#flashMessage.error {
  color: #FFF;
  background: #aa3333;
}
#authMessage.message a,
#flashMessage.error a {
  color: #FFF;
}
#flashMessage.success {
  background: #33aa33;
}
#flashMessage a {
  color: #ffffff;
  text-decoration: underline;
}
/* Site  Advertising */
.tower-ad {
  text-align: center;
  margin-top: 18px;
}
/* @group Debugging */
pre {
  color: #000;
  background: #F00;
  padding: 1em;
}
.cake-debug {
  background: #ffcc00;
  font-size: 120%;
  line-height: 140%;
  margin: 1em 0;
  overflow: auto;
  position: relative;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.cake-stack-trace {
  background: #F00;
  border: 4px dotted #ffcc00;
  color: #000;
  margin: 0;
  padding: 9px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  position: relative;
}
.cake-code-dump pre {
  position: relative;
  overflow: auto;
}
.cake-stack-trace pre,
.cake-code-dump pre {
  color: #000;
  background-color: #eee;
  margin: 0;
  padding: 9px;
  overflow: auto;
}
.cake-code-dump pre,
.cake-code-dump code {
  clear: both;
  font-size: 14px;
  line-height: 18px;
  margin: 18px 0;
  padding: 9px;
  overflow: auto;
}
.cake-code-dump .code-highlight {
  background-color: #ff0;
  padding: 9px;
}
.code-coverage-results .code-line {
  padding-left: 5px;
  display: block;
  margin-left: 10px;
}
.code-coverage-results .uncovered .content {
  background: #ecu;
}
.code-coverage-results .covered .content {
  background: #ceu;
}
.code-coverage-results .ignored .content {
  color: #aaa;
}
.code-coverage-results .line-num {
  color: #666;
  display: block;
  float: left;
  width: 20px;
  text-align: right;
  margin-right: 5px;
}
.code-coverage-results .line-num strong {
  color: #666;
}
.code-coverage-results .start {
  border: 1px solid #aaa;
  border-width: 1px 1px 0px 1px;
  margin-top: 30px;
  padding-top: 5px;
}
.code-coverage-results .end {
  border: 1px solid #aaa;
  border-width: 0px 1px 1px 1px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.code-coverage-results .realstart {
  margin-top: 0px;
}
.code-coverage-results p.note {
  color: #bbb;
  padding: 5px;
  margin: 5px 0 10px;
  font-size: 10px;
}
.code-coverage-results .result-bad {
  color: #a00;
}
.code-coverage-results .result-ok {
  color: #fa0;
}
.code-coverage-results .result-good {
  color: #0a0;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../img/colorbox/images/overlay.png) repeat 0 0;
}
/*#cboxTopLeft{width:21px; height:21px; background:url(../img/colorbox/images/controls.png) no-repeat -101px 0;}*/
/*#cboxTopRight{width:21px; height:21px; background:url(../img/colorbox/images/controls.png) no-repeat -130px 0;}*/
/*#cboxBottomLeft{width:21px; height:21px; background:url(../img/colorbox/images/controls.png) no-repeat -101px -29px;}*/
/*#cboxBottomRight{width:21px; height:21px; background:url(../img/colorbox/images/controls.png) no-repeat -130px -29px;}*/
/*#cboxMiddleLeft{width:21px; background:url(../img/colorbox/images/controls.png) left top repeat-y;}*/
/*#cboxMiddleRight{width:21px; background:url(../img/colorbox/images/controls.png) right top repeat-y;}*/
/*#cboxTopCenter{height:21px; background:url(../img/colorbox/images/border.png) 0 0 repeat-x;}*/
/*#cboxBottomCenter{height:21px; background:url(../img/colorbox/images/border.png) 0 -29px repeat-x;}*/
#cboxContent {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/*.cboxIframe{background:#fff;}*/
/*#cboxError{padding:50px; border:1px solid #ccc;}*/
/*#cboxLoadedContent{margin-bottom:28px;}*/
/*#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}*/
/*#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}*/
/*#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}*/
/*#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}*/
/*#cboxPrevious:hover{background-position:-75px -25px;}*/
/*#c/boxNext{position:absolute; bottom:0; left:27px; background:url(../img/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}*/
/*#cboxNext:hover{background-position:-50px -25px;}*/
/*#cboxLoadingOverlay{background:url(../img/colorbox/images/loading_background.png) no-repeat center center;}*/
/*#cboxLoadingGraphic{background:url(../img/colorbox/images/loading.gif) no-repeat center center;}*/
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/colorbox/images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/*.cboxIE #cboxTopLeft,*/
/*.cboxIE #cboxTopCenter,*/
/*.cboxIE #cboxTopRight,*/
/*.cboxIE #cboxBottomLeft,*/
/*.cboxIE #cboxBottomCenter,*/
/*.cboxIE #cboxBottomRight,*/
/*.cboxIE #cboxMiddleLeft,*/
/*.cboxIE #cboxMiddleRight {*/
/*filter: ~"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";*/
/*}*/
.leaderboard-ad {
  width: 728px;
  margin: 18px auto;
}
.skyscraper-ad {
  width: 160px;
  margin: 18px auto;
}
body#blogs section.admin-actions {
  padding: 9px 0;
  margin-bottom: 18px;
}
body#blogs h2 {
  text-align: left;
  padding: 0;
  color: #444444;
  text-shadow: none;
}
body#blogs h2 a {
  color: #444444;
}
body#blogs .input {
  margin-top: 9px;
}
body#blogs label {
  margin-right: 18px;
  display: block;
}
body#blogs fieldset {
  margin-bottom: 18px;
}
body#blogs .input.checkbox label {
  display: inline-block;
}
body#blogs.add h2 {
  text-align: left;
}
body#blogs.add input[type="text"] {
  width: 754px;
}
body#blogs.view article h1 {
  font-size: 36px;
  margin: 18px auto;
  line-height: 1;
}
body#blogs #filter-by-sport {
  padding-bottom: 9px;
}
body#blogs .blog-element {
  position: relative;
  clear: both;
}
body#blogs .blog-element .summary-image {
  float: left;
  margin: 0 9px 9px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
body#blogs .blog-element .delete-blog {
  float: right;
}
body#blogs #drafts {
  background: #f0f0f0;
  padding: 9px;
  margin-bottom: 18px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body#blogs #drafts .post {
  background: transparent;
  background-image: url('http://rical-static-css.s3.amazonaws.com/bg_misc_ruler_h_hard.png');
  background-position: top left;
  background-repeat: repeat-x;
  padding: 9px 0 0;
}
body#blogs #drafts li:first-child .post {
  background-image: none;
}
body#blogs #drafts .actions {
  position: absolute;
  right: 0;
  bottom: 0;
}
body#blogs #drafts .delete-blog {
  margin-right: 60px;
}
body#blogs.index .blog-list article section {
  padding-top: 9px;
  padding-right: 9px;
}
body#blogs.index .blog-list li {
  padding: 18px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #d4d4d4;
}
body#blogs.index .blog-list li:first-child {
  border-top: none;
}
body#blogs.index .blog-list li:last-child {
  border-bottom: none;
}
body#blogs.index .blog-list h2 {
  font-size: 22px;
  margin-bottom: 9px;
}
body#blogs.index .blog-list section img {
  float: left;
  margin-right: 18px;
}
body#blogs.index .blog-list footer {
  clear: both;
  text-align: right;
}
body#blogs.index #paging {
  background-color: #f0f0f0;
  padding: 9px;
  color: #707070;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#blogs-sidebar-widget {
  position: relative;
  padding: 9px;
  width: 180px;
  color: #aaaaaa;
  background: #444444 url('../img/dark_gray_noise.png');
  margin-bottom: 18px;
}
#blogs-sidebar-widget h1 {
  font-size: 18px !important;
  color: #ffa519;
  margin: -9px -9px 9px !important;
  padding: 9px;
  border-top: 4px solid #ffa519;
  border-bottom: 1px solid #97671b;
}
#blogs-sidebar-widget li {
  margin: 0;
  padding: 9px 0;
  border-top: 1px solid #444444;
  border-bottom: 1px solid black;
}
#blogs-sidebar-widget li a {
  text-decoration: none;
}
#blogs-sidebar-widget li:first-child {
  border-top: none;
}
#blogs-sidebar-widget li:last-child {
  border-bottom: none;
}
#blogs-sidebar-widget ul {
  padding-bottom: 9px;
  /*border-bottom: 1px solid black;*/

}
#blogs-sidebar-widget .footer {
  /*border-top: 1px solid @darkgray;*/

  padding: 18px 0 9px;
  text-align: center;
}
#blogs-sidebar-widget .decoration {
  bottom: -8px;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 4px #444444;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
#copyright {
  font-size: 10px;
  color: #707070;
  padding-bottom: 9px;
  margin-top: -9px;
}
/*#user-bio {*/
/*color: @midgray;*/
/*padding-top: @pad;*/
/*border-top: @lightgray 1px solid;*/
/*}*/
/*@import "users_bio_partial.less";*/
