/*
Theme Name: Working Words
Description: A custom theme for Peggy Jordan, copywriter extraordinaire.
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
		Footer elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #fff;
	font-family: 'Trebuchet MS', 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: #BFB678;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

input,
textarea {
	color: #265584;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
}

a, a:active {
	color: #6291BF;
	text-decoration: none;
}

a:visited {
	color: #334B63;
}

a:hover {
	color: #2E4D6B;
	text-decoration: underline;
}

a img,
.no-hover {
	background: transparent !important;
	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;
}

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;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: url('images/background.png') repeat-y;
	margin: 30px 0; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 950px;
}

#header {
	background: #fff;
	padding-bottom: 40px;
}

#navigation {
	overflow: hidden;
	margin-bottom: 70px;
}

#content {
	background: #fff url(images/navigation.jpg) right 10px no-repeat;
	float: right;
	overflow: hidden;
	padding-left: 30px;
	width: 655px;
}

.sidebar {
	background: #BFB678 url(images/background-sidebar.png) left top no-repeat;
	overflow: hidden;
	padding-right: 50px;
	text-align: right;
	width: 210px;
}

#footer {
	background: #fff;
	clear: both;
	height: 50px;
}


/* Header elements */

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	background: #fff url('images/working-words-copywriting.gif') center right no-repeat;
	display: block;
	line-height: 102px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
	width: 210px;
}


/* Navigation elements */
	
h2.description {
	height: 61px;
	margin: 10px 0 0 0px;
}

h3.category_description {
	font-weight: normal;
}

#navigation ul {
	margin-left: 10px;
}

#navigation ul li {
	display: inline;
	text-transform: lowercase;
}

#navigation ul li a {
	color: #174B7D;
	float: left;
	font-weight: bold;
	height: 18px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: #E77630 url(images/background-menu-hover.png) center top repeat-x;
	color: #fff;
}

#navigation ul li.current a {
	background: #E77630 url(images/background-menu-on.png) center top repeat-x;
	color: #fff;
}


/* Sidebar elements */
	
.sidebar {
	font-size: 110%;
}

.sidebar a {
	color: #fff;
	padding-left: 5px;
}

.sidebar a:hover {
	background: url(images/background-sidebar-ul.png) center top repeat-x;
	margin-right: -5px;
	padding: 0 5px 0 5px;
	text-decoration: none;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget .heading {
	font-size: 150%;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #174A7C;
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget li {
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin-right: 10px;
}

form#searchform label {
	display: none;
}



/* Post elements */
.post {
	clear: both;
	margin-bottom: 60px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 210%;
	line-height: 1em;
	margin: 6px 0 10px 0;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #BFB678;
	text-decoration: none;
}

.interpost-nav {
	font-size: 90%;
	margin: 30px 0px 30px 0px;
	text-align: center;
}

.post ul,
.post ol {
	margin-left: 30px;
}

.more-link {
	display: block;
	float: left;
	margin-top: 1.5em;
	margin-bottom: 5px;
}

.post p.heading {
	margin-top: 1.5em;
	margin-bottom: .5em;
}


/* Metadata elements */
.post-metadata { 
	float: left;
}

.post-metadata span,
.more-link {
	background: url(images/arrow.png) left center no-repeat;
	margin-right: 25px;
	padding-left: 11px;
}

span.post-date {
	border-bottom: 1px dotted #A1B7CC;
	color: #184B82;
	display: block;
	text-transform: uppercase;
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	border-top: 1px solid #BFB678;
	clear: both;
	padding-top: 1em;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc {
	background: #F1EFE3;
}

#comments .authorcomment { /* To emphasize replies from the author */
	background: #E9EEF2;
	border: 3px solid #184A7B;
	padding: 1em 1em 0 1em;
}

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;
}


/* Footer elements */

#footer {
	font-size: 90%;
	padding-top: 30px;
	text-align: center;
}



/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}