/*
Theme Name: Theatre Aficionado at Large
Theme URI: http://theatreaficionado.com/
Description: Custom WordPress look for Kevin Daly's Theatre Aficionado at Large.
Version: 1.0
Author: Chris Van Patten
Tags: custom

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #6c82b5 url(images/bg.png) repeat-x;
	font: 12px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

a {
	color: #4F5D82;
}

a:hover {
	color: #065576;
}

#wrap {
	width: 904px;
	margin: 24px auto 0;
	position: relative;
}

/* slogan */

#slogan {
	font:  25px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	text-align: center;
	color: #6073A0;
	text-shadow: 0px -1px 1px #404E6C;
	margin: 0 0 22px;
}

/* logo */

#left h1 {
	width: 484px;
	height: 132px;
	padding: 0 0 22px;
}

#left h1 a {
	display: block;
	width: 484px;
	height: 132px;
	text-indent: -5000in;
	background: url(images/site.png) center right no-repeat;
	overflow: hidden;
}

#tag {
	color: #FFF;
	padding: 0 4px 25px;
	font: 26px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	text-shadow: 0px 0px 4px #000;
}

/* left */

#left {
	width: 504px;
	float: left;
}

.post, #left .page {
	width: 504px;
	margin: 0 0 21px;
	position: relative;
}

.post-top {
	width: 504px;
	height: 7px;
	background: url(images/site.png) top left;
}

.post-mid {
	width: 504px;
	background: url(images/site.png) -683px top;
}

.post-btm {
	width: 504px;
	height: 91px;
}

.post .post-btm, #left .page .post-btm {
	background: url(images/site.png) bottom left;
}

/* post */

.post-mid h2 {
	font: bold 24px/32px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	padding: 14px 25px 0;
}

.post-edit-link {
	position: absolute;
	top: 25px;
	left: -40px;
	color: #FFF;
	opacity: 0.2;
	text-decoration: none;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	background: #000;
	padding: 5px 7px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

.post-edit-link:hover {
	opacity: 0.4;
}

.post-mid h2 a {
	color: #881100;
	text-decoration: none;
}

.post-mid h2 a:hover {
	text-decoration: underline;
}

.post-content {
	padding: 0 25px;
	font-size: 13px;
	line-height: 21px;
	color: #333;
}

.post-content p {
	padding: 18px 0 0;
	text-align: justify;
}

.post-content ul, .post-content ol {
	padding: 18px 0 0 25px;
}

.post-content ul {
	list-style: square;
}

.post-content p object {
	width: 500px !important;
	position: relative;
	left: -23px;
	z-index: 10;
}

.post-content p embed {
	width: 500px !important;
}

.post-content blockquote {
	margin: 18px 0 0;
	padding: 0 0 0 25px;
	font: italic 16px/25px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	border-left: 2px solid #CCC;
}

.post-content blockquote p {
	padding: 10px 0 !important;
}

.post-content blockquote em {
	font-style: normal !important;
}

.post-mid h3 {
	font: bold 18px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	padding: 25px 0 0;
	color: #881100;
}

#related {
	padding: 8px 0 0 25px !important;
}

/* read more */

.more-link {
	display: block;
	padding: 4px 7px;
	height: 19px;
	font: bold 16px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	background: url(images/arrows.png) top left no-repeat;
	text-decoration: none;
	color: #777;
}

.more-link:hover {
	background: url(images/arrows.png) bottom left no-repeat;
	color: #444;
}

/* Post meta */

.meta {
	position: relative;
	top: 38px;
	left: 25px;
	width: 245px;
	height: 40px;
	z-index: 10;
	font-size: 12px;
}

.labels {
	position: relative;
	top: 3px;
	left: -6px;
	width: 245px;
	height: 22px;
	overflow: hidden;
	list-style: none;
	background: #E6E6E6;
	padding: 0 6px;
	margin: 0 0 10px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.labels:hover {
	overflow: auto;
	height: auto;
}

.labels li, p.filed {
	display: block;
	float: left;
	height: 22px;
	padding: 2px 4px 0 0;
}

.labels a {
	height: 18px;
	padding: 2px 4px;
	background: #A6A6A6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 1px 0px #666;
}

.labels a:hover {
	background: #808080;
}

.comments-link {
	width: 190px;
	height: 47px;
	float: right;
	position: relative;
	right: 27px;
	top: -15px;
	
}

.comments-link a {
	color: #444;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 0 0;
	display: block;
	width: 190px;
	height: 37px;
	text-align: center;
}

.comments-link a:hover {
	text-decoration: underline;
	color: #000;
}

/* nav */

.previous, .next {
	position: absolute;
	bottom: 110px;
}

.previous a, .next a {
	display: block;
	height: 18px;
	position: relative;
	top: 3px;
	padding: 3px;
	text-decoration: none;
	color: #888;
	font: bold 16px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	background: url(images/arrows.png) no-repeat;
}

.previous {
	right: 200px;
	text-align: right;
}

.previous a { background-position: -732px -38px; }

.previous a:hover { 
	background-position: -582px -38px;
	color: #444;
}

.next {
	right: 0;
}

.next a { background-position: -605px 4px; }

.next a:hover { 
	background-position: -455px 4px;
	color: #444;
}

/* right */

.right-full {
	float: right;
	margin: 0 0 21px 21px;
	width: 379px;
}

#right-top {
	width: 375px;
	height: 109px;
	float: right;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
	text-shadow: 0 1px 1px #055474;
	padding: 4px 0 41px;
	margin: 0 0 0 25px;
	background: url(images/kevin.png) 254px top no-repeat;
	position: relative;
	top: 4px;
}

#right-top a {
	color: #CCF1FF;
}

#photocred {
	float: right;
	padding: 7px 124px 0;
	font-size: 10px;
	color: #455374;
	text-shadow: none;
}

#photocred a {
	color: #455374;
}

.full-top {
	width: 379px;
	height: 7px;
	background: url(images/site.png) -1366px top no-repeat;
}

.full-mid {
	width: 379px;
	background: url(images/site.png) -1745px top repeat-y;
}

.full-btm {
	width: 379px;
	height: 16px;
	background: url(images/site.png) -1366px bottom no-repeat;
}

.full-content {
	padding: 6px 15px 0;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

/* Subscribe */

#right-subscribe {
	position: relative;
	z-index: 10;
}

.subscribe {
	height: 48px;
	overflow: hidden;
}

#rss, #emailsub {
	text-decoration: none;
	font-size: 20px;
	float: left;
	display: block;
	outline: none;
}

#rss {
	margin: 14px 0 0;
	height: 34px;
}

#rss span {
	width: 48px;
	height: 48px;
	background: url(images/feedicon.png) no-repeat;
	float: left;
	text-indent: -5000in;
	margin: -14px 10px 0 0;
}

#emailsub {
	height: 26px !important;
	border-left: 1px solid #666;
	padding: 6px 0 0 11px;
	margin: 8px 0 0 11px;
}

#subform {
	clear: both;
	padding: 14px 0 0;
}

#subform input[type="text"] {
	width: 100%;
	font-size: 16px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#feedburner {
	float: left;
	margin: 4px 0 0;
	color: #999;
}

#feedburner a {
	color: #888;
}

#subform input[type="submit"] {
	float: right;
	margin: 4px 0 0;
}

/* Widgets */

#right1, #right2 {
	width: 179px;
	float: right;
	margin: 0 0 414px 21px;
}

.widget {
	margin: 0 0 21px;
}

.widget-top {
	width: 179px;
	height: 7px;
	background: url(images/site.png) -504px top no-repeat;
}

.widget-mid {
	width: 179px;
	background: url(images/site.png) -1187px top repeat-y;
}

.widget-btm {
	width: 179px;
	height: 16px;
	background: url(images/site.png) -504px bottom no-repeat;
}

.widget-mid h3, .full-mid h3 {
	font: bold 18px/22px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	padding: 2px 15px 6px;
	color: #881100;
}

.widget-content {
	padding: 0 15px;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

.widget-content ul, .widget-content ol {
	padding: 0 0 0 18px;
}

.widget-content ul {
	list-style: square;
}

/* footer */

#footer {
	clear: both;
	color: #FFF;
	width: 900px;
	padding: 48px 2px 25px;
	font-size: 13px;
	text-shadow: 0px 0px 2px #000;
	text-align: right;
}

#footer a {
	color: #FFF;
}

#footer span {
	opacity: 0.5;
	float: left;
}

/* hang a little moolah on the washline */

#leadmebaby {
	width: 728px;
	height: 90px;
	margin: 0 auto 25px;
	background: #465475;
	padding: 5px;
}

#exitmusicplease {
	width: 378px;
	height: 280px;
	margin: 0 auto 25px;
	padding: 21px 0;
	position: absolute;
	bottom: 156px;
	right: 0;
	text-align: center;
	background: #465475;
}

/* happy talk, keep talking happy talk */

#comments {
	margin: 0 0 23px;
}

#comments h2 {
	color: #FFF;
	font: bold 22px/26px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	text-shadow: 0px 1px 1px #4F5D82;
	margin: 0 0 15px 8px;
}

#centerme {
	font: 18px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	color: #B8CCEC;
	text-align: center;
	padding: 50px 0 70px;
	text-shadow: 0px 1px 1px #4F5D82;
}

#centerme a {
	color: #B8CCEC;
}

.comment, .pingback {
	list-style: none;
	margin: 0 0 21px;
}

.comment .post-content, .pingback .post-content {
	padding: 15px 25px 10px;
}

.comment .post-content p, .pingback .post-content p {
	text-align: left;
}

.comment .post-btm, .pingback .post-btm {
	background: url(images/site.png) -2124px bottom;
	height: 10px;
}

.avatar {
	float: right;
	margin: 0 0 10px 17px;
}

.comment cite, .pingback cite {
	display: block;
	text-align: right;
	font-size: 11px;
	padding: 18px 0 0;
}

#commentform {
	padding: 0 8px;
	color: #FFF;
}

#commentform p {
	margin: 0 0 8px;
	font-size: 14px;
	text-shadow: 0px 1px 1px #4F5D82;
}

#commentform p a {
	color: #B8CCEC;
}

#commentform input[type="text"] {
	font-size: 14px;
	margin: 0 4px 0 0;
	width: 250px;
}

#commentform textarea {
	width: 488px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px 8px;
	font: 14px/20px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#submitp {
	text-align: right;
}