@charset "utf-8";
/**
  * @link       <http://auszeit-rocknroll.de/assets/css/screen.css>
  * @version    1.0
  * @media      screen, projection
  * @css-for    all
  * @author     Ingo Wagener <http://ingowagener.de>
  * @created    2009-11-02 09:46:23
  * @last_mod   2009-11-25 17:51:57
  */


/**
  * @section    Whitespace-reset, HTML & Body, @font-face
  */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: arial, helvetica, sans-serif;
}

@font-face {
    font-family: 'DowncomeRegular';
    src: url('../fonts/downcome/downcome-webfont.eot');
    src: url('../fonts/downcome/downcome-webfont.eot?#iefix') format('eot'),
         url('../fonts/downcome/downcome-webfont.woff') format('woff'),
         url('../fonts/downcome/downcome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #000 url(../img/basics/bg-body.gif) repeat-x 0 60px;
}


/**
  * @section    General Elements
  */
h1 {
    width: 200px;
    height: 170px;
    position: absolute;
    top: 0;
    left: -10px;
    text-indent: -3000px;
    font: 0px/0 serif;
    background: url(../img/basics/logo-header.png);
}

h1 em, h1 a {
    display: block;
    width: 180px;
    height: 170px;
    margin: 0 10px;
}

h1 a {
    cursor: url(pommesgabel.ico), pointer;
}

h2 {
    font-family: DowncomeRegular, sans-serif;
    color: #eee;
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
}

h3 {
    font-family: DowncomeRegular, sans-serif;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    color: #eee;
    letter-spacing: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
}

h4 {
    margin: 10px 0;
    color: #800;
}

p {
    margin: 10px 0;
    font-size: .75em;
    line-height: 1.4;
    color: #fff;
}

a {
    color: #800;
}

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

.hr {
    height: 82px;
    background: url(../img/basics/bg-hr.png) no-repeat -60px 100%;
}

.hr hr {
    display: none;
}

ol {
    margin: 1em 2em;
    font-size: .75em;
    line-height: 1.4;
    color: #fff;
}

ol li {
    margin-bottom: .4em;
}

#content ul {
    list-style: square;
    margin: 15px 2em;
}

#content ul li {
    font-size: .75em;
    line-height: 1.4;
    color: #fff;
}


/**
  * @section    Header & navigation
  */
#header {
    background: #222 url(../img/basics/deadhead.png) fixed;
    border-bottom: 1px solid #111;
}

#header div {
    width: 730px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

#header ul {
    position: absolute;
    right: 0;
    bottom: -1px;
    list-style: none;
}

#header ul li {
    float: left;
    margin-left: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    
}

#header ul li a {
    display: block;
    line-height: 1.8;
    padding: 0 10px;
    color: #888;
    font-size: .8em;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000;
    border-top: 1px solid #222;
    border-bottom: 1px solid #111;
    background: #1e1e1e;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

#header ul li a:hover {
    background: #600;
    border-top-color: #600;
    color: #fff;
}

#header ul li.current-page-item a,
#header ul li.current-cat a,
#header ul li.current_page_item a,
#header ul li a.current-cat-item,
#header ul li.current_page_ancestor a,
#header ul li.current_page_parent a  {
    border: 1px solid #111;
    border-bottom: 1px solid #000;
    background: #000;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px #000;
    text-shadow: 1px 1px 2px #222;
}


/**
  * @section    Pagewrapper & Content containers
  */

#wrapper {
    width: 730px;
    padding: 0 10px;
    min-height: 600px;
    margin: 0 auto;
    background: #000 url(../img/basics/bg-body.jpg) no-repeat 200px 0;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
}

#content {
    width: 515px;
    margin-top: 30px;
    padding-bottom: 80px;
    float: right;
}

#content img {
    max-width: 515px!important;
}


/**
  * @section    Sidebar
  */

#sidebar {
    width: 160px;
    margin: 130px 0 0 10px;
    padding: 0 10px 0 0;
    float: left;
}

#sidebar .round {
    padding: 5px;
    margin-bottom: 15px;
    background: #111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul.upcoming {
    list-style: none;
    position: relative;
    top: -5px;
    color: #666;
}

#sidebar ul.upcoming li {
    font-size: .9em;
}

#sidebar ul.upcoming ul {
    margin: 5px 0;
    font-size: 1em;
    line-height: 1.6;
}

#sidebar ul.upcoming li a {
    background: url(../img/basics/star.gif) no-repeat 0 50%;
    padding-left: 15px;
    text-decoration: none;
    line-height: 1.5;
    color: #666;
}

#sidebar ul.upcoming li:first-child a {

}

#sidebar ul.upcoming li a:hover {
    background-color: #222;
    color: #fff;
}

#sidebar h3 {
    margin-bottom: 20px;
    font-size: 26px;
    height: 26px;
    color: #600;
}

#sidebar address {
    font-size: .8em;
    font-style: normal;
    color: #666;
}

ul.socialIcons {
    width: 128px;
    height: 32px;
    margin: 30px 0 0 18px;
    list-style: none;
}

ul.socialIcons li {
    width: 32px;
    height: 32px;
    float: left;
}

ul.socialIcons li a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/basics/socialicons-peel.png) no-repeat;
    text-indent: -3000px;
    font: 0px/0 serif;
}

ul.socialIcons li.myspace a:hover {
    background-position: 0 -32px;
}

ul.socialIcons li.twitter a {
    background-position: -32px 0;
}

ul.socialIcons li.twitter a:hover {
    background-position: -32px -32px;
}

ul.socialIcons li.facebook a {
    background-position: -64px 0;
}

ul.socialIcons li.facebook a:hover {
    background-position: -64px -32px;
}

ul.socialIcons li.lastfm a {
    background-position: -96px 0;
}

ul.socialIcons li.lastfm a:hover {
    background-position: -96px -32px;
}



/**
  * @section    Posts
  */
.stickyPost {
    margin-bottom: 30px;
    padding-bottom: 5px;
    background: #600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.stickyPost * {
    color: #fff;
    text-shadow: 1px 1px 4px #000;
}

.stickyPost h2 {
    margin: 0!important;
    padding: 5px 10px;
    background: #500;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px;
}

.stickyPost p {
    padding: 0 10px;
}

.post {
    padding-bottom: 92px;
    background: url(../img/basics/bg-hr.png) no-repeat -60px 100%;
}

#content .post:last-child {
    padding-bottom: 0;
    background: transparent;
}

.post h3 {
    margin-bottom: 10px;
}

span.date {
    width: 30px;
    margin: 10px 0 2px 10px;
    position: relative;
    float: right;
    background: #ccc;
    border: 1px solid #333;
    font-size: 10px;
    line-height: 10px;
    color: #000;
    text-align: center;
}

span.date strong {
    display: block;
    padding: 5px;
    font-size: 14px;
}

span.date em {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 15px;
    text-transform: uppercase;
    background: #222;
    color: #fff;
}

strong.excerptDates {
    color: #600;
    font-size: 18px;
    display: block;
}

.post .readMore a,
a.readMore {
    background: url(../img/basics/star.gif) no-repeat 0 50%;
    padding-left: 15px;
    text-decoration: none;
    line-height: 1.5;
    color: #fff;
}

.post .readMore a:hover,
a.readMore:hover {
    background-color: #222;
    color: #fff;
}

.teaserImage {
    width: 80px;
    margin: 2px .6em .2em 0;
    float: left;
}

.teaserImage img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #111;
}

.flyerTermine img {
    width: 300px!important;
} 

.calendarAnnouncement {
    height: 140px;
    padding: 10px 175px 10px 10px;
    background: #000 url(../img/basics/bg-calendar-div.jpg) no-repeat 100% 100%;
    border: 1px solid #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.calendarAnnoncement h3 {
    color: #800!important;
}
}

strong.excerptDates, h4.ec3_schedule {
    color: #800;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.postHeader {
    position: relative;
    margin-bottom: 34px;
}

.postHeader h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

.postHeader p {
    margin: 0;
    font-size: 11px;
    line-height: 16px;
    color: #666;
}

.postHeader .singlePostMeta {
    float: left;
}

.postHeader ul.postOptions {
    list-style: none!important;
    margin: 0!important;
    float: right;
}

.postHeader ul.postOptions li {
    float: left;
    font-size: 11px!important;
    line-height: 16px;
    color: #666;
} 

.postOptions li.backToCat {
    margin-right: 2px;
    padding-right: 5px;
    border-right: 1px solid #666;
}

.postHeader p a,
.postHeader ul a {
    color: #999;
    text-decoration: none;
}

.postHeader a:hover {
    text-decoration: underline;
} 

.postHeader li.socialLinks {
    margin-left: 3px;
}

.postHeader li.socialLinks a {
    float: left;
    width: 16px;
    height: 16px;
    text-indent: -3000px;
    background-repeat: no-repeat;
    background-image: url(../img/basics/socialicons.png);
}


.postHeader li.postToTwitter a:hover {
    background-position: 0 -16px;
}

.postHeader li.postToMyspace a {
    background-position: -16px 0;
}

.postHeader li.postToMyspace a:hover {
    background-position: -16px -16px;
}

.postHeader li.postToFacebook a {
    background-position: -32px 0;
}

.postHeader li.postToFacebook a:hover {
    background-position: -32px -16px;
}


/**
  * @section    Gallerys
  */
.gallery ul {
    list-style: none!important;
    margin: 15px 0!important;
}

.gallery ul li {
    
    float: left;
    margin: 0 10px 10px 0;
    
}

.gallery ul li:hover {
    background: #600;
}

.gallery ul li a {
    display: block;
    padding: 5px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    background: #333;
}

.gallery ul li a:hover {
    border-color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.gallery ul li a img {
    display: block;
    width: 75px;
}


/**
  * @section    Comments
  */
ol.commentList {
    margin: 1em 0;
    padding: 0;
    padding: 0;
    list-style: none;
}

ol.commentList li {
}

ol.commentList div.commentAuthor {
    width: 140px;
    margin-bottom: 30px;
    padding: 5px 10px 5px 0;
    float: left;
    clear: left;
    font-weight: normal;
    color: #fff;
    border: 0;
    border-top: 2px solid #333;
}

ol.commentList div.commentAuthor a {
    text-decoration: none;
}

ol.commentList div.commentAuthor a:hover {
    text-decoration: underline;
}

ol.commentList div.commentAuthor strong {
    display: block;
}

ol.commentList li.staff div.commentAuthor strong {
    background: url(../img/basics/star.gif) no-repeat 0 50%;
    padding-left: 15px;
}

ol.commentList div.commentAuthor span {
    font-size: .9em;
}

ol.commentList div.comment {
    width: 345px;
    padding: 5px 10px;
    float: right;
    margin: 0 0 30px 0!important;
    border-top: 2px solid #222;
    border-bottom: 0!important; 
}

ol.commentList div.comment p {
    margin-top: 0;
    font-size: 1em;
}

img.wp-smiley {
    vertical-align: middle;
}

fieldset.comments {
    margin: .6em 0;
    padding: 5px 10px;
    
}

fieldset.comments legend, fieldset.comments label {
    color: #fff;
}

fieldset.comments input.txt, fieldset.comments textarea {
    width: 300px;
    border: 1px solid #222;
    font-size: 1em;
    padding: 2px;
}

fieldset.comments textarea {
    width: 484px!important;
}

fieldset.comments input.btn {
    display: inline-block;
    padding: 5px;
    background: #600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: left;
    cursor: pointer;
}

fieldset.comments input.btn:hover {
    background: #666;
}

fieldset.comments p.commentinfos {
    margin-bottom: 1.2em;
}

h3.comments {
    margin-bottom: .6em;
    font-weight: normal;
    font-size: 1.3em;
    line-height: .8;
}

h3.comments a {
    padding: 5px;
    float: right;
    background: #600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-size: 11px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

h3.comments a:hover {
    background: #666;
}


/**
  * @section    Links
  */
ul.links {
    list-style: none!important;
    margin: .6em 0!important;
}

ul.links ul {
    list-style: square;
    color: #fff;
    margin-left: 2em;
}

ul.links h3 {
    margin-top: 1em;
}

ul.links li li {
    line-height: 1.4;
    font-size: 14px!important;
}


/**
  * @section    Footer
  */
#ft {
    clear: both;
}

#ft p {
    float: left;
    margin: 0;
    font-size: 11px;
    line-height: 14px;
    color: #333;
}

#ft ul {
    float: right;
    list-style: none;
}

#ft ul li {
    float: left;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #222;
    font-size: 11px;
    line-height: 14px;
}

#ft ul li:first-child {
    border-left: 0;
}

#ft ul li a {
    color: #666;
    text-decoration: none;  
}

#ft ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#ft hr {
    height: 1px;
    margin-bottom: 15px;
    color: #111;
    background: #111;
}


/**
  * @section    Classes
  */
div.author {
    text-align: right;
}

div.author a img {
    width: 32px;
    height: 32px;
}

div.author a:hover img {
    -webkit-transform: scale(2);-moz-transform: scale(2);
}


img.alignleft {
    float: left;
    margin: 0 15px 5px 0;
}

img.alignright {
    float: right;
    margin: 0 0 5px 15px;
}

a.button {
    display: inline-block;
    padding: 5px;
    background: #600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

a.button:hover {
    background: #666;
}


div#spleuchtet {
    padding: 20px 20px 20px 157px;
    min-height: 120px;
    position: relative;
    background: #000 url(../img/spleuchtet.gif) no-repeat 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(255,255,255,.7);
    -moz-box-shadow: 0px 0px 10px rgba(255,255,255,.7);
    box-shadow: 0px 0px 10px rgba(255,255,255,.7);
}

div#spleuchtet img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
