/*
Theme Name: Ayuryoga
Theme URI: http://www.ayuryoga.co.nz/
Description: Custom theme for ayuryoga.co.nz.
Version: 1.0
Author: James Hewett
Author URI: http://www.jameshewett.com/
*/

#sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	}


/* General */
body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
	margin: 0;
	padding: 0;
	}
body { 
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 16px;
	vertical-align: top;
	color: #555;
	background: #fff url(images/background.jpg) repeat-x;
	}
table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}
a {
	text-decoration: underline;
	color: #849e1d;
	}
a img {
	border: 0;
	}
a:hover {
	color: #849e1d;
	text-decoration: none;
	}
h2 {
	padding: 0;
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	font-weight: 550;
	font-family: Georgia;
	}
h3 {
	margin: 10px;
	padding: 0;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	text-transform: lowercase;
	}
h2 a, h3 a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
p {
	padding: 0 0 20px 0;
	}
blockquote {
	margin: 10px 0 0 0;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
	}
blockquote p {
	padding: 10px;
	}
blockquote blockquote {
	float: none;
	width: auto;
	margin: 0 10px 0 10px;
	background: #fff;
	}
dd {
	padding: 0 0 0 20px;
	}
form, input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}
p img {
	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;
	}
small {
	font-size: 11px;
	}
.post {
	padding: 0 20px 10px 20px;
	}
.entry-date {
	padding: 0 10px 0 10px;
	color: #666;
	font-size: 11px;
	}
.entry-content {
	text-align: justify;
	}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	padding: 10px 0 5px;
	}
.entry-content h2 a {
	color: #8f3939;
	}
.entry-content h3 {
	font-size: 18px;
	font-weight: bold;
	}
.entry-content h4 {
	font-size: 16px;
	font-weight: bold;
	}
.entry-content h5 {
	font-size: 14px;
	}
.entry-content h6 {
	font-size: 12px;
	}
.entry-meta {
	padding: 10px 0 0 0;
	line-height: 24px;
	}
/* Layout */
.wrapper {
	width: 960px;
	text-align: left;
	}
#header {
	height: 184px;
	background: #2b6ea3 url(../images/header.jpg);
	border-top: 10px solid #418153;
	border-bottom: 5px solid #ededed;
	}
#logo {
	height: 145px;
	width: 760px;
	background: url(../images/headerlogo.gif) no-repeat center;
	
	}
#navigation {
	height: 29px;
	width: 760px;
	background: url(../images/navigation.jpg);
	color: #bcd360;
	font-size: 16px;
	padding-top: 10px;
	text-transform: lowercase;
	}
#navigation a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	}
#sidebar {
	width: 245px;
	float: left;
	padding: 15px;
	background: #fff url(../images/sidebar.jpg);
	font-size: 12px;
	}
#content {
	width: 655px;
	float: right;
	padding: 15px;
	}
#footer {
	height: 55px;
	margin: 20px 0 0 0;
	background: #2b6ea3 url(../images/footer.gif);
	color: #fff;
	font-size: 12px;
	padding: 20px 0 0 0;
	}
#footer a {
	color: #fff;
	text-decoration: underline;
	}
#footer a:hover {
	color: #fff;
	text-decoration: none;

