/*
Theme Name: Capitol Theatre
Theme URI: http://feitheatres.com/capitol-theatre
Description: Theme for the Capitol Theatre.
Version: 1.0
Author: Minna Kim Mazza
Author URI: http://www.blue-agate.com
*/

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	color: #8c5629;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: auto;
	background: #000 url(images/bg_back.jpg) no-repeat;
}

#logo {
	text-align: center;	
	padding-top: 10px;
}

#catchphrase {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ffcb83;
	text-shadow: #560600 1px 1px;
	padding-top: 4px;
	letter-spacing: 4px;
	text-align: center;
}

.nav {
	margin: 20px auto 0px auto;
	padding: 0;
	text-align: center;
	width: 900px;
}

.nav ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	
}

.nav ul li {
	display: inline;
	margin: -3px;
	padding: 0;
}

.nav ul li a {
	float: left;
	text-decoration: none;
	padding: 0px 16px 16px 16px;
	color: #d5b385;
}

.nav .current_page_item a {
	color: #cd9e5e;
	background: transparent url(../../../images/nav_main_hover.png) bottom no-repeat;
}

.nav ul li a:hover, .nav .page_item a:hover, .nav .current_page_item a:hover  {
	color: #fff;
	text-decoration: none;
	background: transparent url(../../../images/nav_main_hover.png) bottom no-repeat;
}

#main {
	overflow: auto;
	background: #4e2f16 url(images/bg_main.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#left {
	float: left;
	width: 620px;
	margin: 10px;
	background: #d5b385;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

h2.pagetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-left: 10px;
}


.post {
	margin: 0px 10px 20px 10px;	
	padding-bottom: 10px;
	overflow: auto;
	background: url('images/post_separator.png') bottom center no-repeat;
}

.no-separator {
	background: none;	
}

.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #560600;
	font-weight: normal;
	text-shadow: #ffcb83 2px 1px;
	margin-bottom: 4px;
}

.post h2 a {
	color: #560600;
}

.post-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d2d15;
	text-shadow: #ffcb83 1px 1px;
}

.post p, .post ul {
	line-height: 22px;	
}

.post>.post-data {
	font-size: 11px;	
}

.post-edit-link {
	margin: 0 10px;	
}

#right {
	float: left;
	width: 300px;
	margin: 10px;
}

#right>ul {
	margin:0;
	padding:0;
	list-style: none;
}

.widget {
	margin-bottom: 30px;
}

.widget h2 {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cd9e5e;
	text-shadow: none;
}


.widget_text h2, .widget_links h2 {
	width: 304px;
	height: 28px;
	background: url('images/sidebar_header.png') no-repeat;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d5b385;
	text-shadow: #310c04 1px 1px;
	padding-top: 4px;
	margin-bottom: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.textwidget, .widget_links ul  {
	background: #d5a564;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0;
	border: 1px solid #a86731;

}

.widget_links ul {
	padding: 0;	
}

.widget_links ul li {
	margin: 10px 0px 10px 30px;	
}

.widget_links ul li a {
	color: #b01f2a;		
}

.textwidget p {
	text-align: left;
	padding: 0px 10px 5px 10px;
}


.textwidget strong {
        font-family: Georgia, "Times New Roman", Times, serif;}


.textwidget a {
	color: #b01f2a;	
}

ul.blogroll {
	list-style-type: square;
	color: #c59661;
	font-size: 12px;
}

#wp-calendar caption {width: 280px; text-align: center; font-weight: bold; font-size: 14px; color: #d5b385; border-bottom: 2px solid #6e0b08;}
#wp-calendar { border-collapse:collapse; width: 280px; text-align: center; color: #d5b385;}
#wp-calendar thead tr {border-bottom: 1px solid #4d2d15;}
#wp-calendar thead th { color: #c59661; }
#wp-calendar tbody td { padding: 2px 0;}
#wp-calendar #today { color: #fff; font-weight: bold;}
#wp-calendar tbody .pad { }
#wp-calendar a {padding: 2px 0; font-weight: bold; text-decoration: underline}
#wp-calendar tfoot tr { border-top: 1px solid #4d2d15;}
#wp-calendar tfoot td {padding: 3px 0; }
#wp-calendar #next {text-align: right; padding-right: 10px;}
#calendar_wrap {display: block; width: 280px; padding: 0 1px 1px 0; margin: 20px 0 10px 10px;}

#comment-block {
	margin: 10px;	
}

#comment-block h3 {
	color: #560600;	
}

.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.commentlist li {
	padding: 10px;
	background: #ffcb83;
	border: 1px solid #c59661;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.commentlist li p {
	font-size: 12px;
}

.comment-meta {
	text-align: right;	
	font-size: 11px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 11px;
	}
.alignleft {
	float: left;	
}

.alignright {
	float: right;	
}

#submit {	
	font-size: 12px;  font-weight: bold; background: #6e0b08; color: #fff; border: 1px solid #d5b385;
}

#footer {
	margin: 20px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #fec26f;
	letter-spacing: 1px;
}


