/* -------------------------------------
RESET DEFAULT STYLES
------------------------------------- */
@import url("/index.php?css=styles/reset");

/* -------------------------------------
BODY AND WRAPPER
------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font: small/160% Verdana, sans-serif;
  text-align: center;
  color: #cccccc;
  background: #742912 url(http://www.chimneyville.com/images/interface/bg_riverroom_body.jpg) no-repeat 50% top;
  background-attachment: fixed;
}

#main_wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #000000;
  background: #ffffff url(http://www.chimneyville.com/images/interface/bg_main_wrapper.png) repeat-y 0 0;
}

#content_wrapper {
  clear: both;
  padding: 0 0 1em 0;
  background: transparent url(http://www.chimneyville.com/images/interface/bg_rule_content_wrapper.png) repeat-y 318px 0;
}

/* -------------------------------------
HOMEPAGE
------------------------------------- */

body#home #content_wrapper {
  background: transparent url(http://www.chimneyville.com/images/interface/bg_home_main_wrapper.png) repeat-y 0 0;
}

#slideshow {
  float: left;
  width: 909px;
  height: 274px;
  margin-left: 26px;
}

#slideshow_object {
  float: left;
  width: 909px;
  height: 274px;
  margin-left: 26px;
  background-color: #222222;
}

#feature_wrap {
  width: 909px;
  margin-left: 26px;
}

#feature_wrap p, #feature_wrap ul {
  font-size: 85%;
  line-height: 160%;
}

.feature {
  width: 303px;
  float: left;
  min-height: 155px;
  background-repeat: no-repeat;
}

.feature h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.feature h1 a {
  display: block;
  padding: 6px 20px;
  text-decoration: none;
  color: #ffffff;
  background: #000000 url(http://www.chimneyville.com/images/interface/bg_feature_h1.png) repeat-y 0 0;
}

.first_feature h1 a {
  background-image: none;
}

.feature p, .feature ul {
  margin: 12px 20px 12px 150px;
}

.feature img {
  float: left;
  width: 100px;
  margin: 12px 12px 12px 20px;
}

.ftr_menus_and_pricing {
  background-image: url(http://www.chimneyville.com/images/interface/bg_ftr_menus_and_pricing.jpg);
  background-position: 0 2em;
}

.ftr_occasions {
  background-image: url(http://www.chimneyville.com/images/interface/bg_ftr_occasions.jpg);
  background-position: 1px 2em;
}

.ftr_accommodations {
  background-image: url(http://www.chimneyville.com/images/interface/bg_ftr_accommodations.jpg);
  background-position: 1px 2em;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
  color: #3366CC;
  background: transparent;
}

a:visited {
  color: #993366;
  background: transparent;
}

a:hover {
  color: #000000;
  background: transparent;
}

a:active {
  color: #3366CC;
  background: transparent;
}

img.right {
  float: right;
  display: inline;
  margin: 0.4em 0 0 12px;
}

img.left {
  float: left;
  display: inline;
  margin: 0.4em 12px 0 0;
}

img {
  border: none;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1em 0;
  padding: 0;
}

hr {
  display: none;
}

/* Hides JQuery tabs */
.ui-tabs-hide { display: none; }

/* -------------------------------------
HEADER
------------------------------------- */

#header {
  height: 180px;
  position: relative;
}

#header p.locations {
  width: 573px;
  position: absolute;
  bottom: 24px;
  left: 262px;
  font-size: 85%;
  font-weight: bold;
  text-align: center;
}

/* -------------------------------------
PAGE TITLE
------------------------------------- */

#page_title {
  width: 910px;
  margin: 0 0 0 25px;
}

#page_title h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #000000;
  padding: 0.5em 1em 0.6em 1em;
  text-align: center;
}

/* -------------------------------------
LAYOUT COLUMNS FOR CONTENT
------------------------------------- */

#main_col {
  width: 560px;
  float: right;
  margin: 2em 50px 0 0;
}

#sub_col {
  width: 298px;
  float: left;
  margin: 0 0 0 26px;
}

/* -------------------------------------
NAV
------------------------------------- */

#nav {
  /*font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;*/
  font-weight: bold;
  font-size: 85%;
  width: 910px;
  margin: 0 0 0 25px;
  background: #8a8a8a url(http://www.chimneyville.com/images/interface/bg_cafe_nav.jpg) no-repeat 0 0;
  border: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  text-align: center;
}

#nav ul {
  /* this works with #nav ul li a padding */
  padding: 0.5em 0;
}

#nav ul li {
  display: inline;
}

#nav ul li a {
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

#nav ul li a:hover {
  text-decoration: underline;
}

#nav ul li.current a {
  font-weight: bold;
}

/* -------------------------------------
SUBNAV
------------------------------------- */

ul#subnav li a {
  display: block;
  padding: 8px 14px;
  text-decoration: none;
  border-bottom: 1px dashed #000000;
  color: #000000;
  background-color: #eeeeaa;
}

ul#subnav li a:hover {
  background-color: #FFFFCC;
}

ul#subnav li.current a {
  color: #000000;
  background-color: #FFFFCC;
}

/* -------------------------------------
JOIN MAILING LIST
------------------------------------- */

#mailinglist_form {
  font-size: 85%;
  margin-bottom: 2em;
  padding: 1em 16px 2em 16px;
  background-color: #eeeeaa;
}

#mailinglist_form input.text_field {
  width: 200px;
  font-size: 11px;
}

#mailinglist_form input.submit_button {
  font-size: 11px;
}

/* -------------------------------------
MAIN COLUMN CONTENT STYLES
------------------------------------- */

#main_col h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 140%;
  margin: 0 0 1em 0;
}

#main_col h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 105%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  /*clear: both;*/
  margin-bottom: 1em;
  color: #6b3600;
  background-color: transparent;
}

#main_col h3 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 110%;
  text-transform: capitalize;
  margin: 0 0 0.25em 0;
  /*color: #9d1413;*/
  background: transparent;
}

#main_col h4 {
  font-size: 85%;
  margin: 0 0 0.25em 0;
  color: #666666;
  background: transparent;
}

#main_col strong {
  font-size: 90%;
}

#main_col p {
  margin-bottom: 1em;
}

#main_col ul {
  margin-bottom: 1em;
}

#main_col ul li {
  list-style: square;
  margin: 0 0 0 1.2em;
}

#main_col hr {
  display: block;
  visibility: hidden;
  margin: 2em 0;
}

/* -------------------------------------
SUB COLUMN CONTENT STYLES
------------------------------------- */

#sub_col img {
  border-bottom: 3px solid #000000;
  display: block;
}

/* -------------------------------------
RESTAURANT PAGE STYLING
------------------------------------- */

#rstrnt_loc_info {
  float: right;
  width: 200px;
  margin-left: 1em;
  margin-bottom: 1em;
  font-size: 85%;
  border-left: 1px dashed #666666;
}

#rstrnt_loc_info h2 {
  margin-bottom: 0 !important;
}

h1.rstrnt_name {
  margin-left: 14px !important;
}

img.rstrnt_loc_pic {
  margin-left: 14px;
}

div.rstrnt_address {
  margin-left: 14px;
}

div.rstrnt_hours {
  margin-left: 14px;
}

div.rstrnt_map {
  margin-left: 14px;
}

/* -------------------------------------
CONTACT FORM
------------------------------------- */

form#contact_form fieldset {
  border: 1px solid #dddddd;
  padding: 1em;
}

form#contact_form legend {
  color: #000000;
  font-weight: bold;
}

/* -------------------------------------
FORM STYLES
------------------------------------- */

/* MEMBERSHIP FORM */

form#standard_form {
  margin: 0 0 1em 0;
  padding: 0;
}

form#standard_form fieldset {
  border: 1px solid #dddddd;
  margin: 0 0 1em 0;
  padding: 12px;
}

form#standard_form fieldset legend {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

form#standard_form fieldset p {
  margin: 0 0 4px 0;
  padding: 6px;
  clear: both;
  background-color: #eeeeee;
}

form#standard_form fieldset p input.text {
  margin: 0;
  padding: 0;
}

form#standard_form fieldset p label {
  width: 160px;
  margin: 2px 0 0 0;
  float: left;
}

.form_req {
  color: #FF0000;
  background: transparent;
}

/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
  clear: both;
  padding: 2em 25px 1.2em 25px;
  font-size: 80%;
  text-align: center;
  color: #8D7445;
  background: #edeaa2 url(http://www.chimneyville.com/images/interface/bg_footer.jpg) no-repeat 0 0;
}

#footer p {
  margin: 0;
  padding: 0;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

#nav:after,
#content_wrapper:after,
#feature_wrap:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}