/* * CMSBOX 2.0 * * * * * * * * *
*                               *
*   Content Management System   *
*   © 2007 Cmsbox GmbH, Bern    *
*   contact (at) cmsbox . com   *
*                               *
* * * * * * * * * * * * * * * * */

/* L A Y O U T */
/*	GENERAL */
html, body {
  color: #fff;
  font-size: 12px;
  background: #000;
  line-height: 1.5em;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#desk {
  width: 974px;
}
/* SPECIAL */
#curtain {
  float: left;
  width: 230px;
  height: 720px;
  background: url(/images/curtain.jpg) no-repeat top left;
}
#stage {
  float: left;
  width: 744px;
  background: #000;
}
body.dance #stage {
  background: url(/extras/photos/dance05.jpg) no-repeat top left;
}
#left, #right {
  float: left;
  width: 372px;
}
/* N A V I G A T I O N */
/* GENERAL */
a:hover.menu {
  text-decoration: none;
}
/*	LEVEL 1	*/
div.sub1 {
  width: 350px; 
  margin: 10px;
}
div.sub1 a.menu {
  color:#455353;
  font-size: 11px;
}
div.sub1 a.path {
  color: #f31736;
}
div.sub1 a:hover.menu {
  color: #fff;
  text-decoration: none;
}
/*	LEVEL 2 */
#mainnavi {
  width: 350px; 
  height: 380px;
  margin: 130px 10px 0;
}
div.sub2 a.menu {
  height: auto;
  color: #2e4945;
  font-size: 1.4em;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
div.sub2 a:hover.menu {
  color: #39a198;
}
div.sub2 a.path {
  color: #fff;
}
/*	LEVEL 3 */
#subnavi {
  float: left;
  width: 368px;
  min-height: 20px;
  margin: 80px 0 19px 4px;
}
div.sub3 {
  float: left;
  width: 368px;
}
div.sub3 div.item {
  float: left;
  height: 20px;
  margin-left: 16px;
}
div.sub3 a.menu {
  width: auto;
  height: 20px;
  /*color: #455353;*/
  color: #3e5f62;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.sub3 a:hover.menu {
  color: #39a198;
}
div.sub3 a.path {
  color: #fff;
}
/*	LEVEL 4 */
#view div.sub4,
#view div.sub4 div.item,
#view div.sub4 a.menu {
  display: none;
}
div.sub4 {
  width: 200px;
  opacity: 0.8;
  margin: 0 10px;
  background: #000;
}
div.sub4 div.item {
  width: 200px;
}
div.sub4 a.menu {
  width: 200px;
  color: #107472;
}
div.sub4 a:hover.menu {
  color: #39a198;
  color: #90cebf;
}
div.sub4 a.path {
  color: #fff;
}
/* C O N T E N T */
/* HEAD */
#title {
  float: left;
  width: 372px;
  opacity: 0.9;
  background: #0f1e18;
  border-top: 1px solid #000;
}
#head {
  margin: 11px 21px 0;
}
#head h1 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* MAIN */
div.main  {
  color: #fff;
  width: 364px;
  opacity: 0.9;
  padding: 5px 4px;
  background: #0f1e18;
}
#root div.main {
  min-height: 555px;  
}
div.main div.unit {
  margin: 10px;
}
div.main div.wide {
  width: 344px;
}
div.main div.slim {
  width: 162px;
}
div.main div.head h2 {
  margin: 0 6px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.main div.grid table,
div.main div.unit div.part {
  margin: 0.4em 7px;
}
div.main div.wide table,
div.main div.wide div.tall {
  width: 330px;
}
div.main div.wide div.tiny {
  width: 158px;
}
div.main div.slim table,
div.main div.slim div.tall {
  width: 148px;
}
div.main div.slim div.tiny {
  width: 67px;
}
/* U N I T S */
/*	PURE */
div.pure {
  border: 0 none;
}
div.pure div.head h2 {
  border-bottom: 0 none;
}
/*	SEAM */
div.seam {
  border: 0 none;
  background: #90cebf;
}
div.seam div.head {
  background: #107472;
  border-bottom: 0 none;
}
/*	FLAT */
div.flat {
  border: 0 none;
  background: #107472;
}
div.flat div.head {
  background: #90cebf;
  border-bottom: 0 none;
}
/*	EDGE */
div.edge {
  border: 0 none;
}
div.edge div.head {	
  background: #107472;
  border-bottom: 0 none;
}
div.edge h2 {
  color: #fff;
}
/* P A R T S */
/* HEAD */
h3, h4, h5, h6 {
  color: #fff;
}
h3 {
  font-size: 14px;
  text-decoration: none;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 11px;		
}
h6 {
  font-size: 11px;
  font-style: italic;
}
/*	TEXT */
div.text p.loud {
  background-color: #90cebf;
}
div.text p.pale {
  color: #3e5f62;
  font-size: 11px;
}
div.text p.skew {
  font-style: italic;
  line-height: 1.2em;
  letter-spacing: 1px;
}
/*  LINK / FILE */
a, div.link a.open {
  color: #39a198;
  text-decoration: none;
  background-color: inherit;
}
div.link a.open {
  margin-left: 14px;
}
div.link a.open:hover {
  color: #90cebf;
  text-decoration: none;
}
div.link {
  background-position: 0 5px;
  background-image: url(/images/link.gif);
}
div.mail {
  background-position: 0 4px;
  background-image: url(/images/mail.gif);
}
div.file {
  background-position: 0 3px;
  background-image: url(/images/file.gif);
}
/*  LIST */
div.list p.gist {
  list-style-image: url(/images/list.gif);
}
div.list p.dent {
  list-style-image: url(/images/list.gif);
}
/* LINE */
div.line hr {
  border-bottom-color: #90cebf;
}
/* TABLES */
div.grid table td {
  color: #fff;
  font-size: 12px;
  border-color: #0f1e18;
  border-style: solid;
}
div.grid table thead td,
div.grid table tfoot td {
  font-weight: 800;
  background: #ccc; 
}
div.grid table.vert tbody.beam td.odd,
div.grid table.horz tbody.beam tr.odd td {
  background: #eee;
}
/* S E R V I C E S */
/*	GENERAL */
#lbox * {
  color: #333;
}
p.dock a.meta {
  font-size: 11px;
}
/* SERVICES */
#services {
  margin: 10px;
}
#services a.meta {
  padding: 0;
  float: none;
  display: block;
  color: #455353;
  text-decoration: none;
}
#services a.meta:hover {
  color: #fff;
}
/* BRANDING */
#cmsbox {
  width: 235px;
  color: #2e4945;
  text-align: right;
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: inherit;
}
#cmsbox a.meta {
  color: #2e4945;
  font-size: 10px;
}