/*
 * 2010 Blog Design
 * By Jon Hartmann
 * http://www.jonhartmann.com
 */

/*
 * 045eb5
 */

.section {
	clear: both;
	padding: 0 5px;
	margin: 5px 0;
}

.main-column,
.secondary-column {
	float: left;
	position: relative;
}

.main-column {
	width: 630px;
	margin: 0;
}
.secondary-column {
	width: 300px;
	margin: 0 0 5px 15px;
}

.panel {
	border: 1px solid #999999;
	padding: 5px;
	background: white url(../images/white-grey-vertical-gradient.png) repeat-x bottom left;
	position: relative;
}

.panel h3,
.panel h4.header {
	color: white;
	background: black url(../images/boxheader_black.gif) repeat center left;
	line-height: 20px;
	padding-left: 5px;
	margin: -5px -5px 5px -5px;
}
.panel h3 a,
.panel h4.header a {
	color: #fff;
}

#utilities li,
#navigation li {
	border-right: 1px solid #454545;
}

#utilities li.last,
#navigation li.last {
	border-right: none;
}
	#navigation ul li a {
		display: block;
		height: 30px;
		text-align: center;	
		padding: 0 .85em;
	}

#branding h1 a {
	display: block;
	background: url(../images/Athletes-Blog-web.png) no-repeat center left;
	width: 222px;
	height: 103px;
	text-indent: -9999px;
}

.section .partial {
	float: left;
	margin: 0 0 0 10px;
}

.section .partial.first {
	margin: 0;
}

.main-column .partial {
	width: 310px;
}

#ad-space {
	margin: 0 0 0 -5px;
}

a img {
	border: 0;
}

ol.news-headlines li {
	line-height: 1em;
	margin: 0 0 .175em 0;
	padding: 0;
}

.secondary-content {
	width: 225px;
	float: left;
}

.primary-content {
	float: left;
	padding: 0 0 0 5px;
	width: 388px;
}
.attention {
	font-weight: bold;
	font-size: 1.2em;
}
.archive {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.standout {
	color: #FCDF4C !important;
	font-weight: bold;
}

ol.comments,
#blog-posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#blog-posts .post ul {
		-webkit-padding-start: 40px;
		display: block;
		list-style-type: disc;
		margin: 1em 0px;
	}
	.teaser-content {
		line-height: 1.5em;
	}

#contributor-signin {
	position: absolute;
	top: 1px;
	right: 5px;
	color: white;
	font-weight: bold;
}

ol.comments li img,
.bio-pic {
	float: left;
	max-width: 100px;
	margin: 0 10px 10px 0;
}
ol.comments li .comment-with-photo {
	margin-left: 110px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.post {
	position: relative;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
	min-height: 4em;
}
.post.even {
	background: #f1f1f1;
}
.post.external,
.post.external.even {
	border: 3px solid #999;
	margin-left: -1px;
	margin-right: -1px;
}
.post.externalquote,
.post.externalquote.even {
	border: 3px solid #666;
	margin-left: -1px;
	margin-right: -1px;
	background: #999;
}

.comments blockquote,
blockquote.quote {
	background: url(../icons/quote_icon.png) no-repeat top left;
	margin-left: 0;
	padding: 0 .25em 0 3em;
	min-height: 30px;
}

.post.quote,
.post.quote.even {
	border: 3px solid #666;
	margin-left: -1px;
	margin-right: -1px;
	background: #999;
}


.post h2 {
	line-height: 1.4em;
	border-bottom: 1px solid silver;
}

.post .info {
	position: absolute;
	top: 5px;;
	right: 5px;
	text-align: left;
	
	margin: -5px -5px 0px 0px;
	border: solid silver;
	border-width: 0px 0px 1px 1px;
	padding: 5px;
}
.post img {
	max-width: 603px;
}
.post .image {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 125px;
}
.post .post-text {
	width: 475px;
}
.post .teaser {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 125px;
}

.comments .count {
	position:absolute;
	top: 10px;
	right: 10px;
	font-size: 2em;
	color: #999;
	font-weight: bold;
	display: block;
	line-height: 1em;
}
.comments blockquote {
	color: #999;
	font-style: italic;
	margin: .5em 2em;
}

.post-navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.post-navigation li {
	float: left;
	width: 50%;
}
.post-navigation li.next {
	text-align: right;
}
.post-navigation li {
	font-size: 1.5em;
}

h2 {
	width: 475px;
	font-size: 1.6em;
	line-height: 1em;
	margin: 0px 0px 0.2em;
}
h2 a {
	color: #333333;
	text-decoration: none;
	line-height: 1em;
}
h2 a:hover {
	text-decoration: underline;
}
.post .subtitle {
	width: 475px;
	margin-bottom: 1em;
}
.panel p,
.post p {
	margin: .5em 0 1em 0;
	line-height: 1.5em;
}

.panel div,
.post div {
	line-height: 1.5em;
}

.post .category-info {
	margin: 0 0 1em 0;
}
.post .category-info .featured {
	font-weight: bold;
}

#disclaimer {
	font-size: smaller;
}

#blog-sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#blog-sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.search-results {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}

.post-content a {
	color: blue;
}

.search-results li {
	position: relative;
	padding-right: 5px;
	clear: both;
	margin: 5px 0 10px 0;
}
.search-results li a {
	color: #0000CD;
	font-weight: bold;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
.results li a {
	color: #0000CD;
}
.search-results li img {
	float: right;
	margin: 5px;
	border: 1px solid #999999;
}

#athlete-resources {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#athlete-resources a {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}

.subtitle {
	font-size: smaller;
	font-style: italic;
	color: #666;
}
/*.bodyText {
	width: 24%;
}*/

.notice {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	background: url(../images/notices.png) repeat-x 0 0;
}
.notice.success {
	background: url(../images/notices.png) repeat-x 0 0;
}
.notice.failure {
	background: url(../images/notices.png) repeat-x 0 -30px;
}
.notice.warning {
	background: url(../images/notices.png) repeat-x 0 -60px;
}

.notice {
	height: 30px;
}
.container {
	width: 960px;
	margin: 0 auto;
}

#footer a {
	color: #FCDF4C;
}

ul.sidebar li {
	margin: 0 0 .175em 0;
	padding: 5px 0;
	border-bottom: 1px dotted #AAA;
	/*display: table;*/
} 

ul.sidebar .item {
	/*display: table-cell;*/
	width: 275px;
	padding: 2px 0;
	vertical-align: middle;
}

ul.sidebar .item .subtitle a {
	color: #045eb5;
}

.top-articles {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-articles li.panel {
	float: left;
	width: 118px;
	position: relative;
	margin: 5px 0 0 5px;
	padding-right: 75px;
	height: 67px;
	min-height: 1%;
	overflow: hidden;
}
.top-articles li.panel.break {
	clear: right;
}
.top-articles li.panel.first {
	margin: 5px 0 0 0;
}
.top-articles h3 a {
	font-weight: bold;
	text-decoration: none;
}
.top-articles h3 a:hover {
	color: #A69529;
}

.top-articles a.image {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
}

.top-articles img {
	float: right;
	width: 65px;
	height: 65px;
	border: 1px solid silver;
}

.top-articles h5 {
	background: none;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}
.top-articles h5 a {
	color: #333;
}
.top-articles .subtitle {
	font-style: normal;
}

/*
 * Special Logs
 */

#interview-with-a-sports-professional span {
	display: block;
	background: url(../images/logo-sports-pro.png) no-repeat center center;
	height: 94px;
	text-indent: -9999px;
}

#athlete-chats span {
	display: block;
	background: url(../images/logo-athlete-chat.png) no-repeat center center;
	height: 94px;
	text-indent: -9999px;
}
#top-educational-articles span {
	display: block;
	background: url(../images/logo-top-education.png) no-repeat center center;
	height: 94px;
	text-indent: -9999px;
}


/*
 * ICONS
 */
.icon {
	padding: 0 0 0 20px;
	background-position: 1px 0;
	background-repeat: no-repeat;
}
.icon.print {
	background-image: url(../icons/print_16.png);
}
.icon.email {
	background-image: url(../icons/email_16.png);
}


/*
 * Affiliate Icons
 */
#affiliates,
#ask-the-expert {
	padding-bottom: 25px;
}

#affiliates li {
	float: left;
	width: 120px;
	height: 90px;
	margin: 5px 10px 5px;
	text-align: center;
	border: 1px solid #999;
}

#affiliates .archive {
	text-decoration: underline;
}

/*
 * jQuery Style Overloads
 */
.ui-widget-content a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
/* end 2010 Layout */
