/* ================================================== */
/* = Polls.css file, questions - ross@37designs.com = */
/* ================================================== */

	.left_rail { clear: both; }
	.active_poll, .sml_active_poll { text-align: center; position: relative; border-bottom: 1px dotted #ededed; padding: 25px 0 15px 0; margin: 7px 0 7px 0; min-height: 50px; }
	.sml_active_poll { padding: 15px 25px; border-bottom: 0px;}
	.active_poll h3 { font-weight: bold; font-size: 24px; margin: 0 0 8px 0;}
	.active_poll h3 a { color: #444; }
	.active_poll h3 a:hover { color: #777; text-decoration: none;}
	.lbracket { display: block; position: absolute; left: 0; width: 8px; height: 74px; background: url('../img/polls/polls_lbracket.gif'); text-indent: -999999px; top: 50%; margin-top: -37px; }
	.rbracket {  width: 8px; height: 74px; background: url('../img/polls/polls_rbracket.gif'); text-indent: -999999px; display: block; right: 0px; position: absolute; top: 50%; margin-top: -37px; }
	.cv_link { font-size: 16px; }
	.sml_active_poll .cv_link { font-size: 14px; }
	.sml_active_poll h4 { margin: 0 0 8px 0;}
	.sml_active_poll h4 a { color: #000; font-size: 14px;}
	
	.polls_content h3.title { font-size: 22px; margin: 40px 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px dotted #ddd;}
	
	/* =============== */
	/* = Detail Page = */
	/* =============== */
	
	.poll_detail { padding: 60px 0 10px 0 ;}
	
	.addthis_counter.addthis_pill_style {
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-topleft: 4px;
      background: none repeat scroll 0 0 #004165;
      height: 20px;
      line-height: 20px;
      padding-left: 4px;
      position: relative;
      width: 85px !important;
    }
    
    .addthis_counter a.atc_s {
        background: none repeat scroll 0 0 #004165;
     
    }
    
    .detail_share { border-bottom: 3px solid #ddd; padding: 0 0 10px 0; margin: 0 0 18px 0; color: #333; }
    .detail_share strong { font-weight: bold; text-transform: uppercase; letter-spacing: 1px; float: left; line-height: 21px; }
    .detail_share .addthis_toolbox { float: left; margin: 0 0 0 10px;  }