/*   
Theme Name: Kroro
Theme URI: http://www.blog.kroro.de
Description: Coded for private use only.
Author: kroro.de
Author URI: http://www.blog.kroro.de
Tags: dark, widgets, three columns
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #282828;
	background: url(images/background.jpg) no-repeat top;
}
a {
	text-decoration: none;
	color: #282828;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	position: relative;
}

#rss {
	position: absolute;
	width: 54px; height: 69px;
	background: url(images/rss.gif) no-repeat 0 0;
	top: 145px; left: 682px;
}

/** BEGIN header **/
#header {
	height: 166px;
background: url(images/body_new.jpg) no-repeat 0 0;
}
	#header ul {
		list-style-type: none;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
		}
		#header ul li a {
			color: #aaaaaa;
			font-weight: bold;
			display: block;
			padding: 10px 10px 11px;

		}
		#header ul li a:hover {
			color: #ffffff;
			font-weight: bold;
			display: block;
			padding: 10px 10px 10px;
			background-color: #282828;
			text-decoration: none;
			border-top: thin #6a6a6a solid;
			border-left: thin #6a6a6a solid;
			border-right: thin #6a6a6a solid;
		}

		
	#header .ad {
		clear: both;
		padding-left: 500px;
		position: absolute;
		top: 70px;
		border: 0px;
	}
		#header .ad a {
			display: block;
			outline: none;
			width: 468px;
			height: 60px;
		}

	#header h1 {
		clear: both;
		padding-top: 25px;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;   
			background: url(images/logo.gif) no-repeat 0 0;
			outline: none;
			width: 496px; height: 87px;
		}

/** END header **/

#body {
	background: #ffffff url(images/background.jpg);
}

/** BEGIN content **/
#content {
	width: 662px;
	float: left;

}
	#content #categories {
		list-style-type: none;
		height: 34px;
margin-left: 20px;
	}
		#content #categories li {
			float: left;
			font-size: 1.0em;
			font-weight: bold;
			padding-left: 10px;
                        text-transform: uppercase;
                        text-shadow: 3px 2px 2px #fff, -2px -1px 2px #ffffff;
		}
		#content #categories li.f {
			padding-left: 5px;

		}
		#content #categories li a {
			display: block;
			padding: 10px;
		}
		#content #categories li a:hover {
			color: #41586A;
			text-decoration: none;

		}
		#content #categories .cats {
			font-size: 2.0em;
		}


	#content .post {
		clear: both;

		margin: 0 20px 15px 5px;

-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px dashed #999999;
padding: 25px 20px 10px 15px;
background: #FFFFFF;

   	   	}

		#content .post img {
			border: 1px #282828;
		}

		#content .post .l {
			float: left;
			width: 170px;
			font-size: 0.9em;
			color: #808080;

		}
			#content .post .l p {
				margin-bottom: 5px;
				padding: 0 10px;
			}
			#content .post .l img {
				margin-bottom: 10px;
				margin-left: 10px;
				width: 160px; height: auto;
				}
			#content .post .l a {
				color: #808080;
			}
		#content .post .r {
			float: right;
			width: 392px;
			padding-right: 20px;

		}
			#content .post h2 {
				font-size: 1.4em;
				margin-bottom: 15px;
			}
			#content .post h2 a {
				color: #35221C;
                        	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #41586A;	
				}
			#content .post h2 a:hover {
				color: #41586A;
                        	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #41586A;
                        	text-decoration: none;	
				}
			#content .post p {
				margin-bottom: 15px;
				line-height: 1.5em;
			}
			#content .post p a {
				color: #600000;
			}
			#content .post .r .details {
				padding: 1px;
				border: 1px #6a6a6a dotted;
				float: right;
			}
			#content .post .r .details p {
				background: url(images/details_bg.gif) repeat-x 0 0;
				font-size: 0.8em;
				font-weight: bold;
				padding: 0 10px;
				margin: 0;
				height: 29px;
			}
				#content .post .r .details p a {
					display: block;
					float: left;
					padding: 7px 0 8px;
					margin-top: 1px;
				}
				#content .post .r .details p a.readmore {
					background: url(images/details_divide.gif) no-repeat right center;
					margin-right: 5px;
					padding-right: 8px;
				}


#content h3 {
				font-size: 1.0em;
				margin-bottom: 15px;
			}

#content h3 a {
				color: #35221C;
                        	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #41586A;	
				}

#content h3 a:hover {
				color: #41586A;
                        	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #41586A;
                        	text-decoration: none;	
				}




/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 318px;
	float: right;

}

#sidebar2 {
	width: 318px;
	float: left;
}

	#sidebar a:hover {
		color: #000000;
}
	#sidebar #subscribe {
		background: url(images/navigation.gif) repeat-x 0 0;
		height: 34px;
		margin: 0 3px 10px 0;
		padding: 10px 0 0 88px;
		font-size: 0.9em;
		color: #6A6A6A;
	}
		#sidebar #subscribe a {
			font-weight: bold;
			color: #6A6A6A;
		}
		#sidebar #subscribe a:hover {
			color: #000000;
		}
	#sidebar #ad125x125 {
		text-align: center;
	}
		#sidebar #ad125x125 img {
			border: 0;
			margin: 5px;
		}
	#sidebar .box {
		background: url(images/horizontal.gif) repeat-x 0 bottom;
		margin-right: 3px;
		padding: 10px 15px;
	}
		#sidebar .box form {
			width: 283px; height: 30px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			#sidebar .box form input {
				border: 1px solid #ffffff;
				margin: 6px;
				float: left;
				width: 207px;
			}
			#sidebar .box form button {
				float: left;
				width: 57px; height: 30px;
				text-indent: -9999px;
				border: 0;
				margin-left: 5px;
				background-color: transparent;
				cursor: pointer;
			}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#sidebar .box h2 {
			background-color: #282828;
			color: #ffffff;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px;
			margin: 0 1px;
		}

		#sidebar .box ul {
			list-style-type: none;
			padding: 0px;
			margin: 0 1px;
		}
			#sidebar .box ul li {
				font-size: 0.9em;
				padding: 5px 0;
				background-color: #ffffff;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}
			#sidebar .box ul li:hover {
				background-color: #D4D3CF;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}

	#sidebar .l {
		width: 159px;
		float: left;
		padding-top: 10px;
	}
		#sidebar .l h2 {
			background-color: #282828;
			color: #ffffff;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px;
			margin: 0 4px;
		}
		#sidebar .l ul {
			list-style-type: none;
			margin: 0 2px 10px 4px;
		}
			#sidebar .l ul li {
				background-color: #ffffff;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}
			#sidebar .l ul li:hover {
				background-color: #D4D3CF;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}

	#sidebar .r {
		width: 159px;
		float: left;
		padding-top: 10px;
	}
		#sidebar .r h2 {
			background-color: #282828;
			color: #ffffff;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px;
			margin: 0 8px 0 2px;
		}
		#sidebar .r ul {
			list-style-type: none;
			margin: 0 8px 10px 2px;
		}
			#sidebar .r ul li {
				background-color: #ffffff;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}
			#sidebar .r ul li:hover {
				background-color: #D4D3CF;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}

/** END sidebar **/

/** BEGIN footer **/
#footer {
	background: #000000 url(images/footer.jpg);  
      background-repeat: repeat-x;
	color: #000000;
	clear: both;
	font-size: 1.1em;
	padding: 5px 0 0 5px;
}

#footer img {border:none;}
#footer h2 {font: bold 16px "Trebuchet MS", Verdana, sans-serif; color:#C7B8BA; text-shadow: 2px 1px 1px #000, -2px -1px 1px #000;}

#footertop { height: 40px; padding-top:10px; margin-bottom:10px; border-bottom: 1px solid #888888; margin-right: 3px; background: #25120C url(images/footer_menue.jpg) repeat-x;}
#footertop ul {text-align:center; padding-top:8px; font-size: 1.1em; color: #CCCCCC; }
#footertop li {display: inline;}
#footertop a, #footertop a:visited {color:#a98; padding:5px; margin:5px; text-decoration:none; text-transform:uppercase; text-shadow: 2px 1px 1px #000000, -2px -1px 0 #000000;}
#footertop a:hover {color:#fff; }

#sidebar1 {float:right; width:50%;}
#sidebar2 {float:right; width:50%;}

#leftfooter {float:left; width:40%; height: 150px; padding: 0 0 0 10px; margin-right: 35px; margin-left: 60px; font-size: 0.8em; color: #FFFFFF; margin-right: 3px; }
#leftfooter .author {padding:5px 8px 3px 3px; float:left;}

#rightfooter {float:left; width:40%;  margin-bottom: 15px; margin-left: 30px; border: 1px dashed #666666;}
#rightfooter li { display:block; height:25px; border-bottom: 0px solid #2C2C2C; font-size: 1.1em;}
#rightfooter a, #rightfooter a:visited, #rightfooter a:active {display:block; height:19px; padding:3px 8px 0 8px; text-decoration:none; color:#a98; text-shadow: 1px 1px 1px #000000, -1px -1px 0 #000000;}
#rightfooter a:hover {color:#999999; background:#000000;}

#bottom { font-size: 0.8em; color: #987; padding:10px 10px 10px 10px; border-top: 1px solid #888888; clear:both; margin-top:25px; text-shadow: 1px 1px 1px #000000, -1px -1px 0 #000000;}
#bottom a, #bottom a:visited{color:#ffffff;}
#bottom a:hover {color:#ffffff; text-decoration:none;}

#footer p {margin-bottom: 10px; font-size: 1.0em; padding-left: 30px; color:#FFFFFF; line-height: 20px;}
#footer a {color: #A98;	}
#footer a:hover {color: #ffffff;}

/** END footer **/


/** BEGIN misc **/




#postnav {
	padding: 20px;
			font-size: 1.0em;
			font-weight: bold;
			padding-left: 10px;
                        text-transform: uppercase;
                        text-shadow: 3px 2px 2px #fff, -2px -1px 2px #ffffff;
}
#content .post h3 {
	margin-bottom: 5px;
}
#content .post ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .post ul li {
	padding: 2px 0;

}
#content .post ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .post ol li {
	padding: 2px 0;
}
#content .post blockquote {
	padding-left: 10px;
	border-left: 2px solid #e0e0e0;
	font-style: italic;
	margin-left: 2px;
}
#comments {
	padding: 0 20px 10px 10px;

}
	#comments h2 {
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.9em;
		padding-top: 25px;
		margin-bottom: 20px;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
width: 570px;
clear: both;
margin: 10px 0 0 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #BBBBBB;
padding: 15px 20px 10px 15px;
background: url(images/post_back.jpg) #eeeeee;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}

	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
	}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}



/** END misc **/

