/* @group Tags */

html, body {
  margin: 0;
  color: whitesmoke;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  background-color:#111;
}

.mceContentBody {
  color: white;
}
a {
  color: #fff;
  text-decoration: none;
}

a:hover, 
.active, 
#right_container h1, 
#left_container h1 {
  color: #e6c522;
  text-decoration: none;
}

#right_container a, 
#left_container a {
  border-bottom: 1px dotted white;
}

#right_container h2, 
#left_container h2,
#right_container h2 *, 
#left_container h2 * {
  color: #e6c522;
}

#right_container h2, 
#left_container h2 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

em {
  margin-top: 1em;
  margin-bottom: -1em;
  display: block;
}

/* @end */

#horizon {
  margin: auto;
/*  padding: 10px;*/
  font-size: 1.2em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 960px;
  height: 550px;
}

img {
  border: 0;
}

#header {
  text-align: left;
  height: 88px;
  margin: 20px 10px 40px 20px;
}

#header div {
  float: left;
}

#languages {
  text-align: left;
/*  font-size: 1.1em;*/
  color: #787878;
  width: 180px;
  margin-right: 20px;
}

#logo {
  
}
#main_navigation a {
  display: block;
}

ul#main_navigation, 
#main_navigation ul {
  list-style: none;
  padding: 0em;
  margin: 0em;
}

ul#main_navigation {
  float: left;
  width: 170px;
  margin: 0 30px 0 20px;
/*  font-size: 1.2em;*/
  line-height: 1.3em;
  text-transform: uppercase;
}

.navigation_level_1 {
  padding-bottom: 1em;
}

.navigation_level_1 ul li {
  margin-top: .5em;
}

#main_navigation ul {
  padding-left: 1.5em;
}

#left_container {
  width: 270px;
  height: 392px;
  margin-right: 48px;
  overflow: hidden;
}

#right_container {
  margin-right: 5px;
  width: 402px;
  height: 402px;
}

#arrow_up, #arrow_down {
  font-size: 1.4em;
  position: absolute;
  left: 195px;
  display: none;
  cursor: pointer;
}

#arrow_up, #arrow_down {
/*  background-color: #333;*/
}
#arrow_up {
  top: 150px;
}

#arrow_down {
  top: 170px;
}

#right_container,
#left_container {
  float: left;
/*  font-size: 1.2em;*/
}

#right_container h1, 
#left_container h1 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding-bottom: .5em;
  text-transform: uppercase;
}

#left_container ul {
  margin-top: 0;
  padding-top: 0;
  padding-left:1.2em;
}

.item span{
  display:block;
/*  font-size:.9em;*/
}

a#admin_link {
  padding-left:1em;
  margin:0 1em;
  background: url(../images/login.gif) no-repeat 5px 2px;
}

.item {
  margin-bottom: 1em;
}

.item span {
  color: #fff;
}

.text_icon {
  margin: -2px 3px -2px 0;
}

#image_container img {
  position: absolute;
  top: 157px;
/*  right: 10px;*/
  display: none;
}

#image_container img.active {
  display: block;
}

#tour_list div.museum,
#tour_list div.concert,
#tour_list div.signing
{
  background: url(../images/museum.gif) no-repeat 0px 2px;
  padding-left: 20px;
  cursor: pointer;
}
#tour_list div.concert
{
  background: url(../images/concert.gif) no-repeat 0px 2px;
}
#tour_list div.signing
{
  background: url(../images/signing.gif) no-repeat 0px 2px;
}
#tour_list h1 {
  padding-bottom: 0;
}
#tour_list div.item {
  margin-bottom: 1.5em;
}
#left_container #tour_list a {
  border-bottom: 1px dotted #999;
}
#left_container a.image_link {
  border-bottom: 0;
  margin: 1px;
  margin-bottom:6px;
}
.image_link img {
  border: transparent 3px solid;
}
.image_link.active img {
  border: #e6c522 3px solid;
}

select#location_id {
  background-color: #111;
  color: #e6c522;
  width: 200px;
  border: 1px solid #333;
  margin-bottom: .5em;
}

#location_chooser {
  position: fixed;
  background-color: #111;
  width: 270px;
  height: 20px;
}

#guestbook_items {
  padding-top: 26px;
}