/*
	AUTHOR:	  nVisionary Design
			  paul@nvisionarydesig.com
			  http://nvisionarydesign.com

                black #191919
                gray #515151
                dark red #990000
                orange #DA4B0F
                yellow #E9B104
                gold #e5cd28
                white #e7e6e6
*/

/* RESETS & BASIC PAGE SETUP v1.0 | 20080212 */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html { height: 100%; font-size: 76%;
}
.clear:after {
  content: ""; display: block; clear:both;
}
    .clear {zoom: 1;}
body {
  font-family: Lucida Sans, Helvetica, sans-serif;
  line-height: 1.4em;
  font-size: 1.2em;
  background: #515151 url(images/bg.jpg) repeat-x;
}
h2 {
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 22px;
  color: #fff;
  padding: 10px;
  background: #DA4B0F;
  border: 1px solid #ee5718;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
p {
  font-size: 14px;
  color: #e7e6e6
}
a {
  text-decoration: none;
  color: #e7e6e6
}
a:hover {
  text-decoration: underline;
}


#container {
  width: 960px; margin: 0 auto;
}
/*---------------------------------*/
/*HEADER
/*---------------------------------*/
#header {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#header img {
  position: absolute;
  width: 960px;
  height: 235px;
  margin: 0;
}
#header h1 a {
  display: block;
  width: 336px;
  height: 234px;
  float: left;
  text-indent: -9999px;
  margin: 0;
}
/*---------------------------------*/
/*NAVIGATION
/*---------------------------------*/
#navigation {
  clear: both;
  position: relative;
  width: 960px;
  height: 41px;
  margin: 0 auto;
  background: #990000 url(images/nav-bg.jpg)repeat-x;
}
#navigation img {
  width: 320px;
  height: 105px;
  float: left;
  margin: 0 0 0 40px;
}
#navigation ul#nav {
  width: 500px;
  float: right;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
#navigation ul#nav li {
  float: left;
  padding: 10px 10px 0 22px;
}
#navigation ul#nav li a {
  font-family: Lucida Sans, Helvetica, sans-serif;
  font-size: 15px;
  color: #cbcbcb;
  font-weight: bold;
  text-decoration: none;
}
#navigation ul#nav li a:active, #navigation ul#nav li a:visited {
  color: #e7e6e6; text-decoration: none;
}
#navigation ul#nav li a:hover {
  color: #E9B104; font-weight: bold;
}
body#home ul#nav li a.home,
body#about ul#nav li a.about,
body#menu ul#nav li a.menu,
body#gallery ul#nav li a.gallery,
body#contact ul#nav li a.contact {
  color: #E9B104; font-weight: bold;
}


/*---------------------------------*/
/*CONTENT
/*---------------------------------*/
#content {
  clear: both;
  width: 960px;
  margin: 0 auto;
}
/*---------------------------------*/
/*CONTENT > Main
/*---------------------------------*/
#main {
  width: 460px;
  float: left;
  margin: 10px 0 20px 0;
  border-right: 1px dotted #404040;
}
#main h2 {
  float: left;
  width: 380px;
  margin: 20px 0 15px 40px;
}
#main h3 {
  float: left;
  width: 360px;
  margin: 20px 0 20px 35px;
  padding: 10px 25px 10px 15px;
  color: #e7e6e6;
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  background: #990000;
  border: 1px solid #a90101;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main p {
  float: left;
  margin: 10px 40px 10px 50px;
}
span.p-bold {
  font-weight: bold;
}

/*---------------------------------*/
/*CONTENT > Sidebar
/*---------------------------------*/
#sidebar {
  width: 488px;
  float: right;
  margin: 19px 0 0 0;
}
/*---------------------------------*/
/*SIDEBAR > FEATURED SLIDER
/*---------------------------------*/
#feature-slider {
  width: 490px; height: 250px;
  position: relative;
  margin: 0 0 30px 0;
}
#slideshow {
  width: 450px; height: 182px;
  position: absolute;
  margin: 10px 30px 0 10px;
  border: 1px solid #454444;
}
    #slideshow ul{
      margin: 0; padding: 0; list-style-type: none;
      height: 1%; /*IE fix*/
    }
    #slideshow ul:after {
      content: ".";
      clear: both;
      display: block;
      height: 0;
      visibility: hidden;
    }

/*---------------------------------*/
/*SIDEBAR > FEATURED SLIDER > SLIDES
/*---------------------------------*/
#slideshow div.slides {
  overflow: hidden;
}
#slideshow div.slides ul {
  /*total width of all slides - 450px(length of one slide) multiplied by number of slides*/
  width: 2700px;
}
  #slideshow div.slides li {
    width: 450px;
    float: left;
    padding: 10px;
  }
    #slideshow div.slides li a{
      color: #fff; text-decoration: none;
    }
        #slideshow div.slides li a:active, #slideshow div.slides li a:visited {
          color: #fff; text-decoration: none;
        }
        #slideshow div.slides li a:hover {
          color: #E9B104; border-bottom: 1px dotted #E9B104;
        }
  #slideshow div.slides img {
    width: 180px; height: 160px;
    float: left;
    padding: 0;
    margin: 0px;
    border: 1px solid #E9B104;
  }
  #slideshow div.slides h3 {
    margin: 0 30px 10px 0;
    float: right;
    color: #e7e6e6;
    font-size: 20px;
    font-family: Georgia, Helvetica, sans-serif;
  }
  #slideshow div.slides p {
    float: right;
    width: 200px;
    color: #515151;
    margin: 0 30px 0 0px;
    padding: 10px;
    border: 1px solid #e5cd28;
    background: #E9B104;
  }

/*---------------------------------*/
/*SIDEBAR > FEATURED SLIDER > BUTTONS
/*---------------------------------*/
.tickets {
  clear: both;
  overflow: hidden;
  width: 120px;
  float: right;
  margin: -35px 153px 0px 0px;
  padding: 5px;
  background: #d9a503;
  border: 1px solid #d9a503;
}
.tickets a {
  color: #fff; text-decoration: none;
}
.tickets a:active, .tickets a:visited  {
  color: #fff; text-decoration: none;
}
.tickets a:hover  {
  color: #990000; border: 1px dotted #990000;
}
.directions {
  clear: both;
  overflow: hidden;
  width: 105px;
  float: right;
  margin: -35px 23px 0px 0px;
  padding: 5px;
  background: #E9B104;
  border: 1px solid #d9a503;
}
.directions a {
  color: #fff; text-decoration: none;
}
.directions a:active, .tickets a:visited  {
  color: #fff; text-decoration: none;
}
.directions a:hover  {
  background: #990508;
  border: 1px solid #d9a503;
}

/*---------------------------------*/
/*SIDEBAR > FEATURED SLIDER > NAVIGATION
/*---------------------------------*/
#slideshow .slides-nav {
  background-color: #E9B104;
}
    #slideshow .slides-nav li {
      float: left;
    }
        #slideshow .slides-nav li a {
          display: block;
          padding: 5px 10px 5px 5px;
          outline: none;
          color: #e7e6e6; text-decoration: none;
        }
        #slideshow .slides-nav li a:active, #slideshow .slides-nav li a:visited {
          color: #e7e6e6; text-decoration: none;
        }
        #slideshow .slides-nav li a:hover {
          color: #C90002;
        }
.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
  background-color: #E9B104;
  border: 1px solid #E9B104;
}
.js #slideshow .slides-nav li.on a {
  position: relative;
  top: -1px;
}

/*---------------------------------*/
/*SIDEBAR > Testimonials
/*---------------------------------*/
#testimonials {
  clear: both;
  width: 450px;
  position: relative;
}
#testimonials h2 {
  float: left;
  width: 430px;
  margin: 12px 0 15px 10px;
}
#testimonials ul {
  width: 450px;
  float: left;
  margin: 10px;
  overflow: hidden;
  list-style: none;
}
#testimonials ul li {
  float: right;
  padding: 0px;
}
#testimonials ul li img {
  float: left;
  height: 14px;
  height: 14px;
  padding: 5px;
}
#testimonials ul li p {
  margin: 0px 5px 25px 25px;
}

/*---------------------------------*/
/*SIDEBAR > Review
/*---------------------------------*/
#review {
  clear: both;
  width: 450px;
  position: relative;
}
#review h2 {
  float: left;
  width: 430px;
  margin: 11px 0 15px 10px;
}
#review ul {
  width: 450px;
  float: left;
  margin: 10px;
  overflow: hidden;
  list-style: none;
}
#review ul li {
  float: right;
  padding: 0px;
}
#review ul li img {
  float: left;
  height: 14px;
  height: 14px;
  padding: 5px;
}
#review ul li p {
  margin: 0px 5px 25px 25px;
}
#review ul li a, #review ul li a:active, #review ul li a:visited  {
  color: #e7e6e6;
  background-color: #E9B104;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#review ul li a:hover  {
  color: #990000;
  text-decoration: none;
}

/*---------------------------------*/
/*FOOTER
/*---------------------------------*/
#footer {
  clear:both;
  position: relative;
  width: 960px;
  height: 257px;
  margin: 0 auto;
  background: #990000 url(images/footer-bg.jpg) repeat-x;
  border: 1px solid #a90101;
}
#col1 {
  float: left;
  width: 250px;
  margin: 50px 0 0 40px;
}
#col1 p {
  font-size: 16px;
  padding: 10px 0 10px 10px;
}
#col2 {
  float: left;
  width: 300px;
  margin: 30px 0 0 40px;
}
#col2 a {
  float: right;
  width: 105px;
  margin: 0 100px 0px 0;
  background: #E9B104;
  color: #e7e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#col2 a:active, #col2 a:visited  {
  color: #e7e6e6; text-decoration: none;
}
#col2 a:hover  {
  background: #E9B104;
  color: #990000;
  text-decoration: none;
  border: 1px solid #990000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#col2 p {
  margin: 200px 0 0 0;
}
#col3 {
  float: right;
  width: 250px;
  margin: 50px 40px 0 0px;
}
#col3 p {
  float: left;
  margin: 10px 0 10px 70px;
  font-size: 16px;
}
/*---------------------------------*/
/*COLORBOX
/*---------------------------------*/
#colorbox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:9999;}
#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
#colorbox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
	#modalWrap{width:9000px; height:9000px;}
		#modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
		#borderMiddleLeft, #borderBottomLeft{clear:left;}
		#modalContent{position:relative; overflow:visible;}
			#contentTitle{margin:0;}
			#modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;}
			#modalLoadedContent{overflow:auto; width:0; height:0;}
			#modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
			#modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap embedded content */
			#modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}

#modalBackgroundOverlay{background:#202020;}

#colorBox{}
	#borderTopLeft{width:27px; height:27px; background:url(../images/borderTopLeft.png) 0 0 no-repeat;}
	#borderTopCenter{height:27px; background:url(../images/borderTopCenter.png) 0 0 repeat-x;}
	#borderTopRight{width:27px; height:27px; background:url(../images/borderTopRight.png) 0 0 no-repeat;}
	#borderBottomLeft{width:27px; height:27px; background:url(../images/borderBottomLeft.png) 0 0 no-repeat;}
	#borderBottomCenter{height:27px; background:url(../images/borderBottomCenter.png) 0 0 repeat-x;}
	#borderBottomRight{width:27px; height:27px; background:url(../images/borderBottomRight.png) 0 0 no-repeat;}
	#borderMiddleLeft{width:27px; background:url(../images/borderMiddleLeft.png) 0 0 repeat-y;}
	#borderMiddleRight{width:27px; background:url(../images/borderMiddleRight.png) 0 0 repeat-y;}
	#modalContent{background:#000; }
		#modalLoadedContent{margin-bottom:20px;}
			#contentTitle{display:none;}
			#contentCurrent{position:absolute; bottom:0px; left:65px; font-weight:bold; color:#999;}
			#contentPrevious{position:absolute; bottom:0px; left:0; font-weight:bold;}
			#contentNext{position:absolute; bottom:0px; left:110px; font-weight:bold;}
		#modalLoadingOverlay{background:url(../images/loading.gif) 5px 5px no-repeat #fff;}
		#modalClose{position:absolute; bottom:0; right:0; display:block;  font-weight:bold;}
		#modalClose:hover{background-position:bottom left;}

