/*  
Theme Name: falschrum weblog
Theme URI: http://www.falschrum.de
Description: falschrum weblog theme (2008)
Version: 2.3
Author: Mario Andreya
Author URI: http://www.falschrum.de
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	font-size:0.75em;
    font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 1.6em;
	line-height:1.7em;
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	text-align:center; /*nur fuer den IE*/
	background-image:url(images/body-bg.gif);
	background-repeat:repeat-x;
	}

#page{
	width: 890px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #007AA3;
	}

#header{
	width: 890px;
	}

#contentlinks{
	width: 500px;
	float: left;
	padding: 40px 40px 40px 40px;
	text-align:left;	
	}
	
/* linksammlung im eintrag */	
#contentlinks li.link {
    background: url(images/link-popup.gif)  no-repeat 2px .3em;
	list-style: none;
    padding: 0 10px 0 20px;
	margin: 0;
	}
	
#contentlinks ul.link {
	margin: -10px 0 0 0;
	}
/* linksammlung im eintrag */	

#contentrechts{
	width: 270px;
	float: left;
	padding: 40px 0 40px 0;
	}
	
#footer{
	clear:both;
	}
	
#auszeichnung {
	background-color:#f0f0f0;
	padding: 4px;
	}
	
.clear {
	clear:both;
	}
	
p {
	padding: 0;
	margin: 12px 0 12px 0;
}
	
/*navigation anfang*/
ul#navlist  {
	font-size: 1em;
	font-weight: bold;
   	display: block;
	list-style: none;
  	width: 500px;
 	height: 25px;
   	padding: 0;
   	margin-top: -2.25em;
   	margin-left: 28px;
    }

ul#navlist li {
	font-size: 1em;
   	display: inline;
	list-style-type: none;
   	padding: 0;
   	margin-right: 2px;
    }
	
ul#navlist a {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	color: #ffffff;
    }
   
ul#navlist a:hover {
	color: #ffffff;
	background-color:#007aa3;
    }
	
#navlist a.active {
	color: #ffffff;
	background-color:#007aa3;
    }

/*navigation ende*/

.eintrag ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;

	}
		
.eintrag li, ol {
	list-style:disc;
	padding: 0 0 0 0;
	margin: 0 0 0 16px;
	color: #000000;
	}
	
/*aussehen vom archiv*/
li { 
	margin-left: 13px;
	list-style: square;
	color: #007AA3;
	}
/*aussehen vom archiv ende*/


.kommentarlink{
	font-size: 1em;
	font-weight:bold;
	text-align:center;
	background-color: #f0f0f0;
	border-bottom: 1px dotted #d9d9d9;
	padding: 0;
	margin: 0;
	}

/* headlines */
h1, h2, h3 {
	text-align:left;
	color: #007AA3;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	/*text-transform: uppercase;	*/
	margin: 20px 0px 0px;
	} 
		
h2 {
	font-size: 1.0em;
	margin: 0 0 5px;
	color:#000;
	}	
small {
	font-size: 1em;
	color: #007AA3;
	font-weight: bold;
	}

	
a.nohover:hover {
	border: none;
	}

.eintrag img {
	background-color: #007AA3;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	}
		
a, a:link, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #007AA3;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	border: 1px;
	border-bottom-style: dotted;
	}
		
a:active {
	text-decoration: underline;
	}
	
h1 a:link {
	color: #007AA3;
	text-decoration: none;
	}

h1 a:hover {
	color: #000000;
	border: 1px;
	border-bottom-style: dotted;
	}
		
h1 a:active {
	color: #007AA3;
	border: 1px;
	border-bottom-style: dotted;
	}

/* hervorhebung von fliesstext */
span.markiert {
     padding:3px 0;
     color:#ffffff;
	 background-color:#990000;
	 }	

blockquote {
	font-style: italic;
	border-left: 3px solid #007AA3;
	padding-left: 10px;
	margin: 0 30px;
	}
			
.cnr {
	font-size: 18px;
	text-align: right;
	color: #007AA3;
	padding: 0; 
	margin: -20px 0 0 0;
	}
	
.commentlist li {
	font-style:italic;
	font-weight: normal;
	text-align:left;	
	color:#000000;
	background-color:#f0f0f0;
	}

.commentlist cite, .commentlist cite a {
	font-size: 12px;
	font-weight: bold;
	color: #007AA3;
	}

.commentmetadata {
	font-size:1em;
	font-style:normal;
	color: #007AA3;
	padding: 0;
	margin: 0;
	}
	
/* Formulare */	
.commentlist li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px dotted #d9d9d9;	
	}
	
input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	border: 1px solid #d9d9d9;
	}
		
input:hover, input:active, input:focus, 
select:hover, select:active, select:focus
textarea:hover, textarea:active, textarea:focus {
    background-color: #F3F1F4;
    border: 1px solid #d9d9d9;
	}

#commentform textarea {
	width: 500px;
	height: 200px;
	}

#commentform #submit {
	width: 115px;
	}
/* Formulare */	

	
.commentlist {
	padding: 0;
	margin: 0;
	}

.commentlist li {
	margin: 0;
	padding: 15px;	
	margin: 15px 0 15px 0;
	list-style: none;
	}

.commentlist p {
	margin-bottom: 5px;
	}

#commentform p {
	margin: 0;
	}

.nocomments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#007AA3;
	text-align: left;
	margin: 0;
	padding: 0;
	}

.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
p.twitter-message {
	font-style:italic;
}
	
.twitter-timestamp {
	font-weight: bold;
}
	
p.twitter-message {
	padding-bottom:6px;}
	
/* Formular */
fieldset {
	border:1px dotted #a8a8a8;
	padding:10px;
}
label {
	font-weight:bold;
	display:block;
}
textarea, input {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size:1em;
	background:#F1F0EB;
	border:1px solid #a8a8a8;
	color:#000000;
	margin-bottom:5px;
	padding:3px;
}
input {
}
textarea {
	height:175px;
}
.button {
	border:1px solid #cccccc;
	padding:6px;
	width:200px;
}
select {
	background:#F1F0EB;
	width:300px;
	font-size:1em;
	border:1px solid #a8a8a8;
}

input:hover, input:active, input:focus, 
select:hover, select:active, select:focus
textarea:hover, textarea:active, textarea:focus {
    background-color: #ffffff;
	}
/* Formular */

.more-link {
	font-weight:bold;}