@CHARSET "UTF-8";

html{
  width:100%;
  height:100%;
  overflow: auto;
  background-color:#eee;
  color:#000000;
}

body{
  position:relative;
  margin:30px auto;
  width:800px;
  font-family: "Trebuchet MS", sans-serif;
  font-size:18px;
  font-size:80%;
  line-height:1.5em;
  cursor:default;
}

a{
  color:#ffffff;
  font-weight:bold;
  cursor:pointer;
  text-decoration:none;
}

a.more-link{
  display:block;
  clear:both;
}

a:hover{
  text-decoration:underline;
}

a:active{
  outline:0;
}

#header{
  position:relative;
  height:155px;
  margin-bottom:10px;
  background:#000 url('../images/header.jpg') top left no-repeat;
}
/* artist */
body.category-artist #header{
  /*background-image:url('../images/header.png');*/
}
/* mixes */
body.category-mixes #header{
  /*background-image:url('../images/header.png');*/
}
/* news */
body.category-news #header{
  /*background-image:url('../images/header.png');*/
}
/* releases */
body.category-releases #header{
  /*background-image:url('../images/header.png');*/
}
/* links */
body.page-template-links-php #header{
  /*background-image:url('../images/header.png');*/
}
/* community */
body.page-template-community-php #header{
  /*background-image:url('../images/header.png');*/
}
/* site info */
body.page-id-38 #header{
  /*background-image:url('../images/header.png');*/
}
/* impressum */
body.page-id-36 #header{
  /*background-image:url('../images/header.png');*/
}
/* pictures */
body.page-id-40 #header{
  /*background-image:url('../images/header.png');*/
}

#header h1{
  display:block;
  width:800px;
  height:155px;
  float:left;
  /*background-image:url('../images/logo.png');*/
}

#header h1 a{
  display:block;
  width:800px;
  height:0px !important;
  padding-top:155px;
  overflow:hidden;
}

#header div.title{
  position:absolute;
  top:-15px;
  left:0px;
  width:800px;
  height:0px !important;
  padding-top:3px;
  overflow:hidden;
  background:black;
}

#header div.description{
  position:absolute;
  top:0px;
  left:-15px;
  width:3px;
  height:0px !important;
  padding-top:155px;
  overflow:hidden;
  background:black;
}

#sidebar{
  /*float:right;*/
  position:absolute;
  top:165px;
  left:0px;
  width:175px;
  margin-right:5px;
}

#sidebar ul.menu{
  font-size:120%;
  /*border-left:5px solid black;*/
  border-bottom:10px solid #eee;
  padding-left:15px;
  margin-left:-15px;
}

#sidebar ul.menu li{
  color:#eee;
  background-color:#000000;
  font-size: 1em;
  line-height:30px;
  /*height:30px;*/
  margin-bottom:5px;
  text-transform:lowercase;
}

#sidebar a.license{
  display:block;
  text-align:center;
  background:#eee;
  padding:5px;
}

#sidebar ul.menu li.current-cat a,
body.page-id-40 #sidebar ul.menu li.pictures a,
body.page-template-community-php #sidebar ul.menu li.community a,
body.page-template-links-php  #sidebar ul.menu li.links a{
  /*background-image:url('../images/active-menu.png');*/
  background-position:0px -30px;
}

#sidebar ul.menu li.current-cat a:hover,
body.page-id-40 #sidebar ul.menu li.pictures a:hover,
body.page-template-community-php #sidebar ul.menu li.community a:hover,
body.page-template-links-php  #sidebar ul.menu li.links a:hover{
  /*background-image:url('../images/active-menu.png');*/
  background-position:0px 0px;
}

#sidebar ul.menu li a{
  padding:0 10px;
  display:block;
}

#sidebar ul.menu li a:hover{
  background-color:#eee;
  color:#000000;
  text-decoration:none;
}

#content{
  position:relative;
  border-left:3px solid black;
  /*background-image:url('../images/pattern.png');*/
  /*float:right;*/
  padding:0px 0px 0px 197px;
  margin-left:-15px;
}

#content-body{
  width:590px;
  position:relative;
  color:#eee;
  font-size:15px;
  line-height:20px;
  background-color:#000000;
  padding:10px 15px 60px 10px;
  margin-bottom:5px;
  min-height:340px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
  font-weight:bold;
  word-spacing: normal;
  letter-spacing: 1px;
  margin-bottom:10px;
  text-align:center;
}

#content h1{
  font-size:2em;
  line-height: 2.1em;
}

#content h2{
  font-size:20px;
  line-height:30px;
  text-transform:lowercase;
  margin-bottom:15px;
}

#content h2 img{
  width:25px;
  height:30px;
  vertical-align:bottom;
  margin:0px;
}

#content h3{
  font-size:1.2em;
  line-height: 0.8em;
  text-align:left;
  margin-bottom:6px;
}

#content #content-body div p{
 padding-bottom:20px;
}

#content div.post{
  clear:both;
  padding-top:30px;
}

#content div.hentry{
  border-top:1px solid #eee;
}
#content div.hentry:first-child{
 border:none;
}

#content div.post div.entry{
  padding-left:15px;
}

#content div.navigation{
  position:absolute;
  bottom:5px;
  height:25px;
  width:600px;
}

#content div.navigation div.previous{
  float:left
}

#content div.navigation div.next{
  float:right;
}

#content img.alignleft{
  display:block;
  float:left;
  padding: 2px 10px 10px 0;
}

#content img.aligncenter{
  display:block;
  float:none;
  clear:both;
  margin:10px auto;
}

#content img.alignright{
  display:block;
  float:right;
  padding: 2px 0 10px 10px;
}

#content.single div p,
#content.single div p br{
  /*clear:both;*/
}

#content.single div p span{
  /*clear:both;
  display:block;
  float:right;*/
}

#content.single div p div.mAp{
  display:block;
  float:right;
}

#gallery .top_navigator,
#gallery .lg_admin,
#gallery #lg_powered{
  display:none;
}

#gallery div.folders{
  padding-top:30px;
}

#gallery div.folders table{
  width:600px;
  border-collapse:collapse;
  empty-cells:show;
}

#gallery div.folders table td{
  width:150px;
}

#gallery td.folder{
  display:none;
}

#gallery a.lg_slideshow_button{
  display:none;
}

#comments h3{
  padding:15px 0px;
}

#comments ol li{
  margin:0;
  padding:10px 0px 2px 10px;
  clear:both;
  margin-bottom:5px;
}

#comments ol li.odd{
  background-color:#303030;
  border:1px solid #eee;
}

#comments ol li.even{
  background: #000000 url('../images/pattern.png') -2px 0px;
}

#comments ul.children{
  padding:10px 0 0 20px;
  clear:both;
}

#comments textarea{
  width:400px;
}

#comments div.comment-body{
  padding-bottom:10px;
}

#comments div.comment-body div.vcard{
  height:40px;
}

#comments div.comment-body div.vcard img{
  display:block;
  width:32px;
  height:32px;
  margin-right:10px;
  float:left;
}

#comments div.comment-body div.vcard div.reply{
  float:right;
  margin-right:10px;
  line-height:15px;
  font-size:11px;
}

#comments div.comment-body div.vcard div.vcard-info{
  float:left;
  line-height:17px;
  font-size:11px;
  font-weight:normal;
}

#comments div.comment-body div.vcard div.vcard-info a{
  font-weight:normal;
}

#comments div.comment-body div.vcard div.vcard-info cite.fn{
  font-weight:bold;
  font-size:14px;
}

#comments div.comment-body div.vcard div.vcard-moderation{
  clear:right;
  line-height:15px;
  font-size:11px;
  font-style:italic;
}

#comments div.comment-body p{
  clear:both;
}

#response{
  width:400px;
  margin:10px auto;
}

#response #cancel-reply{
  padding-bottom:10px;
  text-align:center;
}

#response form fieldset p{
  clear:both;
  height:22px;
}

#response form fieldset p label{
  font-size:12px;
  line-height:18px;
}

#response form fieldset p input[type=text]{
  border:none;
  height:16px;
  padding:2px 2px 0 2px;
  font-size:12px;
  line-height:12px;
  width:250px;
  float:right;
}

#response form fieldset textarea{
  border:none;
  padding:0 0 0 4px;
  font-size:12px;
  line-height:18px;
  width:250px;
  float:right;
  height:100px;
  overflow-y:scroll;
}

#response form fieldset p input[type=submit]{
  margin-top:10px;
  float:right;
}

#response form fieldset legend{
  display:none;
}

#response #recaptcha_widget_div{
  clear:both;
  float:right;
  padding:20px 0px;
}

#footer{
  position:absolute;
  bottom:24px;
  left:-15px;
  height:70px;
  border-left:5px solid #eee;
  padding-left:10px;
}

#footer ul.menu{
  /*font-size:120%;*/
  width:180px;
  height:50px;
  padding-top:20px;
  margin-left:-5px;
}

#footer ul.menu li{
  display:block;
  width:50px;
  height:52px;
  float:left;
  padding:0px 5px;
}

#footer ul.menu li a{
  display:block;
  width:50px;
  height:0px !important;
  padding-top:52px;
  overflow:hidden;
  background-repeat:no-repeat;
}

#footer ul.menu li a.myspace{
  background-image:url('../images/myspace.png');
}

#footer ul.menu li a.soundcloud{
  background-image:url('../images/soundcloud.png');
}

#footer ul.menu li a.facebook{
  background-image:url('../images/facebook.png');
}
