/*
	Theme Name: healthy lifestyle
	Theme URL: http://newwpthemes.com/wordpress-theme/healthy-lifestyle/
	Description: Light design, 1 right sidebar fixed width widget ready theme. Tested in major browsers.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 2.1
	Tags: green, light, two-columns, right-sidebar, fixed-width
*/

/* LAYOUT */

body {
	background: url(images/background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	}

#wrapper {
	padding:20px;
	}

#container {
	background: #fff;
	padding: 10px;
	
	}

#contentwrap {
	background: #fff;
	margin-top: 10px;
	border-top: 2px solid #dfede0;
	}

a {
	color: #0f8d02;
	}

/* HEADER */

#header {
	height: 182px;
	background: url('images/header_background.png');
	background-position: right;
	background-repeat: no-repeat;
	}

#headerwrap {
	background: url('images/header_wrap.gif');
	background-repeat: repeat-x;
	height: 182px;
	}

#header h1 {
	margin-bottom: 8px !important;
	padding: 30px 0 0 20px;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
	font-size: 60px;
	}

#header h1 a, #header h1 a:visited {
	color: #0d4d06;
	text-decoration: none;
	}

#header h1 a:hover {
	color: #0d4d06;
	text-decoration: underline;
	}
	

#header h2 {
	padding-left: 20px;
	color: #849e81;
	font-size: 18px;
	line-height: 18px; 
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	}

.logoimg {
	margin:30px 0 5px 10px;
	}
/* NAVIGATION MENUS */

/* Pagemenu */
#pagemenu {
	height: 26px;
	margin: 26px 0 0 10px;
	}
	
#pagemenu ul { 
	padding: 0;
	margin: 0;
	}
	
	
#pagemenu li {
	list-style: none;
	display: inline;
	margin: 0 6px 0 0;
	padding: 4px 6px;
	}
	
	#pagemenu .current_page_item {
	background: url('images/menubackground.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #fad256;
	}
	
		

#pagemenu a {
	text-decoration: none;
	color: #0d4d06;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	padding: 1px 5px;
	}
	
	
#pagemenu a:hover, #pagemenu .current_page_item a {
	color: #f67400;
	}

/* CONTENT */

#content {
	bac