/*
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: 1.0
Tags: green, light, two-columns, right-sidebar, fixed-width
*/

/* LAYOUT */

/*body {
	background: url(images/background.png);
	background-position: top left;
	background-repeat: repeat;
	background-color: #fff;
	}*/

body {
  background: #D5DADD url(images/bg-html.jpg) top left repeat-x;
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}
	
#wrapper {
	padding:20px;
	}

#container {
	background: #fff;
	padding: 10px;
	
	}

#contentwrap {
	background: #fff;
	margin-top: 10px;
	border-top: 2px solid #cd2727;
	}

a {
	color: #0f8d02;
	}

/* HEADER */

#header {
	height: 182px;
	background: url('images/header_background.png');
	background-position: right;
	background-repeat: no-repeat;
	}

#headerwrap {
	background: #dddddd;
	/*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 10px 5px 0px;
	}
/* 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 {
	background: #fff;
	margin: 15px 15px 15px 10px;
	}

.post {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 	none;		/*1px solid #000; */
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin-bottom: 8px;
	line-height: 22px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #020202;
	}

.title a {
	text-decoration: none;
	color: #020202;
	}

.title a:hover {
	text-decoration: underline;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
}

.postdate {
	font-size: 11px;
	padding: 1px 4px;
	background: #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background: url('images/meta_background.gif');*/
	background-repeat: repeat-y;
	font-family: Arial;
	}
	
.postdate2 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 14px 14px 14px 14px;
	background: #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-repeat: repeat-y;
	font-family: Arial;
	margin: 20px 20px 20px 0px;
	}
	
.sticky {
	text-align: right;
	padding: 0px 14px 5px 14px;
	background: #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-repeat: repeat-y;
	}

.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	}
.navigation {
	padding: 10px 0;
	}

a:link{
    text-decoration: none;
    color:#cd2727;
    }

a:hover{
    text-decoration: underline;
    color: #cd2727;
    }

a:visited{
    text-decoration: none;
    color:#cd2727;
	}
	
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebar {
	}
	
.sidebar a {
	text-decoration: none;
	color: #c22;
	}

.sidebar a:hover {
	text-decoration: underline;
	}
	
#topsearch {
	padding:15px 0 10px 0;
	}
	
#topsearch input {
	border: 1px solid #020202;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 155px;
	padding: 2px;
	}
	
#search input {
	border: 1px solid #020202;
	}
	
#search label {
	margin: 10px 0 10px 0;
	padding: 4px 10px;
	background: #dddddd;
	/*background: url('images/tab_background.gif');*/
	background-repeat: repeat-x;
	border-bottom: 1px solid #acc9a9;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #0d4d06;
	display: block;
	}
	
#s {
	width: 155px;
	padding: 2px;
	}
	
#searchsubmit {
	border: 1px solid #020202;
	background: #020202;
	color: #fff;
	}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #dddddd;
	background-repeat: repeat-x;
	border-bottom: none;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #020202;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: #FFFFFF url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 2px 0;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #edf5ee;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #edf5ee;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #ffffff;
	padding: 10px;
	border-top: 2px solid #ffffff;
	text-align: center;
	color: #555;
	}

#footer a {
	color: #111;
	} 

#footer a:hover {
	color: #111;
	text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.column1 {
	width:48%;
	float:left;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}


