/*
 * mikan.de Styles for web
 */
 
 
 
/* Misc and global styles */

* { margin: 0; padding: 0; border: 0 }
.clear { clear: both; }

body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 62.5%;
 text-align: left;
 min-width: 990px;
}

* html body {
  width: 990px;
}

/* Navigation */

#nav {
  float: left;
  width: 22em;
  min-height: 700px;
  font-size: 1.15em;
  line-height: 1.7;
  text-transform: lowercase;
}

#nav #logo  {
  display: block;
  margin-top: 74px;
  margin-left: 93px;
  border: none;
}

#nav #tag {
  position: absolute;
  top: 640px;
  left: 11em;
  text-transform: lowercase;
  color: #858585;
}

#nav #tag.galerie {
  top: 840px;
}

#nav #tag span.align {
  display: block;
  margin-left: -1em;
}

#nav ul#mainNav {
  background: white url('divide-n.gif') no-repeat 11em 0;
  margin-top: 50px;
  padding-top: 10px;
  list-style-type: none;
}

#nav li {
  color: #000;
  margin-left: 11em;
  
}

#nav li a, #nav li.active ul a {
  text-decoration: none;
  color: #000;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
  text-decoration: underline;
  color: #f67a12;
}

#nav li.active {
  color: #f67a12; 
  margin-left: 9.25em;
  padding-left: 1.75em;
  background: white url('nav-hi.gif') no-repeat 0 4px;
}

#nav li.active a {
  color: #f67a12; 
}

#nav ul#subNav {
  position: absolute;
  list-style-type: none;
  text-align: right;
  margin-top: -1.6em;
  margin-left: -20.8em;
  *width: 18em;
  *margin-top: -0.3em;
  *margin-left: -24.5em;
}

#nav ul#subNav li.active,
#nav ul#subNav li.active a {
  color: #f67a12; 
  background: none;
}

#nav ul#subNav li a:hover,
#nav ul#subNav li a:active,
#nav ul#subNav li a:focus {
  text-decoration: underline;
  color: #f67a12;
}


/* Nav gallery overview */

#nav #overview {
  margin-left: 11em;
  margin-top: 28px;
}

#nav #overview dt {
  color: #f67a12;
  font-weight: normal;
}

#nav #overview dd.active {
  color: #f67a12;
}


/* Main content and blog */

#content {
  float: left;
  width: 628px;
  margin-top: 40px;
  margin-left: 80px;
  background: white url('passer-top.gif') no-repeat top right;
}
#contentEnd {
  width: 628px;
  background: white url('passer-bot.gif') no-repeat bottom right;
  clear: both;
}

#content h1 {
  font-size: 1.15em;
  color: #666;
}


#content div.teaser {
  margin-top: 20px;
  width: 385px;
  line-height: 1.7;  
}

#content div.teaser.blog {
  background: white url('divide-c.gif') no-repeat top left;
  margin-bottom: 50px;
  padding-top: 10px;
}

#content div.teaser h2 {
  font-size: 1.15em;
  padding-bottom: 1.88em;
  color: #666;
}
#content div.teaser.blog h3.datum {
  font-size: 1.1em;
  line-height: 1.85em;
  position: absolute;
  color: #f67a12;
  font-weight: normal;
  margin-left: -2.9em;
  margin-top: -3.8em;
}
#content div.teaser.blog h3.datum span {
  display: block;
}
#content div.teaser.blog p {
  font-size: 1.15em;
  margin-bottom: 1em;
}
#content div.teaser.blog a {
  display: block;
  text-decoration: underline;
  color: #666;
}
#content div.teaser.blog img {
  padding: 10px 0 10px;
}
#content div.teaser.blog .caption {
  padding-bottom: 10px;
  text-align: right;
}
#content div.teaser.blog .caption img {
  padding-bottom: 0;
}
#content div.teaser.blog a:hover,
#content div.teaser.blog a:active,
#content div.teaser.blog a:focus {
  color: #f67a12;
}


/* Content gallery overview */
#content #overview {
  margin-top: 20px;
}

#content #overview dl {
  float: left;
  width: 14.1em;
  font-size: 1.15em;
  line-height: 1.7;
  text-transform: lowercase;
}

#overview dt {
  font-size: 1em;
  font-weight: bold;
  color: #666;
  background: white url('divide-c.gif') no-repeat left top;
  padding-top: 10px;
}

#overview dd {
  color: #999;
}

#overview dd a {
  color: #333;
  text-decoration: none;
}

#overview dd a:hover,
#overview dd a:active,
#overview dd a:focus {
  color: #f67a12;
  text-decoration: underline;
}


#overview dl img {
  margin: 20px 0;
}




/* Content image gallery */
#thumbs {
  margin-top: 20px;
  width: 
}

#thumbs ul {
  list-style-type: none;
}

#thumbs li {
  width: 141px;
  height: 60px;
  text-align: left;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#thumbs li.indent {
  margin-left: 81px;
}

#caption, .caption {
  color: #666;
}

