@import url(http://fonts.googleapis.com/css?family=Loved+by+the+King);
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background: #ab9c75 url(../images/top_bg.jpg) top center repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
a {
	color: #5a594d;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.img_border {
	padding: 5px;
	background-color: #5a594d;
	border: 1px solid #fff;
}
p {
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 18px;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 16px;
}
#site {
  margin: 0 auto;
  position: relative;
}
#site #special-widget object {

}

#header {
	width: 950px;
	height: 282px;
	margin: 0 auto;
	padding: 0;
}
#header_left {
	float: left;
	width: 475px;
	margin: 0;
	padding: 0;
}
#header_right {
	float: left;
	width: 475px;
	margin: 0;
	padding: 0;
}
#header_name {
  background: url(../images/bg-page-head.png) no-repeat;
	float: left;
	width: 425px;
	height: 69px;
	margin: 0;
	padding: 10px 60px 10px 0px;
}
#header_name h1 {
  font: 400 48px/69px 'Loved by the King', cursive, sans-serif;
  color: #fff;
  text-align: right;
  text-shadow: 2px 2px 5px #635a42;
}
#hairy_buffalo {
  float: left;
  margin: 0 0 47px 0;
  padding: 0;
  height: 146px;
  width: 449px;
}
#nav {
  background: url(../images/bg-nav.png) no-repeat;
  float: left;
  width: 610px;
  height: 53px;
  padding: 0;
  position: absolute;
  left: 311px;
  top: 143px;
}
#nav ul {
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
}
#nav ul li {
  display: inline;
  list-style-type: none;
  text-align: center;
}
#nav ul li a {
  display: inline-block;
  text-align: center;
  font: 400 24px/40px 'Loved by the King', cursive, sans-serif;
  color: #000;
  text-decoration: none;
  padding: 2px 25px 0;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  text-shadow: 1px 1px 1px #999;
}
#nav ul li a:hover {
  color: #f3331a;
  top: -3px;
}
#content {
	float: left;
	width: 870px;
	min-height: 300px;
	margin: 0;
	padding: 20px 40px 0 40px;
	background: url(../images/body_bg.jpg) top center repeat-y;
}
#content_left {
	float: left;
	width: 420px;
	padding: 0 10px 0 0;
	text-align: center;
}
#content_right {
	float: left;
	width: 420px;
	padding: 0 0 0 10px;
	
}
#content_bottom {
	float: left;
	width: 870px;
	text-align: center;
	padding: 10px 0 0 0;
}
#content_bottom p {
	font: 11px;
	margin-bottom: 5px;
}
#footer {
  margin: 0;
  padding: 50px 0px 0px;
  width: 950px;
  height: 198px;
  background: url(../images/slides/bg-slides.jpg) no-repeat;
  display: block;
}
.slides {
  display: block;
  float: left;
  height: 164px;
  width: 370px;
  overflow: hidden;
}
#slides1 {
  margin-right: 65px;
  margin-left: 73px;
}


/*---- MENU ----*/

#menu {
	float: left;
	width: 870px;
	height: 100%;
	margin: 0 atuo;
	padding: 0;
}

#menu h1 {
	color: #be2713;
	font-size: 1.1em;
	margin: 0;
	padding: 5px 0 0;
}
#menu p {
	line-height: 14px;
	margin-bottom: 12px;
}
.menu_title {
	float: left;
	text-align: center;
	width: 830px;
	height: 99px;
	padding: 0 20px;
	background: url(../images/menu_title_bg.jpg) top center no-repeat;
}

.menu_title h2 {
	color: #000;
	font: 1em;
	padding: 21px 0 0 0;
}
#content_right h2 {
	font-size: 18px;
	color: #762F11;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7B992;
	padding-top: 6px;
}

.menu_title h3 {
	padding: 11px 0 0 0;
}
.menu_title p {
	color: #fff;
}
.menu_left {
	float: left;
	width: 390px;
	padding: 20px 10px 20px 35px;
}

.menu_right {
	float: left;
	width: 390px;
	padding: 20px 35px 20px 10px;
}

/*---- EVENTS ----*/
#schedule {
	width: 348px;
	margin: 10px auto;
	font-size: 12px;
}
.date_odd {
	width: 45px;
	float: left;
	text-align: right;
	padding: 3px;
	border-bottom: 1px solid #81795e;
	}
.date_even {
	width: 45px;
	float: left;
	text-align: right;
	padding: 3px;
	color: #fff;
	background: #b8ac87;
	border-bottom: 1px solid #81795e;
	}
.band_odd {
	width: 280px;
	float: left;
	text-align: left;
	padding: 3px 8px;
	border-bottom: 1px solid #81795e;
}
.band_even {
	width: 280px;
	float: left;
	text-align: left;
	padding: 3px 8px;
	color: #fff;
	background: #b8ac87;
	border-bottom: 1px solid #81795e;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DAD6AF;
	font-size: 15px;
	color: #666666;
}
.indenter {
	padding-left: 15px;
	display: block;
}
#special-widget {
	padding: 20px;
	background-color: #000;
	color: #999;
	border: 4px double #fff;
}
.big-fancy {
	font-size: 32px;
	color: #CCC;
}

