/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on twitter's bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	color: #736D68 !important;
	font-size: 100% !important;
	margin-top: 0.3em;
}

.sticky{
	
}

.gallery-caption{
	
}

/* for fun */
* {
  -webkit-transition: all 0.2s ease;
  -moz-transition:    all 0.2s ease;
  -ms-transition:     all 0.2s ease;
  -o-transition:      all 0.2s ease;
}

/* @fontface */
.LadyRene { 
	font-family: LadyRene;
	font-weight: normal;
	font-style: normal;
}

/* Body */

body{
	margin: 0;
	font-family:  Baskerville, Georgia, serif !important;
	color: #1a2338; /* (navy) */
	font-size: 15px; /* a bit smaller than the default 16px - see the next declaration */
	line-height: 1.333; /* equal to 20px (divide 20/15). Using multiple value (not specifying units) avoids line-height inhertance issues */
	padding-top: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Styles */

h1, h2, h3, h4 { 
	font-family: LadyRene !important; 
	font-weight: normal !important; 
	font-style: normal; 
}
h5, h6 {
	font-family:  Baskerville, Georgia, serif !important;
	font-weight: bold;
}
.page-header h1, h1.h2 {
	font-size: 270% !important;
}

h2,h3.h2{
	font-size: 220%!important;
	padding: 1em 0 0.5em 0;
}
h3 {
	font-size: 180% !important;
	padding: 0.7em 0 0.3em 0;
}
h4 {
	font-size: 160% !important;
	padding: 0.6em 0 0.3em 0;
}
h4.widgettitle {
	font-size: 200% !important;
}
h5{
	font-size: 140%!important;
	padding: 0.5em 0;
}
h6{
	font-size: 100%!important;
}

p, #content ul, #content ol{
	font-size: 140% !important;
	line-height: 1.5;
	letter-spacing: .4px;
}

p.intro{
	font-size: 140% !important;
	line-height: 130%;
}
p.meta{
	font-size: 110% !important;
}
p.meta, p.meta a{
	color: #736D68 !important;
}

ul li, ol li{
	padding: 0.15em 0;
}

a:hover{
	color: #b82f2c;
}

#content a{
	text-decoration: underline;
}

html.no-touch #content h1 a,
html.no-touch #content h2 a,
html.no-touch #content h3 a{
	color: #1a2338;
	text-decoration: none !important;
	padding-right: 1.6em;
	background: url(/wp-content/uploads/link.png) no-repeat top right;
}

html.no-touch #content h4 a{
	color: #1a2338;
	text-decoration: none !important;
	padding-right: 1.2em;
	background: url(/wp-content/uploads/link-small.png) no-repeat top right;
}

html.no-touch #content h5 a{
	color: #1a2338;
	text-decoration: none !important;
	padding-right: 1.5em;
	background: url(/wp-content/uploads/link-small.png) no-repeat top right;
}

html.no-touch #content h6 a{
	color: #1a2338;
	text-decoration: none !important;
	padding-right: 1.9em;
	background: url(/wp-content/uploads/link-small.png) no-repeat top right;
}

html.no-touch #content h1 a:hover,
html.no-touch #content h2 a:hover,
html.no-touch #content h3 a:hover{
	color: #b82f2c;
	text-decoration: none !important;
	background: url(/wp-content/uploads/link-hover.png) no-repeat top right;
}

html.no-touch #content h4 a:hover,
html.no-touch #content h5 a:hover,
html.no-touch #content h6 a:hover{
	color: #b82f2c;
	text-decoration: none !important;
	background: url(/wp-content/uploads/link-small-hover.png) no-repeat top right;
}

html.touch #content h1 a,html.touch #content h2 a,html.touch #content h3 a,html.touch #content h4 a,html.touch #content h5 a,html.touch #content h6 a{
	text-decoration: none !important;
	color: #b82f2c;
	background: none;
}

/* Images */

img{
	border: 0; /* avoid extra space if image is inside anchor */
	-ms-interpolation-mode: bicubic; /* improve image scaling in IE */
	max-width: 100%;
}

figure{
	margin: 0;
	text-align: center;
}

.rps-image-gallery img{
	margin: 0 !important;
	width: 100% !important;
}

.wp-post-image{
	margin-bottom: 2em;
}

/* Layout */

#content{
	background-color: #f1eff0;
	padding-top: 1em;
}

#content header{
	z-index: 800 !important;
	margin-bottom: 0 !important;
	position: relative;
}

.page-header{
	padding-bottom: 0!important;
}

.page-header h1 {
	text-align: center;
	padding-bottom: 0.75em;
	background: url(../wordpress-bootstrap/images/hr.png) no-repeat bottom center;
}	

div.sidebar {
	padding-top: 1em;
	background: url(../wordpress-bootstrap/images/hr.png) no-repeat top center;
}

#main,
div.sidebar {
	padding: 10px;
	margin-top: 0;
}

div.sidebar .widget ul{
	list-style-type: none;
	margin-left: 0;
}

/*
#main .inner-sidebar {
	display: none;
}*/

#main .page-content,
#main .inner-sidebar{
	display: block;
	position: relative;
	z-index: 100;
}

#main p.alert-info{
	display: none;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #1a2338 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}

.navbar {
	width: 100%;
}

.navbar .brand {
	margin: 0!important;
}

.navbar-inner {
	background-color: transparent !important;
	-moz-box-shadow: 0 0 0 0 transparent !important;
  	-webkit-box-shadow: 0 0 0 0 transparent !important;
  	box-shadow: 0 0 0 0 transparent !important;
  	width: 100%;
  	margin-left: 0;
	filter: none!important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	width: 90%;
	margin-left: 0!important;
	margin-right: 0!important;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 10px 5% !important;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

nav .menu{
	list-style-type: none;
	margin-left: 0;
}

nav .menu li{
	padding: 0;
}

#inner-header{
	width: 100%;
}

#vp-header-top{
	width: 100%;
	text-align: center;
}

#vp-header-top,
#vp-header-top a{
	color: #736d68;
}

#vp-header-top a:hover{
	color: #b82f2c !important;
}

#vp-second-menu {
	width: 100%;
	margin-bottom: 0.25em;
	position: relative;
	z-index: 1000;
}

#vp-second-menu li{
	display: inline-block;
	margin: 0 5%;
}

#vp-second-menu #menu-item-102{
	display: none;
}

#vp-contact {
	width: 280px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background: url(../wordpress-bootstrap/images/contact-bg.png) no-repeat 0 0;
	font-size: 110%;
	overflow: visible;
	position: relative;
	z-index: 1000;
}

#vp-contact a, #vp-contact span{
	display: block;
	padding: 0.1em 0;
	color: #1a2338;
}


#vp-header-middle {
	text-align: center;
}

.logo-container{
	display: block;
	max-width: 160px;
	max-height: 151px;
	margin: 0 auto;
	position: relative;
	z-index: 700;
}

#vp-header-bottom{
	display: block;
	clear: both;
	font-family: LadyRene !important;
	font-size: 160%;
	text-align: center;
}

#vp-main-menu .menu li{
	line-height: 1.125;
	width: 100%;
	margin: 0.65em 0;
	display: inline-block;
}

#vp-header-bottom .menu-main-menu-first-container,
#vp-header-bottom .menu-main-menu-second-container {
	display: none;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

.more-link{
	white-space: nowrap;
}

footer {
	max-width: 1000px;
	margin: 0 auto;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

#inner-footer{
	color: #736d68;
	background-color: #000000;
	text-align: center;
	padding-top: 1em;
}

#inner-footer a{
	color: #d9d1cc !important;
}

#widget-footer .widget{
	margin-bottom: 0;
	margin: 0.5em 0;
}

#widget-footer ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
#widget-footer ul.menu li{
	display: inline-block;
	margin: 0 0.5em;
}

#widget-footer ul.menu li#menu-item-344 a{
	padding-left: 19px;
	background: url(../wordpress-bootstrap/images/love.png) no-repeat top left;
}

#widget-footer #text-4{
	margin: 1em;
}

#widget-footer .legal{
	padding-bottom: 1.5em;
}

/* home page styling */

body.home #content{
	background-color: transparent;
	padding-top: 0;
	padding: 0;
	height: 332px;
	margin-top: -20px;
}

body.home #content header,
body.home #content footer{
	display: none;
}

body.home #main{
	padding: 0;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

body.home #main article{
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
}

body.home #main article a{
	display: none;
}

body.home #flag{
	width: 93.75%; /* 300/320 */
	position: relative;
	left: 3.125%; /* 10/320 */
	z-index: 500;
}

body.home #fireplace{
	width: 143.75%; /* 460/320 */
	position: relative;
	left: -21.875%; /* 70/320 */
	top: -66px;
	z-index: 30;
}

body.home #angbun{
	width: 93.75%; /* 300/320 */
	position: absolute;
	left: 3.125%; /* 10/320 */
	z-index: 20;
	top: 110px;
}

#homeslideshow{
	z-index: 10;
	position: relative;
}

body.home #homeslideshow{
	width: 34.375%; /* 110/320 */
	left: 32.8125%; /* 105/320 */
	top: -35px;
}

#homeslideshow figure {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
	display: none;
}

#homeslideshow figure.active {
	z-index: 10;
	display: block;
}


/* post styling */

#main p.meta{
	font-style: italic;
	color: #808080;
}

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}

.sidebar{
	margin-top: 18px !important;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	max-width: 100%;
}

img.alignleft{
	margin-right: 30px;
	float: left;
}

img.alignright{
	margin-left: 30px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 18px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 480px) {

	#vp-main-menu .menu li{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin: 0.35em 2.5%;
	}
	
	body.home #content{
	margin-top: -30px;
	min-height: 449px;
	}
	
	body.home #flag{
	width: 95.83333%; /* 460/480 */
	left: 2.08333%; /* 10/480 */
	}

	body.home #fireplace{
	width: 129.16666%; /* 620/480 */
	min-height: 419px;
	left: -14.58333%; /* 70/480 */
	top: -100px;
	}

	body.home #angbun{
	width: 62.5%; /* 300/480 */
	left: 18.75%; /* 90/480 */
	}

	body.home #homeslideshow{
	width: 30%; /* 144/480 */
	left: 35%; /* 168/480 */
	top: -60px;
	}

}

@media only screen and (min-width: 600px) {

	.navbar-fixed-top, .navbar-fixed-bottom {
	width: 90%;
	}
	
	#vp-second-menu li{
	margin: 0 0.75em;
	}
	
	.logo-container{
	max-width: 180px;
	max-height: 170px;
	}
	
	#vp-header-bottom{
	position: absolute;
	top: 100px;
	width: 90%; /* 540/600 */
	}
	
	#vp-header-bottom .menu-main-menu-container {
	display: none;
	width: 0;
	height: 0;
	}
	
	#vp-header-bottom .menu-main-menu-first-container{
	display: block;
	float: left;
	width: 30%;
	}
	
	#vp-header-bottom .menu-main-menu-second-container {
	display: block;
	float: right;
	width: 30%;
	}
	
	#vp-main-menu .menu li{
	line-height: 1.125;
	width: 100%;
	margin: 0.3em 0;
	}
	
	body.home #content{
	height: 544px;
	}
	
	body.home #flag{
	width: 93.33333%; /* 560/600 */
	left: 3.33333%; /* 20/600 */
	}

	body.home #fireplace{
	width: 126.66666%; /* 760/600 */
	left: -13.33333%; /* 80/600 */
	top: -120px;
	}

	body.home #angbun{
	width: 100%; /* 600 */
	left: 0;
	top: 490px;
	}

	body.home #homeslideshow{
	width: 29%; /* 174/600 */
	left: 35.5%; /* 213/600 */
	top: -68px;
	}
	
	/* Links */
	
	body.home #main article a{
	display: block;
	text-align: center;
	}
	
	body.home #main article{
	font-family: LadyRene !important;
	font-size: 1.4em;
	line-height: 1.1;
	}

	html.no-touch body.home #main article a{
	color: transparent;
	}

	html.no-touch body.home #main article a:hover {
	text-decoration: none;
	color: #fff;
	}

	html.no-touch body.home #main article a span {
	display: none;
	display: block;
	}

	html.no-touch body.home #main article a:hover span{
	display: block;
	}

	html.touch body.home #main article a{
	color: #fff;
	text-decoration: none;
	}

	html.touch body.home #main article a span {
	display: block;
	}

	body.home #book1,
	body.home #shop,
	body.home #book2,
	body.home #hosp,
	body.home #hair,
	body.home #contact,
	body.home #press,
	body.home #travel,
	body.home #tea{
	z-index: 800;
	overflow: hidden;
	position: absolute;
	display: block;
	}

	body.home #book1{
	width: 35.8%; /* 215/600 */
	height:	22.5%; /* 180/800 */
	top: 360px;
	}

	body.home #book1 a{
	width: 44.18604%; /* 95/215 */
	height: 100%;
	margin: 0 0 0 55.81395%; /* 36/800 0 0 120/215 */
	}

	body.home #book1 a span{
	width: 73.68421%; /* 70/95 */
	padding-top: 50%;
	margin-left: -26.31578%; /* 25/95 */
	}

	body.home #shop{
	left: 35.8%; /* 215/600 */
	width: 28.666666%; /* 172/600 */
	height: 25%; /* 200/800 */
	top: 360px;
	}

	body.home #shop a{
	width: 100%;
	height: 50%;
	margin: 50% 0 0 0; /* 100/200 0 0 0 */
	color: #000!important;
	}

	body.home #shop a span{
	display: block!important;
	}

	body.home #shop a:hover span{
	color: #fff!important;
	}

	body.home #shop a span.left{
	width: 50%;
	float: left;
	padding-top: 77px;
	}
	body.home #shop a span.right{
	width: 50%;
	float: right;
	padding-top: 77px;
	}

	body.home #book2{
	left: 64.5%; /* 387/600 */
	width: 35.8%; /* 215/600 */
	height:	22.5%; /* 180/800 */
	top: 360px;
	}

	body.home #book2 a{
	width: 44.18604%; /* 95/215 */
	height: 100%;
	margin: 0;
	}

	body.home #book2 a span{
	width: 73.68421%; /* 70/95 */
	padding-top: 50%;
	margin-left: 52.63157%; /* 50/95 */
	}

	body.home #hosp{
	top: 570px;
	width: 50%; /* 300/600 */
	height: 11.25%; /* 90/800 */
	}

	body.home #hosp a{
	width: 16.66666%; /* 50/300 */
	height: 100%;
	margin: 0 0 0 76.66666%; /* 0 0 0 230/300 */
	}

	body.home #hosp a span{
	width: 130%;
	padding-top: 5px;
	margin-left: -180%;
	}

	body.home #hair{
	top: 570px;
	left: 50%; /* 300/600 */
	width: 50%; /* 300/600 */
	height: 11.25%; /* 90/800 */
	}

	body.home #hair a{
	width: 23.33333%; /* 70/300 */
	height: 100%;
	margin: 0;
	}

	body.home #hair a span{
	width: 160%;
	padding-top: 10px;
	margin-left: 5%;
	}

	body.home #contact{
	top: 630px;
	width: 35%; /* 210/600 */
	height: 20%;
	}
	body.home #contact a{
	width: 28.57142%; /* 60/210 */
	height: 42%;
	margin: 0 0 0 69.04761%%; /* 0 0 0 145/210 */
	}

	body.home #contact a span{
	width: 120%;
	position: relative;
	margin-left: -12%;
	padding-top: 80px;
	}

	body.home #press{
	top: 630px;
	left: 35%; /* 210/600 */
	width: 10%; /* 60/600 */
	height: 20%;
	}

	body.home #press a{
	width: 100%;
	height: 36%; 
	margin: 40% 0 0 0; /* 0 0 0 0 */
	}

	body.home #press a span{
	width: 100%;
	position: relative;
	padding-top: 70px;
	margin-left: -9%;
	}

	body.home #travel{
	top: 630px;
	left: 45%; /* 270/600 */
	width: 10%; /* 60/600 */
	height: 20%;
	overflow: visible;
	}

	body.home #travel a{
	width: 83.333333%; /* 50/60 */
	height: 80%; 
	margin: 20% 0 0 8.333333%; /* 0 0 0 5/60 */
	}

	body.home #travel a span{
	width: 140%;
	margin-left: -20%;
	}
	
	body.home #tea{
	top: 630px;
	left: 55%; /* 330/600 */
	width: 45%; /* 270/600 */
	height: 20%;
	}

	body.home #tea a{
	width: 44.444444%; /* 120/270 */
	height: 90%;
	margin: 10% 0 0 0;
	}

	body.home #tea a span{
	width: 75%;
	padding-top: 60px;
	left: 16.666666%; /* 20/120 */
	}
	/* Links */


}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}

	#vp-second-menu li{
	float: left;
	}
	
	#main,
	div.sidebar {
	padding: 20px;
	}
	
	#main .page-content,
	#main .inner-sidebar{
	display: inline-block;
	float: left;
	}

	#main .page-content{
	max-width: 480px;
	}
	
	#main .inner-sidebar {
	max-width: 248px;
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom {
	width: 94.791667%; /* 728/768 */
	}

	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 10px 2.60416% !important; /* 20/768 */
	}
	
	.container-fluid{
	padding-left: 0!important;
	padding-right: 0!important;
	}
	
	#vp-header-bottom{
	position: absolute;
	top: 70px;
	width: 94.791667%; /* 728/768 */
	}
	
	#vp-header-bottom .menu-main-menu-first-container{
	display: block;
	float: left;
	width: 35%;
	}
	
	#vp-header-bottom .menu-main-menu-second-container {
	display: block;
	float: right;
	width: 35%;
	}
	
	#vp-main-menu .menu li{
	line-height: 1.125;
	width: 100%;
	margin: 0.45em 0;
	}
	
	div.sidebar {
	background-image: none;
	}
	
	#vp-second-menu {
	width: 35%;
	height: 50px;
	float: left;
	margin-bottom: 0;
	display: block;
	padding-left: 60px;
	height: 50px;
	background: url(../wordpress-bootstrap/images/bluebird-sm.png) no-repeat top left;
	}
	
	#vp-second-menu li{
	margin: 0 0.5em;
	float: left;
	}
	
	#vp-contact {
	width: 45%;
	display: block;
	float: right;
	margin: 0;
	padding-right: 60px;
	height: 50px;
	background: url(../wordpress-bootstrap/images/lion-sm.png) no-repeat top right;
	text-align: right;
	}
	
	#vp-contact a{
	margin-right: 0.5em;
	}
	
	#vp-contact a, #vp-contact span{
	display: inline-block;
	padding: 0;
	color: #736D68;
	}

	html.no-touch #vp-contact a, #vp-contact span{
	margin-top: 0.6em;
	}

	#vp-header-middle {
	position: relative;
	top: -20px;
	}
	
	.logo-container{
	max-width: 200px;
	max-height: 189px;
	}
	
	#widget-footer .menu-footer-links-container,
	#widget-footer .legal {
	float: left;
	width: auto;
	}
	
	#widget-footer .menu-footer-links-container{
	margin-left: 20px;
	}
	
	#widget-footer .legal,
	#widget-footer .social{
	display: inline-block;
	float: left;
	}
	
	#widget-footer .legal{
	margin-right: 1.75em;
	}
	
	#widget-footer #text-4{
	width: auto;
	float: right;
	margin: 0;
	margin-top: 0.25em;
	margin-right: 20px;
	}
	
	#content{
	margin-top: -30px;
	}
	
	body.home #content{
	margin-top: -90px;
	}
	
	body.home #content .page{
	max-height: 700px;
	}
	
	body.home #flag{
	width: 72.916667%;
	min-width: 560px;
	max-width: 730px;
	position: relative;
	left: 13.541667%;
	}
	
	body.home #fireplace{
	width: 100%;
	min-width: 768px;
	min-height: 519px;
	max-width: 1000px;
	left: 0;
	top: -120px;
	}
	
	body.home #angbun{
	top: -536px;
	position: relative;
	left: 1%;
	width: 98%;
	max-width: 730px;
	}
	
	body.home #homeslideshow{
	width: 22.65625%; /* 174/768 */
	position: relative;
	left:38.67187%; /* 297/768 */
	top: -68px;
	}
	
	/* Links */
	body.home #book1{
	width: 39.0625%; /* 300/768 */
	height:	20%;
	top: 290px;
	}

	body.home #book1 a{
	width: 23.333%; /* 70/300 */
	height: 80%;
	margin: 0 0 0 76.66666%; /* 0 0 0 230/300 */
	}

	body.home #book1 a span{
	width: 100%;
	padding-top: 50px;
	margin-left: -80%;
	}

	body.home #shop{
	left: 39.0625%; /* 300/768 */
	width: 21.875%; /* 168/768 */
	height: 20%;
	top: 290px;
	}

	body.home #shop a{
	height: 55%;
	margin: 50% 0 0 0;
	}

	body.home #shop a span{
	display: block!important;
	}

	body.home #shop a:hover span{
	color: #fff!important;
	}

	body.home #shop a span.left{
	width: 50%;
	float: left;
	padding-top: 80px;
	}
	body.home #shop a span.right{
	width: 50%;
	float: right;
	padding-top: 80px;
	}

	body.home #book2{
	left: 60.9357%; /* 468/768 */
	width: 39.0625%; /* 300/768 */
	height:	20%;
	top: 290px;
	}

	body.home #book2 a{
	width: 23.333%; /* 70/300 */
	height: 80%;
	margin: 0;
	}

	body.home #book2 a span{
	width: 100%;
	padding-top: 50px;
	margin-left: 80%;
	}

	body.home #hosp{
	top: 490px;
	width: 50%; /* 300/600 */
	height: 11.25%; /* 90/800 */
	}

	body.home #hosp a{
	width: 16.66666%; /* 50/300 */
	height: 100%;
	margin: 0 0 0 76.66666%; /* 0 0 0 230/300 */
	}

	body.home #hosp a span{
	width: 130%;
	padding-top: 20px;
	margin-left: -120%;
	}

	body.home #hair{
	top: 490px;
	left: 50%; /* 300/600 */
	width: 50%; /* 300/600 */
	height: 11.25%; /* 90/800 */
	}

	body.home #hair a{
	width: 23.33333%; /* 70/300 */
	height: 100%;
	margin: 0;
	}

	body.home #hair a span{
	width: 120%;
	padding-top: 30px;
	margin-left: 2%;
	}

	body.home #contact{
	top: 580px;
	width: 38.28125%; /* 294/768 */
	height: 20%;
	}
	body.home #contact a{
	width: 27.21088%; /* 80/294 */
	height: 42%;
	margin: 0 0 0 69.04761%%; /* 0 0 0 145/210 */
	}

	body.home #contact a span{
	width: 100%;
	margin-left: 0;
	padding-top: 75px;
	}

	body.home #press{
	top: 580px;
	left: 38.28125%; /* 294/768 */
	width: 7.8125%; /* 60/768 */
	height: 20%;
	}

	body.home #press a{
	width: 100%;
	height: 36%; 
	margin: 40% 0 0 0; /* 0 0 0 0 */
	}

	body.home #press a span{
	width: 100%;
	position: relative;
	padding-top: 60px;
	margin-left: -9%;
	}

	body.home #travel{
	top: 580px;
	left: 46.09375%; /* 354/768 */
	width: 9.89583%; /* 76/768 */
	height: 20%;
	overflow: visible;
	}

	body.home #travel a{
	width: 83.333333%; /* 50/60 */
	height: 80%; 
	margin: 20% 0 0 8.333333%; /* 0 0 0 5/60 */
	}

	body.home #travel a span{
	width: 140%;
	margin-left: -20%;
	}
	
	body.home #tea{
	top: 580px;
	left: 55.98958%; /* 430/768 */
	width: 44.01041%; /* 338/768 */
	height: 20%;
	}

	body.home #tea a{
	width: 35.50295%; /* 120/338 */
	height: 80%;
	margin: 3% 0 0 0;
	}

	body.home #tea a span{
	width: 110%;
	padding-top: 80px;
	margin-left: -15%;
	}
	/* Links */
	
	.page-header h1{
	text-align: left;
	background-position: bottom left;
	}
	
}

@media only screen and (min-width: 800px) {
	
	.navbar-fixed-top, .navbar-fixed-bottom {
	width: 95%;
	}
	
	#vp-second-menu #menu-item-102{
	display: block;
	}

	#vp-contact a{
	margin-right: 1em;
	}
	
	#vp-header-bottom{
	top: 80px;
	width: 95%; /* 760/800 */
	}
	
	body.home #content{
	margin-top: -80px;
	}
	
	body.home #flag{
	max-width: 600px;
	}
	
	body.home #fireplace{
	left: 0;
	top: -134px;
	}
	
	body.home #angbun{
	top: -560px;
	position: relative;
	left: 0.52083%;
	width: 98.95833%;
	max-width: 760px;
	}
	
	body.home #homeslideshow{
	width: 23.75%;
	left: 38.125%;
	top: -79px;
	}
	
	/* Links */
	body.home #book1,
	body.home #shop,
	body.home #book2{
	height: 30%;
	top: 305px;
	}
	
	body.home #shop a span.left,
	body.home #shop a span.right {
	padding-top: 75px;
	}
	
	body.home #hosp,
	body.home #hair {
	height: 15%;
	top: 500px;
	}
	
	body.home #contact,
	body.home #press,
	body.home #travel,
	body.home #tea{
	top: 590px;
	height: 40%;
	}
	
}

@media only screen and (min-width: 900px) {
	body{
		padding-top: 60px;
	}
	
	header{
	position: relative;
	z-index: 999;
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom {
	width: 100%;
	}

	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 10px 0 !important;
	}
	
	.container-fluid {
	width: 1000px;
	margin: 0 auto;
	}
	
	#main .page-content{
	max-width: 631px;
	}
	
	#main .inner-sidebar {
	max-width: 303px;
	}
	
	#vp-second-menu {
	background: url(../wordpress-bootstrap/images/menu-top-left-sm.png) no-repeat bottom center;
	height: 60px;
	width: 40%;
	}
	
	.menu-secondary-menu-container{
	padding-left: 60px;
	height: 50px;
	background: url(../wordpress-bootstrap/images/bluebird-sm.png) no-repeat top left;
	}

	#vp-contact{
	background: url(../wordpress-bootstrap/images/menu-top-right-sm.png) no-repeat bottom center;
	height: 60px;
	width: 40%;
	}
	
	.vp-contact-details{
	padding-right: 60px;
	height: 50px;
	background: url(../wordpress-bootstrap/images/lion-sm.png) no-repeat top right;
	}
	
	#vp-header-middle {
	top: -50px;
	}
	
	.logo-container{
	min-width: 200px;
	min-height: 189px;
	margin: 0 auto;
	}
	
	.logo-container .brand {
	padding: 0!important;
	}
	
	#vp-header-bottom{
	position: absolute;
	top: 86px;
	max-width: 980px;
	margin: 0 auto;
	}
	
	#vp-header-bottom .menu-main-menu-first-container,
	#vp-header-bottom .menu-main-menu-second-container{
	width: 40%;
	height: 78px;
	vertical-align: middle;
	}
	
	#vp-main-menu .menu li{
	line-height: 1.125;
	width: 25%;
	margin: 0.25em;
	}
	
	#inner-footer{
		padding: 1em 0 0 0;
	}
	
	#widget-footer{
	padding-bottom: 1em;
	}
	
	#text-8{
	position: relative;
	top: -10px;
	height: 0px;
	z-index: 1;
	}
	
	#text-3, #text-4{
	position: relative;
	z-index: 2;
	}
	
	.menu-footer-links-container{
	padding-top: 0.5em;
	}
	
	#text-4{
	padding-top: 0.3em;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}

	#content{
	margin-top: -90px;
	}
	
	body.home #content{
	margin-top: -120px;
	width: 1000px;
	}
	
	body.home #main{
	height: 736px;
	}
	
	body.home #flag{
	max-width: 700px;
	}
	
	body.home #fireplace{
	width: 1000px;
	top: -620px;
	}
	
	body.home #angbun{
	top: -1230px;
	position: relative;
	left: 0;
	width: 100%;
	max-width: 1000px;
	}
	
	body.home #homeslideshow{
	width: 23%; /* 230/1000 */
	left: 38.5%;
	top: -80px;
	}
	
	body.home #main article{
	font-family: LadyRene !important;
	font-size: 1.6em;
	line-height: 1.3;
	}
	
	/* LINKS */
	
	
	body.home #book1,
	body.home #shop,
	body.home #book2,
	body.home #hosp,
	body.home #hair,
	body.home #contact,
	body.home #press,
	body.home #travel,
	body.home #tea{
	position: relative;
	float: left;
	display: inline-block;
	}
	
	body.home #book1{
	width: 388px;
	height:	150px;
	top: -50px;
	}

	body.home #book1 a{
	width: 90px;
	top: 10px;
	height: 150px;
	float: right;
	}

	body.home #book1 a span{
	width: 100%;
	padding-top: 50px;
	margin-left: -67.5px;
	}

	body.home #shop{
	left: 0;
	top: 0;
	width: 228px;
	height: 175px;
	}
	
	body.home #shop a{
	height: 100%;
	margin: 0;
	}

	body.home #shop a span.left{
	width: 50%;
	float: left;
	padding-top: 146px;
	}
	
	body.home #shop a span.right{
	width: 50%;
	float: right;
	padding-top: 146px;
	}

	body.home #book2{
	left: 0;
	width: 380px;
	height:	150px;
	top: -50px;
	}

	body.home #book2 a{
	width: 90px;
	top: 10px;
	height: 150px;
	}

	body.home #book2 a span{
	width: 100%;
	padding-top: 50px;
	margin-left: 67.5px;
	}

	body.home #hosp{
	top: 40px;
	width: 499px;
	height: 100px;
	}

	body.home #hosp a{
	width: 16.66666%;
	height: 100%;
	margin: 0 0 0 76.66666%;
	}

	body.home #hosp a span{
	width: 130%;
	margin-top: -22%;
	margin-left: -120%;
	}

	body.home #hair{
	top: 40px;
	left: 0;
	width: 499px;
	height: 100px;
	}

	body.home #hair a{
	width: 23.33333%;
	height: 100%;
	margin: 0;
	}

	body.home #hair a span{
	width: 120%;
	margin-top: -18%;
	margin-left: -10%;
	}

	body.home #contact{
	top: 10px;
	width: 380px;
	height: 160px;
	}
	
	body.home #contact a{
	width: 28.57142%;
	height: 100%;
	margin: 0 0 0 69.04761%%;
	}

	body.home #contact a span{
	width: 120%;
	position: relative;
	margin-left: 11px;
	padding-top: 110px;
	}

	body.home #press{
	top: 10px;
	left: 0;
	width: 80px;
	height: 160px;
	}

	body.home #press a{
	width: 100%;
	height: 60px; 
	margin: 30px 0 0 0;
	}

	body.home #press a span{
	width: 100%;
	position: relative;
	padding-top: 90px;
	margin-left: 0;
	}

	body.home #travel{
	top: 10px;
	left: 0;
	width: 85px;
	height: 200px;
	overflow: visible;
	}

	body.home #travel a{
	width: 83.333333%;
	height: 80%; 
	margin: 20% 0 0 8.333333%;
	}

	body.home #travel a span{
	width: 140%;
	margin-left: -20%;
	}
	
	body.home #tea{
	top: 10px;
	left: 0;
	width: 450px;
	height: 200px;
	}

	body.home #tea a{
	width: 44.444444%;
	height: 90%;
	margin: 10% 0 0 0;
	}

	body.home #tea a span{
	width: 70%;
	padding-top: 80px;
	margin-left: 0;
	}
	/* Links */
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1025px) {
	

}