/****************************************
*	Markham Raiders Stylesheet
*	2010
****************************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/layout/background.jpg) center top no-repeat #000;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #F00;
}

a:hover {
	text-decoration: none;
}

a span {
	visibility: hidden;
}

a#readerlogo {
	color: #999;
	text-decoration: none
}

a#readerlogo:hover {
	border-bottom: 1px solid #F00;
}

h1 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 18px;
}

h2 span.date, h2 span.league {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	line-height: 18px;
}

h2 span.highlight {
	border-bottom: 2px solid #CCC;
	background-color: #FF0;
	color: #000;
}

h2 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
}

h3 {
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
}

h4 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
}

p {
	line-height: 18px;
	margin-bottom: 18px;

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#content ol.index {
	display: block;
	list-style: outside decimal;
	line-height: 18px;
	margin-bottom: 18px;
	margin-left: 36px;
}

#content ul {
	line-height: 18px;
	margin-left: 36px;
	margin-bottom: 18px;
}

#content ul li {
	background: url(../images/layout/bullet.jpg) left 7px no-repeat;
	padding-left: 12px;
}

.left {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}

.centre {
	float: left;
	margin: 0 auto 18px auto;
}

.right {
	margin-left: 18px;
	margin-bottom: 18px;
	float: right;
}

.last {
	margin-bottom: 0;
}


#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}

#header {
	width: 960px;
	height: 172px;
	background: url(../images/layout/header.jpg) left top no-repeat;
}

#header a {
	text-decoration: none;
}

#logo {
	display: block;
	float: right;
	margin: 31px 38px 0 0;
	width: 320px;
	height: 123px;
}

#logo:hover {
	background: url(../images/layout/header_hover.jpg) left top no-repeat;
}

#content {
	width: 960px;
	min-height: 500px;
	background: #FFF;
	position: relative;
	overflow: hidden;
}

#title {
	margin: 10px;
	height: 60px;
}

#title h1 {
	float: left;
	margin: 0;
}

#title div.sponsors {
	float: right;
}

#copy {
	margin:0 10px 0 0;
	width: 697px;
	float: right;
}

/* Top Navigation */

#menu {
	background:url(../images/layout/navbar.jpg) left top no-repeat;
	width: 960px;
	height: 50px;
	line-height: 1;
}

#menu li {
	float: left;
	display: block;
}

#menu li a {
	position:relative;
	display: block;
	color: #FFF;
	text-decoration: none;
}


#menu li a#home {
	width: 93px;
	height: 50px;
}

#menu li a#home:hover {
	background:url(../images/layout/navbar.jpg) left -50px no-repeat;
}


#menu li a#raiders {
	width: 133px;
	height: 50px;
	background:url(../images/layout/navbar.jpg) -93px 0 no-repeat;

}

#menu li a#raiders:hover {
	background:url(../images/layout/navbar.jpg) -93px -50px no-repeat;
}

#menu li a#program {
	width: 196px;
	height: 50px;
}

#menu li a#program:hover {
	background:url(../images/layout/navbar.jpg) -226px -50px no-repeat;
}

#menu li #equipment {
	width: 119px;
	height: 50px;
}

#menu li a#equipment:hover {
	background:url(../images/layout/navbar.jpg) -422px -50px no-repeat;
}

#menu li a#sponsor {
	width: 138px;
	height: 50px;
}

#menu li a#sponsor:hover {
	background:url(../images/layout/navbar.jpg) -541px -50px no-repeat;
}

#menu li a#register {
	width: 140px;
	height: 50px;
}

#menu li a#register:hover{
	background:url(../images/layout/navbar.jpg) -679px -50px no-repeat;
}

#menu li a#contact {
	width: 141px;
	height: 50px;
}

#menu li a#contact:hover {
	background:url(../images/layout/navbar.jpg) -819px -50px no-repeat;
}


#menu li ul {
	position: absolute;
	z-index: 1000;
	left: -999em;
	margin-top: -1px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#menu li ul li  {
	float: none;
	border-top: 1px solid #000;
}

#menu li ul a {
	padding: 10px;
	width: 174px;
	background-color: #464646;
}

#menu li ul a:hover {
	background-color: #900;
}

#menu a.daddy {
	background: url(../images/layout/drop.png) 95% 50% no-repeat #464646;
}

#menu a.daddy:hover {
	background: url(../images/layout/drop.png) 95% 50% no-repeat #900;
}

#menu li ul li ul {
	margin: -33px 0 0 194px;

}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

/* Bottom Navigation */

#footer {
	background: url(../images/layout/footer.jpg) left top no-repeat;
	width: 924px;
	font-size: 12px;
	color: #FFF;
	padding: 126px 18px 18px 18px;
}

#footer .logo {
	display: block;
	float: left;
	margin-right: 18px;
	width: 205px;
	height: 180px;
	background: url(../images/layout/footer-logo.jpg) left top no-repeat;
}

#bottom-nav {
	overflow: hidden;
	margin-bottom: 18px;
}

#bottom-nav dl {
	float: left;
	margin-left: 18px;
	line-height: 18px;
	height: 180px;
}

#bottom-nav dl:first-child {
	margin-left: 0;
}

#bottom-nav dt {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 18px;
}

#bottom-nav dd {
	font-size: 10px;
}

#bottom-nav dd.break {
	margin-bottom: 18px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

#copyright {
	font-size: 10px;
	display: block;
	margin: 0;
	text-align: center;
}

#sidebar {
	width: 234px;
	margin: 0 10px 10px 0;
	float: right;
}

#updates {
	width: 234px;
	height: 72px;
	margin: 0;
	background: url(../images/sidebar/updates.jpg) left top no-repeat;
	text-indent: -9999px;
}

.ModBox {
	width: 697px;
	padding-top: 18px;
	background: url(../images/layout/ModBoxTop.jpg) left top no-repeat;
	margin-bottom: 10px;
}

.ModBoxMiddle {
	width: 661px;
	padding: 0 18px;
	background: url(../images/layout/ModBoxMiddle.jpg) left top repeat-y;
	overflow: hidden;

}

.ModBoxBottom {
	width: 697px;
	padding-bottom: 18px;
	background: url(../images/layout/ModBoxBottom.jpg) left bottom no-repeat;
}

.ModBoxHalfLeft {
	width: 343px;
	padding-top: 18px;
	background: url(../images/layout/ModBoxHalfTop.jpg) left top no-repeat;
	float: left;
	margin: 0 10px 10px 0;
}

.ModBoxHalfRight {
	width: 343px;
	padding-top: 18px;
	background: url(../images/layout/ModBoxHalfTop.jpg) left top no-repeat;
	float: left;
	margin-bottom: 10px;
}

.ModBoxHalfMiddle {
	width: 307px;
	padding: 0 18px;
	background: url(../images/layout/ModBoxHalfMiddle.jpg) left top repeat-y;
	overflow: hidden;
}

.ModBoxHalfBottom {
	width: 343px;
	padding-bottom: 18px;
	background: url(../images/layout/ModBoxHalfBottom.jpg) left bottom no-repeat;
}	

ol.rules {
	list-style: outside decimal;
	margin: 20px 0;
	background: url(../images/layout/ol_bg_repeat.jpg) repeat-y; /*--Bg of the order numbers--*/
	padding: 0 0 0 40px; /*--Distance between the order numbers--*/
	border: 1px solid #ccc;
}

ol.rules li {
	margin: 0;
	padding: 18px 18px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
       /*--The bevel look is styled with various colors in the border properties below--*/
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

ol.rules li h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;

	color: #F00;
}

ol.rules li h3 {
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #000;
}

ol.rules li p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 18px;
}

#conduct h2 {
	color: #000;
	text-decoration: underline;
}

#conduct h3 {
	text-decoration: underline;
}

dl {
	line-height: 18px;
}

dt {
	font-weight: bold;
	line-height: 18px;
}

dd {
	line-height: 18px;
}

#conduct dl {
	margin: 0 0 18px 36px;
}

#conduct dd {
	font-size: 10px;
	line-height: 18px;
}

#faqs dd {
	margin-bottom: 18px;
}

.ImageBox {
	display: block;
	margin-bottom: 18px;
}

.caption {
	font-size: 10px;
	line-height: 18px;
	margin: 0;
}

blockquote {
	width: 300px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 36px;
	margin: 0 auto 18px auto;
}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 18px;
}

th {
	padding: 6px;
	font-weight: bold;
	background: #FFF;
	border-bottom: 1px solid #CCC;
	color: #F00;
}

td {
	padding: 6px;
	border-bottom: 1px solid #dfdfdf;
}


tr:hover td {
	background: #efefef;
}

#copy table a {
	color: #000;
}

table#schedule td, table#standings td {
	vertical-align: middle;
}

table#standings td.team {
	font-weight: bold;
	text-transform: uppercase;
}

table#standings .teamJewel {
	margin-right: 10px;
	vertical-align: middle;
}

table#standings col.rank {
	width: 20px;
}

table#standings col.teams {
	width: 260px;
}

table#standings col.points {
	background-color: #efefef;
}

.HeaderBox {
	background: url(../images/layout/header_box.jpg) left top repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0 18px;
	margin-bottom: 18px;
}
.HeaderBox h2 {
	background: url(../images/layout/header_box.jpg) left top repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0 18px;
	margin-bottom: 18px;
	font-size: 12px;
}
	
.CoachesBox, .FinancialBox, .DividerBox {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 18px;
	overflow: auto;
}

.CoachesHeadshot, .FoundationLogo {
	float: left;
	margin: 0 18px 36px 0;
}

.CoachesName, .FieldName, .FormName {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	line-height: 18px;
}

.CoachesTitle, .FieldDescription {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	margin-bottom: 18px;
}

.FieldDirections {
	float: right;
	cursor: pointer;
}

.FormBox {
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 18px;
	overflow: auto;
}

.FormThumb {
	float: left;
	margin: 0 18px 36px 0;
}

.FormDownload {
	text-align: right;
	font-weight: bold;
	position: absolute;
	bottom: 36px;
	right: 0px;
}

a.tip {
	position: relative;
}

a.tip span {
	visibility: visible;
	display:none;
	width: 150px;
	padding: 10px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	line-height: 18px;
	position: absolute;
	right: 1px;
	top: 18px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

a.tip:hover span{
	display: block;
}

.open {
	line-height: 36px;
}

form, form div {
	margin-bottom: 18px;
}

fieldset {
	border: 1px solid #CCC;
	padding: 18px;
}

fieldset legend {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	padding: 0 6px;
}

fieldset fieldset {
	border: none;
	padding: 0;
}

fieldset fieldset legend {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	color: #F00;
	padding-bottom: 18px;
}

label {
	float: left;
	width: 120px;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	margin-right: 18px;
}

input, select {
	line-height: 18px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #000;
}

fieldset div.submit  {
	padding: 0 0 0 138px;
	margin: 0;
}

fieldset div.submit input {
	border: none;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

#basics h3 {
	color: #F00;
}

.ImgCaptionLeft {
	float: left;
	margin: 0 18px 18px 0;
}

.ImgCaptionRight {
	float: right;
	margin: 0 0 18px 18px;
}

.ImgCaptionLeft p, .ImgCaptionRight p {
	display: block;
	font-size: 10px;
	line-height: 18px;
	margin: 0;
}

.sponsor {
	display: inline;
}


#sidebar .HeaderBox {
	margin-bottom: 6px;
}

#sidebar ul {
	margin: 0 0 18px 0;
	
}

#sidebar ul li {
	background-image: none;
	padding: 3px 9px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 18px;	
}

#sidebar ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;	
}

#sidebar ul li a:hover {
	color: #000;
}

#sidebar ul li p {
	margin: 0;
	font-size: 10px;
	color: #000;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

#pizzapizza {
	display: block;
	width: 234px;
	height: 234px;
	background: url(../images/ads/pizzapizza-234x234.jpg) left top no-repeat;
	text-decoration: none;
}

#pixeldreams {
	display: block;
	width: 234px;
	height: 234px;
	background: url(../images/ads/pixeldreams-234x234.jpg) left top no-repeat;
	text-decoration: none;
}

#splash {
	width: 960px;
	height: 310px;
}

#splash a {
	display: block;
	text-decoration: none;
	height: 300px;
}

#splash_2010-05-14_jv-raiders-kickoff {
	background: url(../images/splash/2010-05-14_jv-raiders-kickoff.jpg);
}

#splash_2010-06-03_showdown-at-crothers {
	background: url(../images/splash/2010-06-03_showdown-at-crothers.jpg);
}

#splash_2010-06-11_hungry-panthers {
	background: url(../images/splash/2010-06-11_hungry-panthers.jpg);
}

#splash_2010-06-25_lights-off {
	background: url(../images/splash/2010-06-25_who_turned_the_lights_off.jpg);
}

#splash_2010-07-27_hl-champions {
	background: url(../images/splash/Banner_ReSize_0104_2011.jpg);
}

#sidebar .sponsors {
	margin-bottom: 18px;
}

.press_down_5{ margin-bottom: 5px;}
