
/* Colors 
==================================


Blue - Link			#2851A2
Blue - Hover		#002878
Blue - Light		#ebf4fb
Blue - Navbar		#b7dcff	
Blue - Classifieds	#a2c5e5

Orange - Hover  	#ee8822
Red					#d2232a

Tease black			#272727
Grey - Dark			#666
Grey - Medium		#999
Grey - Light		#ededed
Grey - Extra Light	#efefef


*/


/* Basic Layout 
================================== */

body 		{ text-align: left; }

.fourteen	{ width: 959px; }
.thirteen	{ width: 889px; }
.twelve		{ width: 819px; }
.eleven		{ width: 749px; }
.ten		{ width: 679px; }
.nine		{ width: 609px; }
.eight		{ width: 539px; }
.seven		{ width: 469px; }
.six		{ width: 399px; }
.five		{ width: 329px; }
.four		{ width: 259px; }
.three		{ width: 189px; }
.twoHalf	{ width: 154px; }
.two		{ width: 119px; }
.one		{ width: 49px;	}

.left		{ float: left;	}
.right		{ float: right; }

.col		{ margin-right: 10px; }

.first		{ margin-left: 0;	}	
.last		{ margin-right: 0;	}
.outset		{ margin: 30px;}



/* Layout overrides
================================== */

#bdc_sportsNav {
	margin-bottom:0;
	z-index:100;
	}

.section.fullC #Col1 {
	padding:0;
	}


/* All Scholastics styles
================================== */

#allscholastics {
	width: 959px;
}

#allscholastics a:hover {
	border-bottom:none;
	}

#allscholastics.topspan {
	height: 250px;
	background-repeat: no-repeat;
	width:981px;
	margin-left:-10px;
}


#allscholastics.fall.topspan {
	background-image: url(http://cache.boston.com/sports/special/schools/2009_fall_all-scholastics/images/stars_fall.gif);
	background-position:-460px -349px;
	}

#allscholastics.winter.topspan {
	background-image: url('http://cache.boston.com/sports/special/schools/2009_fall_all-scholastics/images/stars_winter.png');
	}

#allscholastics.spring.topspan {
	background-image: url('http://cache.boston.com/sports/special/schools/2009_fall_all-scholastics/images/stars_spring.png');
	}


#allscholastics.topspan h1 {
	font-family: Georgia, serif;
	font-weight: lighter;
	font-size: 60px;
	letter-spacing: -2px;
	color: black;
	padding: 50px;
	line-height: 40px;
	display: block;
	float: left;
}

#allscholastics h1 span {
	position: relative;
	left: 30px;
}

#allscholastics .five {
	float: right;
}

#allscholastics .button {
	height: 35px;
	width: 129px;
	/*background-color: #827c2e;
	border:1px solid #827c2e;
	cursor: pointer;
	text-align:center;
	padding: 5px;*/
	margin: 0 10px 0 0;
	float: left;
	display: block;
	position: relative;
	top: 90px;
	z-index:100;

}

#allscholastics.winter .button p {
	background-color: #94b0be;
	background-image:url(http://cache.boston.com/sports/special/schools/2009_fall_all-scholastics/images/arrow_dropdown_winter.png);
	border:1px solid #94b0be;
}

#allscholastics.spring .button p {
	background-color: #a3cf62;
	background-image:url(http://cache.boston.com/sports/special/schools/2009_fall_all-scholastics/images/arrow_dropdown_spring.png);
	border:1px solid #a3cf62;
}

#allscholastics.fall .button p {
	background-color:#827c2e;
	background-image:url(http://cache.boston.com/sports/special/schools/2009_fall_all-scholastics/images/arrow_dropdown.png);
	border:1px solid #827c2e;
}

#allscholastics .button p {
	color: white;
	font-size: 22px;
	font-weight: bold;
	display: block;
	position:relative;
	margin: 0;
	height: 25px;
	width: 109px;
	padding: 5px 10px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:108px 12px;

}

#allscholastics .button p:hover {
	background-position:108px -42px;
	}

#allscholastics.winter .button p:hover {
	background-color: #748a96;
	border: 1px solid: #748a96;
}

#allscholastics.spring .button p:hover {
	background-color: #86ac51;
	border: 1px solid: #86ac51;
}

#allscholastics.fall .button p:hover {
	background-color: #645f1e;
	border: 1px solid: #645f1e;
}


#allscholastics .button.hoverOn #menu {
	display:block;
	} 

#allscholastics #menu {
	width: 264px;
	height: 158px;
	background-color:#FFFFFF;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	padding:12px 10px 12px 10px;
	position: absolute;
	right: -2px;
	display:none;
	box-shadow: 2px 3px 2px 0px #ccc;
	-moz-box-shadow: 2px 3px 2px 0px #ccc;
	-webkit-box-shadow: 2px 3px 2px 0px #ccc;
	z-index:-1;
}

#allscholastics.winter #menu {
	height:215px;
	}
	
	#allscholastics.spring #menu {
	height:196px;
	}


#allscholastics #menu.archive {
	width: 383px;
	height: 300px;
	/*height: 212px ==for 2010==*/;
}

#allscholastics #menu .last ul {
	margin: 0;
}

#allscholastics #menu ul {
	float: left;
	margin:0 13px 0 0;
	padding:0 0 0 0;
	text-align:left;
	width:119px;
	height: 150px;
	position: relative;
}

#allscholastics #menu.season ul {
	width:125px;
	} 

#allscholastics #menu ul.last {
	margin:0;
	padding: 0;
}

#allscholastics #menu li {
	list-style-type: none;
}

#allscholastics #menu .overline {
	height: 12px;
	font-weight:bold;
	border-bottom:1px solid #999;
	text-align: left;
	margin:0;
	padding:5px;
	width:109px;
	display:block;
}

#allscholastics.winter #menu .overline {
	background-color:#e9eff2;
}

#allscholastics.spring #menu .overline {
	background-color:#eff6e4;
}

#allscholastics.fall #menu .overline {
	background-color:#ecead8;
}

#allscholastics #menu.season .overline {
	text-align:left;
	width:254px;
	}


#allscholastics #menu li a {
	border-top:1px solid #999999;
	color:#464646;
	display:block;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	padding:6px 7px 6px 7px;
	text-decoration:none;
}

#allscholastics #menu li.first a,
#allscholastics #menu li.top a {
	border-top:none;
}

#allscholastics #menu li a:hover {
	background-color:#EDEDED;
	border-bottom:medium none;
	color:#000000;
}

#allscholastics h1 {
	font-size: 45px;
	margin-bottom: 18px;
	letter-spacing:-0.03em;
}


#allscholastics h3 {
	color: #58595b;
	padding: 1px 0px 1px 6px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}


#allscholastics .capsule {
	clear:both;
	margin-bottom:20px;
	}

#allscholastics .capsule .two {
	float:left;
	}
	
#allscholastics .capsule .eight {
	float:right;
	}


#allscholastics .capsule h2 {
	letter-spacing:-0.03em;
	}
	
#allscholastics .capsule p {
	margin-top:2px;
	}

#allscholastics .capsule img {
	height: 119px;
	width: 119px;
	display: block;
	margin-right: 6px;
	margin-bottom: 20px;
}


#allscholastics .capsule.relay img {
	width:227px;
	} 

#allscholastics .capsule.relay .two {
	width:227px;
	}

#allscholastics .capsule.relay .eight {
	width:431px;
	}



#allscholastics.winter h3 {
	background-color: #e9eff2;
}

#allscholastics.spring h3 {
	background-color: #eff6e4;
}

#allscholastics.fall h3 {
	background-color: #ecead8;
}


#allscholastics .col1 {
	float: left;
}


#allscholastics .col2 {
	float: right;

}

#allscholastics .fourteen {
	background-image:url('http://cache.boston.com/universal/site_graphics/rule_vertical.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 725px 0;
	float:left;
}




/* All Scholastics styles
================================== */

#introad, 
#billboardAd {
	display:block;
	}
