#accessibility {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0px auto 30px;
  color: #764400;
  text-align:center;
  font: normal .8em/2em Arial, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-variant: normal;
  background: #ffdeb1;
}

a:link {
	color: #4c2d01;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	font-weight: bold;
}

a:visited {
  color: #ffdeb1;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  font-weight: bold;
}

a:hover, a:active {
  color: #ffdeb1;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 1px dashed #ffdeb1;
  font-weight: bold;
}

h1 {
	font-size: 1.7em;
	color: #764400;
	background: url(/shared/mic/5_bg_title.jpg) no-repeat;
	height: 40px;
	width: 482px;
	padding-bottom: 10px;
}


h2 {
  text-transform: lowercase;
  color: #764400;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

h3 {
  text-transform: lowercase;
  color: #764400;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

h4 {
  font-size: 9em;
  font-style: italic;
  margin: 2px 10px 10px 0;
  color: #764400;
}

input {
	background: #FFFFFF;
	border: 1px solid #764400;
	color: #764400;
	font-size: 12px;
	margin: 2px 2px 2px 2px;
	padding: 2px;
}

#container {
  position: relative;
  margin: 0px auto;
  padding: 0;
  width: 704px;
  border: none;
  text-align: left;
  background: url(/shared/mic/5_bg_content.jpg) repeat-y center;
}

#navigation ul {
	margin: 0px auto;
	padding-top: 200px;
	padding-bottom: 15px;
	width: 100%;
	width:100%;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background: url(/shared/mic/5_bg_header.jpg) no-repeat;
	border: none;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 4px;
}

#navigation ul li a:hover {
  background: #4c2d01;
  color: #ffffff;
  border: none;
}

#banner {
  position: absolute;
  top:150px;
  right: 20px;
  width: 410px;
  text-align: right;
}

#banner .band span {
  color: #ffdeb1;
  font-size: 36px;
  font-weight: bold;
}

#banner .photo span {
  display: none;
}

#emailsignup {
  float:left;
  color: #764400;
  font-weight: bold;
  text-align: center;
  width:167px;
  height:81px;
  padding: 8px 0px 0px 0px;
  background: url(/shared/mic/5_bg_newsletter.jpg) no-repeat;
  position: absolute;
  left: 10px;
}

#content {
  margin: 0px 10px 0px 182px;
  padding: 0px 10px 10px;
}

#footer {
  clear: both;
  height: 108px;
  width: 704px;
  background: url(/shared/mic/5_bg_footer.jpg) no-repeat bottom;
}

#footer p {
  width:100%;
  color: #ffdeb1;
  width: 95%;
  text-align: right;
  padding-top: 60px;
}

li {
	list-style: none;
}

img {
	border: none;
}

/*** Music ***/

.music .details {
	margin-bottom: 20px;
	border-bottom: 1px solid #764400;
	width: 95%;
}

.music #content li {
	list-style-image: url(/shared/mic/5_sound_icon.jpg);
	margin-left: 23px;
	padding-bottom: 5px;
}

/*** /End Music ***/

/*** Calendar ***/

.calendar .entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #764400;
	width: 95%;
	padding-bottom: 15px;
}

.calendar h2, .calendar h3, .calendar h4, .calendar .entry, .calendar p {
	color: #764400;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1em;
}

/*** /End Calendar ***/

/*** Photos ***/

.photos dt {
	color: #fff;
	padding: 2px 2px 2px 8px;
	width: 95%;
	font-weight: bold;
	margin-bottom: 4px;
	background: #4c2d01;
	font-size: 1em;
}

.photos dd {
	margin-bottom: 20px;
}

.photos img {
	background: url(/shared/mic/5_bg_img.jpg);
	padding: 6px;
	border: 1px solid #4c2d01;
}

/*** /End Photos ***/

/*** Store ***/

.store table {
	margin-bottom: 15px;
	border-bottom: 1px solid #4c2d01;
	width: 98%;
}

.store img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(/shared/mic/5_bg_img.jpg);
	padding: 6px;
	border: 1px solid #4c2d01;
}

.store hr {
	visibility: hidden;
}
/*** /End Store ***/

/*** Guestbook ***/

#postForm {
	height: 300px;
	background: #ffdeb1;
	border: 1px solid #4c2d01;
	font-weight: bold;
	color: #764400;
	font-size: 12px;
	margin: 4px 4px 15px;
	width: 320px;
	padding: 8px;
}
#postForm input, #postForm label, #postForm textarea {
	display: block;
	text-align: left;
	width: 300px;
	margin: 0 auto 10px auto;
}
#postForm input:focus, #postForm textarea:focus {
	color: #fff;
	background: #C84130;
	font-weight: bold;
}
#postForm label {
	padding: 3px 0;
	margin-bottom: 1px;
	font-style: italic;
}

/*** /End Guestbook ***/
