body {
  color: #808080;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a:link {
  color: #808080;
}
a:visited {
  color: #999999;
}
a:hover {
  color: #666666;
}

a.inner:link {
  color: #808080;
  border-bottom: 1px dotted #808080;
  text-decoration: none;
}
a.inner:visited {
  color: #999999;
  border-bottom: 1px dotted #999999;
  text-decoration: none;
}
a.inner:hover {
  color: #666666;
  border-bottom: 1px dotted #666666;
  text-decoration: none;
}

p {
  margin: 0.5em 0 0.8em;
}
h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h1,h2,h3,h4,h5,h6 {
  margin: 1em 0 0.5em;
  color: #444444;
}
small {
  font-size: 0.9em;
}

td, th {
  padding: 1px 2px;
  vertical-align: top;
}

ul li {
  list-style-type: disc;
  margin-left: 2em;
}
ol li {
  list-style-type: decimal;
  margin-left: 2em;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}


a.up {
  font-size: 10px;
  text-decoration: none !important;
  vertical-align: middle;
}

ul.error_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.error_list li {
  display: inline;
  margin: 0;
  padding: 0;
  color: #ec5050;
}


#helper {
  display: none;
}

#container {
  width: 780px;
  margin: 20px auto 0;
  padding: 20px 50px 0 0;
  background-color: #a8a5a5;
}

#header {
  height: 25px;
  background: black;
  border-top: 1px solid white;
  overflow: hidden;
}

#header .menu {
  float: left;
  width: 570px;
  padding: 5px 0;
}

#header .menu a {
  display: inline-block;
  width: 16%;
  color: #ffffff;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#header .title {
  float: right;
  width: 200px;
  padding: 4px 0;
  text-align: center;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
}

#menu-footer {
  padding: 2px 0;
  background: black;
  border-bottom: 1px solid white;
}
#menu-footer a {
  display: inline-block;
  width: 13.7%;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#header .menu a:hover, #header .menu a.selected,
#menu-footer a:hover, #menu-footer a.selected {
  text-decoration: underline !important;
}

#sidebar {
  float: right;
  width: 210px;
  height: 500px;
  background: url('/images/sidebar/default.jpg') top center no-repeat #666666;
  _margin-left: -3px;
}


#content {
  width: 570px;
  height: 500px;
  background-color: white;
  overflow: auto;
}
#content .wrapper {
  margin: 30px 15px 0 0;
  padding: 0 0 20px 0;
}

#content .title {
  color: #444444;
  font-size: 28px;
  font-weight: normal;
}


#footer {
  padding: 15px;
  color: #ffffff;
  font-size: 9px;
  overflow: hidden;
}
#footer address {
  float: left;
}
#footer .rights {
  float: right;
}

.event {
  margin-bottom: 2em;
}
.event .date {
  margin-top: -0.6em;
}

.back-to-list {
  margin-top: 2em;
  border-top: 1px dotted #999999;
}


.staff {
  overflow: hidden;
}
.staff img {
  float: left;
  margin: 0.5em 1.2em 0.2em 0;
}

ul.inner-links {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}
ul.inner-links li {
  display: inline;
  margin: 0;
  padding: 0;
}

.price {
  width: 100%;
}
.price td {
  padding: 3px 0;
  border-bottom: 1px dotted #dddddd;
  vertical-align: middle;
}
.price tr:hover td {
  background-color: #fefede;
}



#content-main {
  height: 500px;
  background-color: white;
  overflow: auto;
}

.image-block {
  float: left;
  position: relative;
  width: 250px;
  height: 500px;
}
.image-block-middle {
  margin: 0 15px;
}
.image-block img {
  position: absolute;
  left: 0;
  top: 0;
}

a.staff-preview {
  display: inline-block;
  margin-bottom: 4px;
}

