/*  
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 10px 0 0;
		}
		#header #socialMedia {
			float: right;
			margin:13px 10px 0 0;
			padding:0;
		}
		#header #socialMedia li{
			list-style: none;
		}
		
			#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:#8B0000;
				display:inline-block;
				font-family:"Times New Roman", Times, serif;
				font-size: 16px;
				height:35px;
				line-height:35px;
				padding:0 12px;
				text-decoration:none;
				text-transform: uppercase;
				font-weight: bold;
			}
			
				#navigation a:hover{
					color: #FFF;
					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;
	}
	
/* utility classes */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}
/*------------------------------
-Social Media Footer
-------------------------------*/
#social-media-icons {
	float:right;
	width:246px;
	vertical-align:top;
}
	#social-media-icons li {
		float: left;
		list-style: none;
		margin-bottom: 50px;
	}
	#social-media-icons img {
		border: none;
	}
/*------------------------------
-Class for Links
-------------------------------*/
.Required-Email {
	font-size: 1em;
}
	#email-form-dialog input {
		height:30px;
		width:200px;
	}
	#email-form-dialog img {
		border:1px solid #000;
		background-color:#FFF;
		padding:5px;
	}
	#email-form-dialog .disclaimer {
		font-size:.85em;
	}
	
	
/**********************************************************
/	Validation
**********************************************************/
input.error{ border:dotted #C00 1px; }

label.error{ color:#C00; display:block; font-size:12px; font-style:italic; font-weight:normal; margin:0px 0; }

#email-form-dialog {
    display:none;
}
/*--------------------------------------------------------
-- Lots For Sale
--------------------------------------------------------*/
#forSale li{
	float: left;
	width: 397px;
	list-style-type: none;
	padding-right: 10px;
}
  #forSale li img {
	  float: left;
	  border:2px solid #45423D;
	  margin-right: 10px;
  }
  
/*--------------------------------------------------------
-- Production Categories
--------------------------------------------------------*/
#leftColumn {
	float:left;
	width: 425px;
}
#rightColumn {
	float:right;
	width: 425px;
}
#leftColumn strong, #rightColumn strong {
	background: #CCC;
	display: block;
	padding:5px;
	width: 100%;
}

/*--------------------------------------------------------
-- sidebar
--------------------------------------------------------*/
#sideBar {
	float: right;
	margin-left:25px;
	width: 250px;
}
#sideBar ul{
	margin: 0;
	padding: 0;
}
#sideBar li {
	list-style-type: none;
	margin-bottom:10px;
}
#homeContent {
	width: 590px;
}
#flashBannerWrapper {
	padding-left: 95px;
}


.sectionBox {
	padding: 10px;
	margin-bottom: 25px;
}
  .sectionBox h2 {
	  border-bottom:1px solid #8B0000;
  }
