/*********************************************
TAG FORMATTING
*********************************************/
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	color: #FFF;
	background-image: url(../images/background_dancefloor.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
html>body {
	font-size: small; /* be nice to Opera */
}
h1,h2,h3,h4 {
	color: #F23019;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 span.white, h2 span.white, h3 span.white {
	color: #FFF;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h3.white {
	color:#FFF
}
p {
	color: #FFF;
	font-size: 1em;
	line-height: 1.5em;
}
p.footnote {
	font-size: 0.8em;
	line-height: 1.2em;
}
a {
	color: #F23019;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-style: none;
}
caption {
	display: none;
}
hr {
	width: 100%;
	height: 1px;
	border: 0px;
	background-image: url(../images/rule.gif);
	background-repeat: repeat-x;
}
/*********************************************
FORMS
*********************************************/
select {
	width: 185px;
	font-size: .7em;
	margin-top: 5px;
}
input {
	width: 180px;
	font-size: .7em;
	margin-top: 5px;
}
/*********************************************
LAYOUT
*********************************************/
#wrapper {
	width: 915px;
	position: absolute;
	top: 60px;
	left: 50px;
	z-index: 20;
}
#wrapper #header {
	margin-left: 10px;
}
#mainmenu {
}
#header #logo {
	float: left;
}
#header #nav {
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	width: 400px;
}
#header #nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #nav li {
	float: left;
	margin-right: 8px;
}
#header #nav li.last {
	margin-right: 0px;
}
#header #nav li a {
	color: #FFF;
}
#header #nav li.active a, #header #nav li a:hover {
	color: #F23019 !important;
	text-decoration: none;
}
#header #nav li.active, #header #nav li:hover {
}
#wrapper #content {
	margin-top: 30px;
}
#content .module {
	margin-bottom: 10px;
}
#content .module .content {
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	background-image: url(../images/bakgroundModule.png);
	background-repeat: repeat-y;
}
#content .module .content p {
	clear: both;
	padding: 0 0 0.5em 0;
	margin: 0px;
}
#content #left, #content #middle {
	width: 345px;
	float: left;
	margin-right: 10px;
}
#content #middle {
	margin-right: 10px;
}
#snippets .module .content p, #middle .module .content p, #right .module .content p {
	font-size: 0.85em;
	line-height: 1.2em;
}
#middle ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#middle li {
	margin-bottom: 10px;
}
#middle li.last {
	margin-bottom: 0px;
}
#middle li .eventImage {
	width: 61px;
	height: 61px;
	margin-right: 10px;
	float: left;
}
#middle li .eventDescription {
	width: 250px;
	float: left;
}
#content #right {
	width:205px;
	float:left;
}
#content #right .snippet {
	margin-bottom:10px
}
#middle .content p, #right .content p {
	clear:both;
	padding:0 0 0.5em 0;
	margin:0;
	font-size:0.85em;
	line-height:1.2em
}
#toggleImage {
	position: absolute;
	right: 5px;
	width: 29px;
	bottom: 320px;
	z-index: 10;
}

/*********************************************
MISC
*********************************************/
.clear {
	clear: both;
	float: none;
}
#packages {
	height:100%
}
#reservecode {
	display:block;
	visibility:visible;
	position:relative
}
#terms {
	font-size:10px;
	padding-top:3px;
}
#termpopup {
	padding:15px;
	color:#ffffff;
	font-size:85%;
}
#popup {
	background-image:none;
}
/*********************************************
EVENT LISTING
*********************************************/
.toggle {
	font-size:90%;
}