/* @override 
	http://www.earthtrust.org.au/wp-content/themes/earthtrust/style.css
*/

/*  
	Theme Name: Earth Trust
	Theme URI: http://www.earthtrust.org.au
	Description: A custom built style for Earth Trust Foundation.
	Version: 1.0
	Author: Yari McGauley
	Author URI: http://www.evolvedwebsites.com.au
*/

@import "/wp-content/themes/earthtrust/reset.css";

html, body {
	padding: 0;
}

body {
	font: 83% Verdana, Arial, Helvetica, sans-serif;
	color: #253d6a;
	background: white;
}

a {
	color: #ad4421;
	text-decoration: underline;
}
a:hover, a:visited {
	color: #ad4421;
}

h1 {
	position: absolute;
	top: 160px;
	left: 30px;
	font-size: 160%;
}

h2 {
	font-size: 115%;
	color: #ad4421;
	padding: 0.8em 0 0.2em 0;
	border-top: solid 2px #c8aa8b;
	line-height: 1.5em;
}

h3 {
	font-size: 105%;
	font-weight: bold;
}

p {
	margin: 0 10px 1.2em 0;
	line-height: 1.5em;
}

b, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	height: 1px;
	margin: 3em 0;
	background: #ccc;
	border: none;
}
hr.small {
	margin: 0.5em 0;
}

blockquote {
	margin-left: 2em;
}

.clearer {
	display: block;
	clear: both;
}


/* Layout */

#wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	border: solid 1px;
	border-top: none;
	background: url(images/menu_bg.jpg) repeat-y;
	position: relative;
}
#wrap #default_img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 127px;
	width: 795px;
	background: url(/wp-content/themes/earthtrust/images/head_default.jpg);
	border-bottom: solid 12px #c8aa8b;
	z-index: 0;
}
#wrap .news #default_img {
	background: url(/wp-content/themes/earthtrust/images/head_news.jpg);
}
#wrap .news h1 {
	text-indent: -9000px;
	width: 400px;
	height: 35px;
	background: url(/wp-content/themes/earthtrust/images/news_title.png) no-repeat -6px 0;
}

#content.news {
	background: url(/wp-content/themes/earthtrust/images/news_bg.jpg) no-repeat 0 137px;
}


#logo {
	border-bottom: solid 12px #c8aa8b;
	margin-bottom: 55px;
	z-index: 1;
}

/* menu */

#menu #donate_now {
	margin: 1em 0 1em 5px;
}

#menu {
	width: 165px;
	float: left;
	clear: left;
	background-color: #4d1e0e;
}

#menu ul {
	font-size: 106%;
}
#menu li {
	list-style: none;
}
#menu li a {
	display: block;
	color: #ebe7e3;
	text-decoration: none;
	padding: 0.5em 0 0.5em 20px;
	border-bottom: 1px solid #c8aa8b;
}
#menu ul li.current_page_item a {
	color: #ad4421;
	padding-bottom: 0;
	border: none;
}
#menu ul li.current_page_parent a {
	padding-bottom: 0;
	border: none;
}
#menu a:hover {
	color: #ad4421;
	text-decoration: underline;
}


/* submenu */

#menu ul ul {
	font-size: 0.85em;
	padding: 0.5em 0 0.5em 0px;
	border-bottom: 1px solid #c8aa8b;
}

#menu ul ul li a, #menu ul li.current_page_item li a {
	display: block;
	line-height: 1.2em;
	color: #e8c29d;
	padding: 0 0 0.3em 35px;
	border: none;
}
#menu ul li ul li.current_page_parent a {
	color: #ad4421;
}


/* sub-submenu */

#menu ul ul ul {
	padding-left: 15px;
}


/* Content */

#content {
	display: block;
	position: relative;
	margin-left: 165px;
	min-height: 500px;
	padding: 200px 220px 0 30px;
}

#content.home {
	background: url(/wp-content/themes/earthtrust/images/sand_bg.jpg) no-repeat 0 100%;
}
#content.home h1 {
	display: none;
}

#content ul {
	margin: 0 0 1.5em 50px;
	list-style: disc;
}
#content ul li {
	margin-bottom: 1em;
}

#content .imgalignleft {
	float: left;
	margin: 0 1em 0 1em;
}
#content .imgalignright  {
	float: right;
	clear: right;
	margin: 0 -220px 15px 1em;
}
#content .imgaligncenter {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 99;
}
#content #donate {
	color: white;
	padding: 0.5em 6em;
	background-color: #92a6c9;
}


/* News / Blog posts */

.post {
	margin-bottom: 2em;
}
.post h2 a {
	text-decoration: none;
}
.post small, small a {
	font-size: 86%;
	color: #888;
}
.post .postmetadata {
	font-size: 86%;
	color: #888;
}
.post .postmetadata a {
	color: #888;
}

.navigation {
	color: #888;
	text-align: right;
	margin-bottom: 1em;
}
.navigation a {
	color: #888;
}
.navigation .alignleft {
	float: left;
}

#commentform input, #commentform textarea {
	font: 93% Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}
#commentform textarea {
	width: 70%;
}
#commentform #submit {
	color: white;
	padding: 0.3em 5em;
	background-color: #92a6c9;
}
h3#comments {
	color: #777;
	font-weight: bold;
}


/* Search */

#search {
	padding: 0 0 0 0;
	width: 180px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 157px;
	border-top: 1px solid #92a6c9;
	border-bottom: 1px solid #92a6c9;
}

#search input {
	border: none;
	border-color: white;
}
#search #s {
	width: 136px;
	margin: 0 3px;
	font-size: 76%;
}
#search #go {
	color: white;
	padding-bottom: 2px;
	width: 26px;
	background-color: #92a6c9;
}
#search #go:hover {
	background-color: #6e7e99;
}

#search #right {
	float: right;
	display: block;
	width: 10px;
	height: 23px;
	margin: -1px -10px;
	background: url(images/search_corner_r.jpg) no-repeat;
}
#search #left {
	display: block;
	width: 10px;
	height: 23px;
	margin: -1px -10px;
	float: left;
	background: url(images/search_corner_l.jpg) no-repeat;
}


/* Footer */

#footer {
	color: #3f3f3f;
	display: block;
	width: 960px;
	margin: 1.2em auto;
	font-size: 0.8em;
	text-align: right;
}

#footer p {
	float: left;
	color: #a7986d;
	margin: 0 0 0 170px;
}

#footer a {
	color: #b3987c;
}

#footer span {
	color: #c3c3c3;
}

#footer span a {
	color: #c3c3c3;
}


/* Forms, general */

.btn {
	color: white;
	margin: 0.5em 0;
	padding: 0.2em 2em;
	background-color: #92a6c9;
}
.btn:hover {
	background-color: #6e7e99;
}
.btn.big {
	width: 40%;
}

#form_donate {
	margin-bottom: 4em;
}

#form_contact input, #form_contact textarea {
	font: 100%/120% verdana;
	border: 1px solid #444;
	padding: 0.2em;
	margin: 0.2em 0;
}
#form_contact .form-title { color: #555; }
#form_contact .form-error {
	width: 330px;
	color: #000;
	margin: 0.5em;
	padding: 1em;
	border: 1px solid orange;
}


/* Form - Contact */

#form_contact {
	display: block;
	margin: 0 0 2em 0;
}
#form_contact input, #form_contact textarea {
	width: 100%;
}
