/*  
Theme Name: subcess_theme
Theme URI: http://www.subcess.de/
Description: Love It Or Hate It - Schlicht und Einfach
Version: 1.2
Author: subcess
Author URI: http://www.subcess.de/
*/

/*************************************
 +Container
 *************************************/
body{
	

	background-color:#FFFFFF;
	font-family: Verdana;
	font-size:62.5%;
	line-height:1.4;
	margin:0;
	padding:0;
	text-align:left;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;
    border-left:1px dotted #CCCCCC; 	
    border-right:1px dotted #CCCCCC;
}
#content{
	font-size:1.2em;
	float:left; /*Content-Position - immer im Gegensatz zur Sidebar*/
	padding:1em;
	width:40em;
   margin-left: 20px;
   border-right:1px dotted #CCCCCC;

}
#sidebar{
	font-size:1.1em;
	float:right; /*Sidebar-Position - immer im Gegensatz zum Content*/
	padding-top:2em;
	width:18em;

}
#header{
	padding:0em 0em;

}
#logo {
	background-color: #000000;
	height: 75px;
	width: 760px;
}
#footer{
	margin-right: auto;
	margin-left: auto;
	background:#ffffff; /*Hintergrundfarbe im Footer*/

	color: #666666; /*Textfarbe im Footer*/
	clear:both;
	font-size:0.9em;
	padding:0.0em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#cc0000;
}

#header p a{
	color:#ffffff;
}


#header h1 a:hover{
	color:#ffffff;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
   padding-left: 400px;
}

#header h4{
	color:#ffffff;
	font-size:21px;
    font-family: Verdana;
    font-weight: normal;
	padding-left: 400px;
padding-top: 8px;
margin-bottom: 10px;
    margin-top: 0px;
	
}

.entrytitle h2{
	font-size:1.7em; /*Schriftgr��e �berschrift Blogbeitrag*/
}
.entrytitle h2 a
{
	color:#000000; /*�berschrift Blogbeitrag*/
}
.entrytitle h2 a:hover{
	color:#ffffff;
}
.entrytitle h3{
	font-size:1.0em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:0.5em;

}


.entrymeta{
	font-size:0.9em;

}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;

}
.filedto{
	padding:3px;
   font-size:0.9em;

}
.commentslink{
	background:#fff no-repeat;
	padding:3px;
	padding-left:0px;

}



/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li a {
	border-bottom: 1px dotted #eee;
	color: #666666; 
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	background-position: 10px 50%
}

#sidebar a {
	border-bottom: 1px dotted #eee;
	color: #666666; 
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	background-position: 10px 50%
}



#sidebar ul li a:hover{
	border-bottom-color: #eee;
	color: #ffffff; #666 !important;
	background-color: #CC0000; #BFF0EE;
}
#sidebar a:hover{
	border-bottom-color: #eee;
	color: #ffffff; #666 !important;
	background-color: #CC0000; #BFF0EE;
}


/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:25em;
}
.commentsblock input, .commentsblock textarea{
	border:1px dotted #CCCCCC;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px dotted #CCCCCC;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px dotted #CCCCCC;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color: #000000;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#eee;
	border:1px solid #cc0000;
	padding:0.5em;
}
h3#comments{
font-size:1.0em;
}
li.author {
	background-color: #000000; /*Farbe Hintergrund Admin-Kommentar*/
	color: #ffffff; /*Textfarbe Admin-Kommentar*/
}

/*************************************
 +Misc
 *************************************/
a{
	color:#CC0000;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color: #cc0000;
}
a img{
	color:#FFFFFF;
	text-decoration:none;
border:0;
}




