/*
Theme Name: Awakening Inspiration
Author: Kitka
Author URI: http://www.kitka.com.au
*/

body {
	color: #373737;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#header {
	height: 345px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
.logobox {
	float: left;
}
.byline {
	float: left;
	background-image: url(images/byline.gif);
	background-repeat: no-repeat;
	height: 270px;
	margin: 0px;
	color: #FFF;
	width: 810px;
	background-position: 0px 100px;
}
#shadow {
	background-image: url(images/shadow-bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 70px;
}
#topshadow {
	background-image: url(images/shadow-top.png);
	background-repeat: repeat-x;
	height: 60px;
}
#navigation {
	height: 34px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-transform: lowercase;
	font-size: 130%;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 70px;
	text-align: left;
	background-color: #ded2be;
}
#main:after {
	content: ".";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}
#content {
	width: 560px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
#sidebar {
	height: 300px;
	width: 290px;
	float: left;
	padding-top: 20px;
}
#footer {
	clear: both;
	background-color: #070603;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #493b21;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footercontainer {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
.hidetext {
	display: none;
}
#search {
	margin-bottom: 20px;
}
.search-excerpt {
	background-color: #FC0;
}
.errorsearch {
	border: solid 1px #900;
}
.alignleft { 
	float: left;
}
.alignright { 
	float: right;
}
.clear {
	clear: both;
}
a img {
	border: 0px;
	border: none;
}
hr {
	background-color: #dddddd;
	height: 1px;
	border: 0px;
	clear: both;
}
h1 {
	font-size: 120%;
	margin: 0px;
	padding: 0px 0px 15px 2px;
	font-weight: 500;
}
h2 {
	font-size: 110%;
	margin: 0px;
	padding: 0px 0px 5px 2px;
	font-weight: 500;
}
h3 {
	font-size: 100%;
	padding: 0px 0px 4px 5px;
	font-weight: 500;
}

h4 {
	font-size: 95%;
	padding: 0px 0px 4px 5px;
	margin: 0px;
	font-weight: 400;
}
h5 {
	font-size: 90%;
	padding: 0px 0px 4px 5px;
	margin: 0px;
	font-weight: 500;
}
p {
	font-size: 85%;
	margin: 0px;
	padding: 0px 4px 10px 4px;
}
a:link, a:visited {
	color: #7E1D1F;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}


label[for=comment] {
	padding-right: 10px;
	vertical-align: top;
}
.headercontainer {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.social {
	background-image: url(images/social_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 10px;
	height: 38px;
	width: 598px;
}
.social a {
	margin-right: 15px;
}
#respond input, #respond textarea {
	float: left;
}
.form-allowed-tags {
	display: none;
}