/*
Theme Name: Kevin Ford Berry Lady Farms Theme
*/

/* General layout */
body {
	/*background: url("./images/backgroundBlue.jpg") #1c75bc; /**/
	background-color: #aa0000; /**/
	margin: 0px;
	}

h1 {
	margin-top: 0px;
}
#header-info h1 {
	font-size: 65px;
	width: 550px;
	margin-bottom: 20px;
}
#header-info a {
	text-decoration: none;
	/*color: #cd4c28; */
	/*color: red;*/
	color: #AA0000; 
}
#header-info .description {
	color: white;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}
#page {
	margin: 0 auto;
	width: 980px;
	background-color: #c3bcab; 
	background-color: rgba(195, 188, 171, .56);
	padding-bottom: 10px;
	}

#wrapper-border {
	/*margin-left: 292px; */
	/*min-height: 438px;*/
	width: 960px;
	margin: 0 auto;
	/*background-color: rgba(205, 076, 040, .56); */
	background-color: #C3BCAB; /*#df4c28; */ 
	}
	
#wrapper {
	margin: 0 auto;	
	/*background-color: #cd4c28;*/ 
	/*background-color: red; /*#df4c28; */ 
	background-color: #C3BCAB; /*#df4c28; */ 
	/*min-height: 438px; */
	width: 668px;
	margin-left: 292px;
	}
#content {
	width: 648px;
	margin: 0 auto;
}
#header {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#berryLady, .berryLady{
	float: left;
	/*position: fixed;*/
	position: relative;
	width: 292;
	margin-top: 0px;
	/*margin-left: 10px;*/
	background-color: #c3BCAB;
}
#header-info {
	position: absolute:;
	padding-left: 10px;
	padding-right: 10px;
	/*background-color: rgba(74, 101, 73, 1);*/
	background: url("./images/BerryHeader.jpg");
	height: 193px;
}
/* Page level edits */

.sidebar-right {
	float: right;
	width: 200px;
}
.sidebar-right .logo-small {
	/*background: url("images/SignArt_kfNoBackground_sm.png"); /**/
	height: 200px;
	width: 133px;
	}
/* Post width */

.post {
	/*width: 668px; */
	float: left;
}
.post-entry {
	display: block;
}
.post-entry a:link, .post-entry a:active, .post-entry a{
	color: black;
}	
.post-title a, .post-title a:active, .post-title a:link {
	color: white;
	text-decoration: none;
}
/********/
/* Menu */
/********/
	#header-menu {
		width: 668px;
		margin-left: 302px;
		margin-top: -19px;
		position: absolute;
	}
	/******************/
	/* top level menu */
	/******************/
	#header-menu ul {
		padding: 0px;
		margin: 0px;
	}
	#header-menu ul li{
		padding: 0px;
		margin-right: 5px;
		background-color: rgba(255, 255, 255, 0.1);
	}
	#header-menu ul li:hover {
		background-color: rgba(255, 255, 255, 0.6);
		width: auto;
	}
	#header-menu li {
		display: block;
		float: left;
		list-style: none outside none;
		margin: 0;
		margin-right: 6px;
		padding: 0;
		text-transform: lowercase;
	}
	#header-menu li a {
		color: #ffffff;
		padding: 0px;
		padding-left: 7px; /**/
		padding-right: 7px;
		text-decoration: none;
		display: block;
		margin: 0;
	}
	/******************/
	/* 2nd level menu */
	/******************/
	#header-menu ul li ul * {
		padding: 0px;
		background-color: transparent;
		width: inherit;
	}
	#header-menu ul li ul * {
		clear: both;
		width: inherit;
	}
	#header-menu ul li ul {
		background-color: rgba(255, 255, 255, 0.6);
		width: inherit;
	}
	#header-menu ul li ul li:hover {
		/*background-color: transparent;*/
		background-color: rgba(255, 255, 255, 0.6);
		width: inherit;
	}
	#header-menu ul li ul li {
		background-color: none;
		width: inherit;
		margin-right: 0px;
	}
	#header-menu ul li ul li a:hover { 
		background-color: transparent;
		width: inherit;
		padding-top: 2px;
	}
	#header-menu ul li ul li a {
		background-color: none;
		margin: 0 7px;
		width: inherit;
		padding-top: 2px;
		color: black;
	}
	#header-menu li ul {
		background-color: none;
		position: absolute;
		float: left;
		padding-left: -3px;
		left: -999em;
		width: inherit;
	}
	#header-menu ul li:hover ul {
		display: block; 
		position: absolute;
		left: auto;
		width: 120px;
	} /**/

	#header-menu li li {
		float: left;
		margin: 0;
		padding: 0px;
		width: inherit;
	}
	#header-menu ul li ul {
		list-stlye: disc inside none;
		width: inherit;
		z-index: 1;
	}
	#header-menu ul li ul a {
		width: inherit;
		background-color: transparent;
	}
/************/
/* END Menu */
/************/
#footer {
	float: left;
	width: 960px;
	display: block;
	margin-left: 10px;
	margin-top: 0px;
}
#copyright {
	float: right;
	margin-right: 10px;
}

