/* color guide
yellow: ffff00
moss green: bed600
light apple green: 92d400
dark apple green: 7ab800
light blue: 00a9e0
med blue: 0088ce
navy blue: 005b82
deep blue: 37424a
*/

.BGimg {
	background-image: url(/images/BG-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #37424a;
}
#header {
	background-image: url(images/header2.jpg);
	text-align: right;
	vertical-align: top;
	height: 80px;
	width: 800px;
}
.eventHeader {
	font-size: 18px;
	font-weight: bold;
	color: #7ab800;
	padding-left: 20px;
	text-align: left;
	padding-top: 10px;
}
.buttonmenu_rl{
	list-style-image:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 300px;
}

.buttonmenu_rl li a{
	list-style-type: none;
	list-style-image:none;
	color: #ffff00;
	display: block;
	width: 100%;
	padding: 2px 2px;
	font-weight: bold;
	background:url(/images/menuBG.gif);
	background-position:center;
	background-repeat:repeat-x;
	text-decoration:none;
	border: 1px solid;
	font-size: 11px;
	border-color:#fff #7ab800 #7ab800 #fff; /*light dark dark light*/
}

.buttonmenu_rl li a:visited{
	list-style-image:none;
	color: #ffff00;
}

.buttonmenu_rl li a:hover, .buttonmenu li a:active{
	list-style-image:none;
	list-style-type: none;
	color: #005b82;
	background:url(/images/menuBG-over.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.bullets_rl {
	list-style-image: url(/images/bullet.gif);
}
.bullets_rl li a:link, .bullets_rl li a:visited {
	text-decoration: none;
	color: #005b82;
}
.bullets_rl li a:hover, .bullets_rl li a:active {
	text-decoration: none;
	color: #7ab800;
	font-weight: bold;
}
.player2 {
	visibility: hidden;
}
.leaderboard {
	padding: 10px;
	background-color:#37424A;
	text-align:center;
	vertical-align: middle;
	height: 90px;
}
.vertical {
	text-align:center;
	vertical-align: top;
	width: 250px;
	height: 602px;
}

/* TWITTER FEED */

ul#twit-twit, ul#twit-twit ul {
	list-style-type: none;
	padding-left: 0;
}


ul#twit-twit {
	width: 480px;
}


ul#twit-twit li ul {
	margin: 0px 0 0 0;
}


ul#twit-twit li {
	margin: 0 0 2px 5px;
	padding:10px 0px;
	border-top: 1px dotted #92d400;
}

ul#twit-twit li.twit-date {
	font-weight: bold;
	color: #005b82;
	border:0px solid #fff;
	margin: 10px 0 0 0;
	font-size: 11px;
	text-align:left;
}

ul#twit-twit li ul li {
	font-weight: normal;
	color: #37424a;
	font-size: 11px;
	padding-top: 8px;
}


ul#twit-twit li.twit-alt {
	color: #888;
}


ul#twit-twit li.twit-first {
	color: #800;
}


ul#twit-twit a.twit {
	color: #005b82;
	text-decoration: none;
	border: 0;
}


ul#twit-twit a.twit:hover, ul#twit-twit a.twit:visited:hover {
	color: #00a9e0;
}


p.twit-more, li.twit-more {
	text-align: right;
	font-size: 10px;
	padding: 4px 0 0 0;
}


p.twit-more a.twit-more, li.twit-more a.twit-more {
	color: #005b82;
	text-decoration: none;
}


p.twit-more a.twit-more:hover, p.twit-more a.twit-more:visited:hover, li.twit-more a.twit-more:hover, li.twit-more a.twit-more:visited:hover {
	color: #00a9e0;
	border-bottom: 1px dotted #92d400;
}

.follow {
	float:right;
	width:100px;
	text-align:right;
	margin:16px 0 0 0;
}
.follow a {
	background:url(images/Twitter-32x32.gif) left top no-repeat;
	padding:10px 0px 10px 34px;
	text-decoration:none;
}
.followtitle {
	float:left;
	width:120px;
}
.followtitle h2 {
	margin:0;
	padding:0;
	font-size:28px;
}