/*
Theme Name: Guru
Theme URI: http://thegurunextdoor.com/blog/
Description: Fixed width, Williams Writing credit line.
Version: 1.0
Author: Sandra K. Williams
Author URI: http://www.williamswriting.com/
Tags: fixed width, two columns, widgets
*/

/*
text brown: #602d19
link, pullquote green: #6a8d31
hover, quote, banner orange: #dc5d16
visited brown: #925600
leaf gold: #f7c679
eggshell background: #f9f5f4
dark eggshell border: #e3dbd8

1 Layout
2 Text
3 Menu & Links
4 Images & Captions
5 Sidebar
6 Forms
7 Comments
8 Calendar
*/

/* 1 LAYOUT */

html, body, div, form, fieldset, label, img, table, tr, td, ul, ol, li, dl, dt, dd, blockquote, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/redwood.jpg);
	font: normal 90%/1.3 Constantia, Cambria, Georgia, Times, "Times New Roman", serif;
	text-align: center;
}

#container {
	width: 780px;
	color: #602d19;
	background: #fff;
	border: 2px solid #602d19;
	text-align: left;
	margin: 42px auto 20px;
}

#header {
	position: relative;
	height: 72px;
	background: url(images/wendy.jpg) 690px top no-repeat;
	margin-bottom: 20px;
	padding: 0 96px 0 20px;
}

#content {
	float: right;
	width: 500px;
	padding-right: 32px;
}

.post { padding-bottom: 20px; }

#sidebar {
	float: left;
	width: 200px; /* include padding, border, width */
	padding-left: 20px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 20px 20px 10px;
}

#vines {
	position: relative;
	z-index: 10;
	width: 402px;
	height: 90px;
	top: -44px;
	left: -79px;
	background: url(images/vines.gif) no-repeat;
	margin-bottom: -50px;
	padding: 0;
}

.clearfix:after, .alignleft:after, .alignright:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 2 TEXT */

.hidden, .screen-reader-text {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #602d19;
	text-align: left;
	font-weight: bold;
	margin: 1.2em 0 .75em;
}

h1 {
	font-size: 32px;
	line-height: 36px;
	font-style: italic;
	margin: 0;
}

#header h1 a, #header h1 a:visited {
	color: #dc5d16;
	text-decoration: none;
	border: none;
}

.tagline {
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	text-align: right;
	margin: 0;
}

h2 {
	font-size: 1.5em;
	margin-top: 0;
}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 18px 0 0;
}

h3 {
	font-size: 1.25em;
}

h3#comments, h3#respond {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
}

h4 {
	font-size: 1.1em;
}

p {
	margin: .75em 0;
}

#footer p {
	background: url(images/dsd-logo.gif) left top no-repeat;
	padding-left: 22px;
	padding-bottom: 10px;
}

blockquote {
	margin: .75em 2em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

p + ul {
	margin-top: -.75em;
}

dt {
	color: #5d6148;
	font-weight: bold;
}

dd { margin: 0 0 .5em 2em; }

ol { margin-left: 2em; }

ol li {
	list-style: decimal outside;
}

ol ul { list-style-type: disc; }

ul {
	list-style-type: square;
}

ul li { margin-left: 1em; }

ul ul {
	list-style-type: disc;
	margin-bottom: 0;
}

ul ul li, ol ul li { margin-left: 1em; }

ul.postmetadata li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-right: 12px;
}

ul.postmetadata li a {
	white-space: nowrap;
	border: none;
}

p.postmetadata {
	clear: both;
	font-style: italic;
	margin-top: 0;
	padding-top: 1em;
}

.navigation {
	text-align: center;
	margin-bottom: 1em;
}

.center { text-align: center; }

.clear { clear: both; }

code {
	font: 1em 'Courier New', Courier, monospace;
}

small, acronym, abbr {
	font-size: .9em;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
}

hr {
	display: none;
}

/* 3 MENU & LINKS */

ul#menu {
	position: relative;
	z-index: 20;
	font: bold 110% Candara, Calibri, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0 30px 30px 30px;
}
ul#menu li {
	display: inline;
	list-style-type: none;
	line-height: 1.7;
}
ul#menu li.page_item a, ul#menu li.page_item a:visited {
	color: #6a8d31;
	text-transform: lowercase;
	text-decoration: none;
	border: none;
	padding-bottom: 10px;
}
ul#menu li.page_item a:focus, ul#menu li.page_item a:hover, ul#menu li.page_item a:active  {
	color: #dc5d16;
	text-transform: lowercase;
	text-decoration: none;
	border: none;
	padding-bottom: 10px;
}
ul#menu li.current_page_item a, ul#menu li.current_page_item a:visited, ul#menu li.current a:focus, ul#menu li.current_page_item a:hover, ul#menu li.current_page_item a:active {
	color: #6a8d31;
	text-transform: uppercase;
	background: url(images/leaf-gold.gif) no-repeat bottom center;
	border: none;
	padding-bottom: 10px;
	cursor: default;
}

a:link {
	color: #6a8d31;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #6a8d31;
}

a:visited {
	color: #925600;
	text-decoration: none;
	border-bottom: 1px dotted #925600;
}

a:focus, a:hover, a:active {
	color: #dc5d16;
	text-decoration: none;
	border-bottom: 1px dotted #dc5d16;
}

.pdf, a[href $='.pdf']:link, a[href $='.pdf']:visited {
	background: url(images/pdf-icon.gif) no-repeat center right;
	padding-right: 17px;
}

a[href $='.pdf']:focus, a[href $='.pdf']:hover, a[href $='.pdf']:active {
	background: #feef94 url(images/pdf-icon.gif) no-repeat center right;
	padding-right: 17px;
}

/* 4 IMAGES & CAPTIONS */

a img {
	border: none;
}


p img {
	padding: 0;
	max-width: 100%;
}

.alignleft,
div.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 12px;
}

.alignright,
div.alignright {
	float: right;
	margin-right: 0;
	margin-left: 12px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f5f4;
	border: 1px solid #e3dbd8;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption a {
	text-decoration: none;
	border: none;
}

.wp-caption p.wp-caption-text {
	color: #925600;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	padding: 4px;
}

a.feed, a.feed:visited, a.feed:focus, a.feed:hover, a.feed:active {
	padding-left: 17px;
	background: transparent url(images/feed-icon.gif) left top no-repeat;
}

span#key a, span#key a:visited {
	background: transparent url(images/key-icon.gif) left top no-repeat;
	margin-left: 12px;
	padding-left: 17px;
}

/* ShareThis button */
ul.postmetadata a.stbutton {
	border: none;
	padding: 0 0 0 18px !important;
}

a.stclose {
	background: transparent;
	font-weight: bold !important;
	border: none;
}


/* 5 SIDEBAR */

#sidebar ul, #sidebar ol {
	margin: 0 0 6px;
	padding: 0;
}

#sidebar ul li, #sidebar ol li {
	list-style-type: none;
	padding: 2px 0;
}

#sidebar p {
	margin: 12px 0;
}

/* 6 FORMS */

input#s, textarea#comment,
input#author, input#url,
input#email {
	color: #602d19;
	background: #f9f5f4;
	border: 1px solid #e3dbd8;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	color: #602d19;
}

#commentform label {
	display: block;
}

input#author, input#url,
input#email {
	width: 200px;
	padding: 2px;
	margin-bottom: 8px;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	float: right;
	color: #602d19;
	margin-top: 4px;
}

/* 7 COMMENTS */

.commentlist li {
	background: url(images/leaf-grn.gif) center bottom no-repeat;
	margin: 6px 0;
	padding: 0 6px 12px;
}

.commentlist li .avatar {
	float: right;
	background: #f9f5f4;
	border: 1px solid #e3dbd8;
	padding: 2px;
	margin-left: 6px;
}

.commentmetadata { }

/* 8 CALENDAR */

ul.ec3_events ul {
	list-style-type: none;
	margin-bottom: 4px;
}

div#wp-calendar {
	width: 180px;
	background: #f9f5f4;
	border: 1px solid #e3dbd8;
	margin: 6px auto 12px 0;
	padding: 2px;
}

#wp-calendar table {
	width: 100%;
	empty-cells: show;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
	padding: 1px;
	border: none;
}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

#wp-calendar thead {
	background: #e3dbd8;
	font-style: normal;
	text-transform: uppercase;
}

#wp-calendar #prev a, #wp-calendar #next a {
	background: transparent;
	font-size: .9em;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar table.nav a,
#wp-calendar table caption a {
	background: transparent;
	border: none;
}

#wp-calendar td a {
	display: block;
	text-decoration: none;
}

#wp-calendar td.ec3_postday a {
	background: #fff;
	border: 1px solid #e3dbd8;
}

.ec3_eventday a {
	color: #dc5d16;
}

#wp-calendar table td:hover,
#wp-calendar td#today {
	background: #fff;
	border: 1px solid #602d19;
	padding: 0;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 3px 0;
}

table.ec3_schedule {
	float: left;
	font-size: 1.2em;
	border-collapse: collapse;
	border: none;
	margin: 0 12px 12px 0;
}

table.ec3_schedule td {
	color: #dc5d16;
	padding: 0 2px;
}

td.ec3_start { text-align: right; }

td.ec3_to    { text-align: center; }

/* Popup */

.ec3_popup {
	position: absolute;
	border: none;
	border-collapse: collapse;
	margin: 0 !IMPORTANT;
	padding: 0 !IMPORTANT;
	filter: alpha(opacity=87);
	-moz-opacity: .87;
	opacity: .87;
	z-index: 30000;
}

.ec3_popup td { padding: 0; }

.ec3_popup table {
	color: #000;
	background: #eeb;
	border: 1px solid #999;
	font-size: x-small;
	text-align: left;
}

.ec3_popup table td {
	padding: 1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div {
	width: 8px; height: 32px;
}

#ec3_shadow0 {
	width: 8px;
	border: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

#ec3_shadow1 {
	height: 16px;
	border: none;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#ec3_shadow2 div {
	width: 8px; height: 32px;
}

#ec3_shadow2 {
	width: 8px;
	border: none;
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}