body {
  background-color: #fff;
  color: #333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size:   62.5%;
  line-height: 1.3;
}

p {
  margin:0 0 1.35em 0;
}

p, li, td, th, legend, label {
  font-size:1.3em;
}

li * {
  font-size:1em !important;
}


.refer {
  font-size:1.2em;
  margin-bottom:4px;
  text-align:right;
  float:right; 
}

h1,h2,h3,h4,h5,h6 {
  margin:0 0 9px 0;
  line-height:1.05em;
  color:black;
}

h4,h5,h6 {
  line-height:1.3em;
}

h1 {
  font-size:2.4em;
}

h2 {
  font-size:1.9em;
}

h3 {
  font-size:1.5em
}

h4 {
  font-size:1.3em;
}

h5 {
  font-size:1.1em;
}

h6 {
  font-size:1.1em;
  font-weight:normal;
  margin:0;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #047391; text-decoration:none; }
a:visited { color: #047391; }
a:hover { color: #39C; }

a img {
  border:0;
}

table {
  font-size:100%;
  border-collapse:collapse;
  width:100%;
  margin-bottom:1em;
}

th,td {
  text-align:left;
  vertical-align:top;
  padding:5px 10px 5px 9px;
}

th {
  border-top:3px solid #333;
  white-space:nowrap;
}

th.inline {
  border-top:2px solid #ccc;
  border-bottom:1px solid #ccc;
  white-space:normal;
}

td {
  border:1px solid #ccc;
  border-width:1px 0;
  padding:;
}

th img {
  vertical-align:top;
}

tr.highlight {
  font-weight:bold;
  background:#E5FF91;
}

form .control {
  padding:10px 0;
}

form .control input[type="text"],
form .control input[type="password"],
form .control input[type="file"],
form .control textarea,
form .control select,
form .control fieldset.date,
form .control fieldset.datetime,
form .control fieldset.checkbox_collection {
  width:100%;
}

legend {
  display:none;
}

fieldset {
  padding:10px 0;
  border:0;
  border-top:3px solid #000;
}

textarea {
  line-height:16px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size:12px;
}

fieldset.date,
fieldset.datetime {
  border:0;
  padding:0;
}

fieldset.date select {
  width:30% !important;
  margin:0;
}

fieldset.datetime select {
  width:18% !important;
  margin:0; 
}


fieldset fieldset:first-child {
  border:0;
}

fieldset fieldset {
  border-top:1px solid #ccc;
}

label {
  line-height:1;
  font-weight:bold;
  text-align:right;
}

li label,
label.inline {
  float:none;
  display:block;
  width:auto;
  font-weight:normal;
  text-align:left;
  padding-left:23px;
  text-indent:-23px;
  line-height:1.9em;
}

label.inline {
  font-size:1.1em;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
  border:1px solid #ccc;
  border-top-color:#999;
}

select {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

a.button, a.button:visited, button {
  -moz-border-radius:2px;
  -webkit-border-radius: 2px;
  background:#666;
  border:0;
  color:white;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:bold;
  padding:3px 6px;
  line-height:1.4;
  vertical-align:middle;
  *width:1;
  *overflow:visible;
}

button::-moz-focus-inner {
  padding:0;
  border:0
}

a.button:focus,
button:focus {
  outline: 1px dotted;
}

.negative {
  background:#C30 !important;
}

.positive {
  background-color:#9C0!important;
}

ul,ol,dl {
  padding-left:0;
  margin-left:1.5em;
  margin-top:0;
}

ul.flush {
  list-style:none;
  margin-left:0em;
}

li,dt,dd {
  margin-bottom:.5em;
}

ul.single_line li {
  margin-bottom:0;
}

ul.menu li{
  display:inline;
  padding:0 9px;
}

dl {
  margin:0 0 1em 0;
  overflow:hidden;
}

dt {
  font-size:1.2em;
  font-weight:bold;
  float:left;
  display:inline;
  clear:left;
  width:60px;
  margin-right:10px;
}

dd {
  font-size:1.2em;
  float:left;
  margin-left:0;
}

.split-2 .odd {
  float:left;
  clear:left;
  display:inline;
  border-right:1px solid #d6d6d6;
  width:47%;
  padding-right:9px;
}

.split-2 .even {
  float:right;
  display:inline;
  border-right:0;
  width:47%;
  padding-left:9px;
  padding-right:0;
  
}

.half {
  width:48%;
}

.note {
  font-size:1.1em;
  color:#666;
}

.module {
  border-bottom:3px solid black;
  padding-top:9px;
  margin-bottom:9px;
}

.module:last-child {
  border-bottom:0;
}

.module .module,
.sub_module {
  border-top:1px solid #d6d6d6;
  border-bottom:0;
  padding-top:9px;
}

.module .module:first-child {
  border-top:0;
  padding-top:0;
}

.module .module .module {
  border:0;
}

.callout {
  float:right;
  margin:0 0 4px 9px;
  clear:right;
}

.callout.alt {
  float:left;
  margin:0 9px 9px 0;
}

form.callout {
  text-align:right;
}

/*utils*/

/* new clearfix */
.wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .wrap             { zoom: 1; } /* IE6 */
*:first-child+html .wrap { zoom: 1; } /* IE7 */

.inset {
  padding:9px;
}

.inset-v {
  padding:9px 0;
}

.clip {
  overflow:auto;
  border:1px solid #ccc;
  height:200px;
  list-style:none;
}

/* tabbed module*/ 
.tab_module {
  position:relative;
  zoom:1;
}

.pane {
  background:#f0f0f0;
  padding:9px;
  overflow:hidden;
}

.tab_module .tabs {
  margin:0;
}

.tab_module .tabs li {
  float:left;
  display:inline;
  font-size:1.1em;
  margin:0;
  border-right:1px solid #fff;
}

.tab_module .tabs li a {
  display:block;
  color:#666;
  background:#e6e6e6;
  padding:4px 9px;
  outline-style: none;
}

.tab_module .tabs li a.active {
  background:#f0f0f0;
  color:#000;
  font-weight:bold;
}

.tab_module .pane {
  clear:both;
}

/* ActiveRecord errors*/
.fieldWithErrors {
  padding: 1px 3px 1px 1px;
  background-color: #c00;
  
}

#errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 18px;
  padding-bottom: 9px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 14px;
  font-size: 12px;
  margin: -18px;
  margin-bottom:9px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 1em;
}

#errorExplanation ul {
   margin-left:2px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



.control .label_container {
  text-align:right;
}

.vcard div {
  font-size:1.2em;
}

.flash {
  padding:5px 9px;
  font-size:1.4em;
  font-weight:bold;
}

.notice {
  color:white;
  background:green;
}

.warning {
  color:white;
  background:#F90;
}

.error {
  color:white;
  background:#c00;
}

.mandatory {
  background-image: url(/images/magify/required.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

.valid {
  background-image: url(/images/magify/valid.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#comments #email {
  display:none;
}



div.scroller { 
  overflow: hidden;
}

div.scroller div.section {
  overflow:hidden;
  float:left;
}

div.scroller div.content {
  width: 10000px;
}




/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2011-02-01) [http://bgg.kematzy.com/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            972 px
    * Number of columns:     16
    * Column width:          42 px
    * Margin width:          20 px
   ======================================

   By default, the grid is 972px wide, with 16 columns 
   spanning 42px, and a 20px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 972px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(src/grid.png);
  background-position:20px 0; 
}

/* Body margin for a sensile default look. */
body {
  margin:1.5em 0;	
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16 {float:left;margin-right: 20px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 42px;}
.span-2  { width: 104px;}
.span-3  { width: 166px;}
.span-4  { width: 228px;}
.span-5  { width: 290px;}
.span-6  { width: 352px;}
.span-7  { width: 414px;}
.span-8  { width: 476px;}
.span-9  { width: 538px;}
.span-10 { width: 600px;}
.span-11 { width: 662px;}
.span-12 { width: 724px;}
.span-13 { width: 786px;}
.span-14 { width: 848px;}
.span-15 { width: 910px;}
.span-16, div.span-16 { width: 972px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 62px;}
.append-2  { padding-right: 124px;}
.append-3  { padding-right: 186px;}
.append-4  { padding-right: 248px;}
.append-5  { padding-right: 310px;}
.append-6  { padding-right: 372px;}
.append-7  { padding-right: 434px;}
.append-8  { padding-right: 496px;}
.append-9  { padding-right: 558px;}
.append-10 { padding-right: 620px;}
.append-11 { padding-right: 682px;}
.append-12 { padding-right: 744px;}
.append-13 { padding-right: 806px;}
.append-14 { padding-right: 868px;}
.append-15 { padding-right: 930px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 62px;}
.prepend-2  { padding-left: 124px;}
.prepend-3  { padding-left: 186px;}
.prepend-4  { padding-left: 248px;}
.prepend-5  { padding-left: 310px;}
.prepend-6  { padding-left: 372px;}
.prepend-7  { padding-left: 434px;}
.prepend-8  { padding-left: 496px;}
.prepend-9  { padding-left: 558px;}
.prepend-10 { padding-left: 620px;}
.prepend-11 { padding-left: 682px;}
.prepend-12 { padding-left: 744px;}
.prepend-13 { padding-left: 806px;}
.prepend-14 { padding-left: 868px;}
.prepend-15 { padding-left: 930px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:9px;
  margin-right:10px;
  border-right: 1px solid #ddd;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:35px;
  margin-right:32px;
  border-right: 1px solid #ddd;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -62px;}
.pull-2 { margin-left: -124px;}
.pull-3 { margin-left: -186px;}
.pull-4 { margin-left: -248px;}
.pull-5 { margin-left: -310px;}
.pull-6 { margin-left: -372px;}
.pull-7 { margin-left: -434px;}
.pull-8 { margin-left: -496px;}
.pull-9 { margin-left: -558px;}
.pull-10 { margin-left: -620px;}
.pull-11 { margin-left: -682px;}
.pull-12 { margin-left: -744px;}
.pull-13 { margin-left: -806px;}
.pull-14 { margin-left: -868px;}
.pull-15 { margin-left: -930px;}
.pull-16 { margin-left: -992px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16 {float:left;position:relative;}


.push-1 { margin: 0 -62px 1.5em 62px;}
.push-2 { margin: 0 -124px 1.5em 124px;}
.push-3 { margin: 0 -186px 1.5em 186px;}
.push-4 { margin: 0 -248px 1.5em 248px;}
.push-5 { margin: 0 -310px 1.5em 310px;}
.push-6 { margin: 0 -372px 1.5em 372px;}
.push-7 { margin: 0 -434px 1.5em 434px;}
.push-8 { margin: 0 -496px 1.5em 496px;}
.push-9 { margin: 0 -558px 1.5em 558px;}
.push-10 { margin: 0 -620px 1.5em 620px;}
.push-11 { margin: 0 -682px 1.5em 682px;}
.push-12 { margin: 0 -744px 1.5em 744px;}
.push-13 { margin: 0 -806px 1.5em 806px;}
.push-14 { margin: 0 -868px 1.5em 868px;}
.push-15 { margin: 0 -930px 1.5em 930px;}
.push-16 { margin: 0 -992px 1.5em 992px;}

.push-0, .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.wrap {
  overflow:hidden;
  clear:both;
  zoom:1;
}


body {
  margin:0;
  font-family: Georgia, serif;
  line-height:1.3;
  background-color:#F2F2F2;
}

p {
  line-height: 1.7;
}

.container {
  background-color:#fff;
  padding:0 20px;
}

#header .container {
  background:none;
}

#footer {
  padding-top:12px;
  background-color:#F2F2F2;
  border-top:5px solid #D9D9D9;
  font-size:11px;
  color:#7F7F7F;
  line-height:2em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align:center;
  width:1012px;
  margin:0 auto;
}

#footer li {
  display:inline;
  margin-right:9px;
  border-right: 1px solid #999;
  padding:0 9px 0 0;
  font-size:11px;
}

#footer li.last {
  border-right: none;
}

#footer li a {
  color:#7F7F7F;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom:.3em;
}

h1,h2,h3,h4,h5,h6,
.headlines,
.kicker,
.refer,
#main_nav,
#user_nav,
.title,
.count,
 td {
  font-family: 'Lato', arial, serif;
}

h1 {
  font-size:3.6em;
  line-height:1.2222em;
  font-weight:700;
}

h3 {
  font-weight:700;
  font-size:1.2em;
  letter-spacing:.05em;
}

h2 .subhead, h3 .subhead, h4 .subhead {
  display:block;
  font-weight:300;
}

th,td {
  padding: 5px 20px 5px 0px
}

.section_name {
  font-size:1.1em;
  line-height:2.9909em;
  background-color:#000;
  color:#fff;
}

.dateline, .byline, .caption, .credit, th {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.dateline {
  text-transform:uppercase;
}

.caption {
  font-size:11px;
  color: #555;
}

.credit {
  text-align:right;
  color:#aaa;
  font-style:italic;
}

a {
  color: #0058B0;
}

a:visited {
  color:#7592C9;
}

#article_body p {
  font-size:1.5em;
  line-height:1.467em;
  margin: 0 0 1.467em 0;
}

.module {
  border-bottom: 2px solid black;
}

#header {
  background:url(/images/header.png) repeat-x;
  height:154px;
  position:relative;
}

#user_nav {
  padding-top:30px;
}

#user_nav li{
  float:left;
  display:inline;
  padding:0 5px;
}

#user_nav li {
  border-right:1px solid #3C7CCB;
  border-left:1px solid #689FDB;
}

#user_nav li:first-child {
  border-left:0;
}

#user_nav li:last-child {
  border-right:0;
}

#user_nav a {
  color:white;
}

#navigation {
  position:absolute;
  bottom:-9px;
  left:0;
  margin:0;
  width:100%;
}

#main_nav {
  width:1005px;
  margin:0 auto;
}

#main_nav li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size:16px;
  line-height:1;
  font-weight:bold;
}

#main_nav a {
  display:block;
  text-align:center;
  padding:17px 10px 20px;
  margin-bottom:0;
  color:white;
}

#main_nav a:hover {
  background:url('/images/ui/nav_pointer.png') no-repeat bottom center;
}

.sub_nav {
  display:none;
}

.module_header {
  font-family: Georgia, serif;
  color:white;
  background-color:black;
  font-size:11px;
  padding:4px 6px;
  margin-bottom:8px;
  display:inline-block;
  *display:inline;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.refer {
  float:none;
  text-align:left;
  font-weight:bold;
  font-size:12px;
}

.kicker {
  text-transform:uppercase;
  font-weight:bold;
  font-size:11px;
}

th.inline {
  text-transform:uppercase;
  font-size:10px;
  font-weight:normal;
}

.dateline, .byline {
  color:#777;
}

.contributor_name {
  text-transform:uppercase;
}

.hoc_leader {
  text-align:center;
  padding-top:20px;
  padding-bottom:19px;
  margin-bottom:29px;
  border-bottom:2px solid #000;
}


.hoc_336 {
  text-align:center;
  width:352px;
  margin-bottom:20px;
}

.hoc_inhouse {
  margin-bottom:20px;
}

.addthis_toolbox.addthis_pill_combo a {
  float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
  margin-top: 0px;
}
.addthis_button_compact .at15t_compact {
  margin-right: 4px;
  float: left;
}
.email_button {margin-right:12px;}
.addthis_button_tweet {margin-right:-7px; padding: 0 5px; }
.addthis_button_facebook_like {margin-right:-22px; padding: 0 5px;}

#highlights h1 {
  font-size:3em;
}

#highlights h1 a {
  color:white;
  background-color:#CD2830;
  padding: 1px 0px 5px;
}

#highlights .module_header {
  position:relative;
  top: 3px;
  left:5px;
}

#highlights .byline {
  margin-top: 5px;
  margin-left: 10px;
}

#highlights .controls {
  text-align:center;
}

#highlights .position_button {
  font-size: 40px;
  padding: 0 3px;
  color: #ccc;
}

#highlights .position_button:focus {
  outline:none;
}

#highlights .position_button.selected {
  color:#333;
}

.reference {
  position:relative;
}

.anchor {
  position:absolute;
  left:0;
}

.top {
  top:0;
}

.left{
  left:0;
}

.right {
  right:0;
}

.bottom {
  bottom:0;
}

/* MOD by pau. We got columns... what about rows? */

.depth-1 {
  height:290px;
}

.subtle {
  color:#777;
}

div.next {
  text-align:right;
}
.previous .kicker, .next .kicker {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:1.3em;
  font-weight:700;
  text-transform:none;
}

.previous h4, .next h4{
  font-weight:normal;
  text-transform:uppercase;
  font-size:1.1em;
}

#next_previous {
  padding:9px 0;
  border-top: 1px solid #DDD;
}

div.previous, div.next {
  padding-top:11px;
}

.ad_label {
  color:#999;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:1em;
}

.hoc_180 {
  display:inline;
  margin-right:20px;
}

.hoc_180_module_2 {
  align:center;
  text-align:center;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #777;
}

#communications {
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
}

#communications h3 {
  margin-bottom:12px;
}

#communications ul {
  margin:0;
  padding:0;
}

#communications li {
  list-style-type:none;
  border-top: 1px solid #ddd;
  padding:4px 0px 4px 6px;
  margin:0;
  float:left;
  font-family: 'Lato', arial, serif;
  font-size:1.3em;
  line-height:160%;
  font-weight:700;
  width:100%;
}

#communications li.last-child  {
  border-bottom: 1px solid #ddd;
}


#communications ul.social_badges li {
  list-style-type:none;
  border-top: none;
  padding:0px;
  margin:12px 0;
  width:6.8em;
  text-align:center;
  align:center;
  font-size:1.1em;
  font-weight:700;
  text-transform:uppercase;
}

#communications ul.social_badges li.last-child  {
  border-bottom: none;
}

#communications img.cover {
  margin: 0px 11px 20px 0px;
  float:left;
  width:103px;
  border:1px solid #ddd;
}

.headline {
  margin-bottom:11px;
}

#meta_social {
  margin-bottom:25px;
}

#comments {
  border-top: 2px solid #000;
}

.photo {
  margin-bottom:20px;
}
.photo_frame {
  -moz-box-shadow: 1px 1px 5px #888888;
  border: 5px solid white;
  -moz-transform:    rotate(3deg);
  -webkit-transform: rotate(3deg);
  margin-bottom:5px; /* added by cl to prevent cropping of border, shadow */
}
.photo_frame img {
  -moz-box-shadow: 1px 1px 5px #888888;
  border: 10px solid white;
  -moz-transform:    rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

a.framed {
  display:block;
  height:104px;
  width:104px;
  overflow:hidden;
  margin-bottom:20px;
}

#featured_skaters a.framed {
  display:block;
  overflow:hidden;
  height:228px;
  width:166px;
}

.scroll_box {
  border:1px solid #777;
  height:180px;
  margin:0 0 20px;
  overflow:auto;
  padding:9px;
}

.homepage .skater {
  text-align: center;
}

.flash {
  padding:5px 9px;
  font-size:1.8em;
  font-weight:400;
  margin-bottom:20px;
  font-family: 'Lato', arial, serif;
}
.pagination {
  font-family: 'Lato', arial, serif;
  font-size:1.2em;
}

.box p {
  margin-bottom:0;
}

.inset {
  padding: 5px 0;
}

.count {
  color: white;
  font-size: 14px;
  left: auto;
  line-height: 1;
  padding: 5px 5px 7px;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 0 white;
  -webkit-box-shadow: 1px 1px 0 white;
  box-shadow: 1px 1px 0 white;
}

a.cover_thumb {
width:104px;
height:139px;
overflow:hidden;
display:block;
margin: 0px 20px 20px 0px;
float:left;
}

a.cover_thumb.last {
margin-right: 0px;
}

#feat_poll .sponsor {
font-size:12px;
clear:both;
color:#7F7F7F;
border-bottom:1px solid #DDD;
padding:0 9px 14px 9px;
margin-top:9px;
}

#feat_poll .sponsor img {
margin-right:9px;
vertical-align:middle;
}

.homepage #feat_poll .sponsor img {
margin-left:9px;
float:right;
}

.exclusive-videos {
  font-size: 1.9em;
}
