
/* ROSE BOWL v2 */

* { outline:none; }

body {
	font:11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#555;
	background-color:#333;
	background-repeat:repeat;
	background-position:center top;
	margin:0;
	padding:0;
	}
	
a { color:#ae2751; }
a:hover { color:#333; }
#content p a:hover { text-shadow:0px 0px 30px #ae2751; }
	
#wrapper {
	width:960px;
	margin:0 auto;
	}
	
#top {
	background:url(../i/bg-header.png) no-repeat;
	min-height:375px;
	}
	
#header {}
#header ul { padding:120px 0 0 55px; }
#header ul li {
	float:left;
	display:inline;
	}
	#header ul li a {
		float:left;
		width:auto;
		padding:2px 12px;
		font-weight:bold;
		color:#ae2751;
		border-right:1px solid #888;
		text-decoration:none;
		text-transform:uppercase;
		}
		#header ul li.active > a {
			background:#ae2751 url(../i/bg-nav-gradient.png) repeat-x bottom;
			margin:-5px -1px 0;
			padding:6px 13px 6px 13px;
			color:#fff !important;
			border:0px;
			-webkit-border-radius:3px;
			-moz-border-radius:3px;
			}
		#header ul li a:hover { color:#000; }

				
#promo {
	background:#fff;
	width:890px;
	padding:6px;
	margin:50px auto 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}
				
				
#content {
	width:800px;
	margin:80px auto 0;
	padding:0 50px 20px;
	font-size:13px;
	line-height:1.4em;
	background:url(../i/bg-tile.png) repeat-y center;
	}
	#home #content { padding:20px 50px 20px; margin:0 auto; }

.left {
	float:left;
	width:400px;
	}
	.wide .left { width:810px; }
	
.media {
	float:right;
	width:340px;
	margin:0 0 2em;
	padding:0;
	overflow:hidden;
	}
	.media img { margin:0 0 1em; border:1px solid #ae2751; }
	
.sidebar {
	float:right;
	width:340px;
	}
	.wide .sidebar { display:none; }

.inthenews { background:url(../i/bg-inthenews.png) no-repeat; }
.inthenews.reno { background:url(../i/bg-inthenews-reno.png) no-repeat; }
	.inthenews .container {
		font-weight:bold;
		color:#553814;
		padding:30px;
		background:url(../i/bg-inthenews-bottom.png) no-repeat left bottom;
		}
		.inthenews .container p { font-size:12px; }
		.inthenews .container p.date {
			color:#000;
			font-weight:normal;
			font-size:12px;
			text-align:right;
			margin:10px;
			text-transform:uppercase;
			}
			.inthenews.reno .container p.date {
				text-align:center;
				margin-top:20px;
				}
	
.sponsors {
	width:100%;
	height:auto;
	padding-top:32px;
	background:url(../i/bg-sponsors.png) no-repeat;
	}
	.sponsors ul,
	.sponsors li {
		list-style:none;
		margin:0;
		padding:0;
	}
	.sponsors img {
		border:1px solid #000;
		margin:0 auto;
		display:block;
		}
	
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	font-family:"Century Gothic", Futura, Arial, Helvetica, sans-serif;
	color:#ae2751;
	text-transform:uppercase;
	margin:1em 0 0.4em;
	text-shadow:1px 1px 5px #fff;
	}
	h1 { font-size:150%; margin:0.4em 0 1em; }
	h2 { font-size:140%; }
	h3 { font-size:130%; }
	h4 { font-size:120%; }
	h5 { font-size:110%; }
	h6 { font-size:100%; }

	
#footer {
	background:url(../i/bg-footer.png) no-repeat center top;
	height:120px;
	text-align:center;
	padding-top:90px;
	}
	
.red {
	color:#CC0000;
	}
	
	

/* Drop Down Navigation */
	
/* Top Level */
ul.dropdown { position: relative; z-index:99999999; }
ul.dropdown li {
	float: left;
	zoom: 1;
	}
	ul.dropdown a:hover {  }
	ul.dropdown a:active {  }
	ul.dropdown li a { display: block; }
	ul.dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
	ul.dropdown li.hover,
	ul.dropdown li:hover { position: relative; }
	ul.dropdown li.hover a {  }

/* Submenu */
ul.dropdown ul { 
	width: 180px !important;
	background:#fff;
	background: rgba(255,255,255,0.9);
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding:5px 0 !important;
	margin:0 !important;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 5px 15px 25px #444;
	-webkit-box-shadow: 5px 15px 25px #444;
	box-shadow: 5px 15px 25px #444;
	}
	ul.dropdown ul * {
		clear:both;
		border:0px !important;
		}
		ul.dropdown ul li {
			float: left;
			width:100%;
			margin:0 !important;
			padding:0 !important;
			border-bottom:1px solid #bbb !important;
			}
			ul.dropdown ul li:last-child { border-bottom:0px !important; }
			/* IE 6 & 7 Needs Inline Block */
			ul.dropdown ul li a	{
				border-right: none; 
				width: 100%; 
				display: inline-block;
				text-transform:capitalize !important;
				}


/* ETC */

table { border-collapse:collapse; padding:0; margin:0; color:#333; }
table strong, table b { color:#000; }
table td {
	padding:0.5em 1em;
	border:1px solid #999;
	background: -moz-linear-gradient(left, #fff 25%, #eae7e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae7e1));
	}
	table.borderless,
	table.borderless * {
		background:transparent;
		border:0px none;
		}
.cap {
	font:10px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#555;
}


