/* ==========================================================
 * BaseWeb - Reset Styles
 * https://github.com/sebnitu/BaseWeb
 * ==========================================================
 * Copyright 2012 Sebastian Nitu.
 *
 * Forked from Eric Meyer's reset styles (http://meyerweb.com/)
 * ========================================================== */
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 {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* ==========================================================
	End of Reset Styles
============================================================= */
/* ==========================================================
 * BaseWeb - Font Includes via @font-face
 * https://github.com/sebnitu/BaseWeb
 * ==========================================================
 * Copyright 2012 Sebastian Nitu.
 * ========================================================== */
/**
 * Font Name
 * - Font created by: Hans Gerhard Meier
 * - http://www.dafont.com/journal.font
 */
@font-face {
  font-family: 'Journal';
  src: url('../fonts/journal-webfont.eot');
  src: url('../fonts/journal-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/journal-webfont.woff') format('woff'), url('../fonts/journal-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================
	End of Font Includes
============================================================= */
/* ==========================================================
 * BaseWeb - Grid System
 * https://github.com/sebnitu/BaseWeb
 * ==========================================================
 * Copyright 2012 Sebastian Nitu.
 *
 * The grid system is forked from 960 Grid System(1) and modified
 * to create fluid layout support and a responsive structure for the
 * desktop, tablet and mobile. CSS clear class by Nathan Smith(2) and
 * clearfix class by Thierry Koblentz(3). I'm using a method in LESS
 * to output the column styles that is used in Bootstrap by Twitter(4)
 * as well as the show/hide utility classes for devices.
 *
 * 1) http://960.gs/
 * 2) http://sonspring.com/journal/clearing-floats
 * 3) http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified
 * 4) http://twitter.github.com/bootstrap/
 * ========================================================== */
/* ==========================================================
	Clearing Elements
============================================================= */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/* ==========================================================
	Base Grid System
============================================================= */
/* Base 960px grid */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  clear: both;
  *zoom: 1;
}
.container:before,
.container:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.container:after {
  clear: both;
}
[class*="grid-"] {
  display: inline;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
[class*="push-"],
[class*="pull-"] {
  position: relative;
}
.alpha {
  margin-left: 0 !important;
}
.omega {
  margin-right: 0 !important;
}
.grid-12 {
  width: 930px;
}
.grid-11 {
  width: 850px;
}
.grid-10 {
  width: 770px;
}
.grid-9 {
  width: 690px;
}
.grid-8 {
  width: 610px;
}
.grid-7 {
  width: 530px;
}
.grid-6 {
  width: 450px;
}
.grid-5 {
  width: 370px;
}
.grid-4 {
  width: 290px;
}
.grid-3 {
  width: 210px;
}
.grid-2 {
  width: 130px;
}
.grid-1 {
  width: 50px;
}
.prefix-12 {
  padding-left: 960px;
}
.prefix-11 {
  padding-left: 880px;
}
.prefix-10 {
  padding-left: 800px;
}
.prefix-9 {
  padding-left: 720px;
}
.prefix-8 {
  padding-left: 640px;
}
.prefix-7 {
  padding-left: 560px;
}
.prefix-6 {
  padding-left: 480px;
}
.prefix-5 {
  padding-left: 400px;
}
.prefix-4 {
  padding-left: 320px;
}
.prefix-3 {
  padding-left: 240px;
}
.prefix-2 {
  padding-left: 160px;
}
.prefix-1 {
  padding-left: 80px;
}
.suffix-12 {
  padding-right: 960px;
}
.suffix-11 {
  padding-right: 880px;
}
.suffix-10 {
  padding-right: 800px;
}
.suffix-9 {
  padding-right: 720px;
}
.suffix-8 {
  padding-right: 640px;
}
.suffix-7 {
  padding-right: 560px;
}
.suffix-6 {
  padding-right: 480px;
}
.suffix-5 {
  padding-right: 400px;
}
.suffix-4 {
  padding-right: 320px;
}
.suffix-3 {
  padding-right: 240px;
}
.suffix-2 {
  padding-right: 160px;
}
.suffix-1 {
  padding-right: 80px;
}
.push-12 {
  left: 960px;
}
.push-11 {
  left: 880px;
}
.push-10 {
  left: 800px;
}
.push-9 {
  left: 720px;
}
.push-8 {
  left: 640px;
}
.push-7 {
  left: 560px;
}
.push-6 {
  left: 480px;
}
.push-5 {
  left: 400px;
}
.push-4 {
  left: 320px;
}
.push-3 {
  left: 240px;
}
.push-2 {
  left: 160px;
}
.push-1 {
  left: 80px;
}
.pull-12 {
  left: -240px;
}
.pull-11 {
  left: -220px;
}
.pull-10 {
  left: -200px;
}
.pull-9 {
  left: -180px;
}
.pull-8 {
  left: -160px;
}
.pull-7 {
  left: -140px;
}
.pull-6 {
  left: -120px;
}
.pull-5 {
  left: -100px;
}
.pull-4 {
  left: -80px;
}
.pull-3 {
  left: -60px;
}
.pull-2 {
  left: -40px;
}
.pull-1 {
  left: -20px;
}
/* Fluid */
.container.fluid {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}
.fluid [class*="grid-"] {
  margin-left: 1%;
  margin-right: 1%;
}
.fluid .grid-12 {
  width: 97.99600000000001%;
}
.fluid .grid-11 {
  width: 89.663%;
}
.fluid .grid-10 {
  width: 81.33%;
}
.fluid .grid-9 {
  width: 72.997%;
}
.fluid .grid-8 {
  width: 64.664%;
}
.fluid .grid-7 {
  width: 56.331%;
}
.fluid .grid-6 {
  width: 47.998000000000005%;
}
.fluid .grid-5 {
  width: 39.665%;
}
.fluid .grid-4 {
  width: 31.332%;
}
.fluid .grid-3 {
  width: 22.999000000000002%;
}
.fluid .grid-2 {
  width: 14.666%;
}
.fluid .grid-1 {
  width: 6.333%;
}
.fluid .prefix-12 {
  padding-left: 99.99600000000001%;
}
.fluid .prefix-11 {
  padding-left: 91.663%;
}
.fluid .prefix-10 {
  padding-left: 83.33%;
}
.fluid .prefix-9 {
  padding-left: 74.997%;
}
.fluid .prefix-8 {
  padding-left: 66.664%;
}
.fluid .prefix-7 {
  padding-left: 58.331%;
}
.fluid .prefix-6 {
  padding-left: 49.998000000000005%;
}
.fluid .prefix-5 {
  padding-left: 41.665%;
}
.fluid .prefix-4 {
  padding-left: 33.332%;
}
.fluid .prefix-3 {
  padding-left: 24.999000000000002%;
}
.fluid .prefix-2 {
  padding-left: 16.666%;
}
.fluid .prefix-1 {
  padding-left: 8.333%;
}
.fluid .suffix-12 {
  padding-right: 99.99600000000001%;
}
.fluid .suffix-11 {
  padding-right: 91.663%;
}
.fluid .suffix-10 {
  padding-right: 83.33%;
}
.fluid .suffix-9 {
  padding-right: 74.997%;
}
.fluid .suffix-8 {
  padding-right: 66.664%;
}
.fluid .suffix-7 {
  padding-right: 58.331%;
}
.fluid .suffix-6 {
  padding-right: 49.998000000000005%;
}
.fluid .suffix-5 {
  padding-right: 41.665%;
}
.fluid .suffix-4 {
  padding-right: 33.332%;
}
.fluid .suffix-3 {
  padding-right: 24.999000000000002%;
}
.fluid .suffix-2 {
  padding-right: 16.666%;
}
.fluid .suffix-1 {
  padding-right: 8.333%;
}
.fluid .push-12 {
  left: 99.99600000000001%;
}
.fluid .push-11 {
  left: 91.663%;
}
.fluid .push-10 {
  left: 83.33%;
}
.fluid .push-9 {
  left: 74.997%;
}
.fluid .push-8 {
  left: 66.664%;
}
.fluid .push-7 {
  left: 58.331%;
}
.fluid .push-6 {
  left: 49.998000000000005%;
}
.fluid .push-5 {
  left: 41.665%;
}
.fluid .push-4 {
  left: 33.332%;
}
.fluid .push-3 {
  left: 24.999000000000002%;
}
.fluid .push-2 {
  left: 16.666%;
}
.fluid .push-1 {
  left: 8.333%;
}
.fluid .pull-12 {
  left: -51.99600000000001%;
}
.fluid .pull-11 {
  left: -47.663%;
}
.fluid .pull-10 {
  left: -43.33%;
}
.fluid .pull-9 {
  left: -38.997%;
}
.fluid .pull-8 {
  left: -34.664%;
}
.fluid .pull-7 {
  left: -30.331000000000003%;
}
.fluid .pull-6 {
  left: -25.998000000000005%;
}
.fluid .pull-5 {
  left: -21.665%;
}
.fluid .pull-4 {
  left: -17.332%;
}
.fluid .pull-3 {
  left: -12.999000000000002%;
}
.fluid .pull-2 {
  left: -8.666%;
}
.fluid .pull-1 {
  left: -4.333%;
}
/* ==========================================================
	End of Grid System
============================================================= */
/* ==========================================================
 * BaseWeb - Overlay Styles
 * https://github.com/sebnitu/BaseWeb
 * ==========================================================
 * Copyright 2012 Sebastian Nitu.
 *
 * Fancybox specific styles are from Jānis Skarnelis of FancyApps(1).
 * All credit goes to him and his awesome fancybox script. Additional
 * styles added for a modular look on alax overlays. To get the 
 * original unchanged fancybox styles, download it from FancyApps(1).
 *
 * 1) http://fancyapps.com/fancybox/
 * ========================================================== */
/* ==========================================================
	Structure
============================================================= */
.overlay {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  width: 400px;
}
/* ==========================================================
	FancyBox Defaults (fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license)
============================================================= */
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  margin: 0;
  padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}
/**
 * Overlay helper
 */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
}
#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
/**
 * Title helper
 */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8030;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  margin-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/**
 * Loading
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: #000000 url(../img/layout/ajax-loader.gif) center center no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/**
 * Buttons
 */
.fancybox-close {
  background: url(../img/layout/btn-close.png) no-repeat center top;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:hover {
  background-position: center bottom;
}
/* ==========================================================
	End of Font Includes
============================================================= */
/* ==========================================================
 * BaseWeb - Main Styles
 * https://github.com/sebnitu/BaseWeb
 * ==========================================================
 * Copyright 2012 Sebastian Nitu.
 * ========================================================== */
/* ==========================================================
	Typography
============================================================= */
/**
 * Base
 */
body {
  font-family: verdana, "Helvetica Neue", "HelveticaNeue", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #504b3a;
}
/**
 * Headers
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "grad", georgia, times, serif;
  font-weight: bold;
  color: #302812;
  margin: 15px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #32050a;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #7c1d1d;
}
h1 {
  font-size: 44px;
  line-height: 52px;
  color: #7c1d1d;
}
h2 {
  font-size: 20px;
  line-height: 26px;
  color: #7c1d1d;
}
h3 {
  font-family: verdana, "Helvetica Neue", "HelveticaNeue", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h4 {
  font-size: 16px;
  line-height: 22px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}
h1 small {
  font-family: verdana, "Helvetica Neue", "HelveticaNeue", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #958e75;
  font-style: italic;
  font-weight: normal;
  display: block;
  margin: -10px 0 5px;
}
/**
 * Basic Elements
 */
p {
  margin: 10px 0;
}
a {
  color: #7c1d1d;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #7c1d1d;
  border-color: #7c1d1d;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-style: normal;
  font-size: 80%;
  color: #958e75;
}
blockquote {
  font-style: italic;
  padding: 0 0 0 20px;
  margin: 15px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
blockquote small {
  margin: 15px 0;
  display: block;
  font-size: 100%;
}
blockquote small:before {
  content: '\2014 \00A0';
}
/**
 * Images
 */
.main img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/**
 * Lists
 */
ul,
ol {
  margin: 10px 0 10px 25px;
}
ul,
ul ul ul {
  list-style: disc;
}
ul ul,
ul ul ul ul {
  list-style: circle;
}
ol,
ol ol ol ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ul li,
ol li {
  margin: 10px 0;
}
dl {
  margin: 15px 0;
}
dl dt {
  margin: 10px 0 0;
  font-weight: bold;
}
dl dd {
  margin: 0 0 5px 20px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  margin: 0;
  padding: 0;
}
/**
 * Custom Elements
 */
.fancy-bullet li {
  background: url(../img/layout/ui-bullet.png) no-repeat 0 0.4em;
  padding-left: 18px;
}
.timestamp {
  color: #958e75;
}
/**
 * Tables
 */
table {
  width: 100%;
  max-width: 100%;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
table th {
  color: #302812;
  text-align: left;
  font-weight: bold;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Zebra Stripes */
table.zebra tbody tr:nth-child(odd) td,
table.zebra tbody tr:nth-child(odd) th {
  background: rgba(255, 255, 255, 0.04);
}
/* Rowed Tables */
table.rowed {
  border-collapse: separate;
}
table.rowed td,
table.rowed th {
  padding: 8px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
table.rowed thead tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
table.rowed tr:first-child td,
table.rowed tr:first-child th {
  border-top: 0 none;
}
/* Bordered Tables */
table.bordered {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-collapse: separate;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
table.bordered td,
table.bordered th {
  padding: 8px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
table.bordered thead tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
table.bordered tr:first-child td,
table.bordered tr:first-child th {
  border-top: 0 none;
}
table.bordered tr td:first-child,
table.bordered tr th:first-child {
  border-left: 0 none;
}
table.bordered tbody tr:last-child td:first-child,
table.bordered tbody tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
table.bordered tbody tr:last-child td:last-child,
table.bordered tbody tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
table.bordered.no-thead tr:first-child td:first-child,
table.bordered.no-thead tr:first-child th:first-child {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
table.bordered.no-thead tr:first-child td:last-child,
table.bordered.no-thead tr:first-child th:last-child {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
/* Hover Highlight */
table.hover thead tr th:hover,
table.hover tbody tr:hover {
  color: #7c1d1d;
}
table.hover tbody tr:hover td {
  background: transparent;
}
/**
 * WordPress Images Core
 */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  color: #958e75;
  padding: 10px 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  max-width: 96%;
  /* Image does not overflow the content area */

  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0;
}
/* Custom */
.img-stack img {
  float: left;
  clear: both;
  margin: 0 0 20px 0;
}
.img-stack img:last-child {
  margin-bottom: 0;
}
/* ==========================================================
	Buttons & Icons
============================================================= */
/**
 * Button
 */
.btn {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  background: #7a050b;
  background-color: #6e0307;
  background-image: -moz-linear-gradient(top, #890710, #6e0307);
  background-image: -ms-linear-gradient(top, #890710, #6e0307);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#890710), to(#6e0307));
  background-image: -webkit-linear-gradient(top, #890710, #6e0307);
  background-image: -o-linear-gradient(top, #890710, #6e0307);
  background-image: linear-gradient(top, #890710, #6e0307);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#890710', endColorstr='#6e0307', GradientType=0);
  border: 0 none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.btn:hover {
  color: #fff;
  background: #6e0307;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.btn-light {
  background: #b2ac95;
  background: rgba(0, 0, 0, 0.25);
}
.btn-light:hover {
  background: #9e9988;
  background: rgba(0, 0, 0, 0.4);
}
/**
 * Button Group
 */
.btn-group {
  *zoom: 1;
}
.btn-group:before,
.btn-group:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.btn-group:after {
  clear: both;
}
.btn-group .btn {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}
.btn-group .btn:first-child {
  border-left: 0 none;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
/**
 * Button Stack
 */
.btn-stack .btn {
  display: block;
  margin: 0 0 8px 0;
}
/**
 * Icons
 */
.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/layout/glyphicons-halflings.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icon-white {
  background-image: url(../img/layout/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
/* ==========================================================
	Forms
============================================================= */
/* ==========================================================
	Structure
============================================================= */
body {
  background: #223648;
}
body .banner .container {
  background: #d0c59f;
  background-color: #c3b688;
  background-image: -moz-linear-gradient(top, #d0c59f, #c3b688);
  background-image: -ms-linear-gradient(top, #d0c59f, #c3b688);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0c59f), to(#c3b688));
  background-image: -webkit-linear-gradient(top, #d0c59f, #c3b688);
  background-image: -o-linear-gradient(top, #d0c59f, #c3b688);
  background-image: linear-gradient(top, #d0c59f, #c3b688);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0c59f', endColorstr='#c3b688', GradientType=0);
}
body .main .container {
  background: #dbd3b8 url(../img/layout/page-bg-top.jpg) no-repeat center top;
  padding-top: 10px;
}
body.home .main .container {
  background: #dbd3b8;
  padding-top: 0;
}
body .footer .container .footer-wrap {
  background: #b0a16d url(../img/layout/footer-bg.jpg) no-repeat center top;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* IE Stack Order */
.ie7 body .header .container {
  z-index: 100;
}
.ie7 body .banner .container {
  z-index: 50;
}
/* ==========================================================
	Header
============================================================= */
/**
 * Logo
 */
.header {
  background: url(../img/layout/logo-bg.png) no-repeat center 6px;
}
.header .logo {
  position: absolute;
  z-index: 100;
  top: 17px;
  left: 386px;
}
.header .logo h1 {
  margin: 0;
}
.header .logo h1 a {
  background: url(../img/layout/logo-lakehouse.png) no-repeat center center;
  display: block;
  width: 187px;
  height: 147px;
  border: 0 none;
  text-indent: -99999px;
}
/**
 * Contact & Availability
 */
.header p {
  margin: 0;
  padding: 15px 0;
  line-height: 30px;
}
.header p a,
.header p span {
  background: #25373e;
  background: rgba(0, 0, 0, 0.25);
  border: 0 none;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.header p a:hover {
  background: #19252a;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}
.header .contact,
.header .availability {
  height: 60px;
}
.header .contact {
  float: left;
}
.header .availability {
  float: right;
}
.header .contact span {
  margin-right: 10px;
}
.header .contact .facebook {
  background-image: url(../img/layout/icon-facebook-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  width: 30px;
  height: 30px;
  padding: 0;
}
/* ==========================================================
	Navigation
============================================================= */
.header .nav {
  position: relative;
  z-index: 50;
  clear: both;
  background-color: #d0c59f;
  padding: 15px;
  font-size: 15px;
  line-height: 22px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header .nav ul {
  background-color: #6d0307;
  background-color: #6d0307;
  background-image: -moz-linear-gradient(top, #8a0710, #6d0307);
  background-image: -ms-linear-gradient(top, #8a0710, #6d0307);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8a0710), to(#6d0307));
  background-image: -webkit-linear-gradient(top, #8a0710, #6d0307);
  background-image: -o-linear-gradient(top, #8a0710, #6d0307);
  background-image: linear-gradient(top, #8a0710, #6d0307);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a0710', endColorstr='#6d0307', GradientType=0);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.header .nav ul li {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  text-align: center;
  border-left: 1px solid #9d4449;
  border-color: rgba(255, 255, 255, 0.25);
}
.header .nav > ul > li:first-child {
  border: 0 none;
}
.header .nav > ul > li.first-child {
  border: 0 none;
}
.header .nav ul li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 30px;
  border: 0 none;
}
.header .nav > ul > li > a:hover,
.header .nav > ul > li.current_page_item > a,
.header .nav > ul > li.current_page_parent > a,
.header .nav > ul > li.current_page_ancestor > a {
  background-color: #6d0307;
}
/* Reove active state for home link */
.header .nav > ul > li.page-item-5 > a {
  background-color: transparent;
}
.header .nav > ul > li.page-item-5 > a:hover {
  background-color: #6d0307;
}
.header .nav > ul > li > a:first-child {
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.header .nav > ul > li > a:last-child {
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
/* Home specific Nav Structure */
.home .header .nav {
  padding-bottom: 0;
}
.home .header .nav ul {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.home .header .nav > ul > li > a:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.home .header .nav > ul > li > a:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/**
 * Logo Spacing
 */
.header .nav > ul > li > a {
  padding-left: 0;
  padding-right: 0;
}
.header .nav > ul > li.nav-item-home,
.header .nav > ul > li.nav-item-photoTour {
  border: 0 none;
}
/* Left sum: 386px (2px from borders) */
.header .nav > ul > li.nav-item-home {
  width: 83px;
}
.header .nav > ul > li.nav-item-theLakeHouse {
  width: 154px;
}
/* 1px left border */
.header .nav > ul > li.nav-item-guestRooms {
  width: 147px;
}
/* 1px left border */
/* Logo sum: 157px */
.header .nav > ul > li.first-middle {
  margin-right: 157px;
}
.header .nav > ul > li.first-middle > a {
  padding-right: 15px;
}
.header .nav > ul > li.last-middle > a {
  padding-left: 15px;
}
/* Right sum: 387px (2px from borders) */
.header .nav > ul > li.nav-item-photoTour {
  width: 149px;
}
.header .nav > ul > li.nav-item-attractions {
  width: 138px;
}
/* 1px left border */
.header .nav > ul > li.nav-item-blog {
  width: 98px;
}
/* 1px left border */
/* Sum of all widths should equal 830px */
/* WordPress Item IDs */
.header .nav > ul > li.page-item-5,
.header .nav > ul > li.page-item-29 {
  border: 0 none;
}
.header .nav > ul > li.page-item-5 {
  width: 83px;
}
.header .nav > ul > li.page-item-7 {
  width: 154px;
}
.header .nav > ul > li.page-item-26 {
  width: 147px;
}
.header .nav > ul > li.page-item-26 {
  margin-right: 157px;
}
.header .nav > ul > li.page-item-26 > a {
  padding-right: 15px;
}
.header .nav > ul > li.page-item-29 > a {
  padding-left: 15px;
}
.header .nav > ul > li.page-item-29 {
  width: 149px;
}
.header .nav > ul > li.page-item-31 {
  width: 138px;
}
.header .nav > ul > li.page-item-33 {
  width: 98px;
}
/**
 * Sub Navigation
 */
.header .nav ul ul {
  position: absolute;
  z-index: 150;
  top: 47px;
  left: 0;
  width: 200px;
  background: #fff;
  padding: 10px;
  text-align: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.header .nav ul ul li {
  position: relative;
  float: none;
  display: block;
  padding: 0;
  border-left: 0 none;
  border-bottom: 1px solid #e0e0e0;
}
.header .nav ul ul li:last-child {
  border-bottom: 0 none;
}
.header .nav ul ul li span.nav-tab {
  background: url(../img/layout/nav-tab.png) no-repeat center center;
  position: absolute;
  top: -20px;
  left: 90px;
  width: 19px;
  height: 10px;
}
.header .nav ul ul li a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 6px 0;
  color: #504b3a;
  border: 0 none;
}
.header .nav ul ul li a:hover,
.header .nav ul ul li.current_page_item a {
  background: #efefef;
  color: #7c1d1d;
}
.header .nav ul ul li:first-child a {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.header .nav ul ul li:last-child a {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.header .nav ul ul li.has-children a i {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #aaa;
  color: rgba(0, 0, 0, 0.25);
}
/**
 * Sub Sub Navigation
 */
.header .nav ul ul ul {
  top: -10px;
  left: 195px;
}
.header .nav ul ul {
  display: none;
}
.header .nav ul li:hover > ul {
  display: block;
}
/* ==========================================================
	Main
============================================================= */
/**
 * Banner
 */
.banner h1 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 900px;
  padding: 0 30px 75px;
  font-size: 60px;
  line-height: 68px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.banner .image-gallery {
  position: relative;
  z-index: 5;
  padding-bottom: 30px;
}
.banner .image-gallery ul {
  margin: 0;
  list-style: none;
}
.banner .image-gallery ul li {
  margin: 0;
}
.banner .image-gallery ul li img {
  display: block;
}
.banner .swirl {
  background: url(../img/layout/banner-swirl-bottom.png) no-repeat center center;
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
  width: 960px;
  height: 63px;
}
/**
 * Page Structure
 */
.content {
  position: relative;
}
.content .inner {
  padding: 10px 0 20px 20px;
}
.content.grid-12 .inner {
  padding-right: 20px;
}
/**
 * General Listings
 */
.listing {
  background: rgba(255, 255, 255, 0.4);
  list-style: none;
  margin: 0 0 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.listing li {
  padding: 10px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.listing li:first-child {
  border-top: 0 none;
}
.listing li h2 {
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
}
.listing li .timestamp {
  margin-bottom: 0;
}
/**
 * Post Single
 */
.post-single .timestamp {
  float: left;
  margin: 0 5px 0 0;
  font-style: italic;
}
/**
 * Pagination
 */
.pagination-nav {
  position: relative;
  min-height: 52px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  color: #958e75;
  padding: 0;
  margin: 30px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.listing .pagination-nav {
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination-nav .share-options,
.pagination-nav .page-counter {
  float: left;
  padding: 15px 20px 0 20px;
}
.pagination-nav .share-options {
  padding-left: 10px;
  padding-right: 10px;
}
.share-options iframe {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
}
.share-options .share-table {
  margin: 0;
  padding: 0;
  border-width: 0px;
}
.share-options .share-table tr {
  padding: 0px;
  margin: 0;
  border-width: 0px;
}
.share-options .share-table td {
  padding: 0px 5px;
  margin: 0;
  vertical-align: top;
  border-width: 0px;
}
.pagination-nav .pagination {
  float: right;
}
.pagination-nav .pagination {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}
.pagination-nav .pagination span {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-indent: -99999px;
}
.pagination-nav .pagination span a,
.pagination-nav .pagination span.disabled {
  background: url(../img/layout/icons-pagination.png) no-repeat 0 0;
  display: block;
  height: 52px;
  width: 52px;
  border-bottom: 0 none;
  -webkit-transition: none 0.25s ease-in-out;
  -moz-transition: none 0.25s ease-in-out;
  -o-transition: none 0.25s ease-in-out;
  -ms-transition: none 0.25s ease-in-out;
  transition: none 0.25s ease-in-out;
}
.pagination-nav .pagination span.icon-list a {
  background-position: 0 0;
}
.pagination-nav .pagination span.icon-arrow-right a {
  background-position: 0 -52px;
}
.pagination-nav .pagination span.icon-arrow-left a {
  background-position: 0 -104px;
}
.pagination-nav .pagination span.icon-list a:hover {
  background-position: -52px 0;
}
.pagination-nav .pagination span.icon-arrow-right a:hover {
  background-position: -52px -52px;
}
.pagination-nav .pagination span.icon-arrow-left a:hover {
  background-position: -52px -104px;
}
.pagination-nav .pagination span.icon-list.disabled {
  background-position: -104px 0;
}
.pagination-nav .pagination span.icon-arrow-right.disabled {
  background-position: -104px -52px;
}
.pagination-nav .pagination span.icon-arrow-left.disabled {
  background-position: -104px -104px;
}
/**
 * Share Block
 */
.content .social-share {
  margin: 40px 0 10px;
  border: 1px solid #bcb8aa;
  background: #e8e3d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  *zoom: 1;
  clear: both;
}
.content .social-share:before,
.content .social-share:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.content .social-share:after {
  clear: both;
}
.content .social-share .facebook,
.content .social-share .tripadvisor {
  float: left;
}
.content .social-share .facebook {
  background: #3662a0 url(../img/layout/logo-facebook.png) no-repeat 20px center;
  border: 1px solid #305890;
  width: 90px;
  padding: 20px 5px 16px 155px;
  margin: -1px 0 -1px -1px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.content .social-share .tripadvisor {
  padding: 15px 0 0;
  width: 256px;
  text-align: center;
}
.content .social-share .tripadvisor a {
  border: 0 none;
}
/**
 * Decal
 */
.decal {
  background: url(../img/layout/page-decal.png) no-repeat 0 0;
  display: block;
  width: 140px;
  height: 36px;
  position: relative;
  z-index: 20;
}
.decal-bottom {
  background-position: 0 -36px;
}
.content .decal-top {
  position: absolute;
  top: -40px;
  left: 150px;
}
.content .decal-bottom {
  left: 130px;
  margin: 20px 0;
}
.sidebar .decal-top {
  left: 118px;
  margin: 20px 0;
}
.sidebar .decal-bottom {
  position: absolute;
  bottom: -30px;
  left: 118px;
}
/* ==========================================================
	BNB Plugin Templates
============================================================= */
/**
 * Rooms Listing
 */
.bnb-rooms-listing-wrap {
  margin: 30px -15px 0;
  width: 920px;
}
.bnb-rooms-listing {
  margin: 15px 0;
}
.bnb-rooms-listing li {
  margin: 0 15px;
  width: 276px;
  text-align: center;
}
.bnb-rooms-listing li a {
  display: block;
  border: 0 none;
}
.bnb-rooms-listing li a img {
  display: block;
  border: 5px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.bnb-rooms-listing li a:hover img {
  border-color: #f3f0e5;
}
.bnb-rooms-listing li a p {
  font-weight: normal;
  display: inline-block;
  margin: 5px 0 20px;
  color: #7c1d1d;
  border-bottom: 1px solid #bbb;
  border-color: rgba(0, 0, 0, 0.1);
}
.bnb-rooms-listing li a:hover p {
  color: #7c1d1d;
  border-color: #7c1d1d;
}
/**
 * Room Single
 */
.bnb-room-single-gallery {
  margin-bottom: 15px;
}
.bnb-room-single-gallery img {
  display: block;
  border: 5px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/* Thumbnails */
.bnb-gallery-thumb a {
  float: left;
  margin: 0 10px 10px 0;
  border: 0 none;
  width: 65px;
  height: 65px;
}
.bnb-gallery-thumb a img {
  display: block;
  border: 5px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  width: 55px;
  height: 55px;
}
.bnb-gallery-thumb a:hover img {
  border-color: #f3f0e5;
}
/* Description */
.main .sidebar .sidebar-item-roomDetails {
  margin-bottom: 20px;
  border: 0 none;
  *zoom: 1;
}
.main .sidebar .sidebar-item-roomDetails:before,
.main .sidebar .sidebar-item-roomDetails:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.main .sidebar .sidebar-item-roomDetails:after {
  clear: both;
}
.main .sidebar .sidebar-item-roomDetails h3 {
  margin-bottom: 10px;
}
.main .sidebar .sidebar-item-roomDetails ul {
  margin: 10px 0 10px 25px;
  list-style: disc;
}
.main .sidebar .sidebar-item-roomDetails ul li {
  margin: 5px 0;
  border: 0 none;
}
.main .sidebar .sidebar-item-roomDetails .btn-stack {
  float: right;
  margin: 25px 0 10px 10px;
}
/* ==========================================================
	Sidebar
============================================================= *//**
 * Structure
 */
.sidebar {
  background: url(../img/layout/sidebar-bg-center.gif) repeat-y left center;
  position: relative;
}
.sidebar .inner {
  background: url(../img/layout/sidebar-bg-bottom.gif) no-repeat left bottom;
  padding: 10px 0 1px;
  min-height: 332px;
}
.sidebar .sidebar-bg-top {
  background: url(../img/layout/sidebar-bg-top.gif) no-repeat center center;
  position: absolute;
  z-index: 5;
  width: 385px;
  height: 166px;
  top: 0;
  left: 0;
}
.sidebar .sidebar-item {
  position: relative;
  z-index: 10;
  margin: 0 25px 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7ba93;
  border-color: rgba(0, 0, 0, 0.1);
}
/**
 * General Widgets
 */
.sidebar .sidebar-item ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.sidebar .sidebar-item ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #c7ba93;
  border-color: rgba(0, 0, 0, 0.06);
}
.sidebar .sidebar-item ul li a {
  display: block;
  border: 0 none;
  padding: 6px 10px;
}
.sidebar .sidebar-item ul li a:hover,
.sidebar .sidebar-item ul li.current-cat a {
  background: #c3b99a;
  background: rgba(0, 0, 0, 0.04);
  padding-left: 15px;
}
/**
 * Widget - Navigation
 */
.sidebar .sidebar-item-navigation ul {
  border: 1px solid #beb69e;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-item-navigation ul li.root,
.sidebar .sidebar-item-navigation ul li {
  margin: 0;
}
/* Navigation Root */
.sidebar .sidebar-item-navigation ul li.root {
  margin-bottom: -1px;
  border-top: 0 none;
}
.sidebar .sidebar-item-navigation ul li.root a {
  background: #d5ccb0;
  background-color: #c9c0a5;
  background-image: -moz-linear-gradient(top, #d5ccb0, #c9c0a5);
  background-image: -ms-linear-gradient(top, #d5ccb0, #c9c0a5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5ccb0), to(#c9c0a5));
  background-image: -webkit-linear-gradient(top, #d5ccb0, #c9c0a5);
  background-image: -o-linear-gradient(top, #d5ccb0, #c9c0a5);
  background-image: linear-gradient(top, #d5ccb0, #c9c0a5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5ccb0', endColorstr='#c9c0a5', GradientType=0);
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sidebar .sidebar-item-navigation ul li.root a:hover {
  background: #d5ccb0;
  background-color: #c9c0a5;
  background-image: -moz-linear-gradient(top, #c9c0a5, #c9c0a5);
  background-image: -ms-linear-gradient(top, #c9c0a5, #c9c0a5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c9c0a5), to(#c9c0a5));
  background-image: -webkit-linear-gradient(top, #c9c0a5, #c9c0a5);
  background-image: -o-linear-gradient(top, #c9c0a5, #c9c0a5);
  background-image: linear-gradient(top, #c9c0a5, #c9c0a5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c0a5', endColorstr='#c9c0a5', GradientType=0);
}
/* Navigation List */
.sidebar .sidebar-item-navigation ul li {
  border-top: 1px solid #c4bda5;
  border-color: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-item-navigation ul li a {
  background: #dad2b8;
  background: rgba(255, 255, 255, 0.15);
  border: 0 none;
  display: block;
  padding: 8px 15px;
}
.sidebar .sidebar-item-navigation ul li a:hover,
.sidebar .sidebar-item-navigation ul li.current_page_item a {
  background: #ded8c1;
  background: rgba(255, 255, 255, 0.35);
}
.sidebar .sidebar-item-navigation ul li:last-child a {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Sub Sub Nav */
.sidebar .sidebar-item-navigation > ul ul {
  margin: 0;
  padding: 0 0 0 15px;
  border-top: 1px solid #c4bda5;
  border-color: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-item-navigation > ul ul li {
  border: 0 none;
  border-left: 1px solid #c4bda5;
  border-color: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-item-navigation > ul ul li a {
  padding: 8px 15px;
}
/* Sub Sub Sub Nav */
.sidebar .sidebar-item-navigation > ul ul ul {
  margin: 0;
  padding: 0 0 0 15px;
  border-top: 0 none;
}
/* Has Children Arrow */
.sidebar .sidebar-item-navigation .has-children {
  position: relative;
}
.sidebar .sidebar-item-navigation .has-children i {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-left: 1px solid #c4bda5;
  border-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 35px;
  color: #958e75;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sidebar .sidebar-item-navigation .has-children i:hover {
  color: #7c1d1d;
  background: #ded8c1;
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(0, 0, 0, 0.2);
}
/* Sub Sub Sun Nav Arrow */
.sidebar .sidebar-item-navigation .has-children ul i {
  border: 0 none;
}
/**
 * Widget - Blog
 */
.sidebar .sidebar-item-blog ul {
  border: 0 none;
}
.sidebar .sidebar-item-blog ul li {
  background: url(../img/layout/ui-bullet.png) no-repeat 0 0.4em;
  padding-left: 18px;
  border: 0 none;
  margin: 10px 0;
}
.sidebar .sidebar-item-blog ul li h3,
.sidebar .sidebar-item-blog ul li p {
  margin: 0;
  color: #958e75;
}
.sidebar .sidebar-item-blog ul li a {
  display: inline;
  padding: 0;
  border-bottom: 1px solid #bbb;
  border-color: rgba(0, 0, 0, 0.1);
  text-transform: none;
  letter-spacing: 0;
}
.sidebar .sidebar-item-blog ul li a:hover {
  background: none;
  padding: 0;
  border-color: #7c1d1d;
}
/**
 * Widget - Quotes
 */
.sidebar .sidebar-item-testimonials {
  position: relative;
}
.sidebar .sidebar-item-testimonials blockquote {
  padding: 1px 0;
  margin: 0;
  border: 0 none;
}
.sidebar .sidebar-item-testimonials blockquote p {
  font-family: georgia, times, serif;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
}
.sidebar .sidebar-item-testimonials .quovolve-nav {
  position: absolute;
  bottom: 39px;
  right: 0;
}
/* Quovolver Nav */
.quovolve-nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quovolve-nav ol li {
  margin: 0;
  padding: 0;
  float: left;
}
.quovolve-nav ol li a {
  background: url(../img/layout/nav-dot.png) no-repeat center top;
  color: #958e75;
  display: block;
  width: 13px;
  height: 13px;
  text-indent: -99999px;
  border: 0 none;
}
.quovolve-nav ol li a:hover,
.quovolve-nav ol li.active a {
  background-position: center bottom;
  color: #7c1d1d;
}
/* IE Fixes */
.ie8 .sidebar .sidebar-item-testimonials blockquote p {
  font-family: "grad", georgia, times, serif;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
/**
 * Widget - Actions
 */
.sidebar .sidebar-item-actions {
  margin-top: -40px;
  padding: 0;
  border-bottom: 0 none;
}
.sidebar .sidebar-item-actions .btn-group .btn {
  text-align: center;
  font-size: 15px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  border: 0 none;
}
.sidebar .sidebar-item-actions .btn-group .btn-specials {
  width: 130px;
}
.sidebar .sidebar-item-actions .btn-group .btn-gift {
  width: 189px;
  border-left: 1px solid #a85156;
  border-color: rgba(255, 255, 255, 0.2);
}
.sidebar .sidebar-item-actions .btn-group .btn:first-child {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.sidebar .sidebar-item-actions .btn-group .btn:last-child {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sidebar .sidebar-item-actions .btn-group .icon {
  background: url(../img/layout/glyphicons-big-white.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -5px 5px 0 0;
}
.sidebar .sidebar-item-actions .btn-group .icon-bag {
  background-position: 0 0;
}
.sidebar .sidebar-item-actions .btn-group .icon-tags {
  background-position: 0 -30px;
}
/* ==========================================================
	Footer
============================================================= */
/**
 * Footer Details
 */
.footer .footer-wrap {
  position: relative;
}
.footer .footer-wrap .swirl {
  background: url(../img/layout/footer-swirl-top.png) no-repeat center top;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 960px;
  height: 56px;
}
.footer .footer-details {
  position: relative;
  z-index: 5;
  color: #ece8db;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.footer .footer-details-left .footer-item {
  padding-left: 20px;
}
.footer .footer-details h2 {
  font-family: verdana, "Helvetica Neue", "HelveticaNeue", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .footer-details a {
  color: #ece8db;
  border-bottom: 1px solid #cfc6a5;
  border-color: rgba(255, 255, 255, 0.25);
}
.footer .footer-details a:hover {
  color: #fff;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}
.footer .footer-details a.btn {
  border: 0 none;
}
/**
 * Awards
 */
.footer .footer-item-awards {
  padding-top: 40px;
}
.footer .footer-item-awards ul {
  margin: 0;
  list-style: none;
  *zoom: 1;
}
.footer .footer-item-awards ul:before,
.footer .footer-item-awards ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer .footer-item-awards ul:after {
  clear: both;
}
.footer .footer-item-awards ul li {
  float: left;
  margin: 0 30px 0 0;
}
.footer .footer-item-awards ul li.award-aaa {
  padding-top: 17px;
}
.footer .footer-item-awards ul li.award-yankee {
  padding-top: 5px;
}
.footer .footer-item-awards ul li.award-diamond {
  padding-top: 0;
}
.footer .footer-item-awards ul li.award-regprop {
  padding-top: 10px;
}
.footer .footer-item-awards ul li img {
  display: block;
}
/**
 * Locations
 */
.footer .footer-item-location {
  padding-top: 10px;
  padding-bottom: 20px;
  *zoom: 1;
}
.footer .footer-item-location:before,
.footer .footer-item-location:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer .footer-item-location:after {
  clear: both;
}
.footer .footer-item-location p {
  float: left;
  margin: 0 40px 0 0;
}
/**
 * Footer Email Newsletter
 */
.footer .footer-item-emailnewsletter {
  background: #9d8b54;
  background: rgba(98, 71, 5, 0.25);
  padding: 80px 20px 20px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset;
}
.footer .footer-item-emailnewsletter h2 {
  margin-bottom: 0;
}
.footer .footer-item-emailnewsletter form {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.footer .footer-item-emailnewsletter form:before,
.footer .footer-item-emailnewsletter form:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer .footer-item-emailnewsletter form:after {
  clear: both;
}
.footer .footer-item-emailnewsletter form input {
  font-family: "grad", georgia, times, serif;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  font-weight: normal;
  color: #302812;
  background: #e8e3d0;
  border: 1px solid #7e7043;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0;
  padding: 10px;
}
.footer .footer-item-emailnewsletter form input.text {
  margin-top: 10px;
  width: 308px;
}
.footer .footer-item-emailnewsletter form input:focus {
  outline: none;
  color: #7c1d1d;
  -webkit-box-shadow: 0 0 12px rgba(220, 212, 185, 0.5);
  -moz-box-shadow: 0 0 12px rgba(220, 212, 185, 0.5);
  box-shadow: 0 0 12px rgba(220, 212, 185, 0.5);
}
.footer .footer-item-emailnewsletter form input.default {
  color: #b0ab97;
}
.footer .footer-item-emailnewsletter form input.submit {
  background: url("../img/layout/dotted-line-vert.gif") repeat-y left center;
  border: 0 none;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 29px;
  margin: 5px;
  padding: 5px 10px 5px 15px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.footer .footer-item-emailnewsletter form input.submit:hover,
.footer .footer-item-emailnewsletter form input.submit:focus {
  color: #7c1d1d;
  background-color: #dcd4b9;
}
/**
 * Actions
 */
.footer .footer-item-actions {
  padding: 10px;
  *zoom: 1;
}
.footer .footer-item-actions:before,
.footer .footer-item-actions:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer .footer-item-actions:after {
  clear: both;
}
.footer .footer-item-actions p {
  float: right;
}
.footer .footer-item-actions a {
  float: left;
  margin-left: 10px;
  color: #fff;
}
.footer .footer-item-actions a.facebook {
  display: block;
  text-indent: -99999px;
  width: 30px;
  height: 30px;
  padding: 0;
}
.footer .footer-item-actions a.facebook span {
  background-image: url(../img/layout/icon-facebook-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
}
/**
 * Colophon
 */
.footer .colophon {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 30px 0 60px;
}
.footer .colophon,
.footer .colophon a {
  color: #c7dae7;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.footer .colophon p {
  margin: 0;
}
.footer .colophon a {
  border-bottom: 1px solid #93acbd;
  border-color: rgba(255, 255, 255, 0.25);
}
.footer .colophon a:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}
/* ==========================================================
	End of Main Styles
============================================================= */

  /** SEM Reviews Table -- Added by Avelient */

  #my-rev-tbl { background-color: #FFF  !important; border: 1px solid #CCCCCC !important; border-radius: 4px !important; }
  #my-rev-tbl .logos { padding: 5px 0 5px 10px !important; }
  #my-rev-tbl .logos img { padding: 5px 0 !important;  }
  #my-rev-tbl .logos p { margin: 0px !important; padding: 0px !important; }
  #my-rev-tbl .instructions { vertical-align: middle !important; }
  #my-rev-tbl .instructions img { vertical-align: middle !important; }
