/*
 Screen style    
 Site: Migration
*/
body {
	color: #333333;
	font-size: 75%;
	padding: 45px 0 55px 0;
	text-align: center;
	background:url(../images/background_map.jpg); 
	background-color:#ddbb77;
}

a {
 color: #666666;
}

#wrapper {
 margin: 0 auto;
 text-align: left;
 width: 829px;
}

/*
=Logo
*/
#logo {
	float: left;
	font-size: 1em;
	height: 62px;
	margin: 0 0 28px 0;
	overflow: hidden;
	position: relative;
	width: 210;
}

#logo span {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	cursor: pointer;
	visibility: visible;
}

/*
=Navigation
*/
#nav {
	float: right;
	list-style: none;
	margin: 45px 0 25px 0;
	position: relative;
	width: 615px;
}

#nav li {
 background: url(../images/delimiter.gif) 0 40% no-repeat;
 float: left;
 margin: 0;
 padding: 0 2px 0 4px;
}

#nav li.first {
 background: none;
}

#nav a {
 color: #333333;
 display: block;
 font-size: 0.92em;
 font-weight: bold;
 line-height: 1.3;
 padding: 2px 6px 8px 6px;
 text-decoration: none;
 text-transform: uppercase;
}

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

#nav .current a {
 background: #66666;
}

/* Secondary navigation */
#nav ul {
 left: 6px;
 margin: 0;
 position: absolute;
 z-index: 1;
}

#nav .current.right ul {
 left: auto;
 right: 2px;
}

#nav li li a {
 padding: 4px;
}

#nav li li {
 background: none;
 display: inline;
 list-style: none;
 padding: 0;
}

/*
=Content
*/
#content {
 clear: both;
 float: right;
 font-family: Arial, "Myriad Pro", Geneva, lucida, sans-serif;
 padding: 20px 0 30px 0;
 width: 605px;
}

.home #content a {
  color: #333333;
}

.home #content a:hover {
 color: #993333;
}

.home #content {
 float: none;
 font-family: Verdana, Geneva, lucida, sans-serif;
 padding-top: 0;
 width: auto;
 color: #333333;

}

#flash {
 background: url(../images/Banner_hmpg.png) no-repeat;
 height: 296px;
 margin: 0 0 10px 0;
 width: 829px;
 border: solid #333333 1px;
 
}

.intro {
 font-size: 1.0em;
 line-height: 1.8;
 color: #333333;

}

.intro strong {
 color: #993333;
 text-transform: uppercase;
}

.intro em {
 color: #993333;
 font-style: normal;
}

.imgborder {
	border: solid 1px #333333;
}

h2 {
	color: #333333;
	font-size: 3.0em;
	line-height: 1em;
}

h3 {
 color: #fff;
}

h4 {
	color: #993333;
	font-weight: bold;
	line-height:.5em;
	font-size: 1.45em;
	padding-bottom:.2em;

}

h5 {
	color: #993333;
	font-weight: bold;
	line-height:1.0em;
	font-size: 1.45em;
	padding-bottom:.2em;
}


.date, .info {
 color: #000000;
}

.location, .info {
 color: #ffffff;
 font-weight: bold;
 font-size: 14px;
 line-height: 1.2em;
 padding-bottom: .3em;

}

.description, .info {
 color: #333333;
 font-size: 12px;
 line-height: 1.4em;

}
.sponsor, .info {
 color: #555555;
 font-size: 0.9em;
 text-transform: uppercase;
 line-height: 1.2em;
 padding-bottom: 1.0em;

}

.exception {
	font-size: 24px;
	color: #000000;
}

/*
=Sidebar
*/
#sidebar {
 float: none;
 padding: 100px 0 30 0;
 width: 200px;
}

#sidebar .artist {
	color: #333333;
	font-size: 0.83em;
	margin: 1px 0;
	text-transform: uppercase;
	margin-bottom: 3em;
}

/*
=Footer
*/
#footer {
	clear: both;
	font-size: 0.83em;
	color: #333333;
	text-transform: uppercase;
	height: 55px;
	padding: 25 0 0 0;
}

#footer a {
 margin: 0 2px;
 text-decoration: none;
	color: #333333;

}

#footer a.first {
 margin-left: 0;
	color: #333333;

}

#footer a:hover {
 color: #993333;
}
