/*
----------------------------------------------- 
mnprepsports.com site layout and design css
powered by advantage motorsports marketing
version: 11.17.05
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("forms.css");


/* gone global 
----------------------------------------------- */
body { 
	font: 12px verdana, arial, helvetica, sans-serif; 
	color: #555; 
	background: url(gfx/bball_background_01.jpg) repeat-y #fff;
	margin: 0; 
	padding: 0;
	}

body#podcastBody { 
	font: 12px verdana, arial, helvetica, sans-serif; 
	color: #555; 
	background: url(gfx/clean_background_01.jpg) repeat-y #fff;
	margin: 0; 
	padding: 0;
	}
	
a { text-decoration: none; color: #FF0000; }
a:hover { text-decoration: none; color: #e60; }

acronym { border: 0 none; }

ul { margin: 12px 0 7px 10px; padding: 5px 0; border-top: #888 1px solid; }
li { margin: 0 0 5px; padding: 0 0 5px 0; list-style-type: none; border-bottom: #888 1px solid; }

h1 {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 250px;
	background: url(gfx/rotation/rotation_01.jpg) no-repeat transparent;
	}
h1 span { display: none; }

h2 {
	margin: 0;
	padding: 0;
	width: 303px;
	height: 37px;
	}
h2 span { display: none; }


/* main layout stuffs
----------------------------------------------- */
#prepBOX {
	margin: 0;
	padding: 0;
	}
	
#intro {
	margin: 0;
	padding: 0;
	width: 250px;
	}
	
#mainContent {
	position: absolute;
	top: 10px;
	left: 250px;
	width: 388px;
	margin: 0;
	padding: 0;
	text-align: justify;
	background: url(gfx/oksure.jpg) repeat-y top right transparent;
	}

#contentFILL { background: url(gfx/oksure.jpg) no-repeat top right transparent; }

#sideBar {
	position: absolute;
	top: 10px;
	left: 612px;
	margin: 0;
	padding: 0;
	width: 150px;
	font-size: 10px;
	color: #333;
	border-left: #ccc 1px solid;
	}
	
/* boxITs 
----------------------------------------------- */		
#rankings {
	width: 250px;
	height: 40px;
	background: transparent url(gfx/h3/rankings_01.gif) top left no-repeat;
	}

#boxIT { width: 350px; }

#hockey {
	float: right;
	width: 155px;
	padding: 5px;
	font-size: 10px;
	border: #ccc 1px solid;
	background-color: #CD0000;
	color: #fff;
	}
	
#boysBall {
	float: left;
	width: 155px;
	padding: 5px;
	font-size: 10px;
	border: #ccc 1px solid;
	background-color: #CD0000;
	color: #fff;
	}
	
#girlsBall {
	float: left;
	width: 155px;
	padding: 5px;
	font-size: 10px;
	border: #ccc 1px solid;
	background-color: #CD0000;
	color: #fff;
	}
	
#whosBest {
	float: right;
	width: 155px;
	padding: 5px;
	font-size: 10px;
	}
	
#polling {
	width: 350px;
	background: transparent url(gfx/h3/polling_01.gif) top left no-repeat;
	}
	
#toWatch {
	width: 350px;
	font-size: 10px;
	padding-top: 25px;
	color: #000;
	background: transparent url(gfx/h3/toWatch_01.gif) top left no-repeat;
	}
	

/* extra p stuffs 
----------------------------------------------- */	
#paperInfo p, #polling p, #scholarship p, #podcasts p { font-size: 10px; margin: 0; padding: 0 30px 4px 18px; }
#paperInfo .p1 { color: #777; }


/* extra h stuffs 
----------------------------------------------- */	
#mainContent h3, #mainContent p {
	margin: 0;
	padding: 0 40px 10px 0px;
	}
#mainContent h3 span { display: none; }
	
#contentFILL h3 {
	margin: 0 15px 20px 0;
	padding: 0;
	height: 36px;
	background: url(so_what.jpg) no-repeat transparent;
	}
#explanation h3 span { display: none; }

#contentFILL h3.select {
	margin: 0;
	padding: 0;
	background: url(select.jpg) no-repeat transparent;
	height: 26px;
	}

#sideBar h3 span { display: none; }


/* a stuffs
----------------------------------------------- */
#sideBar #sideBarContent a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #A60000;
	display: block;
	}
	
#sideBar #sideBarContent a:visited {
	text-decoration: none;
	color: #A60000;
	}
	
#sideBar #sideBarContent a:hover {
	text-decoration: underline;
	color: #766;
	}

/* footer stuffs
----------------------------------------------- */
#footer {
	position: relative;
	margin: 25px 15px 0 -14px;
	padding: 3px 0 0 20px;
	height: 23px;
	font-size: 9px;
	}
#footer a:link, #footer a:visited { color: #333; }
#footer a:hover { text-decoration: underline; }

	
/* IMG stuffs
----------------------------------------------- */
.IMGborder {
	margin-left: 10px;
	padding: 5px;
	border: #ccc 1px solid;
	}
	
#contentFILL.img {
	padding: 5px;
	border: #ccc 1px solid;
	}

/* misc
----------------------------------------------- */
.date {
	color: #223344;
	font-weight: bold;
	}

.posted {
	font-size: 9px;
	color: #666;
	}

.siteversion {
	color: #ccc;
	font-weight: bold;
	}
	
hr { width: 90%; border-top: 1px solid #EDEDED; color: #fff; }			

.center { text-align: center; }
a img { border: none; }	
.hide { display: none; }
#clear { clear: both; }
	

/* thats all
----------------------------------------------- */