@charset "UTF-8";
/* CSS Document */
html, body {
	height: auto;
}
body {
	background-image: none;
	background-color: #E3E3E3;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page-container {
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
}
#container {
	margin-bottom: 0;
}
#header {
	height: 280px;
	display: block;
}
#logo {
	margin: 0;
	width: 700px;
	height: 250px;
	display: block;
	background-image: url(../img/all-theatre-art-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo a {
	line-height: 250px;
	font-size: 45px;
	text-indent: -99999em;
	overflow: hidden;
}
#logo a:link, #logo a:visited {
	color: #000;
}
#nav-categories {
	display: none;
}
#nav {
	height: 30px;
	position: absolute;
	top: 250px;
	width: 700px;
	overflow: hidden;
	display: block;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li, #nav li a {
	float: left;
}
#nav a {
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
}

#nav a:link, #nav a:visited {
	color: #fff!important;
	display: block;
	background-image: url(../img/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: -199px -2px;
}
#nav a:hover {
	background-color:#222;
	background-image: url(../img/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 28px;
}
#container, #content-text {
	width: auto;
}
#content-text {
	overflow: auto;
	padding: 15px 5px;
}
.page-title {
	background-color: #ff2600;
	color: #000;
	width: 200px;
	text-align: right;
	padding: 5px 12px 5px 0;
	margin-left: -5px;
	margin-bottom: 25px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
}
.blog-post, .post-entry-home-list {
	margin-top: 40px;
}
.more-categories, .post-category, .post-date {
	display: none;
}
.post-content {
    padding-bottom: 10px;
}

.post-entry-home-list {
	clear: both;
	height: auto;
}
.post-entry-home-list .post-pic {
	float: left;
	margin-right: 6px;
	margin-bottom: 40px;
}
#blog-post .post-title {
	margin-top: 45px;
}

h2, h2 a:link, h2 a:visited,
.post-title, .post-title a:link, .post-title a:visited {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.post-title a:hover, h2 a:hover, h3 a:hover {
	color:#990000;
}
h3, h3 a:link, h3 a:visited {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#blog-category #content-text img {
	max-width:80px;
	max-height:80px;
}
#blog-category .post-title {
	margin-top: 25px;
}


#footer, .push {
	height: auto;
}
.push {
	clear: both;
}
#footer-copyright {	
	height: 20px;
	margin-top: 140px;
	background-color: #B50016;
	width:700px;
	text-align: left;
	color: #fff;
	font-size: 9px;
}
#footer-copyright p {
	margin-left: 5px;
	line-height: 20px;
}