/* CSS Document 
*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 72%;
  font-family: Georgia, Times New Roman, Times, Serifs;
  min-height: 100%;
}

font {
  font-size: 1em;
  min-height: 100%;
}

body {
  font-size: 1em;
  min-height: 100%;
  text-align: center;
  background: #efe0ac url("../images/bg.jpg") repeat-x 0 0;
  color: #370a00;
}

* html body {
  height: 99%;
}

h1 {
	font-family: Georgia, Times New Roman, Times, Serifs;
	font-weight: normal;
	text-transform: uppercase;
	color: #995406;
	font-size: 1.5em;
	padding: 1.5em 0 0 0;
}	

h2 {
	font-family: Georgia, Times New Roman, Times, Serifs;
	font-weight: bold;
	color: #593223;
	font-size: 1.5em;
	line-height: 1em;
	padding: 1em 0 0 0;
	
}	

	h2 a {
	font-family: Georgia, Times New Roman, Times, Serifs;
	font-weight: normal;
	color: #ba7f30;
	}
	h2 a:hover {
	text-decoration: none;
	color: #daab6b;
	}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
	padding: 10px 0 0 0;
	
}

p, td {
	font-family: Georgia, Times New Roman, Times, Serifs;
	color: #370a00;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 10px 0 0 0;
}

.title {
	font-family: Georgia, Times New Roman, Times, Serifs,;
	font-weight: normal;
	color: #593223;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	
}

.p {
	width: 190px;
	padding: 5px 0 40px 10px;
	text-decoration: none;
	color: #370a00;
}

a {
	font-family: Georgia, Times New Roman, Times, Serifs;
	font-weight: normal;
	color: #b2792d;
	font-size: 1em;
	text-decoration: underline;
}	

a:hover {
	text-decoration: none;
	color: #daab6b;
}

.list {
	font-family: Georgia, Times New Roman, Times, Serifs;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 10px 25px;
}

.venue-list {
	font-family: Georgia, Times New Roman, Times, Serifs;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 10px 0px;
	list-style: none;
}

/* =========================================================================================== */
/* layout */

#header, #wrapper, #contentwrapper, #footer {
  width: 865px;
  margin: 0px auto;
}

#header {
width: 865px;
  height: 111px;
  
} 

#nav {
	padding: 30px 0 35px 0;
	text-align: center;
}

#logo {
	text-align: center;
	padding: 29px 0 0 0;
	width: 865px;
	height: 56px;
}


#contentwrapper {
	text-align: left;
	min-height: 400px;
  	padding: 0;
}

#content {
	text-align: left;
	height: auto;
}

#colright {
	width: 568px;
	padding: 0 0 25px 0;
	float: right;  
}

#colleft {
	width: 270px;
	float: left;
	padding: 0 0 25px 0;
	height: 549px;
}
	
#audio-player  {
	width: 270px;
	height: 24px;
	padding: 12px 0 12px 0;
}

#big-image {
	width: 543px;
	height: 225px;
	border: #e0d9b8 solid 12px ;
}

#interior-image {
	width: 543px;
	height: 180px;
	border: #e0d9b8 solid 12px ;
}

#inset-image {
	width: 252px;
	height: 378px;
	border: #e0d9b8 solid 12px ;
	float: left;
	margin: 0 15px 0 0;
}

#promo {
	text-align: center; 
	width: 270px;
	padding: 10px 0 20px 0;
}

/* Push Marketing */

#recent {
	clear: both;
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	display: block;
	text-align: left;
}

#recent ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#recent li a {
	color: #b2792d;
	text-decoration: none;
	text-decoration: underline;
}

	#recent li a:hover {
	color: #daab6b;
	text-decoration: none;
}

#recent li.left{
	padding: 0 5px 0 0;
	clear: none;
	float: left;
	border: 0;
	width: 205px;
}

#recent li.right {
	width: 205px;
	text-decoration: none;
	float:right;
	padding: 0 0 0 5px;
}

#recent li.middle1 {
	width: 205px;
	text-decoration: none;
	padding: 0 5px 0 0;
}

#recent li.middle2 {
	width: 205px;
	text-decoration: none;
	padding: 0 0px 0 5px;
}


.thumbs{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	
}
.thumbs li{
	float: left;
}

.thumbs a {
	text-decoration: none;
}

.thumbs li.odd h2, .thumbs li.odd h3, .thumbs li.odd p{
	margin-right: 25px;
}
.thumbs img{
	margin-right: 0;
}

		
/*-----end */

/* nav */

#nav ul {
  list-style: none;
  margin: 0px auto;
  line-height: normal;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 2em;
}

#nav ul li {
  list-style: none;
  color: #fff;
}

#nav a {
  padding: 10px 10px 9px 10px;
  margin: 0;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #240903;
}

#nav a:link, #nav a:visited {
  color: #240903;
}

#nav a:hover, #nav a:active {
  color: #aa742b;
  text-decoration: underline;
}

.index #nav #index a, .portfolio #nav #portfolio a, .about #nav #about a, .contact #nav #contact a {
  color: #fff;
 
}

/* about */

#picture {
    margin-top: 25px;
	margin-left: 50px;
	width: 180px;
	background-color: #e5dadb;
}

.clear:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }

#picture ul{
	margin: 7px 0 0 0;
}

#picture li{
	padding: 5px;
	float: left;
	list-style: none;
}

#picture li a {
	float: left;
}

#picture li:hover {
	border: 0;
}


/* Utility Nav */

#utility {
	width: 865px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d8cb98;
}

#utility a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #240903; 
	text-decoration: none;
}

#utility a:hover {
	color: #aa742b; 
}

#utility ul li{
padding: 5px;
  list-style: none;
  display: inline;
}

/* main events display page */
dl.events-display {
	padding-top:1em;
	margin:0 5%;
}
dl.events-display dt {
	margin:1.5em auto 0;
	font-size:1.1em%;
	font-weight:bold;
	border-bottom:1px dashed #ccc;
}
dl.events-display dd {
	margin:0;
}
.events-display .item-link {
	font-size:.8em;
}


/* special classes */
.post-date {
	font-size:85%;
}

.xml1, .xml2 {
	list-style:none;
	padding:0;
	margin:0;
}
.xml1 {
	position:absolute;
	top:24px;
	right:5px;
}
.xml2 {
	margin:20px -5px 0;
	padding:5px 0 0;
	text-align:center;
	background:#999;
	color:#fff;
	border-top:1px solid #666;
}

/* footer */

#footer {
	margin: 3em 0 0 0;
	clear: both;
	width: 100%;
	background: url(../images/footer.gif) no-repeat 0 0;
	padding: 3em 0 0 0;
	margin: 0;
	font-size: 90%;
	text-align: center;
	}
	
	#footer p {
	padding: 5px 0 20px 0;
	color:#c99248;
	}ƒ
	

