@import url(http://assets2.sbnation.com/stylesheets/blog/text-defaults.css);
@import url(http://assets2.sbnation.com/stylesheets/blog/blog-layout.css);
@import url(http://assets2.sbnation.com/stylesheets/blog/entries.css);
@import url(http://assets2.sbnation.com/stylesheets/widgets.css);

/*  @group  Form basics
--------------------------------------  */
input.textfield,
input[type=text],
input[type=password],
textarea {
	background: #f7f6f2 url(../images/globals/input.text.back.gif) top left repeat-x;
	border: solid 1px #c8c8c8;
	margin: 0;
	padding:3px;
	color: #000;
}

input[type=rad] {
	background: none;
}

select {
	background: #f7f6f2 url(../images/globals/input.text.back.gif) top left repeat-x;
	border: solid 1px #c8c8c8;
	margin: 0;
}
    
input.button,
input.submit {
	background: #bb1d18;
	border: solid 1px #921612;
	border-top: solid 1px #c7332e;
	border-left: solid 1px #c7332e;
	padding: 2px 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 6px;
	line-height: 13px;
}


/* @end */

/* @group Errors / Notice
---------------------------  */
.note,
.error,
.notice,
.errorExplanation {
    font-size:12px;
    background:#fff7d7  url(../images/globals/icon.exclam.27x27.gif)  20px 10px no-repeat;
    color:#555;
    padding:15px 60px;
    margin:0 0 5px 0;
	border: solid 1px #efe3b3;
	clear: both;
}

.note h2,
.error h2,
.notice h2,
.errorExplanation h2 {
	padding-top: 0;
}

.note ul,
.error ul,
.notice ul,
.errorExplanation ul,
.note p,
.error p,
.notice p,
.errorExplanation p {
	padding-bottom: 0;
	margin-bottom: 0;
}
   
.notice {
    color:green;
    background: #BFF8B8 url(../images/icons/tick.png)  23px 13px no-repeat;
    border-color: #8BF77D;
}


/* @end */

/* @group Misc Elements
---------------------------  */
.pane .textfield {
	background: #f6f4f3  url(http://assets2.sbnation.com/images/blog/textfield-bg.png) bottom left repeat-x;
	font-size: 11px;
	line-height: 16px;
	padding:  0 5px;
	height: 16px;
	border: solid 1px #bfbfbf;
}

.pane .button {
	background: transparent url(http://assets2.sbnation.com/images/blog/search-button-bg.png) top right no-repeat;
	color:  #777;
	margin-left: 5px;
	border: 0;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	width: 54px;
	vertical-align: middle;
	height: 18px;
}

.ctl,
.ctr,
.cbl,
.cbr {
	width:  6px;
	height: 6px;
	font-size: 2px !important;
	line-height: 2px !important;
	position: absolute;
	z-index: 10;
}

.ctl {
	top:  0;
	left: 0;
	background: url(http://assets2.sbnation.com/images/blog/corner-tl.png) no-repeat top left;
}

.ctr {
	top:  0;
	right: 0;
	background: url(http://assets2.sbnation.com/images/blog/corner-tr.png) no-repeat top right;
}

.cbl {
	bottom:  0;
	left: 0;
	background: url(http://assets2.sbnation.com/images/blog/corner-bl.png) no-repeat bottom left;
}

.cbr {
	bottom:  0;
	right: 0;
	background: url(http://assets2.sbnation.com/images/blog/corner-br.png) no-repeat bottom right;
}

/* @end */

/* @group Join Teasers
--------------------------------------  */
.tease {
	padding: 5px 15px 10px 15px;
	border: solid 1px #ccc;
	font-family: arial;
}

#modal_container .tease {
	border: 0;
}

.tease p.submit input,
.tease .sign_up input,
.tease p.submit input[disabled]:hover,
.tease .sign_up input[disabled]:hover {
	background: #bb1d18;
	border: solid 1px #921612;
	border-top: solid 1px #c7332e;
	border-left: solid 1px #c7332e;
	padding: 2px 5px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 6px;
	line-height: 13px;
}

.tease p.submit input[disabled],
.tease .sign_up input[disabled] {
	color: #c2665c !important;
}

.tease p.submit input:hover,
.tease .sign_up input:hover {
	background: #c7332e;
}

.tease .terms  {
	border: solid 1px #ddd;
	background: #eee;
	margin: 10px 0;
	padding: 10px;
	font-size: 12px;
}

.tease h2,
.entries .entry .tease h2  {
	font-size: 18px;
	margin-top: 8px;
	line-height: 22px;
}

.entries .entry .tease h2  {
	text-align: left;
	padding: 5px 0;
}

.tease p.submit  {
	margin-bottom: 0;
}

.tease p.agree  {
	font-size:  11px;
}

.tease p.agree input  {
	vertical-align: middle;
}


/* @end */

/* @group Blog Modals
--------------------------------------  */
.modal-content {
	padding: 15px;
    font-family: Arial, sans-serf;
}

.modal-content label {
	display: block;
	margin-bottom: 2px;
	margin-top: 15px;
	text-transform: uppercase;
	color: #696867;
	font-size: 11px;
	font-weight: bold;
}

#modal-close {
  position:absolute;
  top:1px;
  right:2px;
  font-weight:bold;
  font-size:  18px;
}

#modal-close a,
#modal-close a:visited {
  color: #fff;
  font-family: Arial, sans-serf;
}

.modal-topbar {
  background: #333;
  height:  24px;
}

.modal-content textarea {
	height:  200px;
}

.modal-content h3 {
	margin-bottom: 12px;
}

#modal_container {
  background-color:#fff;
  border:5px solid #333;
  font-family:"Lucida Grande",arial;
  font-size:12px;
  color:#333;
  text-align:left;
  width:300px;
}

#modal_overlay {
  background-color:#000;
}


/* @end */

/* @group Ads
---------------------------  */
.ad {
	text-align:  center;
	padding:  10px 0;
	background: #eee url(http://assets2.sbnation.com/images/blog/ad-bg.png);
	border: solid 1px #d4d4d4;
}

.ad a,
.ad a img {
	display: block;
}

.ad-col {
	padding: 0;
}

.ad-foot {
	text-transform: uppercase;
	color: #d8d8d8;
	padding: 0;
	margin: -5px 0;
	text-align: center;
}

.ad-foot span {
	padding:  1px 5px;
	font-size: 8px;
}

#ad-banner-header {
	height: 84px;
}

.col-side .ad {
	border: 0;
	padding: 0;
	background: none;
	font-size: 0;
	line-height: 0;
	height: 250px;
	}

.col-side .ad .pane-cell {
	font-size: 0;
	line-height: 0;
	}
	
#ad-leaderboard-position {
	position: absolute;
	top: 63px;
	left: 220px;
	z-index: 5;
}

#masthead .ad img {
	margin: 0 auto;
}

/* @end */

/* @group Pagination
--------------------------------------  */
.pagination {
	text-align: center;
	margin-top: 15px;
}

.pagination a {
	padding: 5px 10px;
	margin: 0 20px;
}


/* @end */


/* @group FanShot Bookmarklet Link
--------------------------------------  */
.fs-bookmarklet {
	line-height: 22px;
	padding: 0 0 6px 10px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	font-size: 11px;
	text-align: center;
}

.fs-bookmarklet a:hover {
	border: 0;
	text-decoration: none;
}

.fs-bookmarklet img {
	vertical-align: middle;
}


/* @end */

/* @group Tags Page
--------------------------------------  */
.tag-list-scope {
	font-size: 14px;
	margin-left: 10px;
	line-height: 26px;
	color: #666;
}

.tag-list {
	margin-top: 5px;
}

h3.tag-list-title {
	font-size: 20px;
	float:  left;
	clear: both;
	margin-top: 5px;
	margin-left: 10px;
	color: #666;
}

p.tag-list-item {
	margin: 0 0 3px 45px;
}

p.tag-divide {
	margin: 0 0 3px 45px;
	font-size: 1px;
	line-height: 1px;
	height: 8px;
}

p.tag-list-item a,
p.tag-list-item a:visited {
	font-weight: bold;
}

.view-all {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

.view-all a,
.view-all a:link {
	padding-left: 12px;
	background: url(../images/icons/carrot-mini.gif) left center no-repeat;
}

/* @end */

/* @group Search Pane
--------------------------------------  */
.search .button {
	margin-top: 3px;
	margin-left: 0;
	width:  30px;
	text-transform: uppercase;
	background-color: transparent;
}

.search .textfield {
	width: 105px;
	margin-right: 0;
}

.blog-interior .search .textfield {
	width: 205px;
	margin-right: 0;
}

.search .pane-body {
	padding-bottom: 6px;
}

.search .pane-body {
	padding-bottom: 6px;
}


/* @end */

/* @group Search Section
--------------------------------------  */
.title-pane {
	background: #fff  url(http://assets2.sbnation.com/images/blog/title-box-bg.png) bottom left repeat-x;
	margin-bottom: 5px;
	padding: 10px 10px 10px 15px;
}

.blog-home .title-pane {
  display: none;
}

.title-pane h2 {
	font-size:  18px;
}

.nav-scope {
	margin: 0;
	padding: 2px;
	background: #fff;
}

.nav-scope-fs {
	padding-bottom: 20px;
}

.nav-scope li {
	float: left;
	border-right: solid 1px #ddd;
	background: #fff url(../images/blog/nav-search-bg.png) top left repeat-x;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 18px;
}

.nav-scope li a {
	display: block;
	font-weight: normal;
}

.search-pane .button {
	background: url(http://assets2.sbnation.com/images/blog/search-button-large-bg.png) no-repeat;
	font-size:  13px;
	line-height: 16px;
	height: 24px;
	width: 66px;
	border: 0;
	color: #000;
	margin: 0;
	vertical-align: top;
	padding: 0;
}

.search-pane .textfield {
	font-size:  14px;
	line-height: 20px;
	width:  300px;
	height: 20px;
	background-position: top;
	padding: 2px 5px 0 5px;
}

.related .events .time {
	display: block;
	font-size: 11px;
}


/* @end */

/* @group Clearfix
--------------------------------------  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */