/*
THEME NAME: The Rotunda
THEME URI: 
DESCRIPTION: Theme for The Rotunda
AUTHOR: Freshout
AUTHOR URI: 
*/

/* Eric Meyer's Reset CSS.	
 * --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline; */
	background: transparent;
}
a:link, a:visited, a:active, a:hover {
text-decoration: none;
color:#1B0806;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout
 * --------------------------------------------------------------------------------------- */
 
html {
	background: #1B0806;
}

body {
	width:100%;
	
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333;	
}
#mainjawn {
width: 985px;
margin: 0 auto;
margin-top:-50px;
}

#content {
	width: 745px;
	float: left;
	clear: left;
}

	#splash {
		float: left;
		width: 485px;
		margin-top: 12px;
	}
	
	#about-splash {
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#player {
	float:left;
height:587px;
margin:15px 0px 10px;
width:520px;
	}
	
	#news-top, #news-bottom, #record-top, #record-bottom {
		height: 14px;
		width: 260px;
		float: right;
		clear: right;
	}
	
	#news-top, #record-top {
		background: url("images/news-top.png") no-repeat;
		margin-top: 10px;
	}
	
	#news-bottom, #record-bottom {
		background: url("images/news-bottom.png") no-repeat;
		margin-bottom: 5px;
	}

	#news, #record {
		float: right;
		width: 260px;
		background: url("images/news.png") repeat-y;
		position: relative;
		clear: right;
	}
	
	#news {
		height: 300px;
		background: url("images/news.png") top no-repeat;
	}
	
	#entry-top, #entry-bottom {
		width: 745px;
		clear: both;
		height: 16px;
		

	}
	#record {
background-color:#321C05;
background-image:none;
clear:right;
float:right;
margin-right:4px;
position:relative;
width:213px;
margin-top:15px;
height:587px;
}

	#entry-top {
		background: url("images/box-top.png") no-repeat;
		
	}
	
	#entry-bottom {
		background: url("images/box-bottom.png") no-repeat;
	
	}
	
	#entry {
		width: 755px;
		clear: both;
		background: url("images/entry-bg.png") repeat-y;
		overflow: auto;
		
	}
	
	#cal-entry {
		width: 725px;
		clear: both;
		background: url("images/entry-bg.png") repeat-y;
		overflow: auto;
		padding: 0 10px;
	}
	

#sidebar-top, #sidebar-bottom {
	width: 230px;
	height: 10px;
	float: right;
	clear: right;
}

#sidebar-top {
	background: url("images/sidebar-top.png") no-repeat;
	margin-top: -42px;
}

#sidebar-bottom {
	background: url("images/sidebar-bottom.png") no-repeat;
}
	
#sidebar {
	width: 230px;
	margin-top: -32px;
	padding-bottom: 70px;
	float: right;
	clear: right;
	background: url("images/sidebar.png") center no-repeat;
}

	.sidebar-box-top, .sidebar-box-bottom {
		width: 210px;
		height: 10px;
		margin: 0 auto;
	}
	
	.sidebar-box-top {
		background: url("images/sidebar-box-top.png") center no-repeat;
	}

	.sidebar-box-bottom {
		background: url("images/sidebar-box-bottom.png") center no-repeat;
		margin-bottom: 10px;
	}
	
	.sidebar-box {
		width: 180px;
		padding: 0 15px;
		background: url("images/sidebar-box.png") center no-repeat;
		margin: 0 auto;
		font-size: 1.1em;
		overflow: hidden;
	}
	
h1 {
	float: left;
	text-indent: -99999px;
	background: url("images/logo.png") no-repeat;
	margin: 40px 0 10px;
}

h1 a {
	display: block;
	width: 143px;
	height: 122px;
}


/* Subscription Form
 * --------------------------------------------------------------------------------------- */

#subscribe {
	width: 230px;
	float: right;
	text-align: right;
	margin-top: 100px;
}

	#subscribe img {
		float: left;
	}
 
#subscribe-input {
	width: 180px;
	height: 40px;
	background: url("images/subscribe-input.png") no-repeat;
	text-align: left;
	float: left;
}

	#subscribe-input input {
		border-width: 0;
		background: transparent;
		width: 150px;
		margin: 8px 0 0 10px;
		padding: 5px;
		font: 1em Arial, Helvetica, sans-serif;
	}

#submitsub {
	float: right;
}

/* Navigation
 * --------------------------------------------------------------------------------------- */
 
#nav {
	width: 745px;
	float: left;
	clear: left;
	min-height: 43px;
	background: url("images/navbar.png") top no-repeat;
}
	
	#nav li {
		float: left;
	}

		#nav li a {
			font: bold 1.4em Arial, Helvetica, sans-serif;
			color: #fff;
			text-decoration: none;
			display: block;
			text-transform: uppercase;
			padding: 11px 21px;
			margin-top: 3px;
			border-right: 1px solid #733423;
		}
		
		#nav li#nav-contact a {
			border-right-width: 0;
		}
		
		#nav li a:hover {
			color: #d1dc86;
		}
	
/* Home Page / Multimedia Page
 * --------------------------------------------------------------------------------------- */

#news h3 {
	text-indent: -99999px;
	background: url("images/news-hd.png") no-repeat;
	width: 200px;
}

#record h3 {
	text-indent: -99999px;
	background: url("images/record-hd.png") no-repeat;
	margin-top: 10px;
}
 
#news h3, .news-item, #record h3 {
	width: 200px;
	margin: 0 auto;
	padding: 12px 0;
}

.news-item {
	font-size: 1.1em;
	background: url("images/news-line.png") top no-repeat;
}

	#news h2, #record h2 {
		font-weight: bold;
		color: #ffcc66;
		display: inline;
	}

	.news-date {
		font-weight: bold;
		color: #fff;
		display: inline-block;
	}

	#news p, #record p {
		color: #fff;
		line-height: 1.5;
	}

	#news a, #record a {
		text-decoration: none;
		color: #ffcc66;
		font-weight: bold;
	}
	
	#news a:hover, #record a:hover {
		border-bottom: 1px dotted #fff;
	}

	.welcome p {
		font-size: 1.2em;
		margin: 10px 0;
		line-height: 1.5;
	}
	
	.welcome h2 {
	text-indent: -99999px;
	background: url("images/welcome-hd.png") no-repeat !important;
	width: 108px;
	margin-left: 30px;
	margin-bottom: -30px !important;
	border-bottom-width: 0 !important;
	}

	.gallery h2 {
	text-indent: -99999px;
	background: url("images/gallery-hd.png") no-repeat !important;
	width: 158px;
	height: 19px;
	margin-left: 30px;
	padding-bottom: 0 !important;
	}	
	
		#ngg-gallery-1 {
			padding: 0 40px;
			width: 600px;
		}
 
 
/* Sidebar
 * --------------------------------------------------------------------------------------- */
	
	.sidebar-box a {
		margin: 10px 0 5px;
		text-align: center;
		display: block;
	}
	
	#donate h2 {
		text-indent: -99999px;
		background: url("images/donate-hd.png") no-repeat;
		width: 175px;	
		height: 21px;
		margin-bottom: 5px;
	}
	
	#survey h2 {
		text-indent: -99999px;
		background: url("images/survey-hd.png") no-repeat;
		width: 168px;	
		height: 21px;
		margin-bottom: 5px;
	}

.img-link {
	display: block;
	text-align: center;
	margin: 5px 0;
}	

/* Footer
 * --------------------------------------------------------------------------------------- */
 
#footer {
	clear: left;
	font-size: 1.2em;
	margin-left: 10px;
	padding: 10px 0;
	color: #FBEBD1;
}


/* Entry & Post
 * --------------------------------------------------------------------------------------- */

#entry-top {
	margin-top: 20px;
}

#entry {
	padding-bottom: 20px;
}

	#entry h2 {
		margin: 10px 30px 5px 30px;
		font: 2.4em Arial, Helvetica, sans-serif;
		color: #1B0806;
		letter-spacing: -1px;
		border-bottom: 1px dotted #b7a6a1;		
		padding: 15px 5px 10px 5px;
	}
	
	#entry p {
		font-size: 1.3em;
		line-height: 1.5;
		padding: 0 30px 0 30px;
		margin: 10px 0;
	}
	
	#press-col {
		float: right;
		width: 525px;
	}
	
	#press-nav {
		float: left;
		width: 170px;
		padding-top: 37px;
		padding-left: 20px;
		margin-left: 30px;
	}
	
		#press-nav h3 {
			font-size: 1.4em;
			text-transform: uppercase;
			border-bottom: 2px solid #8d1c00;
			padding-bottom: 10px;
		}
		
		#press-nav a {
			text-transform: uppercase;
			text-decoration: none;
			color: #333;
			display: block;
			padding: 10px 5px 10px 30px;
			background: #fff url("images/news-nav.png") 5px 10px no-repeat;
			border-bottom: 1px dotted #999;
		}
		
		#press-nav a:hover {
			background: #eee url("images/news-nav.png") 5px 10px no-repeat;
			border-bottom: 1px dotted #999;
		}


.post {
	padding-bottom: 20px;

	
}

	.post h2 a {
		color: #333;
		text-decoration: none;
	}
	
	.post .article-img {
		float: left;
		padding: 3px;
		border: 1px solid #ddd;
		background: #fff;
		margin: 5px 10px 10px 40px;
	}
	
	.post p {
		font-size: 1.3em;
		line-height: 1.5;
		margin: 10px 0;
		padding: 0 50px;
	}
	
	.meta-date {
		font-size: 1.1em;
		background: url("images/date.png") no-repeat;
		padding: 8px 0 7px 32px;

		clear:both;

		margin: 0 25px 10px 35px;
	}
	
	.meta-date em {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.post a {
		color: #5A1916;
	}

.navigation {
	float: left;
}

.alignleft {
	float: left;
	width: 45%;
}

.alignright {
	float: right;
	width: 45%;
}

/* Contact Form
 * --------------------------------------------------------------------------------------- */ 

#contactform {
	width: 100% !important;
	margin: 0 auto !important;
}

	h2#hdcontact {
		background: url("images/email.png") left no-repeat !important;
		padding: 15px 0 10px 32px;		
	}

	#contactform p {
		padding: 0 !important;
	}

	#contactform em {
		font-size: 1.2em;
		display: block;
		margin-left: 50px;
	}

	#contactform legend {
		display: none;
	}

	label.contactleft {
		font-size: 12px;
		margin: 10px 0 !important;
		font-weight: bold;
		width: 25% !important;
	}

	.contactright {
		margin: 12px 5px !important;
		border: 1px solid #ccc;
		padding: 5px !important;
		width: 50% !important;
		float: left !important;
		margin-right: 300px;
		background: #fff url("images/inputbg.png") top repeat-x;
	}

	.contactright:focus {
		background: lightyellow;
		border: 1px solid #aaa;
	}
	
	#contactsubmit {
		border: 1px solid #aaa;
		width: 100px !important;
		padding: 4px 0 !important;
		clear: both;
		margin-left: 105px !important;
	}
	
	input#wpcf_response {
		width: 100px !important;
	}

/* Resources
 * --------------------------------------------------------------------------------------- */ 

.res-item {
	float: left;
	width: 205px;
	margin: 0 15px 20px 10px;
}


 
.res-sub {
	float: left;
	margin-left: 20px;
}
	.res-item p {
		padding: 0 !important;
	}

a.res-name {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin: 15px 0 10px;
	padding: 5px 5px;
	display: block;
	color: #70260B;
	text-decoration: none;
	border-bottom: 1px dotted #F3C876;

}

a.res-name:hover {
	color: #333;
}

.res-desc {
	font-size: 1.0em;
	line-height: 1.5;
	margin-left:5px;
}

/* Calendar
 * --------------------------------------------------------------------------------------- */ 
#calendar {
	width: 700px;
	padding: 0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	margin-left: 20px;
}

#calendar .nav, #calendar .nav a {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


#calendar caption {
	margin-left: -1px;
	padding: 0;
	width: 711px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar th {
/*	font: bold 1em/20px Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold;
	color: #152131;
	text-transform: uppercase;
	background: #FEF8ED;
	border-right: 4px solid #FCEFDA;
	border-bottom: 3px solid #FCEFDA;
	border-top: 3px solid #FCEFDA;
	padding: 5px 0;
	width: 100px;
}

#calendar td {
	border-right: 4px solid #FCEFDA;
	border-bottom: 3px solid #FCEFDA;
	width: 20px;
	padding: 5px 0px 0px 0;
	text-align: right;
	vertical-align: top;
	background: #FCEFDA;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, td a:visited {	
	color: #608194;
}

#calendar td a:hover, td a:active {
	color: #6aa3ae;
}


#calendar p.day-num {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #414141;
}

	#calendar .day-entry {
		background: #fff url("images/day-entry.png") top no-repeat;
		padding-top: 10px;
		margin-top: -5px;
		width:95px;
		cursor:pointer;
	}

		#calendar .day-entry p {
			padding: 5px 4px;
			margin: 0;
			font-size: 0.9em;
			font-weight: bold;
			color: #70260B;
			text-align: left;
			cursor: pointer;
			border-bottom: 1px dotted #70260B;
		}

		#calendar .day-entry p.last, #calendar .day-entry p.none {
			border-bottom-width: 0;
			padding-bottom: 10px;
			background: #fff url("images/day-entry-last.png") bottom no-repeat;
		}	
		
		#calendar .day-entry p.none {
			text-align: center;
			font-size: 1.2em;
			color: #aaa;
		}

			#calendar .day-entry p span {
				color: #241019;
			}
.linklove {
display: none;}

.news, .eventimage {
float:left;
margin-left:30px;
margin-right:10px;
margin-top:10px;
margin-bottom: 10px;
clear:left;
clear:right;

}

