@charset "UTF-8";
/* CSS Document */

.container {
	width: 861px;
}

.span-12 {
	margin: 0;
}

.background {
	padding: .5em;
	border: 10px solid #000;
	background-color:#600;
}

a, a:link {
	color: #fff;
}
a:hover {
	text-decoration: none;
}

.small {
	font-size: 1em;
	color: #FFF;
}

p {
	margin-bottom: 3em;
	color: #FFF;
	text-indent: 0;
	font-size: 1.2em;
}

p + p {text-indent: 0;}

ul {
	color: #FFF;
}

h1, h2, h3 {
	color: #FFF;
}

em {
	font-weight: bold;
}


/* Header
------------------------------*/

h1.title {
	padding: .5em 0;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}

ul.nav {
	display: block;
	margin: 0;
	list-style: none;
	background-color: #000!important;
}

ul.nav li {
	text-align: center;
	background-color: #000;
}

ul.nav li:hover {
	background-color: #600;
}

ul.nav li a {
	margin: 0;
	padding: .25em 0;
	font-size: 1.25em;
	text-decoration: none;
	color: #FFF;
}

ul.nav li a:hover {
  	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	padding: 0;
	font-size: 1.65em;
  	font-style: italic;
  	font-weight: normal;
	/*background-color: #222;*/
}

.nav-bottom {
	margin-top: 5px;
	padding-top: 5px;
	background-color: #FFF;
}


/* Content Block
------------------------------*/

.content {
	padding-top: 10px;
	padding: 40px 80px;
}

.box {background-color: #500;}


/* Page Headlines
------------------------------*/

h2.address {background-color: #000;}

h2.hours, h2.address {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.75em;
	color: #FFF;
}

h2.alt {
	font-size: 2.5em;
	font-style: italic;
	color: #FFF;
	background-color: #000;
}

h3.alt {
	font-size: 1.75em;
	font-style: italic;
	color: #FFF;
}


/* Events List
------------------------------*/

div.events {padding: 0 250px;}

ul.events {
	margin-left: 10px;
	padding-left: 10px;
	list-style:inside;
}


/* Thumbnails
------------------------------*/

.thumbs {
	padding-top: 25px;
	width: 100%;
}

.thumb {
	float: left;
	width: 50%;
	text-align: center;
}

.thumb img {border:10px solid #000;}

img.small-thumb-left {
	margin-right: 15px;
	border:5px solid #000;
}

img.small-thumb-right {
	margin-left: 15px;
	border:5px solid #000;
}

.bottom-thumb {
	margin-top: 10px;
	text-align: center;
}

.bottom-thumb img {
	margin: 0 auto;
	border:5px solid #000;
}


/* Footer
------------------------------*/

.bottom-bar {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	background-color: #711;
	visibility: hidden;
}

.footer {
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	color: #eee;
	background-color: #711;
}

.footer div {
	margin-top: 20px;
	background-color: #711;
}

.contact {
	width: 250px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
}

.credits {
	margin: 10px;
	text-align: center;
	color: #FFF;
}	
