* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #080808;
} 

a {
	border: 0px;
	padding: 1px;
	font: Arial;
	font-style: bold;
	font-size: 11pt;
	color: #801010;
	text-decoration: none;
}

a:hover {
	color: #ff4040;
}

a:visited {
	color: #801010;
}

ul {
	padding-left: 40px;
}



/* remove the accessibility border around links
 * But you break keyboard usability of the page
*/
/*
a:focus {
	outline: 0px;
}
*/

img {
	border: none;
}


.headerwrap {
	height: 100%;
}

#header {
	height: 80px;
	/*color: #40709c;*/
	color: #667fbf;
	font: DejaVu Sans Bold, Sans Bold;
	font-style: bold;
	font-size: 24pt;
	background-image: url('/static/images/shadoween-blue-1x80.png');
	background-repeat: repeat-x;
}




#searchbar {
	/*background-color: #40709c;*/
	background-color: #080808;
	color: #f0f0f0;
	height: 26px;
	/*background-image: url('/static/images/orange-white-fill-25px.png');*/
}

#searchbox {
	float: right;
	padding-top: 2px;
	padding-right: 30px;
}



#topmenu {
	/*background-color: #001000;*/
	background-color: #333017;
	height: 25px;
}

#topmenu ul {
	list-style-type: none;
	padding: 5px;
}

#topmenu li {
	display: inline;
	list-style-type: none;
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px solid #a0a0a0;
	font: Arial;
	font-style: bold;
	font-size: 12pt;
}

#topmenu li:first-child {
	border-left: none;
}

#topmenu a {
	padding: 1px;
	/*color: #ffbe69;*/
	color: #800000;
	text-decoration: none;
	font: Arial;
	font-style: normal;
	font-size: 10pt;
}

#topmenu a:hover {
	color: #b00000;
}

#topmenu a:visited {
	color: #800000;
}




#content {
	padding-bottom: 80px;
}


#wrapper {
	min-height: 100%;
}

#eventwrapper {
	position: relative;
	min-height: 100%;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}




#footer {
	position: relative;
	margin-top: -80px;
	height: 80px;
	clear: both;
	background-color: #080808;
	color: #29281b;
	font: Arial;
	font-style: bold;
	font-size: 8pt;
/*
	background-image: url('/static/images/gray-gradient-bg-60px.png');
	background-repeat: repeat-x;
*/
}

#footer ul {
	list-style-type: none;
	padding: 2px;
}

#footerleft {
	float: left;
	width: 30%;
	padding-left: 5px;
	background-color: #080808;
}

#footerright {
	float: right;
	width: 30%;
	padding-right: 5px;
	text-align: right;
	background-color: #080808;
}

#footer a {
	color: #29281b;
	font: Arial;
	font-style: bold;
	font-size: 8pt;
}

#footer a:visited {
	color: #29281b;
}

#footer a:hover {
	color: #29281b;
}

#leftsection {
	float: left;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 30px;
	min-height: 100%;
}


.sectionbox {
	clear: both;
	padding: 0px;
	width: 130px;
	border-style: solid;
	/*border-color: #001000;*/
	border-color: #333017;
	border-width: 1px;
	background-color: #000000;
	margin-bottom: 30px;
}

.sectionbox ul {
	list-style-type: none;
	padding: 5px;
}

.sectionbox li {
	padding: 1px;
	font: Arial;
	font-style: normal;
	font-size: 10pt;
	color: #800000;
}

.sectionbox a {
	padding: 1px;
	font: Arial;
	font-style: normal;
	font-size: 10pt;
	color: #8f0000;
	text-decoration: none;
}

.sectionbox a:hover {
	color: #d00000;
}

.sectionbox a:visited {
	color: #3f0000;
}

.sectionheader {
	/*background-color: #40709c;*/
	/*background-color: #001000;*/
	background-color: #333017;
	color: #3f0000;
	padding: 2px;
	font: Arial;
	font-style: bold;
	font-size: 11pt;
}

.sectionheader a {
	padding: 1px;
	font: Arial;
	font-style: bold;
	font-size: 10pt;
	color: #3f0000;
	text-decoration: none;
}

.sectionheader a:hover {
	color: #b00000;
}

.sectionheader a:visited {
	color: #3f0000;
}


.rsvpbox {
	clear: both;
	padding: 0px;
	width: 365px;
	border-style: solid;
	/*border-color: #001000;*/
	border-color: #333017;
	border-width: 1px;
	background-color: #000000;
	margin-bottom: 30px;
}


#pagesection {
	float: right;
	width: 80%;
	background-color: #080808;
	color: #808080;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	font: Sans;
	font-style: bold;
	font-size: 11pt;
	font-color: #000000;
}

#pagesection p {
	padding-top: 1em;
}


#pagetext {
	vertical-align: top;
	font: Sans;
	font-style: bold;
	font-size: 11pt;
	/*font-color: #000000;*/
	padding-top: 30px;
	padding-right: 20px;
}

#pagetext p {
	padding-top: 1em;
}


#id_ei_attendees {
	width: 25px;
}


#id_recipients {
	size: 20;
}


