/* 
	New Era Classic
	Master Screen CSS
	
	Alison Endacott
	August 2007
 */
  
 * {
 	margin: 0;
	padding: 0;
 }
 
 img {
 	border: 0;
 }
 
 body {
 	font-family: "tahoma" , Arial, Helvetica, sans-serif;
	font-size: 80%;
	*font-size: 75%;
	color: #000;
	line-height: 1.1;
	background: #fff;
	/*
	background: #ebbece url(/images/BG.gif) repeat left top;
	*/
	}
	
 a {
 	color: #ae1c0e;
	font-weight: bold;
	text-decoration: none;
 }
 	a:hover {
		text-decoration: underline;
	}
	
	a:visited {
		color: #751108;
	}
 
 #container {
 	width: 734px;
	margin: 8px auto;
	*margin: 0;
	*margin-top: 8px;
	*margin-bottom: 8px;
	*position: relative;
	*left: 50%;
	*margin-left: -394px;
 }
 
 #skiplink {
 	position: absolute;
	text-indent: -9999px;
 }
 
/* ------------------------ 
		HEADER/NAV
------------------------ */
#header span {
	display: none;
}
#header {
	height: 238px;
	background: url(/images/BG-Header.jpg) no-repeat; 
}
	#header h1 {
		text-indent: -9999px;
	}
		#header h1 a {
			display: block;
			width: 215px;
			height: 185px;
			overflow: hidden;
		}
	
	ul#navigation {
		position: absolute;
		display: block;
		top: 192px;
		width: 734px;
		padding-right: 10px;
		min-height: 49px;
		_height: 49px;
		background: url(/images/BG-Nav.gif) no-repeat; 
		*margin-top: -8px;
	}
		ul#navigation li  {
			display: inline;
			height: 49px;
			float: left;
				}
			ul#navigation li a.toplevel {
				display: block;
				padding: 16px 1.5em 10px 1.5em;
				color: #cbbb99;
				/*background:  url(/images/NavDivider.gif) no-repeat;*/
			}
				
ul#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	top: 40px;
	margin-left: 9px;
}

	ul#navigation ul li.subnav a {
		display: block;
		color: #fff;
		text-indent: 0;
		padding: 1em;
		text-align: center;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
	}
		ul#navigation ul li.subnav a:hover {
			}
	
	ul#navigation ul li.subnav { /* all list items */
		float: left;
		width: 16em; /* width needed or else Opera goes nuts */
		display: block;
		background:  url(/images/bg-nav.jpg) no-repeat 50%;
		margin: 0;
		padding: 0;
		text-indent: 0;
		position: relative;
		top: -2px;
		margin-top: -2px;
	}


		ul#navigation li ul { /* second-level lists */
			position: absolute;
			color: #fff;
			width: 16em;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		ul#navigation li:hover ul, ul#navigation li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}			
		
		/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
			#topNav li:hover, ul#navigation li.hover {
				*position: static;
			}

		
/* ------------------------ 
		CONTENT
------------------------ */
p {
	padding: .5em 0;
}

img.left {
	float: left;
	_display: inline;
	margin: 0 5px 10px 0;
	*padding-top: 10px;
}

/*home page */
body.home #content {
	padding: 0 12px;
	background: url(/images/bg-contenthome.gif);
	padding-bottom: 5px;
}

body.home #content h2 {
	text-align: center;
	margin: 0;
	padding-top: 0px;
}

#content {
	/* padding: 1.5em;  */
	/*background: url(/images/bg-content.gif) repeat-y; */
}
	
	#content h2 {
		font-size: 132%;
		margin-bottom: .4em;
	}
	
	#homeContent {
		width: 515px;
		float: left;
		_display: inline;
		margin-left: 200px;
	}
	
		
		#caps h2 {
			display: none;
		}
		
	/*
	#learnMore {
		width: 260px;
		float: left;
		_display: inline;
		padding: 0 0 187px 0;
		background: url(/images/bg-baseball.jpg) no-repeat bottom; 
		margin-left: -690px;
	}
		#learnMore h2 {
			display: block;
			height: 77px;
			width: 260px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(/images/custom-hats.gif) no-repeat top; 
		}
		#learnMore p {
			padding: 0 30px 0 15px;
		}
		#learnMore p#more {
			margin-top: 1em;
		}
			#learnMore p#more a {
				display: block;
				height: 41px;
				width: 150px;
				background: url(/images/moreBtn.gif) no-repeat;
				overflow: hidden;
				text-indent: -9999px;
				margin: 0 auto;
			}
			*/
			
	#announcements {
		float: left;
		width: 198px;
		min-height: 621px;
		_height: 621px;
		margin-left: -726px;
		background: url(/images/bg-contenthome.jpg) no-repeat top;
		padding: 10px;
		color: #fff;
	}

body.home h3 {
	color: #ff1100;
	padding: 0;
	margin: 0;
	text-align: right;
	border-bottom: 1px solid #b28b64;
	border-top: 1px solid #b28b64;
	padding: .2em 0;
	width: 345px;
	margin-left: 157px;
}
	body.home h3 a {
		background: url(/images/redarrow.gif) no-repeat 0 3px;
		padding-left: 10px;
		color: #ff1100;
	}
	
	body.home span.border{
		width: 353px;
		padding-bottom: .3em;
		*padding: 0;
		float: right;
		*height: 1px;
		border-top: 1px solid #b28b64;
		margin: 0;
		*position: relative;
		*top: 10px;
	}
	
body.home h4 {
	color: #ff1100;
	border-bottom: 1px solid #b28b64;
	padding: .2em 0;
	font-size: 105%;
}		

body.home table {
	font-size: 90%;
	padding: 0 .5em .5em .5em;
}
	body.home table td {
		padding-right: 30px;
	}

/* inner pages */
#content ul {
	margin-left: 2em;
	padding-bottom: 1em;
}
/* email contact form */


fieldset {
	border: 0;
	border-bottom: 3px solid #a4a4a4;
	border-top: 3px solid #a4a4a4;
	*border: 0;
	margin: 0;
	background: #e8e8e8;
	padding: 1em 0;
	*padding: 0;
	display: block;
}

	fieldset div {
		*border-bottom: 3px solid #a4a4a4;
		*border-top: 3px solid #a4a4a4;
		*background: #e8e8e8;
		*padding: 1em 0;
	}
	legend {
		display: none;
	}
	
	body.contact input,
	body.contact label {
		display: block;
	}
		label.required {
			font-weight: bold;
		}
	
	body.contact label {
		width: 75px;
		text-align: right;
		position: relative;
		top: 1.5em;
		margin-top: -10px;
		font-size: 95%;
	}
	
	
	body.contact fieldset input,
	body.contact textarea,
	body.contact select {
		margin-left: 85px;
		width: 140px;
		border: 1px solid #ccc;
	}
		
		body.contact fieldset input:focus,
		body.contact textarea:focus,
		body.contact select:focus {
			border: 1px solid #ae1c0e;
		}
		
	body.contact textarea {
		width: 280px;
		height: 180px;
	}
	
	body.contact input#btnSubmit {
		border: 0;
		margin-top: 1em;
		width: auto;
		clear: both;
	}
#summary {
	margin-bottom: 1em;
	font-size: 90%;
}

#summary ul {
	width: 400px;
	border: 1px solid #ccc;
	background: #ffd1d1;
	padding: 1em 2em;
	
	line-height: 1;
	margin: 1em auto;
}

/* application styles */

body.contact div.scholarship label {
	width: 300px;
	padding-left: 10px;
}

body.contact div.scholarship fieldset input,
body.contact div.scholarship textarea,
body.contact div.scholarship select  {
		margin-left: 315px
		
		}
		
		div.scholarship p {
			padding: 10px;
		}
		
	fieldset.players {
		width: 200px;
		*width: 330px;
		_width:200px;
		float: left;
		_display: inline;
		margin-left: 15px;
		margin-bottom: 10px;
		display: block;
		padding-bottom: 10px;
		border-top: 3px solid #A4A4A4 ;		
		border-bottom: 3px solid #A4A4A4 ;
		
		_margin: 6px;
	}
	
	body.contact div.scholarship fieldset.players label {
		width: 170px;
		}
	body.contact div.scholarship fieldset.players input {
		margin-left: 185px;
		*margin-left: 175px;
	}
	body.contact div.scholarship fieldset.players select  {
		width: 60px;
		margin-left: 185px;
	}
	
		body.contact div.scholarship div.radio {
			margin-left: 185px;
			width: 90px;
			*width: 120px;
			padding: 0;
			border: 0;
		}
	
		body.contact div.scholarship div.radio label,
		body.contact div.scholarship div.radio input {
			width: auto;
			display: inline;
			position: static;
			margin: 0;
			padding: 0;
			border: 0;
		}
	

div.rules {
	clear: both;
	text-align: center;
}

	body #container div.rules input,
	body #container div.rules label {
		margin: 0;
		top: 0;
		display: inline;
		width: 15px;
	}

/*form styles */

h3 {
	margin-bottom: 1em;
	padding-bottom: .2em;
	font-size: 100%;
}

form h5 {
	font-size: 105%;
	padding-bottom: 1em;
	padding-top: 1em;
	text-indent: -10px;
}

.form,
.billing-shipping,
.order {
	padding: 10px;
	border-bottom: 3px solid #a4a4a4;
	border-top: 3px solid #a4a4a4;
	margin: 1em 0;
	background: #e8e8e8;
	font-size: 90%;
}

.billing-shipping {
	width: 325px;
	float: left;
	_display: inline;
}

.form {
	padding: 1em 100px;
}

	.billing-shipping label,
	.form label {
		width: 120px;
		display: block;
	}
	.form label {
		width: 250px;
	}
	
	.billing-shipping input,
	.billing-shipping select,
	.form input,
	.form select {
		margin-left: 125px;
		width: 155px;
		margin-top: -.5em;
		position: relative;
		top: -.8em;
	}
	
	.form input,
	.form select {
		margin-left: 255px;
	}
	
		input:focus,
		select:focus {
			background: #f8f4f3;
		}
		input#txtPhoneNumber, input#txtsPhoneNumber {
			top: -1.8em;
		}
		input#Answer1 {
			margin-left: 112px;
			top: 0;
		}
	
	label em {
		font-size: 85%;
		font-weight: normal;
		display: block;
		text-align: center;
	}

.form div {
}
	.form div 

	#Submit {
		margin: 0 auto;
	}
	p#submit {
		margin-top: 1em;
		clear: both;
		margin: 0 auto;
		width: 110px;
	}
	
	.checkout .form {
		padding: 1em 2em;
	}
	
		.checkout .form div {
			width: 330px;
			float: left;
			_display: inline;
		}
		
		.checkout .form .shipping {
			width: 660px;
		}	
	
#ValidationSummary ul {
	width: 340px;
	margin: 1em auto;
	padding: 1em 3em;
	border: 1px solid #de6c60;
	font-size: 85%;
	background: #ffebe9;
}

span#FirstName,
span#LastName,
span#sFirstName,
span#sLastName,
span#ContactCity,
span#ContactZip,
span#ContactState,
span#City,
span#StateProvince,
span#ZipPostalCode,
span#sCity,
span#sStateProvince,
span#sZipPostalCode {

	display: inline;
}

span#TeamName {
	padding-bottom: .5em;
	font-weight: bold;
}


span#OrderTotal,
span#Fee {
	padding: .5em 0;
	font-weight: bold;
	font-size: 105%;
}

span#IPAddress {
	font-size: 90%;
}


/* print */

body.print span,
body.thankyou span,
.checkout span {
	margin: .3em 0;
	
}


body.print ul#navigation {
	display: none;
}
	body.print #content {
		margin-top: -40px;
	}
	
	
	body.thankyou #content form div {
		width: 550px;
		padding: 1em;
		margin: 1em auto;
		padding: 10px;
		border-bottom: 3px solid #a4a4a4;
		border-top: 3px solid #a4a4a4;
		background: #e8e8e8;
		font-size: 95%;
	}
	
	input.print {
		display: block;
		margin: 0 auto;
	}

h5.shipping {
	border-top: 1px solid #999;
	margin-top: .5em;
}

/* ------------------------ 
		teams
------------------------ */

table.teams {
	border-collapse: collapse;
	width: 550px;
	margin: 1em 28px;
	margin-left: 60px;
}

	table.teams th  {
		text-align: left;
		padding-bottom: 2px;
	}

		#content th h2 {
			padding: 2px 0;
			font-size: 105%;
			font-weight: bold;
			position: relative;
			left: -5px;
			border-bottom:1px solid #B28B64;
			border-top:1px solid #B28B64;
			color:#FF1100;

		}

	table.teams td {
		font-size: 90%;
		padding: 2px 5px;
		border-top: 1px solid #ccc;
	}
	
	
	table.teams .name {
		width: 350px;
	}
	
	table.teams .hometown {
		width: 200px;
	}
	
	
#rules {
	border: 1px solid;
	padding: 10px;
	overflow: auto;
	height: 200px;
}

/* ------------------------ 
		FOOTER
------------------------ */
#footer {
	background: url(/images/bg-footer.gif) no-repeat top;
	height: 45px;
	clear: both;
}

	#footer p {
		text-indent: -9999px;
	}
		
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

