/*
THEME NAME:  Autumn Leaves
THEME URI: http://www.nonmom.com/autumn-leaves-theme/
DESCRIPTION: Clean white theme with touches of fall colors and a beautiful autumn leaves header image. Provided by a <a href="http://www.nonmom.com/">work at home mother</a>. Based on the Sandbox theme.
VERSION: 1.0
AUTHOR: Work at Home Mom
AUTHOR URI: http://www.nonmom.com/
TAGS: autumn, fall, leaves, white, clean, simple, header image, two columns, right sidebar, fixed width, sandbox, microformats, hcard, hatom, widget ready, gravatar support, valid XHTML, valid CSS, w3c, free
*/

body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	background-color: #E0A979;
        color:#321A00;
}

body,h1#blog-title {
	margin: 0;
	padding: 0;
}

a {
	color: #993300;
text-decoration: none;
font-weight: bold;
}

a:hover {
	color: #000099;
}

a img {
	border: 0 none;
}

h2 {
font-size: 14px;
}

h3 {
padding: 5px;
margin-top: 15px;
}

#respond h3 {
padding: 5px;
margin-top: 75px;
}

.comments h3 {
padding: 5px;
margin-top: 65px;
}

.widgettitle {
text-align: center;
margin-left: -10px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #feedce;
}

#header {
	background-image: url(images/header2-1.jpg);
	height: 172px;
}

#inner-header {
	padding: 0;
}

#header-potions {
	background-image: url(images/potions-header.jpg);
	height: 270px;
}

h1#blog-title {
	font-size: 2em;
}

h1#blog-title a {
	color: #800000;
}

.entry-title a {
	color: #603913;
}


.page-title {
display: visible;
}

h1#blog-title a, .entry-title a, #footer a {
	text-decoration: none;
}

h1#blog-title a:hover, .entry-title a:hover, #footer a:hover {
	text-decoration: none;
	color: #000099;
}

div.skip-link {
	display: none;
}

#menu {
	border: 0px;
margin-left: 90px;
}

#menu a {
	color: #993300;
font-weight: bold;
}

#menu ul ul li a {
font-weight: normal;
}

#menu a:hover {
	text-decoration: none;
font-weight: bold;
color: #000099;
}

#menu li{
padding-left: 15px;
}


#menu li.current_page_item a, #menu li.current_page_item a:hover {
	text-decoration: none;
font-weight: bold;
color: #000099;
}

#menu li.current_page_item ul li a {
font-weight: normal;
color: #993300;
}

#menu li.current_page_item ul li a:hover {
font-weight: bold;
}

#content {
	padding: 1em;
}

.feedburnerFlareBlock {
        font-size: 0.75em;
	border-bottom: 1px dashed #504229; 
        padding-bottom: 5px;

}

.entry-title {
	font-size: 1.5em;
	margin: 1em 0 0 0;
}

abbr.published {
	color: #666;
	border: 0 none;
}

.entry-meta, .entry-date {
	color: #666;
}

.entry-meta {
	border-top: 1px dashed #504229; 
        padding-top: 5px;
}

#comments-list .avatar {
	float: left;
	margin-right: 1em;
}

#comments-list .n {
	font-weight: bold;
}

.entry-meta, .comment-meta {
	font-style: italic;
}

.author-date {
	color:#993300;
	font-family: Georgia, "Times New Roman", Times, serif;
        margin-top: 55px;
        margin-bottom: -15px;
}

#comments-list p {
	clear: left;
}

#primary {
	padding-left: 1em;
	font-size: 0.9em;
	background-color: #FFF9ED;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	border-top: 1px dashed #504229;
	border-bottom: 1px solid #504229;
	margin-bottom: 1em;	
}

#inner-footer {
	padding: 1em 0;
}

.entry-meta, .entry-meta a,
.comment-meta, .comment-meta a,
#footer, #footer a {
	color: #666;
}

.sidebar a {
font-weight: bold;
}

.sidebar a:hover {
	color: #000099;
}

.intro {
width: 135px;
}

.intro p {
margin-top: -15px;
padding-bottom: 10px;
}

.intro h3 {
text-align: center;
}

.heidi li {
text-align: center;
padding: 3px;
}

.affiliates {
padding: 5px;
text-align: center;
}


/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one 

sidebars right of content
*/
div#container {
float:right;
margin:0 -350px 0 0;
width:100%;
}

div#content {
width: 500px;
}

div.sidebar {
float:left;
overflow:hidden;
width:250px;
margin: 20px 40px;
border: 1px solid #e2c58f;
}
/*full-width layout*/
div#containerfw {
margin:0;
width:100%;
}

div#contentfw {
width: 800px;
margin: 0 auto;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div#menu {
height:3em;
width:100%;
}

div#menu ul {
line-height:2em;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0 0.5em;
text-decoration:none;
}


div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul ul li {
clear: left;
background: #FFF9ED;
width: 220px;
border: 1px solid #e2c58f;
}


div#menu ul li:hover ul {
left: auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {
padding-top:1em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter {
display:block;
margin:1em auto;
text-align:center;
}

img.aligncenter {
display: block;
text-align: center;
margin:auto;
margin-right: 39px;
}

img.middle {
vertical-align: middle;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:3em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:0em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 2em;
line-height: 1.8em;
}

div.sidebar ul ul li {
list-style:none;
margin:0;
}

div.sidebar ul ul li a{
font-weight: normal;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:none;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div.nav-previous {
font-size: 8pt;

}

div.nav-next {
font-size: 8pt;

}

input#author,input#email,input#url,div.navigation 

div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar 

h3,div.sidebar ul {
margin:5px;
padding:0;
}

p.faq {
line-height: 100%;
}


