@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
font-family: Trebuchet MS;
	background-color: #333333;
        font-size: 13px;
	}

a:link {
	color: #3399FF;
	text-decoration: none;

}
a:hover {
	color: #85C435;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}

.article-head a:link {
	color: #393939;
	text-decoration: none;
	}
.article-head a:hover {
	color: #3399ff;
	text-decoration: none;
	}
.article-head a:visited {
	color: #393939;
	text-decoration: none;
	}
.article-head a:active {
	text-decoration: none;
	color: #333333;
	}

.article-subhead a:link {
	color: #696969;
	text-decoration: none;
	}
.article-subhead a:hover {
	color: #3399ff;
	text-decoration: none;
	}
.article-subhead a:visited {
	color: #696969;
	text-decoration: none;
	}
.article-subhead a:active {
	text-decoration: none;
	color: #696969;
	}
		

h1 {
	width: 225px;
	height: 65px;
	background-image:url(http://ontheballmag.com/images/site/logo-magazine.png);
	background-repeat: no-repeat;
	margin-left: 60px;
	margin-top: -95px;
	margin-bottom: 10px;
	}

h2 {
	font-family: Trebuchet MS;
	font-size: 36px;
	font-weight: bold;
	color:#ffffff;
	padding-top: 12px;
	padding-left: 120px;
 	}
 
h3 {
	font-family: Trebuchet MS;
	font-size: 30px;
	font-weight: bold;
	color:#dedede;
	margin-top: 4px;
	padding-left: 120px;
 	}

h4 {
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: bold;
	color:#737373;
	margin-top: 4px;
	}

h5 {
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	color:#393939;
	margin-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	}	

h6 {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color:#696969;
	padding-bottom: 8px;
	padding-left: 5px;
	}
	
p {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #676767;
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 6px;
	}

#header {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	background-image: url(http://ontheballmag.com/images/site/blue/header-image-blue.png);
	background-position: center;
	}

#wrapper {
	width: 970px;
	height: auto;
	margin: 0 auto;
	margin-top: -20px;
	}

#ad-full-banner {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: -71px;
	margin-right: 80px;
	}
	
#ad-rectangle {
	width: 300px;
	margin-bottom: 6px;
	}

#body-top {
	width: 970px;
	height: 5px;
	background-image: url(http://ontheballmag.com/images/site/box/top-body.png);
	}
	
#body-content {
	background-color: #FFFFFF;
	width: 970px;
	}

#body-bottom {
	width: 970px;
	height: 5px;
	background-image: url(http://ontheballmag.com/images/site/box/bottom-body.png);
	background-position: bottom;
	}

#navbar {
	width: 960px;
	height: 24px;
	background-image: url(http://ontheballmag.com/images/site/navbar.jpg);
	margin-left: 5px;
	margin-bottom: 5px;
	}

#nav-text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color:#cecece;
	}

ul#nav {
	padding-top: 5px;
	padding-left: 0px;
	list-style: none;
	margin-top: 0px;
	color: #cecece;
	}
	ul#nav li {
		display: block;
		float: left;
		padding-left: 32px;
		}
		ul#nav li a:link {
			color: #cecece;
			text-decoration: none;
			}
		ul#nav li a:visited {
			color: #cecece;
			text-decoration: none;
			}
		ul#nav li a:hover, ul#nav li a:active {
			color: #cecece;
			text-decoration: none;
			}

#leftcol {
	float: left;
	width: 652px;
	height: auto;
	margin-left: 6px;
	}
	
#rightcol {
	float: right;
	width: 300px;
	height: auto;
	margin-right: 6px;
	}

#rightcol .content {
	width: 278px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 2px;
	}

#school-header {
	background-image: url(http://ontheballmag.com/images/site/schools-header.png);
	height: 98px;
	width: 652px;
	margin-bottom: 6px;
	}
	
#school-logo {
	padding-top: 6px;
	padding-left: 6px;
	float: left;
	}
	
#article-image {
	height: 144px;
	width: 250px;
	background-image: url(http://ontheballmag.com/images/site/article-image-background.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	float: left;
	}

#article-image .image {
	height: 136px;
	width: 242px;
	padding-top: 4px;
	padding-left: 4px;
	}

#box-652 {
	width: 652px;
	background-image: url(http://ontheballmag.com/images/site/box/border-main.jpg);
	background-repeat: repeat-y;
	margin-bottom: 6px;
	}

#box-652-top {
	width: 652px;
	height: 4px;
	background-image: url(http://ontheballmag.com/images/site/box/top-main.jpg);
	background-position: bottom;
	}
	
#box-652-middle {
	width: 630px;
	margin-left: 1px;
	background-image: url(http://ontheballmag.com/images/site/box/gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
        overflow:auto;
	}
	
#box-652-bottom {
	width: 652px;
	height: 4px;
	background-image: url(http://ontheballmag.com/images/site/box/bottom-main.jpg);
	background-position: bottom;
	}

#box-300 {
	width: 300px;
	background-image: url(http://ontheballmag.com/images/site/box/border-secondary.jpg);
	background-repeat: repeat-y;
	margin-bottom: 6px;
	}

#box-300-top {
	width: 300px;
	height: 4px;
	background-image: url(http://ontheballmag.com/images/site/box/top-secondary.jpg);
	background-position: bottom;
	}
	
#box-300-middle {
	width: 298px;
	margin-left: 1px;
	background-image: url(http://ontheballmag.com/images/site/box/gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}
	
#box-300-bottom {
	width: 300px;
	height: 4px;
	background-image: url(http://ontheballmag.com/images/site/box/bottom-secondary.jpg);
	background-position: bottom;
	}
	
#header-300 {
	width: 298px;
	height: 28px;
	background-image: url(http://ontheballmag.com/images/site/box/header-secondary.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

#header-300-textpos {
	width: 298px;
	height: 28px;
	padding-left: 10px;
	padding-top: 3px;
	}
	
#school-links {
	width: 300px;
	height: 90px;
	}

#school-sports {
	width: 300px;
	height: 120px;
	}

ul#box-300-leftcol {
	width: 135px;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	line-height: 18px;
	float: left;
	padding-left: 6px;
	list-style: none;
	margin-bottom: 10px;
	}
	ul#nav li {
		display: inherit;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: #FFFFFF;
			}	

ul#box-300-rightcol {
	width: 135px;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	line-height: 18px;
	float: right;;
	padding-left: 6px;
	list-style: none;
	margin-bottom: 10px;
	}
	ul#nav li {
		display: inherit;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: #FFFFFF;
			}	

#box-960 {
	clear: both;
	width: 960px;
	background-image: url(http://ontheballmag.com/images/site/box/border-footer.jpg);
	background-repeat: repeat-y;
	margin-left: 5px;
	}
	
#box-960-top {
	width:960px;
	height: 4px;
	background-image: url(http://ontheballmag.com/images/site/box/top-footer.jpg);
	background-position: bottom;
	}
	
#box-960-middle {
	width: 958px;
	margin-left: 1px;
	background-image: url(http://ontheballmag.com/images/site/box/gradient-footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}

#box-960 .content {
	width: 948px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
#box-960-bottom {
	width: 960px;
	height: 4px;
	background-image: url(http://ontheballmag.com/images/site/box/bottom-footer.jpg);
	background-position: bottom;
	}

#box-960 {
	clear: both;
	width: 960px;
	background-image: url(http://ontheballmag.com/images/site/box/border-footer.jpg);
	background-repeat: repeat-y;
	margin-left: 5px;
	}

#box-960-top {
	width:960px;
	height: 4px;
	background-image: url(http://ontheballmag.com/images/site/box/top-footer.jpg);
	background-position: bottom;
	}

#box-960-middle {
	width: 958px;
	margin-left: 1px;
	background-image: url(http://ontheballmag.com/images/site/box/gradient-footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}

#box-960-content {
	width: 948px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	}

#box-960-bottom {
	width: 960px;
	height: 4px;
	background-image: url(http://ontheballmag.com/images/site/box/bottom-footer.jpg);
	background-position: bottom;
	}


/*SCHOOL PAGE FEATURE-PIC SELECTOR*/
#fbox {
    margin-bottom:6px;
    position:relative;
    width: auto;
    height:288px;
}
#fbox .img {
    text-align: left;
}
#fbox div{
    position:absolute;
    bottom:0;
    left:0;
    background:#333333;
    filter:alpha(opacity=60);
    moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    width:100%;

    width:512px;
    z-index:1;
}
#fbox dl{
    position:absolute;
    bottom:0;
    left:0;
    color:white;
    width:467px;
    z-index:2;
    margin: 15px 30px 15px 15px;
    font-weight:bold;
    line-height:18px;
}
#fbox dt {
    font-size: 17px;
    margin-bottom: 5px;
}
#fbox ul {
    position:absolute;
    top:0;
    right:0;
    z-index:2;
}
#fbox li {
    width: 139px;
    height: 72px;
    background-image:url(http://ontheballmag.com/images/site/school_sel_cold.png);
    display:block;
}
#fbox a {
    display:block;
    padding:4px 0 3px;
    height: 60px;
    width:108px;

}
#fbox li img {
    border:2px solid white;
}
#fbox .sel {background-image:url(http://ontheballmag.com/images/site/school_sel_hot.png);
    margin-left:-33px;
    width:172px;

}
#fbox .cold {
    margin:0 14px;
}
#fbox .hot {
    margin:0 14px 0 47px;
}
.hide {display:none;}
#fbox dt a {
    width:100%;
    color:white;
    height: 100%;
}
#fbox a:hover {
    color:#3399FF;
    text-decoration:none;
}


#tabs {
    width: 298px;
    height: 20px;
    margin-top: 5px;
    margin-left: 3px;
}

#lboard a {
    font-weight:bold;
    color: #737373;
    font-family: Trebuchet MS;
    text-decoration:none;
}

#lboard .lwrap{
    background-image: url(http://ontheballmag.com/images/site/box/tabs-slice.jpg);
    background-repeat:repeat-y;
    margin:0 3px;
    width:292px;
}

#lboard .lwrap a:hover, div#school-links a:hover{text-decoration:underline;}
/* allow room for 3 columns */
#lboard div ul {
     width:30em;
     margin: 0 1em 0.6em;

     padding-top:0.5em;
}

/* float & allow room for the widest item */
#lboard div li {
    float: left;
    margin:0.2em;
    width:11.4em;
}

/* stop the float */
#lboard .clear {
    clear: left;
    display:block;
    height:12px;
    width:292px;
    background-image: url(http://ontheballmag.com/images/site/box/tabs-bottom.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}

/* separate the list from subsequent markup */
div.wrapper {
    margin-bottom: 1em;
}



ul#tabs {
    font-size: 14px;

    line-heigh: 18px;
    padding: 6px 0 6px;
}
ul#tabs li {
    display: block;
    float: left;
    height:30px;
}

ul#tabs a {
    display: block;
    padding-bottom:0.4em;
    padding-top:0.2em;
    
    background-repeat:no-repeat;
    height:50px;
}

ul#tabs a, div#school-links a{
color: #737373;
}

ul#tabs a:hover{
    padding-bottom:0.4em;
    padding-top:0.2em;
    color: #3399FF;

}

#li-1 a {
    padding-left: 48px;
    padding-right: 49px;
}

#li-1 .hot {background-image:url(http://ontheballmag.com/images/site/box/roster-hot-tab.jpg);
}

#li-1 .cold {background-image:url(http://ontheballmag.com/images/site/box/roster-cold-tab.jpg);
}

#li-2 a {
    padding-left: 11px;
    padding-right: 10px;
}

#li-2 .cold{background-image:url(http://ontheballmag.com/images/site/box/stats-tab-cold.jpg);
}

#li-2 .hot {background-image:url(http://ontheballmag.com/images/site/box/stats-tab-hot.jpg);
}

#li-3 a {
    padding-left: 44px;
    padding-right: 44px;
}

#li-3 .cold{background-image:url(http://ontheballmag.com/images/site/box/sched-cold-tab.jpg);
}

#li-3 .hot {background-image:url(http://ontheballmag.com/images/site/box/sched-hot-tab.jpg);
}

#li-4 a {
    padding-left: 14px;
    padding-right:15px;
}

#li-4 .cold{background-image:url(http://ontheballmag.com/images/site/box/standing-tab-cold.jpg);
}

#li-4 .hot {background-image:url(http://ontheballmag.com/images/site/box/standing-tab-hot.jpg);
}
/* TABLE */
table {
    width:100%;
    font-size: 16px;
    border-collapse:collapse;
    border-width: 10px;
}

th {
    text-align:left;
    font-size: 18px;
    background-image:url(http://ontheballmag.com/images/site/table_tr_slice.jpg);
    background-repeat:repeat-x;
    background-position:center left;
    color:white;
}

th.first {background-image:url(http://ontheballmag.com/images/site/table_tr_lefthead.jpg);
    background-repeat:no-repeat;
    background-position:left;
}

th.player {
    width: 300px;
}

th.last {background-image:url(http://ontheballmag.com/images/site/table_tr_righthead.jpg);
    background-position:right;
    background-repeat:no-repeat;

}

th, td {
    height:35px;
    padding:0 1.1em 0;
    vertical-align:middle;
}

tr.alt td.first {background-image:url(http://ontheballmag.com/images/site/table_tr_leftalt.jpg);
    background-repeat:no-repeat;
    background-position:left;
}
tr.alt td {background-image:url(http://ontheballmag.com/images/site/table_tr_slicealt.jpg);
    background-repeat:repeat-x;
    background-position:center left;
}
tr.alt td.last {background-image:url(http://ontheballmag.com/images/site/table_tr_rightalt.jpg);
    background-position:right;
    background-repeat:no-repeat;

}
.wait {
    position: relative;

}
.box-mod{
    position:absolute;
    left: 35%;

}

body {
	background-image: url(http://ontheballmag.com/images/site/blue/background-gradient-blue.png);
	background-repeat: repeat-x;
	}
#drop {
                position:absolute;
                top:0px;
                left: 0px;
                z-index:-1;
                height:20px;
                display:none;
                /*border:2px solid blue;*/
            }

            .lm-wrapper { margin:0; padding:0; }
            .lm-wrapper .lm-letters {overflow:hidden;}
            * html .lm-wrapper .lm-letters {zoom:1;} /* for IE6 so that menu appears under letters */
            .lm-wrapper .lm-letters a { font-size:0.9em; display:block; float:left; padding:5px 11px; border:1px solid #ccc; border-right:none; text-decoration:none;
                background-color:#ffffff;}
            .lm-wrapper .lm-letters a:hover {  }
            .lm-wrapper .lm-letters a:hover,
            .lm-wrapper .lm-letters a.lm-selected { background-color:#999999; color:#eeeeee; }
            .lm-wrapper .lm-letters a.lm-disabled {color:#ccc;}
            .lm-wrapper .lm-letters a.lm-last { border-right:1px solid #ccc; }
            .lm-wrapper .lm-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }

            .lm-wrapper .lm-menu { border:1px solid #ccc; border-top:1px solid #ccc; padding:10px; z-index:10; position:absolute; margin-top:-1px; background-color:#efefef; display:none; }
            .lm-wrapper .lm-menu ul li { list-style-type:none; margin-bottom:5px; font-size:0.9em }
            .lm-wrapper .lm-menu ol li {margin-left:15px;}
            .lm-wrapper .lm-menu .lm-no-match {color:green;}
            .lm-wrapper .lm-menu a {text-decoration:none;}
            .lm-wrapper .lm-menu a:hover {text-decoration:underline;}
            .lm-wrapper .lm-menu .lm-submenu {overflow:hidden;}