/*   
Theme Name: 4 Optimal Life Theme
Theme URI: http://digwp.com
Description: This is the custome theme for the Optimal Life Center Page -- WordPress v3.0.1
Author: Christie Kramberger
Author URI: 
Version: 1
*/

body {
	background: url(images/bg.jpg);
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding: 0px;
	text-align: center;
}
header {
	width: 900px;
	height: 143px;
	background-repeat: no-repeat;
	background-position: center center;
	background: url(images/banner.jpg);
}


#wrapper {
	width: 900px;
	margin: 0px auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #504036;
}
#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 850px;
	text-align: left;
	padding: 25px;
	margin-right: -50px;
	font-size: 12px;
}
h2 a {
	text-decoration: none;
	color: #504036;
}
h2 a:link {
	text-decoration: none;
	color: #504036;
}
h2 a:visited  {
	text-decoration: none;
	color: #504036;
}
h2 a:hover {
	text-decoration: none;
	color: #F48522;
}
h2 a:active {
	text-decoration: none;
	color: #F48522;
}
h3 a {
	text-decoration: none;
	color: #504036;
}
h3 a:link {
	text-decoration: none;
	color: #504036;
}
h3 a:visited  {
	text-decoration: none;
	color: #504036;
}
h3 a:hover {
	text-decoration: none;
	color: #F48522;
}
h3 a:active {
	text-decoration: none;
	color: #F48522;
}
h3 a {
	text-decoration: none;
	color: #504036;
}
content a:link {
	text-decoration: none;
	color: #504036;
}
content a:visited  {
	text-decoration: none;
	color: #504036;
}
content a:hover {
	text-decoration: none;
	color: #F48522;
}
content a:active {
	text-decoration: none;
	color: #F48522;
}
#content_left {
	text-decoration: none;
	text-align: left;
	width: 180px;
	float: left;
	clear: both;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 10px;
}

footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/footer.jpg);
	height: 88px;
	width: 850px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	color: #FFFFFF;
	padding-top: 25px;
	clear:both;
}
footer a {
	text-decoration: none;
	color: #FFFFFF;
}
footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
footer a:visited  {
	text-decoration: none;
	color: #FFFFFF;
}
footer a:hover {
	text-decoration: none;
	color: #F48522;
}
footer a:active {
	text-decoration: none;
	color: #F48522;
}
#footer_floater {
	text-align: right;
	height: 95px;
	width: 525px;
	padding-right: 25px;
	z-index: 10;
	position: absolute;
	right: 0px;
	bottom: 0px;
	
}

ul li { float:right; 
	display:inline; 
	padding-left: 10px;
}
	
nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	background-image: url(images/navbg.jpg);
	text-align: left;
	height: 44px;
	width: 900px;
	color: #FFF;
	text-decoration: none;
}
ul.navigation,
ul.navigation ul {
	margin: 0;
	text-decoration: none;
}
.navigation li a {
	text-decoration: none;
	color: #FFF;
}
.navigation li a:link {
	text-decoration: none;
	color: #FFF;
}
.navigation li a:visited {
	text-decoration: none;
	color: #FFF;
}
.navigation li a:hover {
	text-decoration: none;
	color: #F2A625;
}
.navigation li a:active {
	text-decoration: none;
	color: #F2A625;
}
ul.navigation li {
	list-style-type: none;
	float: left;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 10px;
	position: relative;
}

.navigation ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 35px; /* this should be the same height as the top level menu -- height + padding + borders */
	background: #8DBB27;
	padding-left: 5px;
}
.navigation ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 90px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
.navigation ul ul li a { /* target all sub menu item links */
	padding: 1px 5px; /* give our sub menu links a nice button feel */
}
.navigation ul li:hover > ul {
	display: inline; /* show sub menus when hovering over a parent */
}
.navigation ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 90px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 10px; /* this ensures the sub menu starts in line with its parent item */
}
