/* -- The Riverside Theatre -- */

body {
	background: #4E473F;
	text-align: center;
}

h2 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: normal;
}

#page {
	width: 785px;
	text-align: left;
	margin: 25px auto 40px;
	background: #E6E4E0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #756A5E;
}



/* -- Header / Footer -- */

#header {
	height: 110px;
	background: #FFF url(../images/header-bg.gif) repeat-x;
}

#header #logo {
	position: absolute;
	margin-top: -18px;
}

#header #nav {
	float: right;
	display: block;
	width: 590px;
}

#header #nav li {
	float: left; 
	padding-left: 12px;
}

#header #nav a {
	display: block;
	padding: 87px 3px 11px 3px;
}

#header #nav .selected,
#header #nav a:hover {
	background: url(../images/nav-selected.gif);
}

#footer {
	height: 120px;
	background: #4E473F;
	text-align: center;
	color: #8F8373;
}

#footer img {
	display: block;
	margin-bottom: 12px;
}

#free-updates {
	display: block;
	position: absolute;
	margin-top: -41px;
	width: 201px;
	height: 41px;
	overflow: hidden;
}



/* -- Links -- */

a {
	color: #4D463E;
	text-decoration: underline;
}

a:hover {
	color: #883931;
}

.buy-container {
	padding: 10px 0;
	text-align: center;
}

.buy-dark,
.buy-light {
	display: block;
	width: 97px;
	height: 22px;
	margin: 0 auto;
	background: url(../images/btn-buy-dark.gif) no-repeat;
}

.buy-dark:hover {
	background: url(../images/btn-buy-dark.gif) 0 -22px no-repeat;
}

.buy-light {
	background: url(../images/btn-buy-light.gif) no-repeat;
}

.buy-light:hover {
	background: url(../images/btn-buy-light.gif) 0 -22px no-repeat;
}



/* -- Home -- */

#home {
	background: url(../images/page-bg.gif) repeat-y;
	padding: 23px 0 23px 17px;
}

#home-left {
	float: left;
	width: 172px;
}

#home-left #feature {
	background: #FFF url(../images/home-feature-bg.gif) no-repeat;
	padding: 11px;
	padding-bottom: 0;
}

#home-left #feature h2 {
	font-size: 13px;
	color: #DB880D;
	margin: 0;
	margin-bottom: 4px;
}

#home-left a {
	font-size: 12px;
}

#home-left #feature img {
	display: block;
	margin: 7px 0;
}

#home-left #more {
	background: #FFF;
	padding: 4px 11px;
}

#home-left #more h2 {
	font-size: 13px;
	color: #589FDA;
	margin: 10px 0 4px;
}

#home-right {
	float: right;
	width: 577px;
}

#home-right img {
	display: block;
	float: left;
	margin-bottom: 2px;
}



/* -- Programs -- */

#programs {
	background: url(../images/page-bg.gif) repeat-y;
	padding: 23px 0 23px 17px;
}

#programs-left {
	float: left;
	width: 271px;
}

.left-box {
	background: #F0EFEE;
	padding: 1px 13px;
}


#programs-left h1 {
	font-size: 17px;
}

#programs-left .upcoming {
	font-size: 15px;
	color: #F09100;
	font-weight: normal;
}

#programs-left h2 {
	font-size: 14px;
	color: #589FDA;
}

#programs-right {
	float: right;
	width: 478px;
}

#programs-right .right-box {
	background: #F0EFEE url(../images/programs-right-bg.gif) repeat-y;
	padding: 1px 25px 30px 15px;
	font-size: 12px;
	line-height: 18px;
	color: #4E473F;
}

#logo-program {
	height: 85px;
}

#logo-program img {
	display: block;
	position: absolute;
	margin-left: 40px;
	margin-top: -21px;
}



/* -- Brochures -- */

#brochure {
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: center;
}

#brochure-pages {
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #958673;
}

#brochure-img {
	border: 1px solid #C6C1B7;
}

.brochure-back,
.brochure-next {
	float: left;
	display: block;
	width: 50px;
	height: 32px;
	background: url(../images/brochure-nav-back.gif) no-repeat;
}

.brochure-back:hover {
	background: url(../images/brochure-nav-back.gif) 0 -32px no-repeat;	
}

.brochure-next {
	float: right;
	background: url(../images/brochure-nav-next.gif) no-repeat;
}

.brochure-next:hover {
	background: url(../images/brochure-nav-next.gif) 0 -32px no-repeat;	
}


/* -- Contact -- */

#contact {
	text-align: right;
	padding: 60px 25px 100px;
	background: url(../images/page-bg.gif) repeat-y;
}


/* -- Calendar and Program List -- */

#calendar,
#programlist {
	background: url(../images/page-bg.gif) repeat-y;
	padding: 20px;
	color: #4E473F;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 50px;
}

#calendar h2 ,
#programlist h2 {
	margin: 5px 0;
	font-size: 20px;
	color: #504841;
}

#calendar h3,
#programlist h3 {
	margin: 0 0 7px;
	font-size: 13px;
	color: #504841;
}

#calendar ul,
#programlist ul, 
.list-bullet {
	margin: 10px 5px;
}

#calendar li,
#programlist li,
.list-bullet li {
	list-style-image: url(../images/bullet.gif);
	margin-left: 10px;
}

#calendar .event,
#programlist .program {
	background: #F0EFEE;
	padding: 20px 20px 0 50px;
}

#programlist .program {
	padding-right: 50px;
	padding-bottom: 10px;
}

.event-date {
	float: left;
	width: 150px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	height: 35px;
	color: #663132;
	text-align: center;
	background: url(../images/datebox.gif) no-repeat;
}

.event-image {
	position: absolute;
	margin-top: 15px;
	margin-left: -304px;
}

#cal .event-date {
	float: none;
	width: 130px;
	height: 25px;
	background: url(../images/datebox.gif) -12px 0 no-repeat;
}

#calendar .event-text {
	float: right;
	width: 450px;
	padding-right: 50px;
}

#cal .event-text {
	float: none;
	padding-bottom: 26px;
}
