body {
	background: #fff;
}

a {
	color: #c2342d;
}

h2 {
	color: #9b8b78;
	font: bold 25px Arial;
	letter-spacing: -2px;
}

h3 {
	color: #6b6053;
	font: bold 20px Arial;
	line-height: 80%;
	letter-spacing: -2px;
}

.container {
	margin-top: 10px;
}

#navigation {
	font: bold 23px Arial;
	padding-top: 35px;
	text-transform: lowercase;
	letter-spacing: -2px;
}

#navigation li {
	display: block;
	float: right;
	margin-left: 20px;
}

	#navigation a {
		color: #ad9b86;
		text-decoration: none;
	}
	
	#navigation a:hover {
		color: #c2342d;
	}
	
	.current_page_item a, .current_page_parent a {
		color: #c2342d!important;
	}
	
#feature {
	margin-top: 20px;
	margin-bottom: 40px;
}

	#feature a {
		position: absolute;	
		color: #fff;
		font: bold 20px Arial;
		text-decoration: none;
		padding-top: 230px;
		padding-right: 60px;
		width: 900px;
		text-align: right;
	}
	
		#feature a strong {
			font: bold 50px Arial;
			text-transform: lowercase;
			letter-spacing: -3px;
			display: block;
		}
		
#main {
	margin-top: 20px;
}

.alignleft {
	float: left;
	margin-bottom: 10px;
}

#recent_productions {
	font-size: 18px;
	list-style: none;
	margin-left: 0;
}

	#recent_productions li {
		margin-bottom: 30px;
	}

	#recent_productions strong {
		font-size: 24px;
	}

#old_productions {
	list-style: square;
}

	#old_productions strong {
		font-size: 15px;
	}
	
.wp-caption-text {
position: absolute; margin-top: -30px; background: rgba(255,255,255,.6); padding-left: 5px; padding-right: 5px; font-weight: bold; font-size: 12px; 
}