/*
Theme Name: Yamashiro
Version: 1.0
Author: Tom Nara Srisook

	bg				232323
	cream			ecdcb9
	lt brown		dbd2bb
	drk.brown		726b5a
	brown			b7ab90
	red				990000
	
*/
@font-face {
	font-family: 'leaguegothic';
	src: url('league_gothic-webfont.eot');
	src: local('☺'), url('league_gothic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body {
	height: 100%;         /* required */
}
body {
	background-image: url(images/WoodTile.jpg);
	background-color: #562418;
	font-family: Helvetica, Arial, sans-serif;
	color: #726b5a;
	
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */

}
a { 
	text-decoration: none;
	outline: none;
}
#main {
	background-color: #ecdcb9;
	width: 830px;
	/* margin: 20px auto; */
	vertical-align: top;
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 895px;         /* required - desired height */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	z-index: 3;

}
div#distance { 
	margin-bottom: -350px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}

#header {
	height: 195px;
	width: 795px;
	padding: 10px 30px 0 30px;
}
.home {
	display: inline-block;
	background-image: url(images/YamashiroLogo.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 158px;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 span {
	display: none;
}
#nav {
	display: inline-block;
	padding-left: 130px;
}
li.current_page_item a {
	/*border-bottom: 2px solid #dbd2bb !important;*/
	color: #990000 !important;
}
#nav a {
	font-family: leaguegothic;
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 1px;
	color: #990000;
	padding-bottom: 13px;
}
#nav a:hover {
	color: #b7ab90;
}
#nav ul {
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	display: inline-block;
	border: none;
	margin-right: 12px;
	padding: 0;
}
.page-item-2 {
	margin-right: 0 !important;
}
#calander{
	width: 970px;
	padding: 20px 30px 0 30px;
	padding-top: 0px !important;
}
#content, #section {
	width: 770px;
	padding: 20px 30px 0 30px;
}
#content {
	padding-top: 0px !important;
}
#content.blog {
	position: absolute;
	height: 515px !important;
	width: 360px !important;
	z-index: 2;
}
#section {
	padding-left: 30px;
}
#static {
	float: right;
	padding: 20px 30px 0 0;
	margin: 20px 0 0 0;
	width: 385px;
	bottom: 30px;
	position: relative;
	top: 0;
	clear: right;
}
#static.blog {
	width: 770px !important;
	padding-left: 30px !important;
	background-color: #ecdcb9;
	padding-bottom: 30px;
	margin-top: 0;
}
#static.basic {
	background-color: #ecdcb9;
}
#events {
}
#events, #twitterbox {
	padding: 20px !important;
	margin: 0 0 8px 0;
	width: 200px;
	display: inline-block;
	float: right;
	background-color: #dbd2bb;
}
.badge {
	float: right;
	margin-bottom: 10px;
}
#twitterbox {
	clear: right;
}
#events h2, #twitterbox h2 {
	color: #726b5a;
}
#events ul {
	margin-top: 20px;
}
#events ul li {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}
#news {
	width: 500px;
	padding-right: 0;
	float: left;
}
#news h2 {
	margin-bottom: 16px !important;
	font-size: 25px !important;
}
#news.basic {
	margin-left: 385px;
	width: 385px;
}
#news.basic2 {
	margin-left: 0px;
	width: 770px;
}
#static.scroll {
/*	overflow: auto;
	height: 510px;*/
	margin-top: 20px !important;
}
#toplink {
	height: 20px;
	text-align: right;
	width: 820px;
	padding: 10px;
	font-size: 10px;
	margin: 0 auto;
	bottom: 0;
	position: relative;
}
#spacer {
	height: 0;
	float: left;
	text-align: right;
	width: 820px;
	padding: 5px;
	font-size: 10px;
}
#toplink a {
	color: #555;
}
#toplink a:hover {
	color: #dbd2bb;
}
div#content.page {
	margin-right: 10px;
	padding: 0 0 0 30px !important;
	float: left;
	width: 365px;
}
div.page {
	padding-top: 0px !important;
}
div.page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.basic ul {
	list-style: disc;
	font-size: 12px;
	margin: 0 0 10px 20px;
}
div.page ul li {
	margin-bottom: 5px;
}
img { border: none; }
div.page p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px !important;
	line-height: 16px;
}
div.basic p {
	text-align: justify;
	font-size: 12px !important;
	line-height: 20px;
}
div.page p, form, div#static.page {
	font-size: 11px;
}
div.page a {
	color: #990000;
}
div.page a:hover {
	text-decoration: underline;
	color: #726b5a;
}
#section h2 {
	border-top: 1px solid #dbd2bb;
	margin: 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #b7ab90;
	letter-spacing: 1px;
}
.page h3 {
	margin: 25px 0 10px 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #b7ab90;
	letter-spacing: 1px;
}
.page h4 {
	margin: 25px 0 10px 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #b7ab90;
	letter-spacing: 1px;
	vertical-align: middle;
}
h3.blog {
	font-size: 15pt !important;
	margin-bottom: 5px;
}
h3.single {
	margin: 25px 0 10px 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16pt !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	color: #990000;
	letter-spacing: 1px !important;
}
#static h3:first-child {
	margin-top: 0 !important;
}
#.blog h3 {
	font-size: 15pt;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}
.blog h2, .basic h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #b7ab90;
	letter-spacing: 1px;
}
.photos h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: normal;
	margin: 0 0 5px 0 !important;
}
.photos h3 a {
	color: #990000 !important;
}
.photos h3 a:hover {
	color: #726b5a !important;
}
.entry {
	margin-bottom: 20px;
	padding-bottom: 0px;
}
div.photos {
	width: 150px;
	text-align: center;
	padding-right: 53px;
	color: #726b5a !important;
}
div.entry.photos {
	padding-bottom: 0 !important;
	border: none;
}
div.entry.newline {
	padding-right: 0 !important;
}
div.entry_content.photos {
	padding-bottom: 10px !important;
}
div.entry_content.gallery {
	width: 620px;
}
.meta {
	padding-bottom: 5px;
	border-bottom: 1px solid #dbd2bb;
	color: #726b5a;
}
.photos .meta p {
	color: #726b5a !important;
	font-size: 10px !important;
}
.meta p {
	margin: 0 !important;
}
.entry_content {
	width: 475px;
	color: #726b5a;
	padding-bottom: 20px;
}
.entry_content p {
	font-size: 12px !important;
	text-align: justify;
	line-height: 20px !important;
	color: #111;
}
#photo_frame {
	width: 770px;
	height: 640px;
	text-align: center;
	padding-top: 20px;
}
#video_frame {
	width: 770px;
	height: 1500px;
	text-align: left;
	padding-top: 20px;
}
#address a {
	width: 800px;
	float: right;
	font-size: 10pt;
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
	text-align: lefts;
	padding: 10px 0;
}

#footer {
	width: 770px;
	padding: 10px 30px 30px 30px;
}
#ticker {
	/* border-top: 1px solid #dbd2bb; */
	font-size: 8pt;
	padding-top: 5px;
	width: 330px;
	display: inline-block;
	text-align: right;
	float: right;
}
#ticker ul {
	padding: 0;
	margin: 0;
}
#ticker a {
	color: #990000;
}
#ticker a:hover {
	color: #b7ab90;
	text-decoration: underline;
}
.tickerDate {
	color: #726b5a;
}
.tickerDate, .tickerLink {
	font-weight: bold;
	text-align: right;
}
#devbar {
	position: fixed;
	top: 20px;
	left: 0;
	padding-left: 20px;
}
#devbar ul {
	list-style: none;
}
#res_placeholder {
	width: 360px;
	height: 515px;
	background-color: #dbd2bb;
	text-align: center;
}
#res_placeholder p {
	display: block;
	padding: 256px 0 0 0;
	margin: 0;
	text-transform: uppercase;
}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.cats {
	display: inline-block;
	margin-top: 10px;
}
.cats a {
	color: #b7ab90 !important;
	text-decoration: underline;
}
.cats a:hover {
	color: #990000 !important;;
}
.comment_link {
	display: inline-block;
	margin-left: 5px; 
}
#comments {
	clear: both;
	margin-top: 25px;
}
#respond {
	margin-top: 25px;
}
.commentlist {
	padding-bottom: 10px !important;
	border-bottom: 1px solid #dbd2bb; 
}
.comment-item {
	width: 475px; 
	background-color: #dbd2bb;
	margin-bottom: 10px;
}
#author, #email, #url {
	width: 455px;
	background-color: #dbd2bb;
	border: none;
	padding: 10px;
	color: #726b5a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 1px;
}
.commentbox {
	width: 455px;
	background-color: #dbd2bb;
	border: none;
	padding: 10px;
	color: #726b5a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.comment-text, .comment-author, .comment-meta {
	padding: 10px;
}
.comment-author {
	background-color: #b7ab90;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #ecdcb9;
}
label {
	/*background-color: #b7ab90;*/
	color: #b7ab90;
	text-transform: uppercase;
	width: 455px;
	padding: 10px 10px 5px 10px;
	display: block;
	font-weight: bold;
}
.button input {
	background-color: #990000;
	color: #fff;
	text-transform: uppercase;
	width: 475px;
	padding: 10px;
	border: none;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.comment-text p {
	color: #726b5a;
	font-size: 13px !important;
}
.comment-meta {
	text-align: right;
}
.comment-meta a {
	color: #b7ab90 !important;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.slideInfoZone {
	padding: 10px 10px 0 10px;
}
.slideInfoZone h2 {
	font-size: 10px !important;
	text-align: left;
}
.slideInfoZone p {
	font-size: 10px !important;
	text-align: left;
	padding: 0;
	margin: 0;
}
.gallery {
	width: 800px;
}
.gallery img {
	border: none !important;
}
.gallery-item {
	margin: 0 0 28px 0 !important;
	text-align: left !important;
}

.hide_thumbnail {
	display: none;
}
.linerule {
	border-bottom: 1px solid #dbd2bb;
	margin-bottom: 20px;
}
.photos a, .gallery-icon a {
	color: #dbd2bb !important;
}
.photos a:hover, .gallery-icon a:hover {
	color: #990000 !important;
}
.photos img, .gallery-icon img {
	border: 1px solid !important;
}
.opentable td {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.opentable {
	border-spacing: 0;
	padding: 0;
	margin: 0;
	width: 355px;
}
.opentable select {
/*	background-color: #dbd2bb;
	border: none;*/
	padding: 5px;
	width: 71px;
	margin: 0;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.opentable input {
	background-color: #dbd2bb;
	border: none;
	padding: 5px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.ot-button {
	padding: 0 !important;
	width: 61px !important;
	height: 23px !important;
	display: inline-block;
	vertical-align: middle;
}
#submit- {
	background-color: #990000;
	color: #ecdcb9;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	padding: 8px;
	width: 220px;
}
.last {
	background-color: #ecdcb9 !important;
}
tr.last td {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.opentable tr {
}
.opentable small {
}
.ot-banner {
	padding-top: 10px;
}
.ot-banner small {
	float: right;
}
.links {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	display: inline-block;
}
.links li { 
	display: inline-block;
}
#credit {
	font-size: 9px;
	text-transform: uppercase;
	padding: 10px 0 50px 0;
	position: relative;
	margin: 0 auto;
	text-align: right;
	width: 830px;
	z-index: 2;
}
#credit a {
	color: #999;
}
#credit a:hover {
	color: silver;
}
iframe a {
	font-size: 10px;

}
.events, .gallery-info {
	width: 385px;
	float: right !important;
	margin-left: 20px;
	border: none;
}
.events_photo, .gallery-thumbnail {
	width: 365px;
	height: 175px;
	float: left;
}
.post {
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	border-bottom: 1px solid #dbd2bb;
}
.404 {
	font-size: 10px;
	padding-top: 100px;
}
#events ul li img {
	margin-right: 5px;
}
.twtr-hd {
	display: none;
}
.twtr-bd {
	padding: 0 !important;
}
.twtr-tweet-wrap {
	padding: 0 0 10px 0 !important;
}
.twtr-tweet {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	border-bottom: 1px dotted #b7ab90 !important;
	margin-bottom: 10px;
}
.txtr-tweet i {
	float: right;
}
.txtr-tweet a {
	font-weight: bold;
}
.twtr-join-conv {
	font-family: leaguegothic !important;
	font-size: 12pt !important;
	text-transform: uppercase;
	color: #990000 !important;
	padding: 0 !important;
	letter-spacing: 1px !important;
}
.twtr-ft div {
	padding: 0 !important;
}
.twtr-widget {
	margin-top: 10px !important;
}
.social li a {
	font-family: leaguegothic;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	
}
div.rooms {
	border: none !important; /* border-bottom: 1px solid #dbd2bb; */
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
}
.roomsub {
	font-size: 12px;
	line-height: 16px;
}
.addto {
	margin: 0;
	padding: 0;
}
.addto a {
}
h3.rooms {
	margin-bottom: 5px !important;
}
p.rooms {
	text-align: left !important;
	font-size: 10px !important;
}
.rthumb {
	margin-top: 15px;
}
.rthumb img {
	border: 1px solid;
}
.rthumb a {
	color: #dbd2bb;
}
.rthumb a:hover {
	color: #990000 !important;
}
.rthumb.odd {
	float: left;
	margin-right: 15px;
	clear: left;
}
.rthumb.even {
	float: left;
}
#rf-thumbs {
	width: 385px;
	float: left;
	padding: 0 0 30px 30px;
	z-index: 1;
}
#rf-wrap {
	padding: 0;
	background-color: #ecdcb9;
	width: 830px;
	float: left;
	clear: both;
	margin-bottom: 10px;

}
#rf-content {
	z-index: 2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px !important;
	line-height: 20px !important;
	padding: 20px 0 30px 0;
	float: left;
	width: 390px;
}
#rf-content p {
	margin: 0 0 10px 0;
}
#rf-content h3 {
	font-family: leaguegothic;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #b7ab90;
	letter-spacing: 1px;
}
#rf-content a {
	color: #990000;
}
#rf-content a:hover {
	color: #b7ab90;
}
.a2a_dd addtoany_share_save {
	background-position: 0px 0px !important;
	padding-left: 20px !important;
}
.flickr-link {
	width: 100%;
	text-align: right;
}
.flickr-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.flickr-link.left {
	text-align: right !important;
}
.flickr-link ul li {
	display: inline;
}
.flickr-link ul li img {
	vertical-align: middle;
}
#cta a span {
	display: none;
}
#cta {
	position: absolute;
	right: 0;
	top: 0;
}
#cta a {
	display: block;
	height: 200px;
	width: 200px;
	background-image: url(images/giftcard-cta.png);
}
.red-text{
	color: #990000;
	font-size: 24px !important;
	text-align: center !important;
}
.large-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
}
.small {
	font-family: leaguegothic;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 1px;
	color: #b7ab90;
	padding-bottom: 13px;
}
