/*
Theme Name: Speaking Freely
Description: A custom theme for Sandra Zimmer's blog.
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6, .heading {
	color: #823422;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol,
table {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:active {
	color: #934619;
}

a:visited {
	color: #47220C;
}

a:hover {
	background: #FFF9E0;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

.centered {
	text-align: center;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}

label {
	cursor: pointer;
}

.no-hover {
	backround: transparent !important;
}

.hide {
	display: none;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 8px; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 980px;
}

#header {
	height: 230px;
	width: 980px;
	margin: 0;
	overflow: hidden;
}

#navigation {
	overflow: hidden;
}

#content {
	float: left;
	margin-top: 30px;
	overflow: hidden;
	padding-left: 10px;
	width: 780px;
}

.sidebar {
	background: #FFF3BF;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 20px;
	width: 147px;
}

#footer {
	clear: both;
	font-size: 90%;
	padding: 30px 0 1px 0;
	text-align: center;
}


/* Header elements */
#header {
	padding-left: 0px;
}

#header h1,
#header h2 {
	font-weight: normal;
	margin: 0;
	padding:0;
}

#header h1 a,
#header h2 a {
	color: #751514;
	text-decoration: none;
}

#header h2.blogname {
	font-family: Verdana, Arial, sans-serif;
	font-size: 43px;
	font-style: italic;
	margin-top: 22px;
}
	
#header h2.description {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
}

h3.category-description {
	font-weight: normal;
}



/* Sidebar elements */

#search {
    left: -6px;
    position: relative;
    top: 0px;
    width: 161px;
}

#search #s {
	border: 1px solid #fff;
	color: #3B3019;
	font-size: 95%;
	width: 133px;
}

#search #searchsubmit {
	background: #7AAE41;
	border: none;
	color: #fff;
	font-size: 10px;
	height: 17px;
}


.sidebar {
	font-size: 95%;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .widget .heading {
	background: #A58445;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 8px 0 8px;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #fff;
	text-decoration: none;
}

.sidebar .widget ul {
	margin-left: 10px;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	line-height: 100%;
	margin-bottom: 7px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	color: #9C7D41;
	text-decoration: none;
}

.sidebar .widget a:hover {
	text-decoration: underline;
}

.sidebar .sandra {
	color: #A58445;
	font-size: 10px;
}

.sidebar img {
	margin-bottom: -2px;
}

.sidebar .sandra a.ask {
	color: #934619;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	margin-top: -10px;
}

.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform-side label {
	display: none;
}


/* Post elements */
.post {
	border-bottom: 2px solid #F3E9CB;
	clear: both;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 160%;
	line-height: 1em;
	margin-bottom: 5px;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: ;
	text-decoration: none;
}

.interpost-nav {
	font-size: 90%;
	margin: 30px;
	text-align: center;
}

#content ul,
#content ol {
	margin-left: 30px;
}


.more-link {
	display: block;
	float: left;
	margin-top: 1.5em;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}


/* Metadata elements */
.post-metadata {
	color: #3B3019;
	font-size: 90%;
	line-height: 110%;
	margin-bottom: 5px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	border-top: 2px solid #F3E9CB;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: #FFF9E0;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
	background: #E9D8A2;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}

#comments .trackback-list {
	margin-left: 20px;
}


/* Widget-specific elements */
#my-tweets li {
        margin: 0 0 0 10px;
}


/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

.wwsgd {

}
