/*
Theme Name: Healthy, Fit and Beautiful
Theme URI: http://www.healthyfitandbeautiful.com/
Description: 
Version: 1
Author: Marco Paulo Diala
Author URI: http://www.countocram.com/
Tags: healthy, fit, beautiful, green, dark
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #425a02;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #FFFFFF;
	margin: 0px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #a4c807;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #a4c807;
}
img {
	border: none;
}
.main-container {
	width: 787px;
	margin: 0px auto 0px auto;
}
.container {
	width: 787px;
	float: left;
}
.banner {
	width: 787px;
	height: 213px;
	float: left;	
}
.right-panel {
	width: 562px;
	height: inherit;
	min-height: 500px;
	margin-right: 17px;
	float: right;
	background-color: #f7ffe2;
}
.post {
	width: 542px;
	float: left;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #cde374 dashed;
}
.date {
	width: 37px;
	height: 37px;
	padding: 5px;
	float: left;
	background-image: url(images/date-bg.jpg);
	text-align: center;
}
.day {
	font-size: 20px;
	font-weight: bold;
}
.title {
	width: 485px;
	float: right;
	font-size: 18px;
}
.title a {
	font-weight: normal;
	text-decoration: none;
	color: #425a02;
}
.title a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #425a02;
}
.category {
	width: 485px;
	float: right;
	text-align: left;	
}
.entry {
	width: 542px;
	float: left;
	margin: 0px 10px 10px 10px;
	padding-bottom: 10px;
}
.entry-single {
	width: 542px;
	float: left;
}
.comments {
	width: 542px;
	float: left;
	text-align: right;
}
.comment-form {
	width: 542px;
	float: left;
	margin-left: 10px;
}
.comment-form input {
	border: 1px #a4c807 solid;
	height: 20px;
	width: 1.5in;
	font-size: 11px;
}
.comment-form textarea {
	border: 1px #a4c807 solid;
	font-size: 11px;
}
#submit {
	border: 1px #a4c807 solid;
	background-color: #d3e73e;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 100px;
	text-align: center;
	padding-bottom: 4px;
}
.navigation {
	width: 542px;
	float: left;
	margin: 0px 10px 0px 10px;
}
.alignleft {
	width: 221px;
	float: left;
}
.alignright {
	width: 221px;
	float: right;
	text-align: right;
}
.footer-container {
	height: 100px;
	width: 100%;
	background-color: #506225;
	float: left;
}
.footer {
	background-image: url(images/footer-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 383px;
	height: 70px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 370px;
}
.sidebar-container {
	width: 197px;
	padding-left: 11px;
	float: left;
	background-image: url(images/sidebar-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 68px;
}
#sidebar {
	width: 197px;
	float: left;
	background-image: url(images/sidebar-cont-bg.jpg);
	background-repeat: repeat-y;
}
#sidebar ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
}
#sidebar ul li{
	margin-bottom: 20px;
}
#sidebar ul li ul li {
	list-style-image: url(images/bullet.jpg);
	margin-left: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.title1 {
	width: 175px;
	height: 20px;
	background-image: url(images/title-bg.jpg);
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-left: 10px;
	padding-top: 6px;
	margin-bottom: 10px;
}
.search-form {
	text-align: center;
}
#s {
	border: 1px #a4c807 solid;
	height: 20px;
	width: 1.7in;
	margin: 5px;
	font-size: 11px;
}
#searchsubmit {
	border: 1px #a4c807 solid;
	background-color: #d3e73e;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;	
}
.sidebar-bottom {
	width: 197px;
	height: 11px;
	float: left;
	background-image: url(images/sidebar-bg-bottom.gif);
	background-repeat: no-repeat;
}
.pagetitle {
	margin-left: 10px;
}
.center {
	text-align: center;
}