/*
Theme Name: Lifestyle Theme
Theme URL: http://www.lifestylenaturaltherapies.com.au/
Description: Lifestyle Natural Therapies
Version: 1.0
Author: Jonathon Chan
*/

* {
	margin: 0;
}

body, h1, h2, h3, h4, h5 ,h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: times, georgia, serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color: #5a5a5a;
	font-weight: normal;
	
}

html>body {background: #f9f5ec url(images/dropshadow.png) repeat-y center;}

html, body {
    height: 100%;
}

table{
	font-family: times, georgia, serif;
	font-size: 12px;	
}

h1, h2, h3 ,h4, h5, h6 dt{
	font-family: times, georgia, serif;
	
	
}

h1{
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #5a381d;
	padding-bottom: 25px;
}

h2{
	font-size: 30px;
	font-weight: normal;
	color: #5a381d;
	padding-bottom: 10px;

}

h3{
	font-size: 20px;
	font-weight: normal;
	color: #5a381d;
	padding: 5px 0 10px 0;
}

h4{
	font-size: 16px;
	font-weight: bold;	
	padding: 5px 0 5px 0;
	color: #5a381d;
}

h5{
	font-size: 14px;
	font-weight: bold;	
	padding: 5px 0 5px 0;
	color: #5a381d;
}

h6{
	font-size: 12px;
	font-weight: bold;	
	padding: 5px 0 5px 0;
	color: #5a381d;
}

.category-heading{
	font-size: 13px;
	padding: 15px 0 0 0;
	color: #949494;	
}

a{
	color: #e87f2e;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}

.back-to-articles{
	padding-top: 10px	
}



h1 a, h2 a, h3 a,h4 a, h5 a, h6 a{
	text-decoration: none;
	color: #5a381d;	
}

h1 a, h2 a, h3 a,h4 a, h5 a, h6 a:hover{
	text-decoration: underlined;
}

a img{
	border: 0;	
}

p{
	line-height: 20px;
	text-align: left;
	padding: 0 0 16px 0;
}

p.readmore { 
	text-align: left; 

}

ul, ol{
	line-height: 24px;
	padding: 5px 20px;
}
 

.intro-text p{
	color: #438f00;
	font-size: 14px;
	line-height: 22px;
}

blockquote{
	margin: 10px 0;
	background: #f9f5ec;
	padding: 10px;		
}

blockquote p{
	padding: 10px;	
}

blockquote blockquote{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}

form, input, textarea{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;	
}

p imp{
	max-width: 100%;	
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;	
}

img.alignleft{
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;	
}

.alignleft{
	float: left;	
}

.alignright{
	float: right;	
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;	
}

small{
	font-size: 11px;	
}



/*--- LAYOUT ---*/

#wrapper{
	text-align: left;
	
}

.dropshadow{
	width: 920px;
	margin: 0 auto;
	
	min-height: 1000px;
}

#header{
	width: 900px;	
	margin: 0 auto;
	background: #fff;
}

.logo-img{
	padding: 27px 23px 13px 20px;	
}

#site-name{
	font-size: 35px;
	color: #eb7f25;
	padding-top: 84px;
	letter-spacing: 3px;
	font-family: times, georgia serif;
	font-weight: normal;
}

#site-name a:hover{
	text-decoration: none;
	color: #e37724;	
}

#tagline{
	font-family: times, georgia, serif;
	font-style: italic;
	color: #492701;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 3px;
	padding-top: 10px;
}

.tagdot{
	padding-bottom: 3px;	
}

#header ul{
	list-style: none; /*Gets rid of bullets*/
	margin: 0;
	padding: 0 10px;	
}

/*Makes the menu display horizontally*/

#header ul li{
	float: left;
	padding-bottom: 0;
}


#main-nav{
	float: left;
	background: #fff url(images/menu.gif) repeat-x left;
	font-size: 12px;
	width: 870px;
	margin: 0 15px;
	font-family: georgia, times, serif;
	
}

#main-nav ul{
	list-style: none; /*Gets rid of bullets*/
	margin: 0;
	padding: 9px 0 22px 0;
	height: 10px;
}

#main-nav ul li{
	float: left;
	margin: 0 auto;
	padding: 0 15px;
}

#main-nav ul li a{
	display: block; /*Links act as invisible blocks*/
	
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#main-nav ul li a:hover{
	color: #f77a26;
}

#home li.home a, #naturopathy li.naturopathy a, #homeopathy li.homeopathy a, #herbal-medicine li.herbal-medicine a, #kinesiology li.kinesiology a, #contact li.contact a, #blog li.blog a {
	color: #f77a26;
}

#search{
	padding: 15px;
	margin-top: 5px;
}

#container{
	padding: 0 10px;
	margin: 0 auto;
	width: 900px;
	background: #fff;
	margin: 0 auto -100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.content, .page-content{
	float: left;
	background: #fff;
	width: 550px;
	margin: 0 15px;
	padding: 0px 10px 20px 10px;
}

.page-content{
	width: 850px	
}

.home-content, .home-content-bottom{
	float: left;
	background: #fff;
	width: 550px;
	margin: 0 15px;
	
	/*background: #fff url(images/dotline.gif) repeat-x top left;*/
}

.home-content{
	padding: 20px 0 20px 10px;
	margin-right: 0;
}

.home-content-bottom{
	background: #fff url(images/dotline.gif) repeat-x top left;
	width: 850px;
	padding: 20px 10px 20px 10px;
}


.left-content{
	width: 550px;
	float: left;
}

.sidebar{
	
	float: right;
	width: 259px;
	padding-left: 0;
	padding-bottom: 20px;
	margin: 20px 20px 0 20px;
	background: #f1fcef;
}

.home-sidebar{
	float: right;
	width: 259px;
	margin: 5px 30px 0 10px;
	padding-top: 10px;
}

.contact{
	float: right ;
	width: 259px;
	background: #fff url(images/dotline.gif) repeat-x bottom left;	margin: 10px 30px 0 10px;
	margin-left: 10px;
	padding-left: 0;
}

.contact h4{
	padding: 0 10px 5px 0;	
}
.contact p{
	padding: 0 10px 13px 0;
	line-height: 16px;
}

#blog-excerpt{
	float: right;
	width: 259px;
	margin: 0 0 0 1px;
	vertical-align: top;
	padding: 0 0 10px 15px;
	margin-bottom: 40px;
	background: #fff url(images/dotline_vert.gif) repeat-y top left;
}

#blog-excerpt p{
	padding-top: 0;
}

#blog-excerpt h3{
	padding: 0;
}

#blog-excerpt .entry-details{
	float: left;
	padding-bottom: 10px;	
}

.navigation{
	margin: 20px 0;
	text-align: center;
}

.navigation alignleft{
	float: left;
}

.navigation alignright{
	float: right;
}

/* --- POSTS --- */

.intro-text{
	border-bottom: 1px solid #ededed;	
}

.post, .page-post{
	margin-top: 10px;
	width: 550px;
	float: left;
	padding: 10px 0 20px 0;
	background: #fff url(images/dotline.gif) repeat-x bottom left;
}

.page-post{
	width: 850px;
}	


.latest-post{
	width:259px;	
}

.entry-content{
	color: #464646;	
}

.entry-details{
	font-size: 13px;
	color: #949494;
	padding: 2px 0 10px 0;
	float: right;	
}

.entry-details ul{
	list-style: none; /*Gets rid of bullets*/
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 10px;
}

.entry-details ul li{
	float: left;
	padding: 3px 10px 3px 0;
}

.entry-details a{
	text-decoration: underlined;
}

.entry-details a:hover{
	text-decoration: underline;
	color: #e87f2e;
}

.share-button{
	font-size: 13px;
	margin-left: -8px;
	padding: 10px 0;	
}

.moretext{
	float: left;
}

.related-articles{
	padding-top: 10px;
	border-top: 1px solid #ededed;	
}
.related-articles h3{
	font-size: 13px;	
}
.related-articles ul{
	list-style: square;
	padding: 0px 10px 0 15px;
}

/* --- Sidebar --- */

.sidebar p, .home-sidebar p{
	padding-top: 0;	
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;	
	
}

.sidebar ul li{
	padding: 10px 0 0;

}

.sidebar ul li h2, .sidebar blockquote h2{
	padding: 8px 10px 5px 15px;
	font-family: times, georgia, serif;
	font-size: 18px;
	font-weight: normal;
}

.sidebar h2 a{
	color: #5a3f17;
}


.sidebar ul li ul{
	padding: 0;
	
}

.sidebar ul li ul li{
	padding: 0;
	border-top: 1px solid #fff;
}

.sidebar ul li ul li a{
	line-height: 25px;
	display: block;
	text-decoration: none;
	color: #5a5a5a;
	padding: 0 15px;
}

.sidebar ul li ul li a:hover{
	background: #fff;
}

.sidebar ul ul{
	margin: 0;
	padding: 0px 5px 0;
	line-height: 12px;	
}

.sidebar ul ul ul{
	padding: 0 0 0 10px;	
}

.links{
	padding: 0 0;	
}

/* --- FOOTER --- */

#footer, #push {
	height: 100px;
	margin: 0 auto;
	width: 870px;
	clear: both;
}

#footer{
	background: #fff;
	margin: 50px auto 10px;
	padding: 10px 0 0 10px;
	background: #f1fcef;
	color: #5a381d;
	/*background: #fff url(images/dotline.gif) repeat-x top left;*/
}

#footer a {
	text-decoration: none;
	color: #5a381d;
}

#footer a:hover{
	color: #e87f2e;	
}

#footer ul{
	list-style: none; /*Gets rid of bullets*/
	margin: 0;
	padding: 10px 0 0 0px;	
}

/*Makes the menu display horizontally*/

#footer ul li{
	float: left;
	padding-bottom: 0;
	padding: 0 26px;
	line-height: 18px;
}

.footer-h{
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	float: none;
}

#comments{
	float: left;
	width: 690px;
	padding: 20px 10px 10px 20px;
}

#comments ol{
	list-style: none;
	margin: 10px 0;
	padding: 0;	
}

#comments ol li{
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ededed;
	line-height: 24px;	
}

#comments span.comment-author{
	font-weight: bold;	
}

#respond{
	padding: 10px;
	background: #fff;	
}

