﻿html {
 	min-height: 100%;
	/*height: auto;*/
}

body {
	margin: 0px;
	color: #ce2220;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	background: black url('images/fire.jpg') no-repeat center bottom;
}
a {
	color: #bffe6d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 10pt;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #FFFFFF;
}
.horSep {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #242424;
	padding-bottom: 3px;
	color: #AEAEAE;
}
#vote{
	position:relative; 
	width: 432px; 
	height: 144px; 
	margin: 30px auto; 
	
}
#vote img{
	border:2px solid #333; 
}
.twitter-follow-button{
	width: 150px !important;
	margin: 0 0 0 10px; 
}
.menuBody {
	margin-top: 6px;
	padding-top: 4px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #252525;
	margin-bottom: 6px;
}
.menuBody p {
	color: #EFEFEF;
	font-size: 11pt;
	line-height: 18px;
	margin-top: 20px;
	margin-left: 25px;
}
.menuPHeader {
	font-weight: bold;
	color: #ce2220;
	font-size: 16pt;
	line-height: 20px;
}
.menuIntro {
	font-weight: bold;
	background-color: #252525;
	color: #7D7D7D;
	padding: 5px;
	font-size: 11pt;
	margin-bottom: 10px;
}
.wrapperDiv {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
}
.navBar {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 45px;
	margin-right: 38px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.navBar a {
	font-size: 14pt;
	padding-left: 55px;
	letter-spacing: 1px;
	padding-right: 15px;
	color: #bffe6d;
}
.navBar a:hover {
	background-image: url('images/chilli.png');
	background-repeat: no-repeat;
	background-position: 9px center;
	text-decoration: none;
}
.navBar2 {
	position: relative;
	text-align: center;
	margin-bottom: 1px;
	margin-top: 5px;
	margin-right: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.navBar2 a {
	font-size: 11pt;
	padding-left: 30px;
	letter-spacing: 1px;
	display: block;
	padding-right: 15px;
	color: #bffe6d;
}
.navBar2 a:hover {
	background-image: url('images/chilli3.png');
	background-repeat: no-repeat;
	background-position: -2px center;
	text-decoration: none;
	overflow:visible;
}
#happyHour {
	display: inline-block;
	position: absolute;
	bottom: -50px;
	right: 20px;
	width: 137px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: url('images/happy-hour.png') no-repeat center center;
}
#happyHour:hover {
	background: url('images/happy-hour-hover.png') no-repeat center center;
}
#happyHour span {
	position: absolute;
	left: -9999px;
}
.centerDiv {
	padding: 15px;
	background-color: #0D0D0D;
}
.offLeft {
	position: absolute;
	left: -9999px;
}
.rightContent {
	vertical-align: top;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.divFooter {
	color: #FFFFFF;
	font-size: 10pt;
	width: 840px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	margin-top: 45px;
}
		.button,.button-small{
			display:inline-block;
			font-family:'Helvetica', Arial, sans-serif;
			width:100%;
			white-space:nowrap;
			height:25px;
			margin:15px 0px 0 0;
			padding: 35px 35px;
			text-decoration:none;
			text-align:center;
			font-weight:bold;
			font-style:normal;
			font-size:13px;
			line-height:12px;
			cursor:pointer;
			border:none;
			-moz-border-radius:4px;
			border-radius:4px;
			-webkit-border-radius:4px;
			vertical-align:bottom;
			background-color:#F00;
			color:#FFF;
			
		}
		

input.groovybutton
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   width:100%;
   height:25px;
   background-color:#CC0033;
   border-style:none;
   margin-top:15px;
}

</style>


