@charset "iso-8859-1";

/*
image-bruyante.ch

colour scheme
text: #666
red: #ff1c31 (alt)
brown: #C60
*/

/* --- common -------- */
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url(../img/background.gif) top left repeat-x;
  color: #666;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

/* text */
p, a, ul {
  font-size: 1em;
}

.red {
  color: #C60;
}

.lead, .description {
  font-size: 0.8em;
}

.lead2 {
  font-size: 0.8em;
  padding-bottom: 0.5em;
  padding-top: 5em;
}

.date {
  padding-bottom: 0em;
  padding-top: 2em;
}

a {
  color: #C60;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  color: #666;
}

h1 {
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 0.1em;
  padding-top: 1em;
  font-family: courier new, monospace;
}

h2 {
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 0.1em;
  padding-top: 1em;
  font-family: courier, monospace;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 0.5em;
  padding-top: 1.6em;
}

h4 {
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 0.1em;
  padding-top: 0em;
  font-family: courier, monospace;
}

ul {
  list-style: none;
}

ul li {

}


/* images */
img {
  border: none;
}


/* --- common -------- */
#wrap {
  /*margin: auto;*/
  width: 800px;
}

#language {
  position: absolute;
  margin-left: 730px;
  top: 74px;
}

#name {
  display: none;
  margin-left: 10px;
  position: absolute;
  top: 10px;
}

#language a, #name p {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

#language a:hover {
  color: #C60;
  text-decoration: none;
}

#language a.active {
  color: #C60;
}


/* --- navigation -------- */
#navigation {
  margin-left: 10px;
  left: 0px;
  position: absolute;
  top: 78px;
}

#navigation li {
  float: left;
  padding: 4px 2px;
}

#navigation li a, #back {
  color: #666;
  font-size: 1.4em;
  font-weight: 600;
  font-family: courier, monospace;
}

#navigation li a:hover, #navigation li a.active, #back:hover {
  color: #C60;
  cursor: pointer;
  text-decoration: none;
}

#back {
  position: absolute;
  top: -18px;
  margin-left: 0px;
}

.sound {
  margin-top: 2em;
  text-transform: lowercase;
  font-size: 1.4em;
  font-weight: 600;
  font-family: courier, monospace;
  background: #fff;
}

#player {
  background: #fff;
  padding-bottom: 1em;
}

.link {
  color: #666;
  float: left;
  margin-top: 2em;
  padding-bottom: 3em;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
}


/* --- content -------- */
#teaser {
  height: 300px;
  left: 0px;
  position: absolute;
  top: 100px;
  width: 400px;
}

#content {
  background-color: #fff;
  height: 300px;
  left: 400px;
  padding: 0px 30px;
  position: absolute;
  top: 100px;
  width: 340px;
}

#fotos {
  margin-left: 280px;
  margin-top: 5px;
}

#fotos li {
  float: left;
  margin-top: -5px;
}

#fotos li a {
  color: #666;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 600;
  font-family: courier, monospace;
}

#fotos li a.active, #fotos li a:hover {
  color: #C60;
  text-decoration: none;
}

.foto {
  float: left;
  margin-left: 10px;
  font-size: 0.8em;
}


/* --- work overview -------- */
#content.works {
  padding: 0;
  width: 400px;
}

#works li {
  color: #666;
  margin: 0;
  padding: 10px 30px;
  width: 335px;
}

#works li .worktitle {
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 0.5em;
  padding-top: 0;
  font-family: courier, monospace;
}

#works li a {
  color: #666;
  margin-top: 0px;
}

#works li:hover {
  background-color: #cecfd1;
  color: #C60;
}

#works li a:hover {
  text-decoration: none;
}

#works li .date {
  font-size: 0.8em;
  text-transform: uppercase;
}

#works li a {
  color: #666;
  margin-top: 4px;
}

