/*
Theme Name: Carmel Country Inn
Theme URI: http://www.whitestonemarketing.com/
Author: White Stone Marketing
Author URI: http://www.whitestonemarketing.com/
Description: Custom WordPress Theme for Carmel Country Inn
Version: 1.0

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Fonts
_______________________________________________ */
@font-face {
    font-family: 'FrutigerLTStd45Light';
    src: url('fonts/frutigerltstd-light-webfont.eot');
    src: url('fonts/frutigerltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutigerltstd-light-webfont.woff') format('woff'),
         url('fonts/frutigerltstd-light-webfont.ttf') format('truetype'),
         url('fonts/frutigerltstd-light-webfont.svg#FrutigerLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FrutigerLTStd75Black';
    src: url('fonts/frutigerltstd-black-webfont.eot');
    src: url('fonts/frutigerltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutigerltstd-black-webfont.woff') format('woff'),
         url('fonts/frutigerltstd-black-webfont.ttf') format('truetype'),
         url('fonts/frutigerltstd-black-webfont.svg#FrutigerLTStd75Black') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CataneoBTRegular';
    src: url('fonts/tt0952m_-webfont.eot');
    src: url('fonts/tt0952m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0952m_-webfont.woff') format('woff'),
         url('fonts/tt0952m_-webfont.ttf') format('truetype'),
         url('fonts/tt0952m_-webfont.svg#CataneoBTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Structure
----------------------------------------------- */

body {
	
}
#page {
	margin: 0 auto;
	width: 1074px;
}
/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.rightSide {
	float: right;
	width: 249px;
}

.rightSide p {
	margin-bottom: 0;
}

.leftSide {
	float: left;
	width: 670px;
}

#primary {
	overflow: hidden;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #141414;
	font: 16px 'FrutigerLTStd45Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 155%;
}

body {	
	background: #9a988b; /* Old browsers */
	background: -moz-linear-gradient(top,  #9a988b 0%, #99988a 16%, #989689 31%, #a19f94 52%, #b6b5ac 69%, #d0d0ca 90%, #d5d5d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a988b), color-stop(16%,#99988a), color-stop(31%,#989689), color-stop(52%,#a19f94), color-stop(69%,#b6b5ac), color-stop(90%,#d0d0ca), color-stop(100%,#d5d5d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9a988b 0%,#99988a 16%,#989689 31%,#a19f94 52%,#b6b5ac 69%,#d0d0ca 90%,#d5d5d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9a988b 0%,#99988a 16%,#989689 31%,#a19f94 52%,#b6b5ac 69%,#d0d0ca 90%,#d5d5d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9a988b 0%,#99988a 16%,#989689 31%,#a19f94 52%,#b6b5ac 69%,#d0d0ca 90%,#d5d5d0 100%); /* IE10+ */
	background: linear-gradient(top,  #9a988b 0%,#99988a 16%,#989689 31%,#a19f94 52%,#b6b5ac 69%,#d0d0ca 90%,#d5d5d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a988b', endColorstr='#d5d5d0',GradientType=0 ); /* IE6-8 */
	margin-top: -15px;
	background-attachment:fixed;
}

#ie9 body {
	margin-top: -40px;
}

.headerBkg {
	background-image: url(images/top-bkg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
}

.fullWrapper {
	background-image: url(images/header-bkg2.png);
	background-repeat: no-repeat;
	background-position: center -19px;
	width: 100%;
}

#page {
	position: relative;
}

.standardImg {
	border: 2px solid #d4d5c3;
	-webkit-box-shadow: 4px 4px 5px #b4b2ae;
	box-shadow: 4px 4px 5px #b4b2ae;
	margin-top: 4px;
	margin-bottom: 10px;
}

.extendedBottom {
	margin-bottom: 70px;
}

.alignright.standardImg {
	margin-right: 10px;
}

.wp-caption-text {
	color: #561700;
	font-size: 20px;
	font-weight: normal;
	font-family: 'CataneoBTRegular';
	line-height: 120%;
	margin-bottom: 0;
}

.wp-caption-text span {
	font-family: 'FrutigerLTStd45Light';
	color: #1f1f1f;
	font-size: 14px;
	font-weight: bold;
}

.nonCor {
	font-family: 'FrutigerLTStd45Light';
	font-size: 14px;
	color: #1f1f1f;
	display: block;
}

.standardButton, a.buttonLink  {
	display: block;
	padding: 4px 3px;
	background-color: #5b5847;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

a.buttonLink {
	padding: 5px 10px;
	text-transform: uppercase;
}

.stb-content .buttonLink {
    border-radius: 7px;
    box-shadow: 1px 1px 3px #333;
    font-weight: bold;
    text-transform: none;
}

.button.tag-newsletter {
	padding: 4px 20px;
	background-color: #5b5847;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 7px;
	border: none;
	box-shadow: 1px 1px 3px #333;
	font-weight: bold;
	cursor: pointer;
	display:inline;
}
.button.tag-newsletter:hover {
    background-color: #855d4d;
}

a {
	cursor: pointer;
}

a.standardButton:hover, a.buttonLink:hover {
	text-decoration: none;
	background-color: #855D4D;
}

.rightSideBox {
	background-color: #e4ded3;
	border: 2px solid #d9d0c0;
	width: 245px;
	font-size: 14px;
}

h5.boxTitle {
	border-bottom: 2px solid #d9d0c0;
	padding: 23px 20px 0;
	line-height: 55%;
	color: #561700;
	font-size: 25px;
	font-weight: normal;
	font-family: 'CataneoBTRegular';
	margin-bottom: 15px;
}

.rightBoxBody {
	padding: 0 20px 15px;
}

.rightBoxBody p:last-child {
	margin-bottom: 0;
}

.rightSideBox.catBlog {
	position: relative;
	margin-top: 132px;
	margin-bottom: 30px;
}

.catBlog h5.boxTitle {
	padding-top: 30px;
	margin-bottom: 0;
}

.rightSideBox.twirlIncluded {
	background-image: url(images/swirl-bkg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.rightSideBox .required.email {
    margin-bottom: 7px;
    width: 95%;
}

.catTopBkg {
	background-image: url(images/cat-blog-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 259px;
	height: 165px;
	display: block;
	position: absolute;
	top: -125px;
	left: -15px;
}

.catBlog ul {
	margin: 0;
	padding: 0;
}


.catBlog li {
	list-style: none; 
	background-image: url(images/cat-bullet-point.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 31px;
	padding-left: 35px;
}

.catBlog li.readBlog {
	background-image: none;
	padding: 0;
}

.emailInput {
	margin-bottom: 7px;
	width: 98%;
}

.getUpdates {
	margin-top: 7px;
	display: block;
}

.rightBoxBody .standardButton {
	width: 98%;
	border-radius: 7px;
	border: none;
	box-shadow: 1px 1px 3px #333;
	font-weight: bold;
	cursor: pointer;
}

.catBlog .blogFeature li {
	line-height: 115%;
	font-size: 13px;
	margin-bottom: 7px;
}

.catBlog .blogFeature li.readBlog {
	line-height: 155% !important;
	font-size: 14px;
}

.blogExcerpt a {
	display: block;
	color: #561700;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

.entry-header {
	margin-bottom: 30px;
}

h6.bodyTitleBold {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 25px;
	clear: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 12px;
}
ul, ol {
	margin: 0 0 0 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	/*margin: 0 1.625em;*/
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #561700;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

.blogCrumb {
	width: 70%;
	float: left;
}

.breadcrumbs {
	color: #561700;
	font-size: 13px;
	margin-bottom: 15px;
}

.breadcrumbs a {
	margin-right: 5px;
	margin-left: 3px;
	text-decoration: underline;
	color: #561700;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* !Header */

#branding {
	z-index: 600;
	background-color: transparent;
	margin-top: 15px;
	position: relative;
	padding-top: 92px;
	line-height: 110%;
}

#site-title a {
	background-image: url(images/carmel-country-inn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 236px;
	height: 177px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 500;
}

#navTab {
	width: 650px; /* 565px; */
	height: 38px;
	background-color: #605d4a;
	background-color: rgba(110, 105, 85, 0.5);
	float: right;
	padding: 7px 0 0 17px;
}

#navTab li {
	list-style: none;
	float: right;
	padding: 0;
	color: #FFFFFF;
}

#navTab li.phoneNum {
	padding: 7px 4px 0;
}

#navTab a {
	color: #313131;
	text-decoration: none;
	text-transform: uppercase;
}

.googletranslate {
    margin: 4px;
}

a.buttonLink {
	max-width: 300px;
}

a.buttonLink.checkAvail {
	width: 180px;
}

a.buttonLink.planVersion {
	z-index: 800;
	position: absolute;
    right: 55px;
    top: 123px;
    width: 240px;
}

#navTab a:hover, a.buttonLink {
	text-decoration: none;
}

.navButton a .buttonSpan {
	background-image: url(images/button-right-sprite.png);
	background-repeat: no-repeat;
	background-position: right 0;
	height: 26px;
	text-align: center;
	padding: 8px 17px 0 10px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-family: 'FrutigerLTStd75Black';
}

.navButton a:hover .buttonSpan {
	background-position: right -34px;
	color: #4B4939;
}

.navButton a{
	background-image: url(images/button-left-sprite.png);
	background-repeat: no-repeat;
	background-position: left 0;
	height: 34px;
	overflow: hidden;
	padding: 0 0 0 7px;
	display: block;
	font-family: 'FrutigerLTStd45Light';
}

.navButton a:hover {
	background-position: left -34px;
	color: #4B4939;
}

a.buttonLink .buttonSpan {
	padding-top: 4px;
	height: 30px;
}

.clearboth {
	clear: both;
}

.social-icons {
	display: block;
	margin-left: 45px;
	float: left;
}

.socialItem {
	float: left;
}

.socialButton {
	background-image: url(images/social-icons-new.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 34px;
	width: 30px;
	text-indent: -9999px;
}

.socialEmail {
	background-position: 0 0;
}

.socialEmail:hover {
	background-position: 0 -34px;
}

.socialYouTube {
	background-position: -155px 0;
}

.socialYouTube:hover {
	background-position: -155px -34px;
}

.socialInstagram {
	background-position: -123px 0;
}

.socialInstagram:hover {
	background-position: -123px -34px;
}

.socialFacebook {
	background-position: -31px 0;
}

.socialFacebook:hover {
	background-position: -31px -34px;
}

.socialGoogle {
	background-position: -61px 0;
}

.socialGoogle:hover {
	background-position: -61px -34px;
}

.socialPinterest {
	background-position: -91px 0;
}

.socialPinterest:hover {
	background-position: -91px -34px;
}

.slideshowWrapper {
	z-index: 500;
	overflow: hidden;
	height: 502px;
	width: 1074px;
	background-color: #ECEAE5;
	padding-bottom: 22px;
	-webkit-box-shadow: 0px -20px 20px #000;
	box-shadow: 0px -20px 20px #000;
}

.slideshowWrapper img {
	-webkit-box-shadow: 1px 0px 20px #000;
	box-shadow: 1px 0px 20px #000;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background-image: url(images/nav-bkg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #9B845F; /* Show a solid color for older browsers */
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	min-height: 42px;
	position: relative;
	z-index: 300;
}

.navTwirl {
	background-image: url(images/twirl-nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 49px;
	height: 42px;
	display: block;
	float: left;
}

#access ul {
	font-size: 16px;
	font-family: 'FrutigerLTStd45Light';
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
	/*text-shadow: 0 -1px 0px rgba(31,31,31, 0.7);*/
}
#access li {
	float: left;
}
#access a {
	color: #eee;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#access .menu {
	float: right;
}

.menu-main-nav-container {
	position: relative;
}

#menu-main-nav {
	/*position: absolute;*/
	top: 0;
	right: 0;
	max-width: 950px;
}

#access .menu > li > a {
	height: 29px;
	padding: 13px 9px 0;
}

#access .menu > li:last-child > a {
	height: 29px;
	padding: 13px 12px 0 10px;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.4em;
	left: 0;
	width: 1054px;
	z-index: 99999;
	background: #444134;
	padding: 10px;
	text-shadow: none;
	background: #2f2f25; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMmYyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzNmM2UzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzNmM2UzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #2f2f25 0%, #3f3e31 25%, #3f3e31 75%, #2f2f25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2f2f25), color-stop(25%,#3f3e31), color-stop(75%,#3f3e31), color-stop(100%,#2f2f25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2f2f25 0%,#3f3e31 25%,#3f3e31 75%,#2f2f25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2f2f25 0%,#3f3e31 25%,#3f3e31 75%,#2f2f25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2f2f25 0%,#3f3e31 25%,#3f3e31 75%,#2f2f25 100%); /* IE10+ */
	background: linear-gradient(left,  #2f2f25 0%,#3f3e31 25%,#3f3e31 75%,#2f2f25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f25', endColorstr='#2f2f25',GradientType=1 ); /* IE6-8 */
}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-color: rgba(31,31,31,0.7);
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	height: 35px;
	width: 202px;
	position: relative;
}

#access ul li.roomDD ul a {
	background-image:url(images/cci_rooms_menu_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 130px;
	padding-bottom: 2px;
	margin-right: 11px;
}

#access ul li.roomDD ul li.tbtbDD a {
	background-position: 0 0;
}

#access ul li.roomDD ul li.dksDD a {
	background-position: -202px 0;
}

#access ul li.roomDD ul li.ksDD a {
	background-position: -404px 0;
}

#access ul li.roomDD ul li.qsDD a {
	background-position: -606px 0;
}

#access ul li.roomDD ul li.rsButton a {
	background-position: -808px 0;
	margin-right: 0;
}

#access ul li.roomDD ul li.rsButton.lastButton a {
	margin-right: 0;
}

#access ul li.planStayDD ul a {
	background-image: url(images/plan-dd-sprite2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 130px;
	padding-bottom: 2px;
}

#access ul li.planStayDD ul li.leisureDD a {
	background-position: 0px 0;
}

#access ul li.planStayDD ul li.cultureDD a {
	background-position: -202px 0;
}

#access ul li.planStayDD ul li.dayTripsDD a {
	background-position: -404px 0;
}

#access ul li.planStayDD ul li.diningDD a {
	background-position: -606px 0;
}

#access ul li.planStayDD ul li.mapsDD a {
	background-position: -808px 0;
	margin-right: 0;
}

#access ul ul a .navTextSpan {	
	display: table-cell;
	margin-top: 100px;
	height: 37px;
	width: 258px;
	text-align: center;
	background-color: rgb(31,31,31);
	background-color: rgba(31,31,31, 0.85);
	vertical-align: middle;
	margin-right:0;
}

#access ul li.planStayDD ul a .navTextSpan {
	width: 202px;
}

#access ul li.planStayDD ul a {
	width: 202px;
	margin-right: 11px;
}

#access ul li.planStayDD ul .mapsDD a {
	margin-right: 0;
}

#access .planDD .sub-menu {
    margin-left: -77px;
}

#access ul li.spcDD ul, #access ul li.planDD ul {
	width: auto;
}

#access ul li.spcDD, #access ul li.planDD {
	position: relative;
}

#access ul li.spcDD li, #access ul li.planDD li {
	float: none;
	margin-bottom: 7px;
}


#access li:hover > a{
	background-color: #444134;
}
#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a {
	background-color: #605D4A;
	background-color: rgba(96,93,74, 0.85);
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 20px 50px;
	background-color: #eceae5;
	-webkit-box-shadow: 0px 12px 20px #000000;
	box-shadow: 0px 20px 20px #000000;
	position: relative;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}

.hentry.post {
	margin: 5px 5px 1.625em;
	padding: 1.625em;
	background-color: rgba(247, 246, 244, 0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	overflow:hidden;
}

.wp-pagenavi {
	margin: 0 7px 1.625em;
	padding: 1em 1.625em;
	background-color: rgba(247, 246, 244, 0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	font-size: 13px;
	font-family: 'FrutigerLTStd45Light';
}

.wp-pagenavi span.pages {
	border: none;
	text-transform: uppercase;
	font-family: 'FrutigerLTStd45Light';
	color: #777;
}

.wp-pagenavi span.current {
	border-color: #777;
}

.wp-pagenavi a {
	border-color: #333;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-header.standardPage {

}

.entry-header.leftTitle {
	width: 670px;
	float: left;
	clear: left;
}
.entry-title {
	color: #561700;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.0em;
	padding-bottom: 7px;
	padding-top: 0;
	font-family: 'CataneoBTRegular';
}
.entry-title,
.entry-title a {
	color: #561700;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #561700;
}

.titleDesc {
	font-family: 'FrutigerLTStd45Light';
	font-weight: normal;
	color: #444134;
	font-size: 18px;
}

.single-author .entry-meta .by-author {
	display: none;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Rooms and Suites */
.roomListContainer, .stayWrapper, .petTabsWrapper {
	position: relative;
	width: 955px;
	min-height: 730px;
	background-color: #F7F6F4;
	background-color: rgba(247,246,244, 0.8);
	overflow: visible;
	margin: 0;
}

.roomListContainer {
	height: 980px;
}

#roomsTabs {
	margin-top:47px;
}

.roomListContainer, .petTabsWrapper{
	-webkit-box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
}

.petTabsWrapper {
	margin-left: 5px;
}

.directionsWrapper {
	width: 660px;
	position: relative;
	background-color: #F7F6F4;
	background-color: rgba(247,246,244, 0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	overflow: visible;
	margin: 0 0 0 5px; 
}

#map_canvas {
	width: 600px;
	height: 500px;
	border: 1px solid #605D4A;
}

.tabWrapper {
	padding: 30px;
}

.tabWrapper ul {
	margin-bottom: 15px;
}

.wsRoomDetailContainer {
	width: 651px;
	overflow: hidden;
	position: absolute;
	display: none;
	top: 25px;
	right: 25px;
}

.wsRoomDetailContainer.active {
	display: block;
}

.roomOverInfo {
	display: block;
	overflow: hidden;
	padding: 10px 35px;
	clear: both;
}

.roomOverRate {
	display: block;
	color: #561700;
	margin-bottom: 10px;
}

#menu-rooms-and-suites, .stayList {
	margin: 0 25px 0 0;
	padding: 0;
}

#menu-rooms-and-suites {
	margin-right: 30px;
}

#menu-rooms-and-suites li, .stayList li, .petTabsList li, .directionsWrapper .ui-tabs-nav li {
	list-style: none;
}
.roomListTitle a, .activityCat a, .roomNavCat a {
	background-image: url(images/list-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 235px;
	height: 47px;
	padding: 24px 0 0 12px;
	cursor: pointer;
	color: #1F1F1F;
}

.roomListTitle a:hover, .activityCat a:hover {
	background-position: 0 -71px;
	color: #ECEAE5;
	text-decoration: none;
}

.roomListTitle.ui-state-active a, .roomListTitle.ui-state-active a:hover, .activityCat.ui-state-active a, a.currentActiveCat, a.currentActiveCat:hover{
	background-position: 0 -142px;
	color: #ECEAE5;
	cursor: default;
	font-size: 17px;
	text-decoration: none;	
}

h2.roomBodyTitle {
	color: #561700;
	font-family: 'CataneoBTRegular';
	font-size: 30px;
	font-weight: 100;
	float: left;
	padding-top: 5px;
	margin-bottom: 15px;
}

h2.roomElementsTitle, h2.stayTitle {
	color: #561700;
	font-family: 'CataneoBTRegular';
	font-size: 30px;
	font-weight: 100;
	float: none;
	clear: both;
	padding-top: 5px;
	margin-bottom: 10px;
}

h2.blogTitle {
	color: #561700;
	font-family: 'CataneoBTRegular';
	font-size: 25px;
	font-weight: 100;
	float: none;
	clear: both;
	margin-bottom: 10px;
}

h2.stayTitle {
	font-size: 25px; 
}

a.roomCheckAvail {
	float: right;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.roomImageWrapper {
	overflow: hidden;
	position: relative;
	height: 430px;
	display: block;
	clear: both;
}

.roomSlidePrevNext {
	position: absolute;
	top: 50%;
	width: 651px;
	height: 63px;
	z-index: 500;
}

.prevNextButton {
	width: 42px;
	height: 63px;
	display: block;
	background-image: url(images/prev-next-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 2px solid rgba(256,256,256,0.5);
	border-radius: 7px;
}

#prev {
	background-position: 0 0;
	float: left;
	margin-left: 30px;
	cursor: pointer;
}

#next {
	background-position: -42px 0;
	float: right;
	margin-right: 30px;
	cursor: pointer;
}

.topNav, .petsNav, .directionsNav li {
	float: right;
	margin-left: 5px;
	margin-top: -35px;
}

.directionsNav li {
	list-style: none;
}

.topNav a, .petsNav a, .directionsNav a {
	height: 29px;
	background-image: url(images/top-tab-nav-bkg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	display: block;
	width: 150px;
	color: #F5F3F0;
	text-align: center;
	padding-top: 7px;
	text-shadow: 0px -1px rgba(0,0,0,0.3);
}

.topNav a {
	width: 158px;
}

.petsNav a {
	width: 180px;
}

.topNav a:hover, .topNav.ui-state-active a, .petsNav a:hover, .petsNav.ui-state-active a, .directionsNav a:hover, .directionsNav .ui-state-active a {
	background: #444134;
	text-decoration: none;
}

.ui-tabs-hide {
	display: none;
}

#roomsTabs .ui-tabs-panel{
	width: 651px;
	position: absolute;
	top: 30px;
	right: 30px;
}

#stayTabs .ui-tabs-panel {
	width: 651px;
	position: absolute;
	top: 18px;
	right: 30px;
}

.twoLists {
	width: 200px;
}

.listLeft {
	float: left;
}

.listRight {
	float: right;
}

.roomName {
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
}

.roomName:hover {
	text-decoration: underline;
}

.rateChart {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}

.rateChart .roomRate {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.roomFeatures {
	width: 330px;
	vertical-align: middle;
}
.twoLists li {
	margin-bottom: 7px;
}

.rateChart .roomType td {
	background-color: transparent;
	font-family: 'FrutigerLTStd75Black';
	text-transform: uppercase;
	font-size: 15px;
	padding-left: 2px;
}

.activityTable.rateChart {
	margin-bottom: 3px;
}

.topAlign {
	margin-top: -40px;
}

/* Specials */

h3.wsSpcTitle, h3.rightColTitle {
	color: #561700;
	font-family: 'CataneoBTRegular';
	font-size: 20px;
	margin-left: 180px;
	text-transform: none;
	margin-bottom: 7px;
	line-height: 100%;
}

h3.rightColTitle {
	margin-left: 0;
	margin-top: -24px;
}

.standardImg.spcImg {
	position: absolute;
	top: 0;
	left: 0;
}

.spcContainer {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
	position: relative;
}

.special-content {
	margin-left: 180px;
	min-height: 135px;
}

.specialsWrapper, .hoursBox {
	background-color: #F5F3F0;
	background-color: rgba(247, 246, 244, 0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	padding: 30px;
	width: 675px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

.spaTreatmentsWrap {
	background-color: #F5F3F0;
	background-color: rgba(247, 246, 244, 0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	box-shadow: 0px 0px 5px rgba(156,154,142,0.7);
	display: block;
	overflow: hidden;
	width: 675px;
	padding: 30px;
	margin-left: 5px;
}

.spaTreatmentsWrap p {
	margin: 0;
}

.mapSidebar {
	float: right;
	width: 260px;
	margin-bottom: 30px;
}

.mapSidebar h3.rightColTitle {
	margin-top: 40px;
}

.mapSidebar h3.rightColTitle.firstTitle{
	margin-top: 0;
}

.enhWrapper {
	float: right;
	width: 200px;
}

.enhWrapper br {
	display: none;
}

.enhanceTitle {
	font-weight: bold;
	display: block;
	clear: both;
}

.mapSidebar .enhanceTitle {
	margin-top: 7px;
}


.treatsImg {
	margin-top: 15px;
}

a.enhLink {
	display: block;
	clear: both;
	font-weight: bold;
	color: #1f1f1f;
	text-transform: uppercase;
	font-size: 14px;
}

.readMoreLink {
	font-weight: bold;
	display: block;
	cursor: pointer;
	font-size: 14px;
}

td.nowrapcell {
	white-space: nowrap;	
}

.spaPkgTable td, .singleSessions td, .facials td, .bodyTherapies td {
	padding: 0 0 5px;
}

.spaPkgTable {
	width: 550px;
	float: left;
	display: block;
	margin-bottom: 30px;
	margin-top: -30px;
}

.ajaxBodyWrapper .spaPkgTable {
	margin-top: 0;
}

.roomTabSpecials {
	margin-top: 30px;
}

.treatContainer img {
	float: none;
	display: block;
}

.roomTabSpecials .treatContainer img {
	display: inline;
	width: 161px;/* 322px 50%*/
	height: 90px;/* 179px 50%*/
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}

.roomTabSpecials .treatContainer {
	width: 650px;
	margin-bottom: 10px;
}

.spaPkgTable .col1 {
	width: 500px;
}

.spaPkgTable .col2 {
	width: 50px;
}

.singleSessions {
	width: 300px;
	float: left;
	display: block;
	margin-right: 45px;
}

.col1 {
	width: 250px;
}

.col2 {
	width: 50px;
}

.facials, .bodyTherapies {
	width: 300px;
	float: left;
	display: block;
}

.bodyTherapies {
	margin-top: 30px;
}

.spaCost {
	text-align: right;
}

.hoursBox {
	display: block;
	margin-top: 20px;
}

.hoursBox p {
	margin-bottom: 5px;
}

h4.spaTitle {
	color: #561700;
	text-transform: uppercase;
	font-weight: bold;
}

.stb-content h4 {
	color: #561700;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.0em;
	padding-bottom: 7px;
	padding-top: 0;
	font-family: 'CataneoBTRegular';
}

td.subTitle {
	padding-top: 5px !important;
}

.hoursBox br {
	display: none;
}

/* Special treats */
.treatsWrapper {
	
}

.treatContainer {
	width: 333px;
	float: left;
	margin-right: 50px;
	overflow: hidden;
	margin-bottom: 25px;
}

.treatContainer p {
	margin-bottom: 0;
}

.treatSuggest {
	width: 785px;
	float: left;
	overflow: hidden;
}

h3.treatSuggestTitle {
	color: #561700;
    font-family: 'CataneoBTRegular';
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 7px;
    text-transform: none;
    margin-bottom: 10px;
}

.treatSuggestList li {
	float: left;
	margin-left: 45px;
	margin-bottom: 7px;
}

ul.treatSuggestList {
	display: block;
	clear: right;
	margin-bottom: 10px;
	overflow: hidden;
}

.treatSubTitle {
	display: block;
	font-weight: bold;
}

.treatTitle {
	font-weight: bold;
}

/* Pets */
.petTabsWrapper {
	margin-top: 60px;
}

.petTabsWrapper .ui-tabs-panel {
	padding: 30px;
}

.petFrame {
	background-image: url(images/pets-photo-bkg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 462px;
	height: 370px;
	position: absolute;	
	z-index: 100;
}

.petFrame:hover {
	z-index: 200;
	/*background-color: #66624B;
	background-color: rgba(102,98,75,0.2);*/
	-webkit-box-shadow:inset 0 0 7px #66624B;
	box-shadow:inset 0 0 7px #66624B;
}

.petSpan {
	display: block;
	width: 399px;
	height: 305px;	
	position: absolute;
	top: 32px;
	left: 31px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-box-shadow:inset 0px 0px 7px #000;
	box-shadow:inset 0px 0px 7px #000;
}

.petLinkTitle {
	position: absolute;
	bottom: -1px;
	right: 0px;
	background-image: url("images/nav-bkg.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 28px;
	padding: 7px 15px;
	font-family: 'CataneoBTRegular';
	font-size: 25px;
	color: #561700;
	-webkit-box-shadow: -5px -5px 7px rgba(31,31,31,0.8);
	box-shadow: -5px -5px 7px rgba(31,31,31,0.8);
}

.petPolicies .petSpan {
	background-image: url(images/pet-policies.jpg);
}

.petSitter .petSpan {
	background-image: url(images/pet-daycare.jpg);
}

.petRest .petSpan {
	background-image: url(images/pet-friendly.jpg);
}

.petService .petSpan {
	background-image: url(images/pet-local.jpg);
}

.petsLinksWrapper {
	width: 930px;
	height: 785px;
	position: relative;
	margin-top: 25px;
	margin: 25px auto 0;
}

.petPolicies {
	top: 0;
	left: 0;
	-moz-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
}

.petSitter {
	top: 20px;
	right: 7px;
	-moz-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
}

.petRest {
	bottom: 20px;
	left: 0;
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-ms-transform:rotate(2deg);
}

.petService {
	bottom: 0;
	right: 10px;
	-moz-transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
}

.petsTable {
	width: 625px;
	margin-bottom: 20px;
}

.petsTable td {
	padding: 5px 15px;
}

.oddRow td, .petsTable .petsTitle, .rowOdd {
	background-color: #DBCCB3;
}

.mealCol.yup {
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.petsTable .petTitle td {
	font-weight: bold;
}

.rowHighlight {
	background-color: #EDEBE8;
}

/* Blog feaature */
.blogFeatureWrapper {
	height: 63px;
	overflow: hidden;
}

.prevBlogPost {
	background-image: url(images/up-arrow-w-shadow.png);
	background-repeat: no-repeat;
	background-position: center -2px;
	height: 20px;
	display: block;
	width: 100%;
	background-color: #D9D0C0;
	padding: 0 20px;
	margin-left: -20px;
	cursor: default;
	margin-bottom: 10px;
}

.nextBlogPost {
	background-image: url(images/down-arrow-w-shadow.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	height: 20px;
	display: block;
	width: 100%;
	background-color: #D9D0C0;
	padding: 0 20px;
	margin: 7px 0 -15px -20px;
	cursor: pointer;
}

/* Plan your stay */
#stayTabs {
	min-height: 1100px;
}

.activity a {
	color: #1F1F1F;
	font-weight: bold;
	font-size: 13px;
	padding: 7px 0 7px 25px;
	width: 216px;
	display: block;
}

.activityContainer {
	margin-top: 40px;
}

.activity a:hover, .activity.ui-state-active a {
	background-color: #BDA797;
	background-color: rgba(189,167,151, 0.7);
}

.activityTable {
	background-color: #f5f3f0;
	margin-bottom: 20px;
	width: 100%;
}

#menu-rooms-and-suites li a {
	font-size: 14px;
}

.activityCat a span, .roomListTitle a span {
	background-image: url(images/arrow-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -16px;
	height: 18px;
	padding-left: 30px;
	display: block;
}

.roomListTitle a span {
	padding-bottom: 3px;
	background-position: 0 -14px;
}

.roomListTitle.ui-state-active a span {
	background-image: url(images/right-arrow-w-shadow.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.activityCat a.currentActiveCat span {
	background-position: 0 7px;
}

.activityTable td {
	padding: 5px 14px;
	font-size: 14px;
}

.activityTable thead td {
	font-weight: bold;
}

.smallList li {
	font-size: 14px;
}

.tipsLeft {
	display: block;
	float: left;
}

.tipList {
	display: block;
	width: 575px;
	float: right;
	margin-bottom: 18px;
}

.blockClear {
	display: block;
	clear: both;
}

#menu-rooms-and-suites .roomNavCat a {
	font-family: 'CataneoBTRegular';
	font-size: 24px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	background-position: 0 -71px;
	color: #ECEAE5;
	text-shadow: 0 -1px rgba(31,31,31, 0.8);
	
}

#menu-rooms-and-suites .roomNavCat {
	margin-top: 20px;
}

.roomNavCat a:hover{
	cursor: default;
	text-decoration: none;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}




/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 28%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */
.blogWrapper {
	overflow: hidden;
}

.blogPost {
	width: 670px;
	float: left;
	clear: left;
}
.widget-area {
	font-size: 12px;
	width: 245px;
	float: right;
	margin-top: 5px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0 0 0 30px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #111;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
	color: #111111;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

.footerWrapper {
	width: 100%;
	background-image: url(images/footer-bkg-full-width.png);
	background-repeat: repeat-x;
	background-position:  bottom center;
}

.footerTwirlGfx {
	width: 100%;
	background-image: url(images/footer-bkg-w-twirl.png);
	background-repeat: no-repeat;
	background-position:  bottom center;
}

.twirlLeft {
	background-image: url(images/left-side-foot-twirl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 169px;
	height: 81px;
	display: block;
	position: absolute;
	bottom: 0;
	left: -116px;
}

.twirlRight {
	background-image: url(images/right-foot-twirl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 119px;
	height: 146px;
	display: block;
	position: absolute;
	bottom: 0;
	right: -55px;
}

#colophon {
	clear: both;
	background-image: url(images/footer-content-bkg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 256px;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 11px 12px #000;
	box-shadow: 0px 11px 12px #000;
	padding: 7px 40px 0;
	font-size: 14px;
	font-weight: 100;
	position: relative;
	font-family: 'FrutigerLTStd45Light';
}

#colophon a {
	color: #FFFFFF;
}

#colophon ul {
	list-style: none;
}

#colophon a:hover {
	text-decoration: underline;
}

.footerAddress li {
	list-style: none;
	display: block;
	margin-top: 5px;
}

.footerAddress .innName {
	float: none;
	display: block;
	font-family: 'CataneoBTRegular';
	font-size: 32px;
	padding: 12px 0 6px;
	margin-top: 0;
	margin-bottom: 15px;
}

.footerAddress {
	display: block;
	overflow: hidden;
	min-height: 107px;
	padding-left: 120px;
	background-image: url(images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 20px;
	margin-left: 0;
	float: left;
	font-size: 15px;
	font-weight: 200;
	line-height: 115%;
}

.footerPretty {
	display: block;
	position: absolute;
	right: 50px;
	top: -20px;
	width: 218px;
	height: 200px;
	overflow: visible;
}

.footerPretty .status {
	display: block;
	text-align: center;
}

.threePics {
	display: block;
	overflow: visible;
}

.prettyPic {
	float: left;
	margin-right: 7px;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	margin-bottom: 17px;
}

.prettyPic.lastPic {
	margin-right: 0;
}

.footerPretty .tripAdvisor {
	margin: 0 auto 3px;
	width: 100px;
	display: block;
}

#menu-footer-nav li{
	list-style: none;
	float: left;
	margin: 0;
}

#menu-footer-nav li a {
	padding: 2px 9px 5px;
	font-family: 'FrutigerLTStd45Light';
}

#menu-footer-nav li:first-child a {
	padding-left: 0;
}

#menu-footer-nav li:last-child a {
	padding-right: 0;
}

.menu-footer-nav-container {
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	margin: 60px 0 0;
	width: 100%;
}

#menu-footer-nav {
	display: block;
	clear: both;
	margin: 0;
}

#menu-footer-nav a:hover {
	text-decoration: underline;
}

.copyRight {
	float: left;
}

.siteDesign, .photography {
	float: right;
}

.photography {
	padding-left: 5px;
}
footer.entry-meta {
	clear:both;
	font-size:12px;
	margin-top:15px;
}

[id*='___plusone_'] {width: 100px; float:right !important}

.home #___plusone_0 {margin-right:250px !important; margin-bottom: -20px !important}

.home .entry-header {max-width: 600px }
/* IE fixes */

#ie7 #access{
	margin-top: 45px;
}
.richsnipmeta {display: none}

/*** tooltip***/

  .ui-tooltip, .arrow:after {
    background: #ECEAE5;
    border: 2px solid #561700;
  }
  .ui-tooltip {
    padding: 10px 20px;
    width: 250px;
    color: #561700;
    border-radius: 5px;
    font-size: 14px !important;
    text-transform: none;
    box-shadow: 0 0 7px black;
    text-align: center;
  }
  .arrow {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

/* Layout helpers this is the tool tip specific css
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
	font-size: 16px !important;
    text-align: center !important;
}
