/* @override 
	http://www.leavenworthsummertheater.org/wordpress/wp-content/themes/sandbox/style.css
	http://www.leavenworthsummertheater.org/wp-content/themes/sandbox/style.css
*/

/*
THEME NAME: Leavenworth Summer Theater
THEME URI: http://www.leavenworthsummertheater.org
DESCRIPTION: Artsy and grungy, based on Sandbox
VERSION: 1.0
AUTHOR: Apt Design
AUTHOR URI: http://www.aptdesignonline.com
TAGS: artsy, grungy, apt design, 
*/
html, body {
	background-image: url(images/background.jpg);
	padding: 0px;
	color: #161b34;
	font: 1em/150% Tahoma, Verdana, Lucida, sans-serif;
	margin: 10px auto 0px;
}

#wrapper {
	width: 1130px;
	margin: auto;
	overflow-x: hidden;
}

div#container {
	width: 1130px;
	background: url(images/content-background.jpg) repeat-y center;
	margin: auto;
	padding-top: 20px;
}

div#content {
/*	margin: 0 0 0 200px; */
	width: 600px;
	float: left;
	margin-left: 30px;
}

div#header {
	width: 1130px;
	background: url(images/lst-header-logo.png) no-repeat 864px top;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 17px;
}

#headerimage {
	height: 155px;
	width: 750px;
	margin-left: 114px;
	background-repeat: no-repeat;
}

span#cimy_span_id {
}

div#showbar {
	height: 98px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/showbar-bckgnd.png) no-repeat;
	color: #f9c248;

}

#showbar h2 {
	font-size: 0.8em;
	position: relative;
	top: 28px;
	left: 250px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0;
	color: #6e0606;
	font-family: Tahoma, Verdana, Lucida, sans-serif;
}

#showbar h2 a {
	color: #f9c248;
	text-decoration: none;
}


#showbar h2 a:hover {
	border-bottom: 1px solid #f9c248;
	padding-bottom: 5px;
}

/* @group Sidebar / Menu */

div.sidebar {
	width: 250px;
	float: left;
	padding-left: 87px;
}

ul.menu {
	background: url(images/sidebar-bottom.png) no-repeat 11px bottom;
	padding: 0px 0px 8px;
}

ul.menu li {
	list-style-type: none;

}

ul.menu li a {
	color: #f9c248;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 48px;
	background: url(images/sidebar-bckgnd.png) no-repeat left;
	height: 56px;
	display: block;
	padding-left: 20px;
	font-size: .9em;
}

div.sidebar h3 {
	display: none;
}

/* @end */

h1.entry-title, h1, #post-8 div.entry-content h1 {

	color: #6e0606;
	font: 1.8em/150% Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

h1 {
	color: #6e0606;
	font: bold 1.3em/200% Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

h2 {
	text-transform: uppercase;
	font: bold 1em/80% Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0;
}

/* My Comment */

	


h3 {
	margin: 0;
	text-align: left;
	font: bold .9em/150% Georgia, "Times New Roman", Times, serif;
}

p {
	font-size: 1em;
}

p a, h3 a {
	color: #6e0606;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

div.entry-content p img {
	border: 1px solid #161b34;
}

ul {
	margin: 0px;
	padding: 0px;
}

div.entry-content ul {
	padding: 20px;
	list-style-position: inside;
}

/*input {
	width: 150px;
	height: 25px;
	border: 1px solid #0f1c3b;
	background-color: #6e0606;
	color: #ffc747;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 25px 0 0;
} */

input {
	margin-top: 25px;
}

form {
	display: inline;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/* @group Footer */

#footertopper {
	clear: both;
	width: 900px;
	margin: auto;
	background: url(images/footertopper.png) no-repeat;
	height: 222px;
	
}

#footer p {
	margin-left: 225px;
}

div#footer {
	clear: both;
	width: 900px;
	height: 75px;
	padding-top: 5px;
	margin: auto;
	background: #000120;
	color: #ede8cf;
	text-align: left;
	line-height: 20%;
}

#footer img {
	margin-left: -13px;
	margin-top: 8px;
}


p.smaller {
	font-size: .6em;
}

/* @end */

.entry-meta {
	clear: both;
	display: none;
}


.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}