/*
Theme Name: Wild Magnolia Design
Theme URI: http://wildmagnoliadesign.com/
Description: Wordpress Theme for Wild Magnolia Design
Version: 1.0
Author: Lenny Burdette
Author URI: http://rule52.com/
*/

/* eric meyer reset css: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/** Basic
-------------------------------------- */

body {  
	text-align: center;
        font: 10px georgia, serif;
	color: #6d6158;
}

a {
	color: #6d6158;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 858px;
	margin: 0 auto;
	text-align: left;
}

.clearfix {
	clear: both;
}

/** Header
-------------------------------------- */
#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url("images/header.png") no-repeat center top;
	height: 130px;
}

#user {
	height: 32px;
	background: #cad0a9 url("images/bg_user.png") no-repeat;
	margin: 0 0 9px;
	padding: 0 12px;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}

#user form {
	float: left;
}

#user p {
	float: left !important;
	display: inline;
	line-height: 34px;
	font-weight: bold;
}

#user label {
	display: block;
	float: left;
	line-height: 34px;
	margin: 0 0 0 10px;
}

#user input {
	margin: 0 0 0 5px;
}

#user .input-submit {
/*	position: absolute;
	top: -9999px;
	visibility: hidden;*/
	margin-top: 8px;
}

#user .register {
	float: right;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
}

#navigation {
	clear: both;
	height: 24px;
	width: 864px;
}

#navigation li { 
	float: left;
}

#navigation a {
	display: block;
	width: 104px;
	margin: 0 4px 0 0;
	line-height: 24px;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #7c746c;
}

#navigation a.active {
	color: #000;
}

/** Footer
-------------------------------------- */

#footer {
	border-top: 4px solid #f5f0b6;
	padding: 8px;
	margin: 0 0 70px;
	color: #a89a82;
	text-transform: uppercase;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}


/** Basic layout
-------------------------------------- */
#main {
	/* faux columns */
	background: url("images/sidebar/bg_yellow.png") repeat-y;
	min-height: 687px;
	_height: 687px;
}

.contentonly #main {
	background: transparent;
}

.section-about #main {
	background-image: url("images/sidebar/bg_about.jpg");
}

.section-news #main {
	background-image: url("images/sidebar/bg_news.jpg");
} 

#sidebar {
	float: left;
	width: 230px;
}

#content { line-height: 1.8; }

#content {
	margin: 0 0 0 245px;
	padding: 20px 0 40px 0;
}

/** Home
-------------------------------------- */

.homeText {
	margin: 10px 0 0;
	text-indent: -9999px;
	height: 72px;
	background: url("images/home/header.png") no-repeat;
}

/** Subnav
-------------------------------------- */

#subnav {
	margin: 0 0 64px;
}

#subnav li strong {
	display: block;
	background: #fff;
	height: 50px;
	line-height: 50px;
        letter-spacing: 1.4px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}

#subnav li li a {
	display: block;
	height: 31px;
	line-height: 31px;
	font-size: 1.2em;
	text-transform: lowercase;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 20px;
}

/** Posts
-------------------------------------- */
#content {
	font-size: 1.2em;
}

#content h2 {
	font-size: 2.5em;
	text-transform: lowercase;
	margin: 0 0 1em;
}

.post {
	margin: 0 0 2em;
}

.post h3 {
	color: #83774c;
	margin: 0 0 1em;
}

.post h3 span {
	text-transform: uppercase;
}