/*
Theme Name: Off-Stage Right
Theme URI: http://chrisvanpatten.com/
Description: Theme for Off-Stage Right
Version: 1.0
Author: Chris Van Patten
Tags: two-section, red, widgets

Theme by Chris Van Patten http://chrisvanpatten.com/
*/

* { margin: 0; padding: 0; }
.clear { clear: both; }

body {
	text-align: center;
	font: 15px arial, sans-serif;
}

#wrap {
	background: url(images/background.png) top center no-repeat;
	width: 943px;
	min-height: 650px;
	text-align: left;
	margin: 13px auto 0;
	padding: 0 10px;
}

#header {
	width: 943px;
	height: 141px;
	overflow: hidden;
}

#header h1 {
	margin: 18px 0 0 18px;
}

#header h1 a {
	display: block;
	width: 355px;
	height: 73px;
	background: url(images/logo.png) top left no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#header h1 a:hover {
	background: url(images/logo.png) bottom left no-repeat;
}

#header h2 {
	font: italic 14px georgia, serif;
	color: #FFF;
	margin: 10px 0 0 18px;
	text-shadow: #000000 1px 1px 3px;
}

#left {
	width: 535px;
	min-height: 815px;
	margin-left: 5px;
	float: left;
}

#tabs {
	width: 535px;
}

#tabs li {
	display: block;
	list-style-type: none;
	background: url(images/tabs.png) top left no-repeat;
	padding: 0 0 0 10px;
	height: 30px;
	min-width: 20px;
	float: left;
	margin-right: -2px;
}

#tabs li a {
	display: block;
	height: 23px;
	background: #FFF;
	float: left;
	font: 14px arial, sans-serif;
	color: #333;
	text-decoration: none;
	padding: 7px 1px 0 3px;
	margin-left: -5px;
}

#tabs li span {
	display: block;
	width: 12px;
	height: 30px;
	float: left;
	background: url(images/tabs.png) bottom right no-repeat;
}

.current_page_item {
	position: relative;
	z-index: 100;
	height: 31px !important;
}

.current_page_item span {
	height: 31px !important;
	width: 12px !important;
	margin-right: -2px !important;
	background: url(images/tabs.png) center right no-repeat !important;
}

.current_page_item a {
	height: 23px !important;
	padding: 8px 3px 0 3px !important;
	color: #000 !important;
}

#content {
	clear: both;
	position: relative;
	z-index: 10;
}

.post, #content .page {
	padding: 10px 12px 15px;
}

.storytitle, .storytitle a {
	font: bold 27px arial, sans-serif;
	color: #372306;
	text-decoration: none;
	letter-spacing: -1px;
}

.meta {
	font: bold italic 16px arial, sans-serif;
	color: #372406;
	text-align: right;
	margin: 0;
}

.storycontent p {
	font: 15px/23px georgia, serif;
	margin: 14px 0 17px;
	text-align: justify;
}

.storycontent blockquote {
	font: italic 15px/22px georgia, serif;
	margin: 14px 0 17px;
	padding: 3px 20px 3px 90px;
	background: #F0F0F0 url(images/bq.png) 20px 20px no-repeat;
}

.storycontent blockquote p {
	font: italic 16px/22px georgia, serif !important;
	text-align: left;
}

.storycontent ul, .storycontent ol {
	font: 16px georgia, serif;
	margin: 0 0 0 30px;
}

.navigation {
	height: 28px;
	padding: 0 12px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#single_meta {
	padding: 15px 6px 16px;
	margin: 10px 6px;
	border-top: 2px solid #372406;
	border-bottom: 1px solid #372406;
	font: 18px arial, sans-serif;
}

.sociable {
	margin-bottom: 0px !important;
}

#comments {
	padding: 15px 12px 16px;
}

#comments h3 {
	font: bold 24px arial, sans-serif;
	color: #372306;
	text-decoration: none;
	letter-spacing: -1px;
}

ol#commentlist {
	margin: 18px 0 10px;
	list-style-type: none;
}

#commentlist li {
	margin: 0 0 20px 0;
	border: 1px solid #CCC;
	padding: 8px 10px 0px;
	min-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 490px;
	background: #EFEFEF no-repeat;
}

#commentlist li.alt {
	margin: 0 0 20px 0;
}

#commentlist li .avatar {
	float: left;
	margin: 1px 10px 10px 0;
}

.comment-author {
	font: 15px georgia, serif;
	margin: 0 0 10px;
	float: right;
	width: 426px;
}

#comment-text {
	min-height: 37px;
}

#commentlist li p {
	font: 14px arial, sans-serif;
	margin: 0 0 10px;
	float: right;
	width: 426px;
}

#commentlist li cite {
	display: block;
	font: 11px georgia, serif;
	text-align: center;
	float: right;
	border: 1px solid #CCC;
	background: #CCC;
	padding: 3px 6px;
	position: relative;
	top: 1px;
}

#postcomment {
	font: 22px arial, sans-serif;
	height: 32px;
}

#no-comments {
	font: 18px georgia, serif;
	padding: 50px 0 60px;
	text-align: center;
}

#commentform label, #loggedin {
	font: 13px georgia, serif;
}

#commentform input[type="text"] {
	margin-top: 5px;
	font: 14px arial, sans-serif;
}

#commentform textarea {
	margin-top: 5px;
	font: 14px arial, sans-serif;
	width: 509px;
}

#commentform #submit {
	float: right;
	margin-top: 5px;
}

#right {
	width: 390px;
	height: 100px;
	float: right;
}

#widgets-left, #widgets-right {
	width: 187px;
	float: left;
}

#widgets-left {
	margin: 4px 8px 0 4px;
}

#widgets-right {
	margin: 4px 0 0 4px;
}

.widgets li {
	margin: 8px 0 6px;
	width: 187px;
	list-style-type: none;
	float: left;
}

.widget-title {
	width: 179px;
	height: 29px;
	background: url(images/widgets.png) top left no-repeat;
	font: 16px arial, sans-serif;
	color: #FFF;
	padding: 8px 0 0 9px;
	text-shadow: #000000 1px 1px 3px;
}

.widget-content {
	width: 171px;
	padding: 4px 8px 0;
	font: 14px arial, sans-serif;
	background: url(images/widgets.png) top right repeat-y;
}

.widget-content ul li {
	margin: 0 0 3px 18px !important;
	list-style-type: disc !important;
	width: 155px !important;
}

.widget-footer {
	width: 187px;
	height: 6px;
	background: url(images/widgets.png) bottom left no-repeat;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

#footer {
	width: 943px;
	height: 369px;
	background: url(images/footer.jpg) no-repeat;
	margin: -322px 0 15px;
}

#footer-inner {
	color: #FFF;
	font: 16px arial, sans-serif;
	text-align: right;
	padding: 12px 15px;
	text-shadow: #000000 1px 1px 3px;
	position: relative;
	top: 322px;
}
