/*
	Pure Health & Wellness working theme
	Jody Iverson
	http://www.viddyworks.ca
	
	Brown: 		#603813
	Dk Brown:	#42210B
	Blue: 		#7895A3
	Dk Green	#87AD2E
	Lt Green:	#CBDF62
	Bg Green: 	#EFF4CE
	
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Georgia, "Times New Roman", Times, serif; color: #534741; background-color:#EFF4CE; }
ul									{ list-style: none; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle;}
table								{ border-collapse: collapse; }

/*
	UTILITY
*/
.floatleft 							{ float: left; margin:10px 10px 0 0; }
.floatright							{ float: right; margin:10px 0 0 10px; }
.clear								{ clear: both; }
.button								{ border: 1px solid #603813; background: #EFF4CE; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 7895A3; }
.button:hover						{ background: #EFF4CE; color: #CBDF62; }


/*
	STRUCTURE
*/

#page-wrap							{ width: 960px; margin: 0px auto -25px; min-height: 100%; height: auto !important; height: 100%; background-color: #FFF; border:1px solid #87AD2E; }
#push								{ height: 25px; }
#main-col							{ width: 580px; float: left; padding: 60px 40px; }					
#linksidebar						{ width: 240px; float: right; padding: 60px 30px; }

/*
	TYPGROGRAPHY
*/
p, cat-item							{ color:#7895A3; font-size: 1.4em; line-height: 1.5em; margin: 0 0 10px 0; }
li									{ font-size:1.3em;}
p span								{ color:#87AD2E; font-weight:bold;}
p#intro-paragraph					{ font-size: 2.0em; font-style: italic; line-height: 1.4em; margin-top: 5px; }
p#intro-paragraph span				{ font-size: 2.4em; font-weight: bold; color:#87AD2E; }
a									{ color: #87AD2E; }
a:hover								{ text-decoration:underline; }
h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; color:#603813; }
h2									{ font-size: 3em; font-family: Georgia, serif; font-weight: normal; color:#603813;}
h3									{ font-size: 2em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; color:#87AD2E;}
h4									{ font-size: 2.0em; margin-bottom: 15px; color: #603813;  }
.post h4							{ font-size: 1.8em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; color: #603813; }

/*
	FORMS
*/
input								{ padding: 3px; }


/*
	HEADER
*/

#top-bar							{ padding: 200px 0 30px 0; background: url(images/h_home.png) top center no-repeat; }
form#searchform						{ margin: 0 0 10px 0; float: right; }


/*
	MENU
*/

#menu-bar							{ padding-top: 11px; padding-bottom: 20px;}
ul#main-nav							{ width: 550px; float: left; margin: 15px 0 0 0; }
ul#extra-nav						{ width: 360px; float: right; text-align: right; margin: 15px 0 0 0; }
ul#main-nav	li, ul#extra-nav li		{ display: inline; }
ul#main-nav li a, ul#extra-nav li a	{ text-transform: lowercase; font-style:italic; color: #CCCCCC; font-size: 1.2em; padding: 9px 25px; }
ul#main-nav li a:hover,
ul#extra-nav li a:hover				{ border-top:solid 5px #CBDF62; color: #CBDF62; }


/*
	SIDEBAR
*/

.sidehead 							{ color:#603813; font-style:italic; text-align:left; padding:3px 0 0 30px;}



/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 45px 0; }
ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #7895A3; color: #603813; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
ol.commentlist li p					{ font-size: 1.0em; color: #603813;}
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }
#attachment							{float:left;}

/*
	FOOTER
*/
#footer								{ height: 25px; border-top:#7895A3 dotted thin; }
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{ color: #87AD2E; }
#footer-1							{ text-align:center; margin-top:8px; }
#footer a							{ color: #87AD2E; }
#footer ul							{ color: #87AD2E; }


