@charset "UTF-8";
/*
* ******************************************************************************
*
* "listen-project.de v2009 Base-Layout - ( Nomore YAML based )"
*
* @Theme Name:      Listen-Project Theme
* @Version:         0.2.2009 de
* @Author:          Thomas
* @Lastmodified:    2009-30-04 12:54:00
* @Theme URI:       http://www.listen-project.de
* @Author URI:      http://www.listen-project.de
* @Description:     This theme is a part of whole project of listen-project.de.
* @Copyright:       Copyright 2009, T.Meschke ( http://www.listen-project.de )
*
* ******************************************************************************
*/
* {
 margin: 0;
 padding: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100.01%;
/* reset font size for all elements to standard (16px) */
 font-family: inherit;
 vertical-align: baseline;
 text-decoration: none;
}
img {
 image-rendering: optimizeQuality;  /* Firefox 3.6 */
 -ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0+ */
  }
html {
 overflow-x: hidden;
}
html, body {
 height: 100% !important;
/* Required for the always bottom #footer */
}
body {
 background: #1C1C1C url('../images/background.jpg') repeat-x;
 text-align: center;
/* Centering layout in old IE-versions ... */
}
#page_margins {
 min-height: 100%;
 height: auto!important;
 height: 100%;
 margin: 0 auto -5em;
/* bottom margin is the neg. value of #footer's height */
 text-align: left;
/* ... and set text to the left */
 z-index: -99;
}
#page {
 z-index: 98;
 position: relative;
 margin: 2em auto;
 padding: 2em 6% 0 6%;
 text-align: left;
 width: 820px;
}
#footer {
 color: #333333;
 text-align: left;
 font-size: .8em;
 border-top: 1px solid #000000;
 padding: 1em 4em;
 background: #0E0E0E;
 clear: both;
}
#footer, #push {
 height: 4em;
}
/* *** LOGO ***************************************************************** */
#logo {
 background: transparent url('../images/logo.png') center no-repeat;
 position: absolute;
 height: 141px;
 top: 50%;
 left: 50%;
 width: 157px;
 margin: -70px 0 0 -78px;
 overflow: visible;
 text-align: center;
 z-index: 97;
}
/* *** CONTENT ************************************************************** */
#content {
 color: #cbcbcb;
 float: left;
 margin: 20px 0px 30px 0px;
 padding: 0 40px 0 0px;
 text-align: left;
 width: 510px;
}
#content img {
 float: left;
 margin: 3px 15px 5px 0;
 border: none;
 /*
 border: 1px solid #444444;
 padding: 9px;
 background-color: #333;
 */
}
#content a:hover img {
 border: 1px solid #8897A9;
 background: transparent;
}
#content ul {
 margin: 10px 0 1em 30px;
}
.entry {
 margin: 20px 0;
 line-height: 1.3em;
 text-align: justify;
}
.postmetadata {
 border-top: 1px solid #222222;
 margin: 35px 0 60px 0;
 padding: 5px 3px 3px 0px;
 font-style: italic;
 font-size: 0.8em;
 clear: both;
}
/* *** COMMENT ************************************************************** */
.commentheader {
 font-size: 1.4em;
 padding: 1em 0;
}
.commentbody {
 color: #cbcbcb;
 margin: 0 0 30px 0;
 padding: 15px;
 border-left: 2px solid #333333;
 position: relative;
}
.authorcomment {
 border-left: 2px solid #B43200;
}
.commentbody p {
 line-height: 1.5em;
 margin-left: 50px;
}
.commentauthor {
 padding: 0 10px 0 0;
 color: #cbcbcb;
 font-size: 1.5em;
 line-height: 2em;
}
.commentavatar {
 position: absolute;
 top: 14px;
 left: 15px;
}
.commentavatar img {
 border: 1px solid #000 !important;
 background: transparent !important;
 padding: 0 !important;
}
.commentdate {
 font-size: 10px;
}
.commentlist {
 list-style: none;
}
.wp-smiley {
 border: none !important;
 background: transparent !important;
 padding: 0 4px !important;
 margin: 0 !important;
 float: none !important;
}
/* *** SIDEBAR ************************************************************** */
#sidebar {
 width: 240px;
 text-align: left;
 float: left;
 margin: 2em 0;
 padding: 0 10px;
 line-height: 1.6em;
}
.box1 {
 border: 1px solid #313131;
 background: #181818;
 margin: 1em 0 2em 0;
 padding: 0.5em 1.5em;
}
.box2 {
 width: 260px;
 float: left;
 margin: 10px 5px;
}
/* *** FORMELEMENTS ********************************************************* */
#bottom #loginform {
 margin-top: -9px;
}
#bottom #loginform .textfield {
 width: 206px;
}
#bottom #loginform .submit {
 float: right;
}
#sidebar #searchform .textfield {
 width: 187px;
}
input.labelicon {
 background: #1E1E1E;
 border: 1px solid #313131;
 border-left: 0;
 padding: 7px 5px 7px 5px;
 width: 30px;
 margin-top: 2px;
 color: #1E1E1E;
 cursor: pointer;
 font-size: 1.0em;
}
.search {
 background: #1E1E1E url('../images/zoom.png') center center no-repeat !important;
}
.user {
 background: #1E1E1E url('../images/user.png') center center no-repeat !important;
}
.pass {
 background: #1E1E1E url('../images/key.png') center center no-repeat !important;
}
.email {
 background: #1E1E1E url('../images/email.png') center center no-repeat !important;
}
.www {
 background: #1E1E1E url('../images/world_link.png') center center no-repeat !important;
}
.submit {
 background: #1E1E1E;
 border: 1px solid #313131;
 margin-bottom: 20px;
 padding: 8px 25px 8px 25px;
 color: #f3f3d9;
 font-size: 1.0em;
 text-transform: uppercase;
 letter-spacing: 1px;
 cursor: pointer;
 text-align: center;
}
.submit:hover {
 background: #bd3800;
 background-image: url('../images/mainmenu_over.jpg');
}
.textarea {
 margin: 2px 0 10px 0;
}
.textarea, .textfield {
 background: #181818;
 border: 1px solid #313131;
 padding: 7px 5px 7px 5px;
 color: #f3f3d9;
 font-size: 1.0em;
}
.textfield:hover, .textfield:focus {
 background: #2F2F2F;
 color: #ffffdd;
 border: 1px solid #FCCC69;
}
.round {
 -moz-border-radius-bottomleft: 20px;
 -moz-border-radius-bottomright: 20px;
 -moz-border-radius-topleft: 20px;
 -moz-border-radius-topright: 20px;
}

/* *** POSTNAVIGATION ******************************************************* */

.navigation {
 border: 1px solid #222222;
 background: #111111;
 padding: 5px 6px 6px 6px;
 color: #cbcbcb;
 font-size: 1.2em;
}
.alignleft {
 float: left;
 text-align: left;
}
.alignright {
 float: right;
 margin-top: -1px;
 text-align: right;
}

/* *** BOTTOM *************************************************************** */

#bottom {
 background: #0C0B0B url('../images/footer_bg.jpg') repeat-x;
 border-bottom: 1px solid #010101;
 clear: both;
 padding: 2em 0;
 text-align: left;
}
#bottominner {
 overflow: hidden;
 width: 820px;
 margin: 0 auto;
}
#bottom-left {
 width: 30%;
 padding: 0 0 25px 0;
 float: left;
}
#bottom-mid {
 width: 30%;
 padding: 0 0 25px 40px;
 float: left;
}
#bottom-right {
 width: 30%;
 margin-right: 10px;
 padding: 0 0 25px 0;
 float: right;
}
#bottom p {
 margin: 10px 0;
 font-size: 13px;
}
#bottom ul {
 list-style: none;
 border: none;
 margin: 0;
}
#bottom li {
 border-bottom: 1px solid #444444;
 margin: 0;
 padding: 0;
 display: block;
 font-size: 13px;
}
#bottom li a {
 color: #5b5b5b;
 display: block;
 padding: 7px 5px 7px 5px;
 text-decoration: none;
 border-bottom: 0;
}
#bottom li a:hover {
 background: #202020 url('../images/mainmenu_over.jpg');
 color: #ffffff;
}

/* *** CALENDAR ************************************************************* */

#wp-calendar {
 width: 100%;
}
#wp-calendar #next a {
 font-size: 1.5em;
 padding-right: 10px;
 text-align: right;
 border: none;
 background: transparent;
}
#wp-calendar #prev a {
 font-size: 1.5em;
 padding-left: 10px;
 text-align: left;
 border: none;
 background: transparent;
}
#wp-calendar caption {
 color: #CBCBCB;
 padding: 10px 0px;
 font-size: 1.5em;
 font-weight: normal;
}
#wp-calendar td {
 text-align: center;
 font-size: 10px;
 width: 14%;
 padding: 0px;
}
#wp-calendar a {
 border: 1px solid #222222;
 background: #1A1A1A;
 color: #FFFFFF;
 display: block;
 padding: 2px 0px;
}
#wp-calendar a:hover {
 background: #111111;
 color: #dd4b00;
}
#wp-calendar th {
 text-align: center;
 padding: 0 0 5px 0;
}
#wp-calendar #today {
 border: 1px solid #dd4b00;
 background: #1A1A1A;
 color: #FFFFFF;
 padding: 2px 0px;
}

/* *** QUICKTAGS ************************************************************ */

#ed_toolbar {
 margin: 2px 0;
}
#ed_toolbar input.ed_button {
 cursor: pointer;
 padding: 3px 0;
 width: 14.25%;
 font-size: 0.8em;
}
#ed_toolbar  input#ed_spell {
 display: none !important;
}

