/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 13, ../sass/screen.scss */
body {
  background: #fff;
  height: 100%;
  overflow-x: scroll;
  font-family: Arial;
  font-size: 15px;
  line-height: 1.2;
}

/* line 22, ../sass/screen.scss */
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
}

/* line 31, ../sass/screen.scss */
a {
  color: #000;
}

/* line 35, ../sass/screen.scss */
a:hover {
  text-decoration: none;
}

/* line 40, ../sass/screen.scss */
.tag-thomalla a {
  color: #f80003;
}

/* line 45, ../sass/screen.scss */
.tag-bodibill a {
  color: #2976c1;
}

/* line 50, ../sass/screen.scss */
.tag-freedarich a {
  color: #198e36;
}

/* line 55, ../sass/screen.scss */
.tag-lakepeople a {
  color: #8aaddc;
}

/* line 62, ../sass/screen.scss */
.wrap {
  position: relative;
}

/* line 67, ../sass/screen.scss */
.header {
  width: 260px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-right: 1px solid #cccccc;
  background: #fff;
}
/* line 78, ../sass/screen.scss */
.header ul.menu {
  width: 190px;
  /*        margin: 40px 0 80px 20px;*/
  margin: 37px 0 80px 17px;
  /* 3px weniger, da versatz im hintergrundbild */
  background: url(../images/menu.png) no-repeat;
}
/* line 86, ../sass/screen.scss */
.header ul.menu a {
  display: block;
  line-height: 34px;
  height: 34px;
}
/* line 92, ../sass/screen.scss */
.header ul.menu a span {
  display: none;
}
/* line 98, ../sass/screen.scss */
.header ul.menu li {
  margin-bottom: 10px;
}
/* line 102, ../sass/screen.scss */
.header ul.menu li:first-child {
  margin-bottom: 9px;
  height: 31px;
}
/* line 113, ../sass/screen.scss */
.header ul.menu a.krakatau:active,
.header ul.menu a.bodibill:active,
.header ul.menu a.freedarich:active,
.header ul.menu a.thomalla:active,
.header ul.menu a.dates:active,
.header ul.menu a.releases:active {
  background: none;
}
/* line 118, ../sass/screen.scss */
.header ul.menu a.krakatau:hover {
  background: url(../images/menu.png) -194px 0;
}
/* line 122, ../sass/screen.scss */
.header ul.menu a.bodibill:hover {
  background: url(../images/menu.png) -194px -40px;
}
/* line 126, ../sass/screen.scss */
.header ul.menu a.freedarich:hover {
  background: url(../images/menu.png) -194px -84px;
}
/* line 130, ../sass/screen.scss */
.header ul.menu a.thomalla:hover {
  background: url(../images/menu.png) -194px -128px;
}
/* line 134, ../sass/screen.scss */
.header ul.menu a.dates:hover {
  background: url(../images/menu.png) -194px -172px;
}
/* line 138, ../sass/screen.scss */
.header ul.menu a.releases:hover {
  background: url(../images/menu.png) -194px -216px;
}
.header ul.menu a#tag-shop:hover {
  background: url(../images/menu.png) -194px -260px;
}
/* line 144, ../sass/screen.scss */
.header .friends {
  margin: 0 20px 0 20px;
  padding: 45px 0 0 0;
  background: url(../images/friends.gif) -3px 0 no-repeat;
}
/* line 151, ../sass/screen.scss */
.header .legalnshitmenu {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
}

/* line 159, ../sass/screen.scss */
.column {
  width: 400px;
  position: absolute;
  top: 0;
  left: -500px;
  background: #fff;
  border-right: 1px solid #cccccc;
}
/* line 168, ../sass/screen.scss */
.column .headline {
  margin: 40px 20px 20px 20px;
  width: 360px;
}
/* line 173, ../sass/screen.scss */
.column .headline img {
  margin: -18px 0 0 0;
}
/* line 179, ../sass/screen.scss */
.column .content {
  width: 360px;
  margin: 0 20px 20px 20px;
  background: #fff;
}
/* line 185, ../sass/screen.scss */
.column .content .image {
  width: 360px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
/* line 194, ../sass/screen.scss */
.column .content .text p {
  margin-bottom: 10px;
}
/* line 200, ../sass/screen.scss */
.column .content .video {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid black;
}
/* line 206, ../sass/screen.scss */
.column .content .video:empty {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 213, ../sass/screen.scss */
.column .content ul {
  border-bottom: 1px solid black;
  margin: 0 0 10px 0;
}
/* line 218, ../sass/screen.scss */
.column .content ul li {
  border-top: 1px solid black;
  padding: 5px 0;
}
/* line 225, ../sass/screen.scss */
.column .content .soundcloudplayer {
  width: 360px;
  margin: 0 0 20px 0;
}
/* line 230, ../sass/screen.scss */
.column .content .soundcloudplayer span {
  display: none;
}
/* line 239, ../sass/screen.scss */
.column.release .title {
  margin: 25px 0 20px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px 0;
}
/* line 246, ../sass/screen.scss */
.column.release .title .buy {
  float: right;
}
/* line 255, ../sass/screen.scss */
.column.bio .headline {
  height: 50px;
}
/* line 263, ../sass/screen.scss */
.column.news .headline {
  height: 50px;
}
/* line 271, ../sass/screen.scss */
.column.contact form {
  margin: 20px 0 0 0;
  width: 250px;
}
/* line 276, ../sass/screen.scss */
.column.contact form input[type='email'] {
  float: right;
  border: 1px solid black;
  width: 150px;
}
/* line 282, ../sass/screen.scss */
.column.contact form textarea {
  border: 1px solid black;
  width: 242px;
  padding: 3px;
}
