/* CSS Document */

body {
	background: black url(images/bkg-stripe.png);
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: orange;
}

.box {
	background: #9b9b9b;
	padding: 20px;
	margin-top: 10px;
	border-top: 20px solid rgba(0, 0, 0, 0.3);
}
html>body .box {
	background: rgba(255, 255, 255, 0.7);
}

#wrapper {
	float: left;
	width: 800px;
	margin-left: 20px;
}

#header {
	background: #797979 url(images/bp-header2-bkg.jpg);
	height: 185px;
	width: 100%;
	margin-bottom: 30px;
}

#footer { 
	color: white;
	font-size: .7em;
	margin-bottom: 2em;
	clear: both;
	padding-top: 10px;
	border-top: 1px solid white;
}



#left {
	float: left;
	width: 275px;
	margin-right: 20px;
}
#right {
	float: left;
	width: 505px;
}



#calendar {
	padding: 10px;
	border: 1px solid grey;
	color: white;
	background: black;
}
html>body #calendar {
	background: rgba(0, 0, 0, 0.7);
}
#calendar h1 {
	margin-top: 0;
}
#calendar .highlight {
	font-size: 2em;
	color: orange;
}
#calendar .highlight2 {
	font-size: 1.3em;
}



#intro {
	margin-top: 0;
}
#intro h1 {
	margin-top: 0;
}


#video {
	border: 1px solid grey;
	margin-top: 10px;
	color: white;
	font-size: .8em;
	background: black;
	text-align: center;
}

#rules {
	padding: 2%;
}
#rules h1 {
	font-size: 3em;
	letter-spacing: -.1em;
	margin-top: 0;
	margin-bottom: 0;
}
#rules-menu {
	margin-bottom: 1em;
	margin-right: 30px;
	cursor: pointer;
	font-weight: bold;
	color: orange;
	float: left;
}
#rules-menu li {
	background: white;
	border: 1px solid white;
	padding: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
#rules-menu li:hover {
	background: orange;
	color: white;
}
#rules-menu .detail {
	float: left;
}



#links {
	color: white;
	display: table;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
#links a img {
	border-style: none;
	border: 0;
}
#links img {
	margin-right: 20px;
	padding: 6px;
}
#links img:hover {
	border: 1px dashed white;
	padding: 5px;
}