/*   
Theme Name: Healthy Habits WP Theme
Theme URI: http://www.healthyhabitsfitness.com/blog
Description: This is Healthy Habits' WP theme
Author: Desiant
Author URI: http://www.desiant.com
Version: 1.0
Status: publish
.
This template is customed design for healthyhabitsfitness.com, all content is copyrighted to us, unless otherwise noted.
.
*/

#menu {
	width:170px;
	margin:0 0 40px 20px;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul, #menu li {
	list-style:none;
	background:none;
}

#menu li {
	margin:0 0 0 4px;
	padding:0;
}

#menu h2.widgettitle {
	font-size:15px;
	margin-top:30px;
	border-top:1px solid #A2B0BD;
	border-bottom:1px solid #A2B0BD;
	padding:6px 0;
}

#menu ul li ul li {
	border-bottom: 1px solid #293C4F;
	width:160px;
	padding:2px 2px 6px 2px;
	line-height:100%;
}

.post {
	margin-bottom:20px;
}

.author_date {
	text-align:right;
	font-size:10px;
	border-top:1px solid #A2B0BD;
	padding-top:2px;
	margin:0 0 20px 0;
}

.post a:link, .post a:visited, #content a:link, #content a:visited {
	color:#CCC;
	text-decoration:none;
}

.post a:hover, #content a:hover {
	color:#FFF;
	text-decoration:underline;
}

.post h2, .post h3 {
	font-size:20px;
	color: #FFF;
}

h3.storytitle {
	margin:20px 0 10px 0;
}

p.postmetadata, .entryfooter {
	float:left;
	clear:both;
	display:inline-block;
	margin: 10px 0 40px 0;
	padding-top:2px;
	border-top:1px solid #A2B0BD;
	width:100%;
}

.entry {
	font-size:12px;
	padding:0 0 10px 0;
	margin-top:20px;
}

.entry .alignleft {
	margin-right: 10px;
}

.entry .alignright {
	margin-left: 10px;
}

.entry img {
	padding:5px;
	background-color: #0C213B;
}

.wp-caption {
	background-color: #0C213B;
}

p.wp-caption-text {
	padding:0 8px 8px 8px;
	margin: 0;
	font-size:10px;
	font-style:italic;
}

.navigation {
	clear:none;
	width:100%;
	display:inline-block;
	float:left;
	margin: 10px 0 30px 0;
}

.navigation a:link, .navigation a:visited {
	color:#FFF;
}

.navigation a:hover {
	color:#DDD;
}

blockquote {
	width:90%;
	padding: 0 10px;
	margin-left:10px;
	border-left: 1px solid #CCC;
	font-style:italic;
	color:#CCC;
}

.alignleft, .navigation .alignleft {
	float:left;
}

.alignright, .navigation .alignright {
	float:right;
}

.navigation .alignright {
	text-align:right;
}

.navigation .alignleft, .navigation .alignright {
	width:45%;
}

h3.comments {
	margin-bottom: 20px;
}

ol.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

li.comment {
	list-style:non;
	background:none;
	padding:8px;
	margin:0 0 10px 0;
	clear:both;
}

li.comment img {
	float:right;
}

li.comment p {
	padding-right:40px;
}

li.comment .authorname, li.comment .authorname a {
	font-size:14px;
	margin-bottom: 10px;
}

li.comment cite {
	font-size:10px;
	font-style:italic;
	font-weight:normal;
	border-top:1px solid #344C67;
	padding:4px 0;
	width:100%;
}

li.mycomment {
	background-color: #0FA0D4;
	color: #102A47;
}

li.mycomment cite {
	border-top:1px solid #9CF;
}

li.odd {
	background-color:#344C67;
	color:#FFF:
}

li.odd cite {
	border-top:1px solid #102A47;
}

form#commentform input {
	width:50%;
	border:1px solid #036;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:3px;
}

form#commentform textarea {
	width:90%;
	border:1px solid #036;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:3px;
	margin:0 0 20px 0;
	float:left;
	display:inline-block;
}

form#commentform #submit {
	width:50%;
	border:none;
	padding: 2px;
	margin:20px 0;
	clear:both;
}

table#recaptcha_table {
	clear:both;
}