/*  
Theme Name: TheHealthBlog.net Theme
Theme URI: http://thehealthblog.net/
Description: WordPress theme design for TheHealthBlog.net.
Version: 2.0
Author: Ia Lucero
Author URI: http://stellify.net/
*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	text-align: center;
	font: 0.625em/200% Arial, Helvetica, sans-serif;
	color: #555;	
}
.wrap {
	text-align: left;
	margin: 0 auto;
	width: 905px;
	display: block;
}
/* header */
#header {
	background: url(images/gradient.png) 0 0 repeat-x;
	border-bottom: 10px solid #00edb8;
	/*height: 90px;*/
}
#header h1, #header h1 a {
	width: 298px;
	height: 38px;
}
#header h1 a {
	display: block;
	text-indent: -1000em;
	background: url(images/the-health-blog.png) no-repeat;
}
#header h1 {
	margin: 38px 0 35px;
}
#header p.description {
	display: none;
}
#header .navigation {
	margin: 50px 0;
	width: 407px;
}
#header .navigation li {
	display: inline;
	width: 20%;
	padding: 0 5px;
}
#header .navigation li a {
	color: #00b48c;
	font-size: 1.1em;
}
#main {
	background: url(images/gradient.png) 0 0 repeat-x;
	border-top: 2px solid #ff005a;
	padding-top: 40px;
}
/* posts */
#posts {
	width: 500px;
	margin-right: 20px;
}
#posts .post {
	margin: 0 0 20px;
	padding-bottom: 40px;
	background: url(images/post-divider.png) 50% 100% no-repeat;
}
#posts .meta {
	color: #999;
	margin: 10px 0;
	font-size: 0.85em;	
}
#posts p, #posts .content p, #posts .content ul, #posts .content ol, #posts .content blockquote, .commentlist, .commentlist li {
	margin: 20px 0;
}
#posts blockquote {
	padding: 1% 20px;
	background: #b9ffd2;
}
#posts .post .content img {
	margin: 0 10px;
}
#posts .post .content img[align="left"] {
	margin-left: 0;
}
#posts .post .content img[align="right"] {
	margin-right: 0;
}
#posts .comments {
	text-align: right;
	margin: 20px;
}
#posts .navigation {
	margin: 20px 0 30px;
}
/* comments */
#commentsection {
	margin: 20px 0;
}
.commentlist {
	border-top: 1px solid #00edb8;
}
.commentlist li {
	border-bottom: 1px solid #00edb8;
}
#author, #email, #url {
	width: 180px;
}
#comment {
	width: 400px;
}
#author, #email, #url, #comment, #submit {
	border: 1px solid #00edb8;
	background: #b9ffd2;
	padding: 5px;
}
/* sidebar */
ul#primary {
	width: 200px;
	margin-right: 20px;
}
ul#secondary {
	width: 160px;
}
#sidebar ul li h2 {
	margin: 0 0 10px;
}
ul.sidebar li {
	margin-bottom: 20px;
	line-height: 150%;
}
ul.sidebar li ul {
	margin: 20px 0;
}
ul.sidebar li ul li {
	margin: 0;
	padding: 2px 0 2px 15px;
	border-bottom: 1px dashed #b9ffd2;
}
ul.sidebar li ul li, #posts .post .content ul li {
	background: url(images/bullet.gif) 0 50% no-repeat;
	padding: 2px 0 2px 15px;	
}
ul.sidebar li img {
	margin: 10px 0 10px 15px;
}
#searchform {
	margin: 43px 0 35px;
}
#searchform div {
	width: 178px;
	height: 28px;
	border: 1px solid #00edb8;
}
#s {
	width: 150px;
	background: transparent;
	border: none;
	padding: 5px 0 5px 5px;
}
#searchsubmit {
	width: 20px;
	height: 20px;
	margin: 4px 2px 4px 0;
}
#footer {
	background: #00EDB8;
	padding: 50px;
	border-top: 2px solid #ff005a;
}
/* common */
ul.navigation, .commentlist, #sidebar ul {
	list-style: none outside; /* list items have extra left padding/margin without outside */
}
/* floats */
#header .navigation, #header h1, #header .description, #searchform, #s, #searchsubmit, #posts, #sidebar, ul#primary, ul#secondary, .left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.clear {
	clear: both;
	display: block;
}
#header .clear, #main .clear {
	min-height: 0; /* ie7 clear float */
}
.content, .sidebar {
	overflow: hidden;
}
/* sizes */
h1 {
	font-size: 2em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
.wrap, #footer {
	font-size: 1.3em;
}
#header .navigation, #posts .post .content, blockquote, #commentsection {
	font-size: 1em;
}
/* text styles */
#header .navigation, #header .navigation li, #posts p.error, #posts .navigation, #footer {
	text-align: center;
}
.meta, #header .navigation {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .comments, .title a, #header .navigation li a {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
}
h3#comments, h3#respond, .sidebar h2 {
	color: #00b48c;
}
a {
	color: #ff005a;
	text-decoration: none;
	font-weight: bold;	
}
a:hover {
	color: #11c89f;
}
a img {
	border: none;
}
/* plugins and widgets and ads */
#splashpress  {
	margin: 0;
}
.more-link {
	display: inline;
}
#posts .sociable {
	margin: 10px 0;
}
#posts .adsense {
	margin: 20px 0;
	text-align: center;
}
.sidebar .adsense {
	margin-left: 15px;
}