/* reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* typography */
body {
  color: #666;
  font: 12px/1.5 Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #771b11;
}

a {
  color: #771b11;
}

a:focus, a:hover {}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {font-size: 20px; line-height: 36px; margin-bottom: 18px;}
h2 {font-size: 18px; line-height: 18px; margin-bottom: 18px;}
h3 {font-size: 16px; line-height: 18px; margin-bottom: 18px;}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 15px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 18px;
}

/* layout */
body {
  background: #f2f2f2 url(../img/background.png) 0 0 repeat-x;
  background: url(../img/background.png) 0 0 repeat-x, url(../img/orchidee.png) 320px 10px no-repeat #f2f2f2;
  margin: 0 auto;
  padding: 0 48px;
  width: 896px;
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

#main {
  padding: 25px 0;
}

footer {
  padding: 10px 10px 0;
}

/* logo */
#logo {
  float: left;
  margin: 10px 0;
}

#logo a {
  background: url(../img/logo.png) no-repeat;
  display: block;
  height: 80px;
  overflow: hidden;
  text-indent: -9999px;
  width: 250px;
}

/* nav */
nav ul, nav ul * {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul {
  line-height: 20px;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  width: 170px;
}

nav ul ul li {
  width: 100%;
}

nav ul li:hover {
  visibility: inherit;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul a {
  display: block;
  position: relative;
}

nav ul li:hover ul,
nav ul li.sfHover ul {
  left: 0;
  top: 40px;
  z-index: 99;
}

nav ul li:hover li ul,
nav ul li.sfHover li ul {
  top: -9999px;
}

nav ul li li:hover ul,
nav ul li li.sfHover ul {
  left: 170px;
  top: 0;
}

nav ul li li:hover li ul,
nav ul li li.sfHover li ul {
  top: -9999px;
}

nav ul li li li:hover ul,
nav ul li li li.sfHover ul {
  left: 170px;
  top: 0;
}

/* nav skin */
nav ul {
  background: url(../img/menu.png) no-repeat;
  float: left;
  margin-bottom: 15px;
  padding: 0 25px;
  width: 846px;
}

nav ul ul {
  background: none;
  padding: 0;
}

nav ul a {
  padding: 10px 15px;
  text-decoration: none;
}

nav ul a, nav ul a:visited  {
  color: #f2f2f2;
}

nav ul li {
  margin-right: 35px;
}

nav ul li li {
  /*background: #d0d1c3;*/
  background: #b7b8ab;
}

nav ul li:hover, nav ul li.sfHover,
nav ul li a:focus, nav ul li a:hover, nav ul li a:active {
  color: #fff;
  outline: 0;
}

nav ul li li:hover, nav ul li li.sfHover,
nav ul li li a:focus, nav ul li li a:hover, nav ul li li a:active {
  /*background: #b7b8ab;*/
  background: #9d9e93;
  outline: 0;
}

/* nav select */
nav select {
  display: none;
}

/* sidebar, content */
#sidebar {
  background: #d0d1c3;
  color: #fff;
  float: left;
  padding: 10px 20px;
  width: 212px;
}

#content {
  float: right;
  width: 620px;
}

#sidebar h3 {
  color: #fff;
}

/* footer */
footer {
  border-top: 1px dashed #d0d1c3;
  color: #b3b3b3;
  font-size: .8333em;
  line-height: 1.8;
}

#info {
  float: right;
}

#info li {
  display: inline;
  margin-left: 10px;
}

#info li a {
  color: #9b7733;
}

#info li a:focus,
#info li a:hover,
#info .current a {
  text-decoration: none;
}

/* form */
#contact_form .input {
  line-height: 30px;
  margin-bottom: 18px;
}

#contact_form label.label,
#contact_form input.text,
#contact_form textarea {
  float: left;
}

#contact_form label.label {
  margin-right: 25px;
  text-align: right;
  width: 75px;
}

#contact_form label.error {
  clear: left;
  color: #771b11;
  float: left;
  margin-left: 100px;
}

#contact_form input.text,
#contact_form textarea {
  border: 1px solid #d0d1c3;
  padding: 5px;
}

#contact_form input.error,
#contact_form textarea.error {
  border: 1px dotted #771b11;
}

#contact_form input.text {
  width: 250px;
}

#contact_form textarea {
  height: 170px;
  width: 350px;
}

#contact_form input.submit {
  background: #d0d1c3;
  border: none;
  color: #fff;
  display: block;
  margin-left: 100px;
  padding: 5px 15px;
}

#contact_form #advice {
  margin-left: 100px;
}

.required {
  color: #771b11;
}

/* table */
.hours {
  border-collapse: collapse;
  width: 100%;
}

.hours th,
.hours td {
  border: 1px solid #d0d1c3;
  padding: 5px 10px;
}

/* slideshow */
.slideshow {
  height: 250px;
  list-style-type: none;
  margin: 55px 0 0;
  position: relative;
  width: 896px;
}

.slideshow li {
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

.slideshow li:first-child {
  display: block;
}

/* ticker */
.ticker {
  color: #771b11;
  line-height: 30px;
}

.ticker-container {
  background: #d0d1c3;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 896px;
}

.ticker-list {
  left: 896px;
  list-style-type: none;
  margin: 0;
  position: relative;
  white-space: nowrap;
}

.ticker-list li {
  display: inline;
  margin: 0 25px 0 0;
}

/* facebook */
#fb-like {
  float: left;
  margin-top: 35px;
}

/* google */
#g-plusone {
  float: left;
  margin: 31px 0 0 353px;
}

/* tablet layout */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body, .slideshow img, .media, .ticker-container, #content {
    width: 712px;
  }

  body {
    padding: 0 28px;
  }

  #fb-like {
    margin: 35px 0 0 301px;
  }

  nav ul {
    width: 662px;
  }

  .slideshow {
    margin-bottom: -52px;
  }

  .slideshow img, .media {
    height: auto;
  }

  .ticker-list {
    left: 712px;
  }

  #content {
    float: none;
  }

  #g-plusone, #sidebar {
    display: none;
  }
}

/* mobile layout */
@media only screen and (max-width: 767px) {
  body, .slideshow img, .media, .ticker-container, #content {
    width: 252px;
  }

  body {
    padding: 0 34px;
  }

  #logo {
    float: none;
    margin: 10px auto;
  }

  #fb-like {
    float:none;
    margin: 10px auto;
    width: 161px;
  }

  nav ul {
    display: none;
    width: 202px;
  }

  .slideshow {
    margin-bottom: -181px;
  }

  .slideshow img, .media {
    height: auto;
  }

  .ticker-list {
    left: 252px;
  }

  footer {
    text-align: center;
  }

  nav select {
    display: inline-block;
    width: 252px;
  }

  #content img {
    border: 0;
    height: auto;
    max-width: 252px;
    padding: 0;
  }

  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 0!important;
  }

  #content, ul#info, DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, ul#info {
    float: none;
  }

  #g-plusone, #sidebar, .media {
    display: none;
  }
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}


