/*
Theme Name: Virtual Book Tours
Theme URI: 
Author: 
Author URI: 
Description:
Version: 1.0
License: 
Tags: 
*/

/*#######################################################################
html5 reset
#######################################################################*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing:border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*#######################################################################
html body wrapper
#######################################################################*/

html {
	background:#fff url(images/bg-html.png) center top repeat;
	font-family: helvetica, arial, sans-serif;
	color:#3c2313;
	font-size:13px;
	line-height:1.4em;
	border-top:25px solid #6e1816;
	min-width:1000px;
	width:100%;
}

body {
	box-shadow: inset 0px 5px 5px rgba(0,0,0,.5); 
	min-width:100%;
}


#wrapper {
	margin:0 auto;
	min-width:1000px;
}

.interior {
	width:940px;
	margin: 0 auto;
}

/*#######################################################################
header, nav
#######################################################################*/

header {
	background:#0d4a49;
	width:100%;
	height:90px;
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,.5); 
	overflow:hidden;
}

nav {
	font-family: 'EB Garamond', georgia, sans-serif;
	padding-left:250px;
	float:left;
}

nav ul {
	width:100%;
	height:90px;
	overflow:hidden;
}

nav ul li {
	float:left;
	display:block;
	text-align: center;
	border-right:1px solid #e6d9bb;
}

nav ul li a {
	color:#e6d9bb;
	max-width:120px;
	font-size:17px;
	text-decoration:none;
	text-transform:uppercase;
	height:87px;
	padding:25px 18px;
	display:block;
}

nav ul li:hover a, nav ul li a:hover {
	color:#fff;
	background:url(images/nav-rollover.png) center 65px no-repeat;
}

#menu-item-26 a {
	padding-top:35px;
}

/*#######################################################################
#book-bar
#######################################################################*/

#book-bar {
	background:#e6d9bb;
	height:225px;
	width:100%;
	overflow:hidden;
	margin-top:5px;
}

#book-bar .interior {
	padding-left:250px;
}

.old-tours {
	float:left;
	overflow:hidden;
	position:relative;
	z-index:999;
	height:225px;
}

.old-tours-wrapper {
	width:1000px;
	height:225px;
	display:block;
	position:relative;
}

.current-new-tours {
	width:2000px;
	overflow:hidden;
}

.booktour {
	float:left;
	text-align:center;
	width:125px;
	height:205px;
	overflow:hidden;
	margin:10px 5px 10px;
	display:none;
}

.old-tours .old-tour {
	display:block;
}

.old-tours .booktour {
	float:right;
}

.current-new-tours .current-tour, .current-new-tours .upcoming-tour {
	display:block;
}

.book-tour-cover {
	height:185px;
	overflow:hidden;
}

.book-tour-cover img {
	max-width:125px;
	min-height:185px;
	max-height:185px;
}

.old-tour .book-tour-cover img, .upcoming-tour .book-tour-cover img {
	opacity:.7;
}

.book-tour-dates {
	padding-top:5px;
	text-transform:uppercase;
}

/*#######################################################################
#content
#######################################################################*/

#content {
	position:relative;
}

/*#######################################################################
article
#######################################################################*/

article {
	float:right;
	width: 650px;
	margin-right:25px;
}

article a {
	color:#0d4a49;
	text-decoration:none;
}

article .post-content {
	padding-top:35px;
}

article .title-block {
	border-top:1px solid #3c2313;
	border-bottom:1px solid #3c2313;
	background:url(images/accent.png) right center no-repeat;
	min-height:60px;
	padding:10px 50px 10px 10px;
	margin-bottom:25px;
}

.title-block h6 {
	color:#0d4a49;
	text-transform:uppercase;
	font-size:11px;
	font-weight:normal;
}

article h2 {
	font-size:24px;
	line-height:1.2em;
	font-family:"EB Garamond", garamond, georgia, 'times new roman', serif;
	color:#0d4a49;
	padding-bottom:6px;
	padding-top:4px;
	font-weight:normal;
}

.title-block h2 {
	font-size:22px;
	line-height:1.2em;
	font-family:"EB Garamond", garamond, georgia, 'times new roman', serif;
	color:#0d4a49;
	padding-bottom:6px;
	padding-top:4px;
	font-weight:normal;
}

.title-block h5 {
	color:#666;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
}

article .entry {
	padding-left:10px;
}

h1 {
	color:#0d4a49;
	font-size:30px;
	font-weight:500;
	line-height:1.2em;
	padding-bottom:4px;
	font-family:'EB Garamond', georgia, 'times new roman', serif;
	text-transform:uppercase;
	padding-left:10px;
}

article h3 {
	text-transform:uppercase;
	font-size:19px;
	font-weight:500;
	line-height:1.2em;
	padding-bottom:4px;
	font-family:georgia, 'times new roman', serif;
}

article h4 {
	color:#0d4a49;
	text-transform:uppercase;
	font-size:17px;
	font-weight:500;
	line-height:1.2em;
	padding-bottom:4px;
	font-family:georgia, 'times new roman', serif;
}

article p {
	font-size:13px; 
	line-height:1.35em;
	margin-bottom:1.35em;
}

article a:hover {
	text-decoration:underline;
}

hr {
	border-color:#3c2313;
}

article .post-footer {
	background:#e9e9e9;
	padding:5px;
	font-size:11px;
	clear:both;
	margin-top:15px;
}

.post-footer p {
	line-height:1.3em;
	margin-bottom:0;
}

.post-footer .labels {
	padding-left:5px;
	padding-bottom:3px;
}

.post-footer a {
	font-weight:bold;
}

.comments {
	padding:25px 10px;
	line-height:1.4em;
}

.comments h3 {
	padding: 10px 0 4px;
}

.comments ol li, .comments ul li {
	margin-left:2em;
}

.comments ol li {
	padding:10px;
}

.comments ul li {
	padding:10px;
	margin:10px;
	list-style-type:none;
}

li.odd {
	background:rgba(0,0,0,.1);
}

.comment-meta {
	font-size:10px;
}

.navigation {
	padding:25px 10px;
	font-weight:bold;
	text-align:center;
}

.alignleft {
	float:left;
	margin:2px 10px 4px 0;
}

.alignright {
	float:right;
	margin:2px 0 4px 10px;
}

/*#######################################################################
aside
#######################################################################*/

aside {
	float:left;
	width:190px;
	margin-left:30px;
	margin-right:30px;
	position:relative;
	top:-320px;
	margin-bottom:-320px;
}

#logo {
	display:block;
	box-shadow: inset 0px 5px 5px rgba(0,0,0,.5); 
	width:193px;
	height:386px;
	background:url(images/logo.png) center top no-repeat;
}

#logo img {
	display:none;
}

.social {
	padding:10px 5px;
	text-align:center;
	margin-bottom:50px;
}

.social a:hover img {
	position:relative;
	top:-2px;
}

aside h4 {
	height:43px;
	color:#0d4a49;
	font-family:georgia, 'times new roman', serif;
	font-size:20px;
	line-height:1.2em;
	margin-bottom:12px;
	text-align:center;
	text-indent:-9999px;
	background:url(images/heading-labels.png) center top no-repeat;
}

aside #linkcat-59 h4 {
	background-image:url(images/heading-upcoming.png);
}

aside #linkcat-60 h4 {
	background-image:url(images/heading-completed-tours.png);
}

aside #linkcat-109 h4 {
	background-image: url(../../uploads/2013/04/live-tours.png);
}

aside #archives-2 h4 {
	background-image:url(images/heading-archives.png);
}

aside .widget {
	background:url(images/aside-title-separator.png) center 28px no-repeat;
	line-height:1.2em;
	font-size:11px;
	margin:10px 0px 30px 15px;
	list-style-type:none;
}

aside .widget ul {
	margin-left:0;
	line-height:1.2em;
	font-size:11px;
}

aside .widget ul li {
	padding-bottom:3px;
	font-size:11px;
	list-style-type:none;
}

aside a {
	color:#3c2313;
	text-decoration:none;
}

aside a:hover {
	color:#0D4A49;
}

/*#######################################################################
footer
#######################################################################*/

footer {
	width:940px;
	margin:25px auto 25px;
	clear:both;
	font-size:11px;
	text-align:center;
}

footer p, footer p a {
	font-size:11px;
	color:#aaa;
}