/* ------------------------------------------------------------------ 
// GLOBAL SETTINGS
------------------------------------------------------------------ */
	
	html, body {
		background: #151b65 url(/img/layout/bg.jpg) bottom left fixed repeat-x;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
	body {		
		font-family: Georgia, "Time New Roman", Times, serif;
		font-size: 76%;
		color: #333333;
	}

/* ------------------------------------------------------------------ 
// TYPOGRAPHY
------------------------------------------------------------------ */

	h1 {
		font-size: 1.7em;
		font-weight: normal;
		margin: 0em;
	}
	
	h2 {
		font-size: 1.4em;
		margin: 0em;
		font-weight: normal;
	}
	
	h3 {
		font-size: 1.2em;
		margin: 0em;
		font-weight: normal;
	}
	
	h4 {
		font-size: 1.0em;
		font-weight: normal;
		margin: 0;
		text-transform: uppercase;
	}
	h5 {
		font-size: 0.9em;
		margin: 0em;
		font-weight: bold;
	}
	h6 {
		font-size: 0.8em;
		font-weight: normal;
		margin: 0em;
		margin-bottom: -0.3em;
		text-transform: uppercase;
	}
	img {
		border: 0;
	}
	ol, ul {
		font-family: Verdana, Arial, sans-serif;
		font-size: 0.8em;
		
		line-height: 1.4em;
		list-style-type: circle;
		padding-left: 0;
		margin-left: 0;
		margin: 0;
		margin-top: 5px;
		padding: 0;
	}
	p {
		font-family: Verdana, Arial, sans-serif;
		font-size: 0.9em;
		line-height: 1.4em;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	li > p {
		margin-top: 0.2em;
	}
	pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	
	#mbMidRecent p a, #mbBotSpecial p a {
		font-family: Georgia, "Time New Roman", Times, serif;
	}
	
	#mbBotSpecial p, #mbLeadStory p {
		margin: 0;
	}
	
	a {
		color: #003399;
		text-decoration: under-line;
	}
	a:link {
		color: #003399;
	}
	a:visited {
		color: #003399;
	}
	a:active {
		color: #333333;
	}
	a:hover {
		color: #003399;
		text-decoration: none;
	}
	
	h1 a:link, h1 a:visited, h1 a:hover {
		color: #333333;
	}


/* ------------------------------------------------------------------ 
// LAYOUT
------------------------------------------------------------------ */

	#mbMainWrapper {
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		padding: 0px;
		width: 710px;
	}
	
	#mbNavWrapper {
		margin-left: 5px;
		margin-right: 5px;
		width: 700px;
	}
	
	#mbMastLogo {
		float: left;
		height: 78px;
		width: 230px;
	}
	
	#mbMastNav {
		background: #b18541;
		color: #ffffff;
		height: 17px;
		width: 465px;
		
		float: right;
		margin-top: 20px;
		margin-bottom: 1px;
		margin-right: 5px;
		padding: 0;
	}
	
	#mbMastNav ul {
		display: inline;
		list-style: none;
		margin: 0; 
		padding: 0;
	}
	
	#mbMastNav li {
		display: inline;
		float: left;
		margin: 0; 
		padding: 0;
	}
	
	#mbMastNav a {
		background:url(/img/layout/mbNav_Tabs.gif)
      		no-repeat left top;
      	color: #ffffff;
		display: block;
		padding: 3px 2px 0px 15px;
		text-decoration: none;
	}
	
	#mbMastNav a:link, #mbMastNav a:visited, #mbMastNav a:hover {
		color: #ffffff;
	}
	
	#mbMastNav a:hover {
		color: #ffff99;
	}
	
	#mbMastRecord {
		background: #f1f1f1;
		height: 40px;
		width: 465px;
		
		float: right;
		
		margin-right: 5px;
	}
	
	#mbBreakingNews {
		background: #ffffff;
		border-top: #151b65 solid 2px;
		height: 20px;
		margin-left: 10px;
		margin-right: 10px;
		width: 690px;
	}
	
	#mbLeadWrapper {
		border-top: #151b65 solid 2px;
		margin-left: 10px;
		margin-right: 10px;
		width: 690px;
	}
	
	#mbLeadStory {
		background: #ffffff;
		border: 10px solid #ffffff;
		float: right;
		height: 250px;
		width: 323px;
	}
	
	#mbLeadPhoto {
		background: #ffffff;
		float: left;
		height: 200px;
		margin-bottom: 2px;
		margin-right: 2px;
		width: 345px;
	}
	
	#mbLeadPhoto img {
		border: #ffffff solid 3px;
	}
	
	#mbLeadCaption {
		background: #ffffff;
		float: left;
		height: 68px;
		margin-right: 2px;
		width: 345px;
	}
	
	.mbLeadScoreBoard {
		font-family: Georgia, "Time New Roman", Times, serif;
		font-size: 0.8em;
	}
	
	#mbContentWrapper {
		background-image: url(/img/layout/bg_mbSecondaryContent.gif);
		border-top: #151b65 solid 2px;
		margin-left: 10px;
		margin-right: 10px;
		width: 690px;
	}
	
	#mbIntContentWrapper {
		background-image: url(/img/layout/bg_mbInteriorContent.gif);
		border-top: #151b65 solid 2px;
		margin-left: 10px;
		margin-right: 10px;
		width: 690px;
	}
	
	#mbIntContent {
		float: left;
		width: 518px;
	}
	
	#mbIntNav {
		border: 10px solid #ffffff;
		float: left;
		margin-right: 2px;
		width: 105px;
	}
	
	#mbIntNav p {
		margin-left: 5px;
	}
	
	#mbIntNav h4 {
		text-decoration: underline;
	}
	
	#mbIntOther {
		border: 10px solid #ffffff;
		float: right;
		width: 371px;
	}
	
	#mbMidContent {
		background-image: url(/img/layout/bg_mbMidContent.gif);
		margin-right: 2px;
		float: left;
		width: 518px;
	}
	
	#mbMidRecent {
		background: #ffffff;
		border: 10px solid #fffccc;
		float: left;
		margin-right: 2px;
		width: 238px;
	}
	
	#mbMidPoll {
		background: #ffffff;
		border: 10px solid #ffffff;
		width: 151px;
		float: right;
	}
	
	#mbAdContent {
		background: #ffffff;
		width: 170px;
		float: right;
	}
	
	#recentList {
		margin-left: 18px;
		margin-right: 5px;
	}
	
	#mbBotContent {
		background-image: url(/img/layout/bg_mbBotContent.gif);
		border-top: #151b65 solid 2px;
		float: left;
		margin-right: 2px;
		width: 518px;
	}
	
	#mbBotESPN {
		background: #ffffff;
		border: 10px solid #ffffff;
		float: left;
		margin-right: 2px;
		width: 238px;
	}
	
	#mbBlog {
		background: #ffffff;
		border: 10px solid #ffffff;
		margin-right: 2px;
		float: left;
		width: 325px;
	}
	
	#espnList {
		margin-left: 18px;
		margin-right: 5px;
	}
	
	#mbBotSpecial {
		background: #ffffff;
		border: 10px solid #ffffff;
		float: right;
		width: 238px;
	}
	
	#mbFooter {
		background: #ffffff;
		border-top: #151b65 solid 2px;
		margin-left: 10px;
		margin-right: 10px;
		width: 690px;
	}
	
	#interiorContent {	
		background-image: url(/img/layout/bg_mbInteriorContent.gif);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 50px;
		margin-top: 0;
		width: 690px;		
	}
	
	#mbInteriorNav {
		background: #ffffff;
		border-top: #151b65 solid 2px;
		margin-right: 2px;
		width: 125px;
		float: left;
	}
	
	#mbInteriorContent {
		background: #ffffff;
		border-top: #151b65 solid 2px;
		margin-right: 2px;
		width: 391px;
		float: left;
	}
	
	.photoCaption {
		padding: 4px 10px 4px 10px;		
		font-size: 0.8em;
	}
	
	.small {
		font-size: 0.8em;
	}
	
	.SERIF {
		font-family: Georgia, "Time New Roman", Times, serif;
	}
	
	.dotted {
		width: 100%;
		height: 1px;
		background: #ffffff;
		border-bottom: 1px dotted;
		margin-top: -10px;
	}