/********************************************************************
 * Housekeeping
 ********************************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	position: relative;
	margin: 0 auto;
	width: 950px;
}

body, li, dd {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

a, a:link, a:active, a:hover, a:visited {
	text-decoration: none;
}

h1, h2, h3, h5 {
	font-weight: normal;
	text-transform: lowercase;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 24px;
	padding-bottom: 0.2em;
	margin-top: 1.2em;
	border-bottom: 1px solid #8990ab;
}

h1, h2, h5 {
	color: #8990ab;
}

h3, h4 {
	color: #59607b;
}

.orange {
	color: #ed1c24;
}

.orangebg {
	background-color: #ed1C24;
}

.grey {
	color: #59607b;
}

.greybg {
	background-color: #8990ab;
}

/********************************************************************
 * Header
 ********************************************************************/

#header {
	width: 92%;
	position: relative;
	top: 45px;
	left: 60px;
}


/********************************************************************
 * Logo
 ********************************************************************/

#logo {
	font-size: 34px;
	letter-spacing: 0.3em;
	float: right;
	margin: 20px 30px 0 0;
}

#logo-text {
	background-image: url('../img/title.png');
	width: 612px;
	height: 43px;
}

#logo-text span {
	display: none;
}

/********************************************************************
 * Navigation Menu
 ********************************************************************/

#menu {
	width: 100%;
	border-bottom: 4px solid;
	position: relative;
	top: 48px;
	left: 0;
	height: 30px;
	border-bottom-color: #8990ab;
}

#menu * {
	font-size: 14px;
	letter-spacing: 0.03em;
}

#nav, #nav ul {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	border-color: #000;
}

#nav a, #nav a.current:link, #nav a.current:active, #nav a.current:visited {
	color: #ed1c24;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	display: block;
	margin: 3px 10px 6px 0;
	color: #8990ab;
}

#nav a:hover {
	color: #ed1c24;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	margin: 0;
	color: #fff;
	background-color: #ed1c24;
}

#nav ul li a:hover {
	color: #ed1c24;
	background-color: #fff;
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	z-index: 999;
	border: 1px solid;
}

#nav ul * {
	font-size: 10px;
}

#nav li ul {
	width: auto;
	padding-right: 8px;
}

#nav li ul li {
	width: 100%;
}

#nav li ul a {
	float: left;
	padding: 4px;
	width: 100%;
	white-space: nowrap;
}

#nav li:hover ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul {
	display: block;
}


/********************************************************************
 * Body
 ********************************************************************/

#body {
	position: relative;
	top: 100px;
	left: 60px;
	width: 60%;
	padding-bottom: 20px;
}

#body p, #body a {
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	letter-spacing: 0.06em;
}

#body h1 {
	margin-left: -35px;
	font-size: 90px;
}

#body h2 {
	font-size: 24px;
}

#body p {
	margin-top: 10px;
}

#body p, #body address, #body li {
	color: #59607b;
}

#body li {
	margin-left: 2em;
}

#body ul {
	margin-bottom: 2em;
}

#body a, a:link, a:active, a:visited {
	color: #ed1c24;
}

#body a:hover {
	color: #1c8cee;
}

#body ul {
	list-style: none;
	margin: 0.8em 0;
}


#sidebar {
	position: absolute;
	top: 180px;
	right: 0;
	width: 30%;
	text-align: right;
}

#sidebar h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar h3 {
	font-size: 18px;
	margin-bottom: 4px;
}

.concert {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.concert h2 {
	font-size: 22px;
	font-weight: bold;
}

#fblink {
	margin-bottom: 20px;
}

#fblink a {
	padding-left: 22px;
	background: url('/static/img/facebook.gif') no-repeat 0 50%;
	margin-bottom: 20px;
}

#fblink a, #fblink a:visited, #fblink a:link {
	color: #3b5998;
}

li.spaced {
        margin-bottom: 1em;
}

#body a.sponsorname:link, #body a.sponsorname:visited {
	font-size: 16px !important;
	font-family: verdana, sans-serif;
	color: #8990AB;
}

#body a.sponsorname:hover {
	color: #ED1C24;
}

.sidespace {
	margin-bottom: 2em;
}

.announcement {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

p.date {
	font-style: italic;
	padding-top: 6px;
}

div.centered {
	width: 100%;
	text-align: center;
}

.wide {
	width: 100%;
}

.bio img {
	float: left;
	margin: 0 10px 10px 0;
}

a img {
        border: 0px !important;
}

.lowercase {
	text-transform: lowercase !important;
}

#map {
	width: 600px;
	height: 400px;
	margin-top: 20px;
}

#debug {
	border: 1px solid #333;
	background: #555;
	color: #eee;
	font-family: Verdana;
	clear: both;
	position: absolute;
	padding: 4px;
	left: 0px;
	top: 0px;
}
