/* --------------------------------------------------------------------------------------------------------------------


	247Sports Print Styles
	
	Author: Adam DIllon
	Created: 07/7/2011
	Last Updated: 07/27/2011 (BRH)
	
	
	Table of Contents
	
	001. Typography
	002. Layout
	003. Objects


-------------------------------------------------------------------------------------------------------------------- */



/* 001. Typography 
---------------------------------------------------------------------------------------------------------------- */

	* { float: none; font-size: 17px; color: #000; font-family: serif; padding: 0; margin: 0; overflow: auto; }

	body { font-family: Georgia, serif; font-size: 17px; color: #000; margin: 0 auto; width: 100%; overflow: visible; background: none; }
	h1 { font-size: 30px; line-height: 34px; letter-spacing: -1px; }
	h2 { font-size: 27px; line-height: 31px; }
	h3 { font-size: 23px; line-height: 27px; }
	h4 { font-size: 20px; line-height: 24px; }
	h5 { font-size: 17px; line-height: 21px; }
	h1, h2, h3, h4, h5, h6 { color: #333; margin-bottom: 10px; font-weight: bold; }
	
	p { line-height: 21px; margin-bottom: 10px; font-size: 17px; }
		
	a:link, a:visited, a:focus, a:active { text-decoration: none; }
	
	a { color: #005695; }
	.artcl_cntnt p { font-size: 17px; line-height: 21px; }
	
	

/* 002. Layout 
---------------------------------------------------------------------------------------------------------------- */
	
	.main, .site-nav, .main-header, .site-bar { max-width: 100%; }
	body .main, body { width: 100%; margin: 0; padding: 0; background: none; max-width: 100%; }
	
	body { padding: 20px 0; }
	
		.main-header > h1 { width: 100%; margin-right: 0; float: none; }
		.main-header > h1 > .logo.feedlogo { color: #fff; background: url(/Content/img/logo_247tm.png) no-repeat; margin-top: 0; height: 14px; width: 131px; display: block; float: none; overflow: hidden; }
		.main-header > h1 > span { display: none; }
	
		.metaftr_lst { border-top: 1px solid #ddd; margin-top: 0; width: 100%; color: #aaa; padding: 10px 0; }
		.metaftr_lst li { margin-right: 5px; float: none; line-height: 14px; }
		
		.add_cmmnt_icn, .site-nav-wrapper, .comp.article .socialcmp_blk, .content.article > header > ul > li > .dropdown,
		.main > .pg_cntnt > .sidebar, .cmmnt_qut, .user-nav, .new-ad_blk, .article-mini-nav,
		.pg_ftr, .network_lst, .carousel_cmp, .lnk_lst, a[href="#comments"], .discuss-form, .discuss > div > img, 
		.add_cmmnt, iframe, ul.usractions, .taboola_blk, .comment_frm, .page.article > aside, 
		ul.tools, .info, .usrtl, .auth_info, .commentnav_lst, div.oas, .ad728_blk, .landingstrip { display: none; }
	
	.small-menu, .header-wrapper, .main-header, .headline_pg { background: none; box-shadow: none; }
	.comp.article.main-content { width: 100%; margin: 0; padding: 0; float: none; border: none; overflow: visible; }
	
	.header-wrapper, .main-header { height: 30px; padding: 0; }
	
	.comp.article article { border: none; }
	
	.main_content > .artcl_cntnt { width: 100%; overflow: visible; height: auto; }
	.artcl_hdr { border-bottom: none; }

	.tabs .insertnav > li > a.current, .pcollection_itm > a > span,
	.m_globalnav, .hdr_skn3, .site_hdr, .userlinks_cont, .hdr_skn,
	.brd_hdr.skn2, .sidebar .brd_ad, .carousel_lst li.on,
	.pmnav_lst,
	.sidebar > p, .brd_bdy .comment_hdr, .site-bar-wrapper,
	.comment_lst .notification, .attch_lst > li > .current, .m_rdbsearch1_lst,
	.m_rdbsearch1_lst > li { background: none; }
	.header-wrapper { position: relative; padding: 10px; }
	
	a:link, a:visited { color: #00c; font-weight: bold; text-decoration: underline; }
	.body.article a:link:after, #content a:visited:after { content: " (" attr(href) ") "; }
	.authorinfo_lst > li { height: auto; }


/* 003. Objects
---------------------------------------------------------------------------------------------------------------- */
	
	.discuss { /* width: 800px; page-break-before: always; */ display: none; }
	.comment_lst > li { display: block; }
	.premium_icn { background: none; display: none; float: none; height: 0; width: 0;  }

