@import url(blog/entries.css);
@import url(widgets.css);

/* @group Text Defaults
-------------------------------*/
body, div, p {
	font-family: Arial, Verdana, sans-serif;
}

.note, 
.error, 
.notice, 
.errorExplanation {
	margin:5px;
	}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0.75em;
	}

blockquote,
div.blockquote {
	font-size:  11px;
	line-height: 15px;
	padding: 10px 15px;
	background: #eee;
	border: solid 1px #ccc;
	margin: 12px 5px;
}

blockquote blockquote,
blockquote .blockquote,
.blockquote blockquote,
.blockquote .blockquote {
	padding: 5px 10px;
	background: none;
	margin: 5px;
}

blockquote p,
div.blockquote p {
	font-size:  11px;
	line-height: 15px;
	margin: 8px 0 8px 0;
}
	
li {
	font-size: 11px;
	line-height: 1.4em;
	}	
	

.col-side .sports_data_widget h4, {
	color:  #ddd;
}

.midsize {
	font-size:  14px;
}
	
strong, .bold, .strong {
	font-weight: bold;
 }	
 
i, em, .italics {
	font-style:italic;
 }
 
ol {
	list-style: decimal outside;
}

pre {
	font-family: monospace;
	font-size: 11px;
	line-height: normal;
	white-space: pre;
	margin: 11px;
}

sup {
	font-size: 10px;
	vertical-align: super;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

/* @group Basic Structure 
-------------------------------*/
#main {
	background: #282828  url(http://assets2.sbnation.com/images/network_bar/bar-shadow.png.v2428) repeat-x;
	width: 990px;
}

#columns {
	border: 0;
}

.ppane {
	padding: 5px;
	margin: 0px 5px 5px 5px;
}

.pbody {
	background: #fff;
}

.ctl,
.ctr,
.cbl,
.cbr {
	width:  6px;
	height: 6px;
	font-size: 2px;
	line-height: 2px;
	display: block;
	position: absolute;
	z-index: 11;
}

.ctl {
	top:  0;
	left: 0;
	background: url(http://assets2.sbnation.com/images/profile/p-ctl.png.v2820) no-repeat top left;
}

.ctr {
	top:  0;
	right: 0;
	background: url(http://assets0.sbnation.com/images/profile/p-ctr.png.v2820) no-repeat top right;
}

.cbl {
	bottom:  0;
	left: 0;
	background: url(http://assets1.sbnation.com/images/profile/p-cbl.png.v2820) no-repeat bottom left;
}

.cbr {
	bottom:  0;
	right: 0;
	background: url(http://assets3.sbnation.com/images/profile/p-cbr.png.v2820) no-repeat bottom right;
}

.count {
	font-weight: bold;
	color: #8f6119;
}

/* @end */


/* @group Profile Head
------------------------------- */
#phead {
	background: #dbcbb4 url(http://assets0.sbnation.com/images/profile/brown-paper-bg.png.v2232);
	position: relative;
	margin-top: 7px;
}

.phead-border {
	margin: 0;
	padding: 10px;
	border: 1px solid #9a8d5f;
	min-height: 150px;
}

.nav-phead {
	background: #272727 url(http://assets3.sbnation.com/images/charcoal_back.gif.v1128) repeat;
	margin-bottom: 5px;
	padding: 0 10px;
}

.nav-phead li {
	background: #272727 url(http://assets3.sbnation.com/images/charcoal_back.gif.v1128) repeat;
	float:  right;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-phead li a {
	padding: 1px 10px;
	display: block;
	margin: 5px 0;
	color: #eee;
	border-right:  solid 1px #666;
}

.nav-phead li.last a {
	border-left:  solid 1px #666;
}

.phead label {
	display: inline;
	font-weight: normal;
	text-transform: none;
	color
}

.phead a,
.phead a:visited {
	font-weight: bold;
}

.phead-avatar {
	float: left;
	width: 190px;
}

.phead-avatar img {
	display: block;
	padding: 2px;
	background: #fff;
	border: solid 1px #666;
}

.phead-avatar p {
	margin:0;
}

.phead-bio {
	font-size: 12px;
	line-height: 19px;
	color: #000;
	float: left;
	width: 520px;
	padding-bottom: 5px;
}

.phead-bio p {
	line-height: 16px;
}

.phead-data {
	margin-bottom: 5px;
}

.phead-data h2 {
	display: inline;
	line-height: 24px;
	font-size: 22px;
	color: #000;
} 

.phead-data h4 {
	color: #69460D;
	font-size: 14px;
	margin-top: 3px;
}

.phead-data h4 label {
	color: #92703A;
	margin-left: 13px;
	font-size: 12px;
	margin-right: -1px;
}

.phead-data h4 label.first {
	margin-left: 0px;
}

.phead-bio .sitelink {
	font-size: 12px;
	margin: 2px 0 0 0;
	font-weight: bold;
}

.phead-teams {
	padding: 5px 0 5px;
	float: right;
	width: 200px;
}

.phead-teams h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:8px;	margin-top:0px;
}

.phead-teams p {
	color: #69460D;
	margin-bottom: 0px;
	font-weight: bold;
}

.phead-teams p img {
	vertical-align: middle;
	margin-left: 5px;
}


/* @end */


/* @group Navigation
------------------------------- */
.nav-bar {
	background: url(http://assets0.sbnation.com/images/profile/nav-fade.png.v2232) repeat-x;
	position: relative;
	padding: 0;
}

.ppane #search-box {
	float: right;
	background: #948466 url(http://assets2.sbnation.com/images/profile/profile-searchbox-bg.png.v5113) repeat-x;
	padding: 0;
	z-index: 10;
}

.ppane #search-box form {
	padding: 0;
}

.ppane #search-box .textfield {
	margin: 6px 7px;
	border: 0;
	color: #666;
	padding: 3px 3px;
	font-size: 11px;
}

.ppane #search-box .button {
	background: #a01617 url(http://assets0.sbnation.com/images/profile/profile-searchbutton-bg.png.v5113) repeat-x;
	margin: 0;
	padding: 7px;
	vertical-align: top;
	border: 0;
}

#nav-act-blog {
	position: relative;
	padding: 0;
	margin-right: 300px;
}

.nav-act-blog li {
	float:  left;
}

.nav-act-blog li a,
.nav-act-blog li a:visited {
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 0 20px;
}

.nav-act-blog li.active a,
.nav-act-blog li.active a:visited {
	text-transform: uppercase;
	background: #fff;
	color: #000;
}



/* @end */

/* @group General PBody Styling 
------------------------------ */
h3.pbody-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 5px 10px 5px;
	margin: 5px 0 5px 0;
}

h3.pbody-title {
	background: url(http://assets3.sbnation.com/images/blog/border-dash.png.v2240) repeat-x left bottom;
}

h3 .rss-link {
	float:  right;
	line-height: 13px;
	color: #666;
}

h3 .fave-explain {
	float: right;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	color: #333;
	background: #FCEB95;
	padding: 2px 4px;
}

h3 .fave-explain span {
}

h3 .rss-link img {
	vertical-align: middle;
}


/* @end */

/* @group Recent Activity 
------------------------------- */
.recent-activity-scroll {
	max-height:  200px;
	overflow: auto;
	min-height: 50px;
}

.recent-activity p {
	padding:  3px 5px;
	background: #e4e4e4;
	margin: 0 0 1px 0;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #423d37;
}

.recent-activity p span {
	font-weight: normal;
	color: #696867;
}

.recent-activity p img {
	vertical-align: middle;
	margin: 0 5px;
}

.recent-activity .even {
	background: #d2d2d2;
}


/* @end */

/* @group Blog Activity
------------------------------- */
.blog-activity {
	padding-top: 10px;
	padding-bottom: 15px;
}

.panes {
	padding: 15px 15px 15px 250px;
}


/* @end */



/* @group Blog List
------------------------------- */
.blog-list {
	padding: 10px 0px 50px 0px;
	background: #cfcfcf url(http://assets0.sbnation.com/images/profile/gray-fade-tall.png.v2232) repeat-x top left;
}

.blog-list-item {
	width:  210px;
	border: 1px solid #cbcbcb;
	padding:  15px 0;
	float:  left;
	margin-bottom:  15px;
	margin-left: 23px;
	background: #fff;
}

.blog-list-fave {
	background: #fff url(http://assets1.sbnation.com/images/profile/fave-back-fade.png.v4845) bottom left repeat-x;
	border-color: #D8C35B;
}

.blog-list-item p {
	margin:  0 20px;
	margin-top: 3px;
	font-size: 12px;
}

.blog-list-item h4 {
	font-weight: bold;
	font-size: 15px;
	margin:  0 10px 0 20px;
	margin-top: 5px;
}

.blog-list-item h5 {
	font-weight: bold;
	font-size: 11px;
	margin:  0 20px;
	margin-top: 4px;
	color: #413D3A;
}

.blog-list-item .col {
	font-size: 10px;
	line-height: 14px;
	float: left;
	color: #8d8d8d;
	width: 80px;
	margin: 0px 0 10px 20px;
}

.blog-list-item .col img {
	vertical-align: text-bottom;
	width: 12px;
}

.blog-list-item .col2 {
	margin-left: 10px;
}

.blog-list-item .joined {
	font-size: 10px;
	color: #413D3A;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 3px;
	line-height: 11px;
}

.blog-list-item .joined label {
	display: inline;
	color: #8d8d8d;
	text-transform: none;
	font-size: 9px;
	font-weight: normal;
}

.blog-list-item .view-activity {
	font-size: 11px;
	clear: both;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}


/* @end */

/* @group Activity
-------------------------------------  */
.panes .pane {
	margin: 0 0 20px 20px;
	width: 300px;
	float: left;
	border: solid 1px #ccc;
	}

.pane h3 {
	line-height: 1.5em;
	}


/* @end */

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

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


/* @end */

/* @group Profile Search
--------------------------------------  */
.search-results {
	margin: 0px 5px 5px 5px;
	background: #fff;
}

.results-bar {
	margin: 5px 5px 0 5px;
	background: #DFD2C1;
}


/* @end */







