@charset "utf-8";
/* CSS Document */

img {
   behavior: url();
}
/* .css  */

html {margin:0; padding:0;}

body {
	margin:0;
	padding:0;
	font-size:62.5%;
	background-color:#6A0000;
	font-family:verdana, arial, sans-serif;
	text-align:center;
}

/************************
         Ebenen
************************/

#wrapper {
   text-align:left;
	width:900px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

#branding {
	width:900px;
	background-color:#FFFFFF;
	float:left;
}

#page {
	width:880px;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	float:left;
	color: #FF00FF;
	background-color: #280000;
}

#content {
	width:630px;
	float:left;
	color:#FFFFFF;
	font-size:1.1em;
}

#sidebar {
	width:250px;
	float:right;
	color:#fff;
}

*+html #sidebar {width:200px;}

#border_bottom {
	height:10px;
	width:900px;
	background-color:#FFFFFF;
	float:left;
}

#footer {
	font-size:0.9em;
	margin-top:10px;
	padding-bottom:20px;
	width:900px;
	background-color:#450000;
	color:#fff;
	text-align:center;
	float:left;
}

#lead, .post, .post2 {
	margin:20px;
	background-color:#280000;
	color:#fff;
}

.clearfloat {clear:both;}

.border_entry_single {
   margin-left:-20px;
   background-color:#fff;
   height:1px;
   width:630px;
}



/************************
         Text
************************/

#branding_t {
   margin:15px;
}

.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
}

.readmore {
   margin-top:20px;
   float:right;
}

span.lead_title {
   margin-bottom:20px;
}

.entry {
   padding-bottom:20px;
   padding-top:5px;
}

#lead h3 {
   margin-top:30px;
}

/************************
       Headlines
************************/

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
}

h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
}

h3, #sidebar h2 {
	font: 1em verdana, arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#ffffff;
}

#sidebar h3, #sidebar h2 {
	border-bottom:1px solid #fff;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
}

h3#comments {
	margin-top:0px
}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
}
	
#content .post h2 {
    color:#c07100;
    border:none;
    margin-bottom:0;
}

#content h2 {
    color:#c07100;
    border:none;
    margin-bottom:0;
}

h6 {
   font-size:1.1em;
   text-transform:uppercase;
   color:#666;
}

/************************
         Links
************************/

#footer a {
	color:#d3d1d1;
}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

a:hover, a:active {
	color:#7da939;
	text-decoration:underline;
	}


a.title {
   color:#c07100;
   margin-bottom:10px;
}

a.title:link {
   color:#c07100;
}

a.title:visited {
   color:#c07100;
}

a.title:hover {
   color:#c07100;
   text-decoration:underline;
}

a.title:active {
   color:#c07100;
   text-decoration:underline;
}

#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	text-transform:uppercase;
	letter-spacing:0.1em;
}

.post .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	text-transform:uppercase;
	letter-spacing:0.1em;
}

/***************************************
              Kommentare
***************************************/


#commentform input .comment_label {
   background-color:#280000;
   color:#fff;
   
}

#commentform .button {
   width:150px;
}

.button {
	padding:1px;
	background-color:#ababab;
	color:#fff;
	border:none;
}

.button:hover {
	background:#fff;
	color:#ababab;
	text-decoration:none
}

.serendipity_section_commentform {
   background-color:#fff;
   padding:10px;
   color:#000;
   border-top:10px solid #ababab;

}


#serendipity_commentform_comment {
   width:500px;
   margin-top:10px;
}

.serendipity_comment {
	margin:15px 10px 10px 10px;
}

.commentlist .alt {
	margin:15px 10px 10px 10px;
}

.commentdata {
   margin-top:5px;
}

.serendipity_comment .commentmetadata{
	padding-bottom:2px;
	background-color:#fff;
	color:#000;
	border-bottom:1px solid #ababab;
	display:block;
}

.alt .commentmetadata{
	padding-bottom:2px;
	background-color:#fff;
	color:#000;
	border-bottom:1px solid #ababab;
	display:block;
}


select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:150px;
}
	
#searchform {
	padding:16px 5px 0 0; 
}



#commentform input {
	margin: 5px 5px 1px 0;
}

.inputtext  {
   width:300px;
}

.serendipity_section_commentform h3#respond {
   color:#ababab;
   margin:0;
   padding:0;
   width:600px;
}


.serendipity_section_comments h3#comments {
   color:#ababab;
   background-color:#fff;
   margin-left:0px;
   margin:6px;
   float:left;
}

.serendipity_section_comments {
   margin-left:0px;
   width:600px;
   background-color:#fff;
   border:10px solid #ababab;
   color:#000;
   float:left;
   	margin-bottom:20px;
}

div.comment_view {
   float:right;
   margin:6px;
}

div.commentlink {
   text-align:center;
   margin:20px 10px 5px 10px;
}

/***************************************
             Trackbacks
***************************************/

.serendipity_section_trackbacks h3#trackbacks {
   color:#ababab;
   background-color:#fff;
   margin-left:0px;
   margin:6px;
   float:left;
}

.serendipity_section_trackbacks {
   margin-left:0px;
   width:600px;
   background-color:#fff;
   border:10px solid #ababab;
   color:#000;
   margin-bottom:20px;
   margin-top:20px;
   float:left;
}

/************************
         code
************************/

span.code {
   color:orange;
   font-family:monospace;
   font-size:1.2em;
   margin-left:20px;
}

div.code {
   color:orange;
   width:510px;
   padding:10px;
   font-family:monospace;
   font-size:1.2em;
   border:1px dashed #fff;
}




/************************
    sidelist & listen
************************/

.linklist ul {
   margin:0 0 10px 0;
   list-style:none;
   padding:0;
}

.linklist ul li {
   margin:0;
   list-style:none;
   padding:0;
   color:#989898;
}

/************************/

.sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
.sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

.sidelist .children {
	background:#e4efd5;
	}
	
.sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
.sidelist .children li a, .sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

.sidelist .children li a:hover, .sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}
	
	
/***************************************
                Bilder
***************************************/


.layoutthumb {
	width:150px;
  height:125px;
  border:none;
	border-bottom:5px solid #280000;
}


.layoutthumb:hover {
	width:150px;
  height:125px;
	/*border:5px solid #280000;
	border-top:5px solid #7da939;
	border-left:5px solid #fff;
	border-right:5px solid #fff;*/
	border:none;
	border-bottom:5px solid #7da939;
}

.layoutthumb_left {
   float:left;
   width:200px;
}

.layoutthumb_right {
   float:left;
   width:300px;
}

/************************
     Post Formatting
************************/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
}


#content .post .postedby {
   color:#cdcdcd;
   font-size:0.8em;
   background-color:#280000;
   margin-bottom:20px;
}

#content .post .entry {
   margin-top:10px;
}

#content .post h2 {
    color:#c07100;
    border:none;
    margin-bottom:0;
}	

/************************
          subnav
************************/


.subnav {
   list-style:none;
   margin:0;
   padding:0;
}

.subnav .catitem {
	list-style:none;
   margin:0;
   padding:0;
   text-align:left;
   float:left;
}

/************************
          kontakt
************************/



/************************
       fuer beispiele
************************/




/************************
      plugins
************************/
