/*  
Theme Name: KKirschling
Theme URI: 
Description: Look from previous site.
Version: 1.0
Author: Webfitter
Author URI: 
*/

.clear{
	clear:both;
}

a{
	color:#8B0000;
	text-decoration:none;
}

a:hover{
	color:#fff;
}

body{
	background:#30373f url(/wp-content/themes/kirschling/images/template/bg.jpg) 0px 0px repeat-x;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0px;
	padding:44px 0 10px 0;
}

input[type=submit]{
	background:#a19682;
	border:outset #8B0000 2px;
	cursor:pointer;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	padding:5px 10px;
}

	input[type=submit]:hover{
		border:inset #8B0000 2px;
		color:#8B0000;
	}

#siteContainer{
	background:#6c6656 url(/wp-content/themes/kirschling/images/template/bg-content.jpg) 0px 0px repeat-x;
	border:solid #45423D 3px;
	margin:0 auto;
	width:960px;
}

		#header p{
			float:right;
			font-size:20px;
			font-weight:bold;
			margin:20px 100px 0 0;
		}
		
			#header p span{
				color:#8B0000;
				display:block;
				font-family:"Times New Roman", Times, serif;
				font-size:22px;
				text-align:right;
			}
			
	#navigation ul{
		background:url(/wp-content/themes/kirschling/images/template/bg-navigation.jpg) 0px 0px repeat-x;
		height:35px;
		list-style-type:none;
		margin:0px;
		padding:0px;
		text-align:center;
	}
	
		#navigation li{
			display:inline;
/*			float:left;*/
		}
		
			#navigation a{
				color:#fff;
				display:inline-block;
				font-family:"Times New Roman", Times, serif;
				font-size:20px;
				height:35px;
				line-height:35px;
				padding:0 20px;
				text-decoration:none;
			}
			
				#navigation a:hover{
					background:url(/wp-content/themes/kirschling/images/template/bg-navigation.jpg) 0px -35px repeat-x;
				}
				
	#wrapper{
		background:#bab59f;
		border:ridge #948d7b 3px;
		margin:10px 20px;
		min-height:200px;
			height:auto !important;
			height:200px;
		padding:10px 20px;
	}
	
		.entry img, .entry #gallery-1 img{
			border:solid #000 2px;
			margin:5px;
			padding:2px;
		}
				
	#footer{
		color:#fff;
		text-align:center;
	}