/*
Theme Name: HopesEdge
Version: 1.0
Author: Sean Carnell
*/

/***** BASICS AND TYPOGRAPHY *****/

body {
	margin: 0;
	padding: 0;
	background: #7E8969 url(images/bg.jpg) 50% 0;
	color: #633;
	font-size: x-small;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
p {
	margin: 4px 0;
	padding: 0;
	font-size: 10pt;
	line-height: 14pt;
}
ol, ul {
	margin: 12px 0 12px 16px;
	padding: 0;
	font-size: 10pt;
	line-height: 14pt;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	padding: 0;
	color: #99776D; 
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h1, h2 {
	font: 800 14pt "Trebuchet MS",Tahoma;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}

.credit {
	height: 40px;
	color: #AB9;
}
.credit a:link,
.credit a:visited {
	color: #BCA;
}
.credit a:hover {
	color: #DEC;
	border: none;
}
a:link {
	color: #E34;
	text-decoration: none;
}
a:visited, a:active {
	color: #E34;
	text-decoration: none;
}
a:hover {
	color: #F00;
	border-bottom: 1px dotted #C00;
	text-decoration: none;
}
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #675;
}
h2 a:hover {
	color: #99776D;
}
blockquote {
	margin: 1.2em 20px;
	padding: 0.1em 15px;
	background-color: #F1EAD7;
}
code {
	color: #333;
	font-family: monospace;
}
input, textarea, select {
	background-color: #FFFCEF;
	border: 1px solid #A87;
	color: #600;
	padding: 2px;
	font: 10pt Verdana, Arial, sans-serif;
}

.btn {
	background-color: #932;
	border: 1px solid #821;
	padding: 0 0 1px 0;
	height: 21px;
	color: #FFFCF2;
	margin: 0;
	font: 9pt Verdana, Arial, sans-serif;
}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

/***** THE LAYOUT *****/

#page {
	background: url(images/fade_bg.jpg) repeat-x 50% 0;
	font-size: 0.92em;
}
#wrapper {
	margin: 0 auto;
	width: 766px;
	background: #EFEFD8 url(images/wrapper.jpg) repeat-y;
	text-align: left;	
}

/* Header Styles */

#header {
	padding: 0;
	background: #5B634C url(images/header.jpg) repeat-y;
}
#flashcontent {
	padding: 0 13px;
	height: 200px;
	margin: 0 auto;
}
#nav {
	width: 766px;
	height: 30px;
	background: #333 url(images/nav.jpg) no-repeat;
}

#menu {
	float: left;
	margin: 0 0 0 13px;
	padding: 0;
	height: 25px;
	font: 10pt Verdana, Tahoma, Arial, sans-serif;
	list-style: none;
	overflow: hidden;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
}
#menu a {
	display: block;
	float: left;
	padding: 4px 10px 0 10px;
	border-right: 1px solid #943;
	width: .1em;
	height: 25px;
	color: #FFD;
	text-decoration: none;
	white-space: nowrap;
}
#menu > li a {
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a { float: none; }
/* End IE5-Mac hack */
#menu a:hover {
	background-color: #B65;
	color:#FFF;
}

/* Content Styles */
	
#content {
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 38px;
	width: 543px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 485px;
}
html>body #content {
	width: 485px;
}
* html #content {
	overflow: hidden; /* For IE */
}

/* Sidebar Styles */

#sidebar {
	float: left;
	margin: 0;
	padding: 6px 18px 22px 0;
	width: 223px;
	font-size: 1.0em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 205px;
}
html>body #sidebar {
	width: 205px;
}
* html #sidebar {
	overflow: hidden; /* Out, out you demons! */
}
#sidebar ul {
	margin: 0;
	color: #FFF;
	list-style: none;
}
#sidebar ul li {
	width: 205px;
	padding: 0 32px 9px 17px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 173px;
}
html>body #sidebar ul li {
	width: 173px;
}

#sidebar ul li {
}	
#sidebar ul li div {
	width: 205px;
	padding: 0 32px 0 17px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 173px;
}
html>body #sidebar ul li div {
	width: 205px;
}
#sidebar h2 {
	margin: 0;
	padding: 0;
	width: 205px;
	color: #900;
	font-size: 12pt;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 188px;
	height: 20px;
}
html>body #sidebar h2 {
	width: 188px;
	height: 20px;
}
#sidebar p, #sidebar ul ul {
	margin: 0;
	background: none;
}
#sidebar ul ul li {
	padding: 0;
	width: auto;
	background: none;
}
#sidebar a:link {
	color: #FFF;
}
#sidebar a:visited, #sidebar a:active {
	color: #FFF;	
}
#sidebar a:hover {
	color: #C00;
}

/* Footer */
		
#footer {
	clear: both;
	background: #7E8969 url(images/footer.jpg) repeat-y;
	font-size: 0.9em;
	height: 108px;
}
#footer p {
	margin: 0;
	padding: 1.2em 38px;
	color: #937468;
}

/***** BLOG AND PAGES *****/

.post {
	margin: 0 0 0 -25px;
	background: url(images/postbg.gif) repeat-y;
}
.postheader {
	padding: 0 0 0 25px;
	background: url(images/posthead.jpg) no-repeat;
}

.postheader h2 {
	margin: 0;
	padding: 1.1em 0 0 0;
}
.postheader p {
	margin: 6px 0 0 0;
	color: #937468;	
	font-size: 0.9em;
}
.postbody {
	padding: 0 0 0 25px;
}
.postbody img {
	float: right;
	border: 1px solid #C99;
	padding: 1px;
	margin: 0 0 0 4px;
}
.postfooter {
	clear: both;
	padding: 0 0 1em 25px;
	background: url(images/postfoot.jpg) no-repeat 0 100%;
	color: #937468;	
	font-size: 0.9em;
}
.postfooter p {
}
.navigation {
	margin: 0.6em 0 1.2em 0;
}
.previous {
	float: left;
	width: 230px;
}
.next {
	float: right;
	width: 230px;
	text-align: right;
}
.palebold {
	font-weight: 800;
	color: #F33;
}
/* Comments */

#comments {	
	clear: both;	
}
.commentlist {
	margin: 1.2em 0;
	border-top: 1px solid #E0CFC0;
	list-style: none;
}
.commentlist li {
	padding: 1.1em 20px 0 20px;
	border-bottom: 1px solid #E0CFC0;
}
.commentauthor {
	margin: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0.2em;
	color: #937468;
	font-size: 0.9em;	
}
.alt {
	background-color: #F1EAD7;
}
#comment {
	width: 480px;
}

/***** WIDGETS AND ETC *****/

#content .searchform div {
	margin: 4px 0;
}
#sidebar .s, #sidebar #s {
	margin: 0 2px 0 12px;
	width: 110px;
	background-color: #e3b1a8;
	border: 1px solid #b05546;
	height: 14px;
}
#sidebar .sbtn {
	background-color: #be412d;
	border: 1px solid #993323;
	color: #ECB;
	font: 9pt Tahoma;
	height: 20px;
	padding: 0;
}
#sidebar #search div, #calendar div {
	width: 205px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 173px;
}
html>body #sidebar #search div, html>body #calendar div {
	width: 173px;
}	
#sidebar #search div div {
	margin: 0;
	padding: 0;
}

/* Calendar */

#wp-calendar {
	margin: 0;
	width: 170px;
	border: 1px solid #653946;
	background: #834E5E;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 168px;
} 
html>body #wp-calendar {
	width: 168px;
}
#wp-calendar caption {
	margin: 0;
	padding: 0.4em 0;
	background: #653946;
	color: #FFFCF2;
	font-weight: bold;
}
#wp-calendar td {
	margin: 2px;
	background: #5A3640;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}