/*
Theme Name: Red Red Red
Theme URI: http://sandrakwilliams.net/
Description: Red, red, and salmon; revised for WordPress 2.8 - June 2009
Version: 3.0
Author: Sandra Williams
Author URI: http://www.williamswriting.com/
*/

/* PALETTE
palest salmon #ffe6e6
pale salmon #ffc5c5
salmon #f99
bright red #c00
dk red #900
lt gray #eee
dk gray #999
photos 300px max 465px or 790px
.
1 Layout & Fonts
2 Text & Links
3 Images & Captions
4 Sidebar & Navigation
5 Comments
6 Forms
*/

/* 1 LAYOUT & FONTS */

html, body, div, form, table, img {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #f99 url(images/salmonbkgd.jpg) top center repeat fixed;
	font: 100%/1.5 Georgia, Constantia, "Lucida Bright", Lucidabright, serif;
	padding: 32px 40px;
}

#header {
	display: block;
	height: 100px;
	color: #fff;
	background: #900 url(images/skw-header.gif) 8px 48px no-repeat;
	border: 1px solid #000;
	border-bottom: none;
	margin: 0 230px 0 20px;
}

#wrapper {
	background: #fff;
	border: 1px solid #000;
	border-top: none;
	margin: 0 230px 0 20px;
}

#content {
	border: 4px solid #900;
	border-bottom: none;
	padding: 16px 20px;
}

#footer {
	background: #ddd;
	border: 4px solid #900;
	border-top: none;
	padding: 16px 20px 6px;
}

#sidebar {
	display: block;
	position: absolute;
	right: 40px;
	top: 32px;
	width: 200px;
	margin: 0 4px;
}

div.post, div.page {
	background: url(images/salmondivider.gif) no-repeat bottom center;
	padding-bottom: 2em;
}

.error404:after,
.navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* 2 TEXT & LINKS */

h1, h2, h3, h4, h5, h6 {
	color: #900;
	font: bold 1em/1.25 "Trebuchet MS", Trebuchet, Georgia, Constantia, "Lucida Bright", Lucidabright, serif;
	margin: 1.25em 0 .5em 0;
	padding: 0;
	clear: left;
}

h1 {
	font-size: 150%;
}

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

h2 {
	font-size: 125%;
}

.archive h2.pagetitle,
.search h2.pagetitle {
	color: #000;
}

.pagetitle span {
	color: #900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 110%;
}

p, blockquote, dl, ol, ul {
	margin: 1em 0;
	padding: 0;
}

p + ol, p + ul {
	margin-top: -1em;
}

#footer p {
	font-size: .85em;
}

p.tags {
	clear: both;
	font-size: .9em;
	margin: 1em 0 .5em;
}

p.meta, p.updated {
	font-size: .9em;
	font-style: italic;
	margin: 0;
}

p.updated {
	color: #333;
	padding-top: 1em;
}

p.status {
	margin: 0;
	padding: 1em 0;
}

blockquote {
	background: #eee;
	margin: 1em 2em;
	padding: .5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}

ol {
	list-style: decimal outside;
	margin-left: 2em;
}

ol ul {
	list-style-type: square;
	margin: 0 0 0 1em;
}

ul {
	list-style-type: square;
	margin-left: 1em;
}

ol ul ul, ul ul {
	list-style-type: disc;
	margin: 0 0 0 1em;
}

ul ul ul {
	list-style-type: circle;
	margin: 0 0 0 1em;
}

.readmore {
	display: block;
	text-align: right;
	font-style: italic;
}

.manuscript h3, .manuscript p, .manuscript code {
	color: #000;
	font: normal 1em/2 "Lucida Console", Monaco, "Courier New", Courier, monospace;
	text-indent: 3em;
	margin: 0;
}

.manuscript h3, .centered {
	text-align: center;
	text-indent: 0;
}

.footnote {
	font-size: .9em;
	background: url(images/footnoterule.gif) left top no-repeat;
	padding-top: .5em;
}

code {
	font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #777;
	text-decoration: none;
}
a:active {
	color: #c00;
	text-decoration: none;
}
a:focus, a:hover {
	color: #000;
	background: #f99;
	text-decoration: none;
}

#sidebar a img, #sidebar a:visited img {
	border: 1px solid #fff;
	background: transparent;
}

a:focus img, a:hover img,
#sidebar a:focus img, #sidebar a:hover img {
	background: transparent;
	border: 1px solid #c00;
}

#footer a {
	white-space: nowrap;
}

.permalink {
	background: url(images/link.gif) right center no-repeat;
	padding-right: 18px;
}

.permalink:focus, .permalink:hover {
	background: #f99 url(images/link.gif) right center no-repeat;
}

/* 3 IMAGES & CAPTIONS */

.postcontent img {
	float: left;
	clear: both;
	border: 1px solid #000;
	margin: 1em 16px 1em 0;
	padding: 0;
}

img.noborder { border: none; }

.postcontent .aligncenter,
div.aligncenter {
	float: none;
	display: block;
	margin: 1em auto;
}

.postcontent .alignleft,
div.alignleft {
	float: left;
	display: inline;
	margin: 1em 16px 1em 0;
}

.postcontent .alignright,
div.alignright {
	float: right;
	margin: 1em 0 1em 16px;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 5px 5px;
}

.wp-caption img {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	text-align: left;
	font-size: .9em;
	line-height: 1.25;
	margin: 0;
	padding: 8px 6px;
}

h2 + .postcontent img,
h2 + .postcontent img.alignleft,
h2 + .postcontent .alignleft,
h2 + .postcontent .aligncenter,
h2 + .postcontent .alignright {
	margin-top: 0;
}

/* 4 SIDEBAR & NAVIGATION */

#sidebar, .navigation {
	font: bold .9em/1.25 "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

#sidebar ul {
	list-style-type: none;
	background: #fff;
	border: 1px solid #900;
	margin: 0 0 16px 0;
	padding: 6px;
}

#sidebar ul ul {
	list-style-type: none;
	text-indent: -16px;
	text-align: left;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 4px 0 2px 12px;
}

#sidebar ul ul ul {
	padding-left: 0;
}

#sidebar ul ul li {
	padding: 0 0 2px 16px;
}

#sidebar select {
	width: 100%;
	color: #000;
	background: #eee;
	border: 1px solid #999;
	margin-top: 4px;
}

.textwidget {
	font-weight: normal;
	padding-left: 10px;
}

.navigation {
	clear: both;
	text-align: center;
	margin: 1em 0 0;
}

.single .navigation {
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
}

.navigation div {
	width: 45%;
}

.navigation div.nav-previous {
	float: left;
	text-align: left;
	background: url(images/fist-left.gif) left center no-repeat;
	padding-left: 22px;
}

.navigation div.nav-next {
	float: right;
	text-align: right;
	background: url(images/fist-right.gif) right center no-repeat;
	padding-right: 22px;
}

li.current_page_item a, li.current_page_item a:visited, li.current_page_item a:hover {
	color: #000;
	background: #fff;
	cursor: default;
}

li.current_page_item a:before {
	content: url(images/salmonbullet.gif);
}

.pagelinks {
	text-align: right;
}

.pagelinks a {
	padding: 4px 6px;
}

/* 5 COMMENTS */

.commentlist, .pinglist {
	list-style: none;
	margin: 1em 0;
}

.pinglist {
	margin-top: 0;
}

.commentlist li, .pinglist li {
	vertical-align: top;
	margin: 0;
	padding: 8px;
	overflow: auto;
}

.commentlist li.odd, .pinglist li.odd {
	background: #eee;
}

.comment-meta {
	float: left;
	width: 180px;
}

.comment-message {
	margin-left: 200px;
	padding-right: 16px;
}

li.bypostauthor .comment-message {
	background: url(images/me2.gif) right top no-repeat;
	padding-top: 50px;
}

.commentlist blockquote {
	background: #ddd;
}

.commentlist blockquote p {
	text-indent: 1em;
	margin: 0;
}

.reply {
	text-align: right;
	margin-top: -.5em;
}

/* 6 FORMS */

label {
	display: block;
	font-size: .8em;
}

.required {
	color: #900;
	font-style: italic;
}

#searchform {
	margin-bottom: 16px;
}

#searchform #s {
	width: 60%;
	color: #000;
	background: #fff;
	border: 1px solid #999;
	margin-bottom: 2px;
}

#searchform #searchsubmit {
	width: 35%;
}

#s-no-results {
	color: #000;
	background: #eee;
	border: 1px solid #999;
}

#commentform #author, #commentform #email, #commentform #url {
	width: 50%;
	color: #000;
	background: #eee;
	border: 1px solid #999;
	margin-bottom: 8px;
	padding: 2px;
}

#commentform textarea {
	width: 98%;
	color: #000;
	background: #eee;
	border: 1px solid #999;
	padding: 4px;
}

#commentform #submit {
	float: left;
	margin-top: 2px;
}

.comment-note {
	font-size: .9em;
}

.comment-note ul, .comment-note ul li {
	list-style: none;
	display: inline;
	margin-right: 12px;
}

.comment-note span {
	color: #999;
	white-space: nowrap;
}
