/*
Theme Name: StageSceneLA
Description: A custom WordPress skin for Steven Stanley's StageSceneLA.
Version: 1.0
Author: Jason Frazier Creative Design, LLC
Tags: red, gray, white, sophisticated, theater, modern, colorful
*/

* :focus { outline: 0; }

#wrapper {
	width: 1015px;
	margin-left: auto;
	margin-right: auto;
	background-color: #292929;
	background-image: url(''); /* texture for overall middle texture goes here */
	background-repeat: repeat;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ac0202;
	margin: auto;
	padding-top: 20px;
	background-image: url('http://www.stagescenela.com/blog_images/stagescenela_dropshadow.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

#header {
	margin-top: 0px;
	color: #202020;
	background-image: url(''); /* background image for header graphic, if any */
	height: 204px;
	width: 1013px;
	padding-bottom: 25px;
}

#content {
	width: 48%;
	float: left;
	background-color: #292929;
	color: #ffffff;
	margin-top: -15px;
	border: none;
	padding-top: 0px; /* originally 15px */
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 43px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url('http://www.stagescenela.com/blog_images/middle_line.jpg'); /* texture for overall middle texture goes here */
	background-repeat: repeat-y;
}

#content a:link {
	color: #8d8d8d;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#content a:visited {
	color: #8d8d8d;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#content a:hover {
	color: #8d8d8d;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

#sidebar {
	width: 32%;
	float: right;
	background-color: #292929;
	border: none;
	color: #ffffff;
	font-size: 10px;
	padding-top: 0px; /* originally 30px */
	padding-left: 30px; 
	padding-right: 26px;
	margin-right: 40px;
	text-align: left;
	background-image: url(''); /* sidebar texture image goes here */
	background-repeat: repeat;
}

#sidebar a:link {
	color: #8d8d8d;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#sidebar a:visited {
	color: #8d8d8d;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#sidebar a:hover {
	color: #8d8d8d;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

#both {
	clear: both;
}

#footer {
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
    background-image: url('');
	height: px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 50px;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

#extra_sidebar_space {
	padding-bottom: 25px;
	background-color: #ffffff;
}

#extra_post_space {
	padding-bottom: 10px;

}

#extra_post_space2 {
	padding-bottom: 30px;

}

#extra_page_space_top {
	padding-bottom: 10px;

}

img {
	border: 8px solid #404040;
}

img.other_photos {
	border: none;
}

img.sidebar_headings {
	border: none;
}

img.header_graphic {
	border: none;
}

.page_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8d8d8d;
	line-height: 1.5em;
}

.post_date_line {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

ul {
	list-style-type:none;
}

li {
	list-style-type:none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.sidebar_headings {
	font-size: 16px;
	font-weight: normal;
}

/* Let's remove that Wordpress Stats Smiley Face ! */
img#wpstats {
     display: none;
}

#bio_blurb {
	font-size: 12px;
	line-height: 1.5em;
}

.credit_text {
	font-size: 10px;
	text-align: right;
	font-style: italic;
	line-height: 1.6em;
}