@charset "utf-8";

/* Main stylesheet for Raceit. */

/* Imports */
@import url("reset.css");
@import url("typography.css");
@import url("navigation.css");

/* Main Structure */

body { background: #B3B3B3; margin: 10px;}

a { cursor: pointer; }

#outerWrapper {
	margin: 14px auto 0 auto;
	width: 960px;
}

#innerWrapper {
	float: left;
	display: inline;
	width: 940px;
	padding: 0 10px;
	background: #fff;
}

#brandingArea {
	float: left;
	display: inline;
	width: 50%;
	height: 98px;
	background: #fff;
}

#loginArea {
	float: left;
	display: inline;
	width: 50%;
	height: 98px;
	background: #fff;
}

/* main navigation container */

#mainNav {
	float: right;
	display: inline;
	margin-top: 6px; /* for ie 6 */
	width: 602px;
	height: 30px;
	background: url(../images/mainNav_bg.png) no-repeat 100% 100%;
}

html>body #mainNav { margin-top: 10px }
/* banner photo area */

#content {
	float: left;
	display: inline;
	width: 100%;
	background: #fff;
}

#colLeft {
	float: left;
	display: inline;
	width: 345px;
	background: url(../images/colLeft_bg.png) repeat-y 100% 0;
}

#colLeft h3 {
	float: left;
	display: inline;
	width: 100%;
	margin-left: 21px;
	margin-bottom: 7px;
}

#colLeft ul {
	float: left;
	display: inline;
	width: 100%;
	margin-left: 21px;
	margin-bottom: 23px;
}

#colLeft li {
	float: left;
	display: inline;
	margin-right: 7px
}

#moreSports {
	float: left;
	display: inline;
	width: 287px;
	margin-left: 21px;
	margin-top: 18px;
	border-top: 1px dotted #339999;
	padding-top: 18px;
	padding-bottom: 9px;
}

#moreSports label {
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#moreSports select {
	width: 175px;
	height: 20px;
	margin-top: 12px;
	border: 1px solid #9C9C9C;
}

*+html #moreSports select { height: 22px; }

#colRight {
	float: left;
	display: inline;
	width: 574px; /* for ie 6 */
}

html>body #colRight { width: 595px; }

#featuredEvents {
	float: left;
	display: inline;
	width: 553px /*239px*/; /* for ie 6 */
	margin-left: 21px;
}

html>body #featuredEvents { width: 574px; }

.featuredEventsList {
	border-bottom: 1px dotted #339999;
	margin-bottom: 20px;
	background: url(../images/feList_bg.png) no-repeat 0 0;
	width: 100%;
}

.featuredEventsList li { margin-left: 67px; }

.featuredEventsList li li { margin-left: 0; }

.featuredEventsList li ul {
	margin-bottom: 20px;
	margin-top: 5px;
}

.noBottomBorder { border-bottom: none; }

/* footer container area */

#footer {
	float: left;
	clear: both;
	display: inline;
	width: 100%;
	height: 20px;
	margin-top: 25px;
}
