/*
Theme Name: Adventure Journal
Theme URI: http://www.contextureintl.com/wordpress/adventure-journal-wordpress-theme/
Description: Adventure Journal is the perfect theme for highlighting your adventures. Choose your own layout, sidebar and footer widgets, header image, and background if you want to customize. Perfect for your next trip. Or your next blog.
Author: Contexture International
Author URI: http://www.contextureintl.com/
Version: 2.0-wpcom
License: GNU General Public License
License URI: license.txt
Tags: brown, dark, light, tan, yellow, natural, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready, featured-image-header, featured-images, blog, lifestream, nature, photoblogging, scrapbooking, travel, colorful, contemporary, earthy, hand-drawn, handcrafted, nostalgic, paper-made, realistic, textured, whimsical

/* = http://www.google.com/webfonts/specimen/Vollkorn
----------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);

/* =Default HTML Styling
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.625;
}
img {
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #603913;
	font-weight: 400;
	padding: 0;
}
h1,
h2,
h3 {
	font-family: Vollkorn, Georgia, serif;
	line-height: 1.2;
}
h1 {
	font-size: 38px;
	letter-spacing: -1px;
}
h2 {
	font-size: 28px;
	letter-spacing: -1px;
}
h3 {
	font-size: 20px;
	letter-spacing: -.5px;
}
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 12px;
}
ul,
ol {
	margin-bottom: 12px;
	padding: 0;
}
li {
	margin-left: 20px;
	padding: 0;
}
ul li {
	list-style: square;
}
ul ul li {
	list-style: disc;
}
ul ul ul li {
	list-style: circle;
}
ol {
	margin-bottom: 12px;
}
ol li {
	list-style: decimal;
}
ol ol li {
	list-style: upper-alpha;
}
ol ol ol li {
	list-style: lower-roman;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
form {
	display: inline;
}
fieldset {
	padding: 10px;
}
input,
textarea,
select {
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 5px;
}
input[type="submit"] {
	background: #f1f1f1;
}
input[type="submit"]:active {
	background: #e9e9e8;
}
textarea {
	width: 98%;
}
input.button:active {
	background-color: #f3e9e9;
	color: #000;
}
input:hover,
textarea:hover,
select:hover {
	border: 1px solid #600;
}
input:focus,
textarea:focus {
	background: #f3e9e9;
	border: 1px solid #600;
}
pre {
	background-color: #e9e9e8;
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin-bottom: 12px;
	padding: 12px;
}
blockquote {
	font-size: 16px;
	font-style: italic;
	padding: 7px;
	padding-bottom: 0;
	padding-left: 50px;
}
hr {
	border: none;
	border-top: 1px solid #0f2a56;
	height: 1px;
	margin-bottom: 1em;
	margin-top: 0;
}
dl {
	margin: 0 0 24px;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 18px;
}
ins {
	background: #fff;
	text-decoration: none;
}
a {
	color: #600;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #19196a;
}
h1 a,
h2 a,
h3 a {
	color: #603913;
}


/* =Master Page
----------------------------------------------- */

body {
	background: #693808; /* background image is defined in functions.php */
}
#container {
	background: url(images/mp-background-shading.png) center top;
	min-height: 100%;
}
#container2 {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
}
#wrapper-top {
	background: url(images/header-top.png) 5px top no-repeat;
	height: 38px;
	position: relative;
}
#page-curl {
	background: url(images/header-top.png) right top no-repeat;
	position: absolute;
	right: 7px;
	width: 25px;
	height: 38px;
	z-index: 100;
}
#wrapper-content {
	background: url(images/mp-sprite-content-bg.png) 3px 0 repeat-y;
	margin-top: -373px;
	padding-top: 375px;
}
#ie8 #wrapper-content {
	margin-top: -373px;
	padding-top: 362px;
}
#header {
	margin-bottom: 14px;
	margin-top: -24px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#banner,
#banner:after {
	background: #f3f3f3;
	border: 1px solid #d9d5d3;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	display: relative;
	margin-left: 20px;
	padding: 6px 6px 8px;
	width: 920px;
	z-index: 10;
}
#banner:after {
	content: '';
	height: 100px;
	position: absolute;
	bottom: -5px;
	right: 40px;
	-moz-transform: rotate(1.3deg);
	-ms-transform: rotate(1.3deg);
	-webkit-transform: rotate(1.3deg);
	transform: rotate(1.3deg);
	width: 700px;
	z-index: -1;
}
#ie8 #banner:after {
	content: none;
}
#logo {
	background: #fafafa;
	background-image: -moz-linear-gradient(top, #e3ddd7, #fafafa); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #e3ddd7, #fafafa); /* IE10 */
	background-image: -webkit-linear-gradient(top, #e3ddd7, #fafafa); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: linear-gradient(top, #e3ddd7, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3ddd7', EndColorStr='#fafafa'); /* IE6-IE9 */
	border: 1px solid #d9d5d3;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
	margin-right: 100px;
	padding: 22px 45px;
	position: absolute;
	left: 34px;
	top: -22px;
	text-align: center;
}
#logo a,
#logo a:visited {
	color: #603913;
	font-family: Vollkorn, Georgia, serif;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 42px;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#content {
	padding: 10px 25px;
	position: relative;
}
#footer {
	background: url(images/footer-background.jpg) center top;
	border: 1px solid #666;
	border-top: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(0,0,0,.8);
	padding: 20px;
}

/* Three Footer Widget Areas */
#supplementary .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
#colophon {
	background: url(images/mp-background-shading.png) center top;
	clear: both;
	padding: 35px 0 25px;
}
#colophon p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,.6);
}
#colophon a {
	color: #fff;
}


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

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	text-decoration: underline;
}

/* Top Navigation Styling */
#menu {
	background: url(images/top-menu-left.png) no-repeat left bottom;
	clear: both;
	float: right;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#menu-wrap {
	background: url(images/top-menu-background.png) 0 bottom repeat-x;
	margin-left: 4px;
	padding-bottom: 5px;
	position: relative;
}
#nav-right {
	background: url(images/top-menu-right.png) 0 bottom repeat-y;
	position: absolute;
	right: -8px;
	width: 8px;
	height: 100%;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
}
#menu a {
	color: #603913;
	display: block;
	font-weight: 700;
	line-height: 15px;
	padding: 13px 10px;
	text-decoration: none;
}
#menu a:hover {
	color: #000;
}
#menu ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	padding: 2px 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 99999;
}
#menu ul ul ul {
	left: 100%;
	padding: 0;
	top: 0;
}
#menu ul ul a {
	background: #efe3d8;
	line-height: 1em;
	padding: .8em .8em .8em 1em;
	width: 11em;
	height: auto;
}
#menu li:hover > a {
	background: #efe3d8;
	background: rgba(255,255,255,.2);
	color: #000;
	text-decoration: underline;
}
#menu ul ul :hover > a,
#menu ul ul a:hover {
	background: #f2e8df;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a {
	background: rgba(255,255,255,.2);
	color: #000;
}
#menu ul ul .current-menu-item a,
#menu ul ul .current-menu-ancestor > a {
	background: #f2e8df;
}


/* =Layouts
----------------------------------------------- */

/* 2 Column Layout with content on left*/
.col-2-left #main-content {
	float: left;
	width: 690px;
}
.col-2-left #secondary,
.col-2-left #tertiary {
	float: right;
	margin-left: 0;
	padding: 0;
	width: 220px;
}
.col-2-left #tertiary {
	clear: right;
}

/* 2 Column Layout with content on right*/
.col-2-right #main-content {
	float: right;
	width: 690px;
}
.col-2-right #secondary,
.col-2-right #tertiary {
	float: left;
	width: 220px;
}
.col-2-right #tertiary {
	clear: left;
}

/* 3 Column Layout */
.col-3 #main-content {
	float: left;
	padding-left: 230px;
	width: 470px;
}
.col-3 #secondary {
	float: left;
	margin-left: -705px;
	width: 220px;
}
.col-3 #tertiary {
	float: right;
	width: 220px;
}

/* 3 Column Layout with content on left */
.col-3-left #main-content {
	float: left;
	width: 470px;
}
.col-3-left #secondary,
.col-3-left #tertiary {
	float: right;
	width: 220px;
}
.col-3-left #tertiary {
	margin-right: 10px;
}


/* =Sidebars
----------------------------------------------- */

#secondary .widget,
#tertiary .widget {
	background-color: #e9e9e8 !important;
	background: top right url(images/sidebar-bg-top-right.png) no-repeat, top left url(images/sidebar-bg-top-left.png) no-repeat, top center url(images/sidebar-bg-top.png) repeat-x, bottom right url(images/sidebar-bg-bottom-right.png) no-repeat, bottom left url(images/sidebar-bg-bottom-left.png) no-repeat, bottom center url(images/sidebar-bg-bottom.png) repeat-x, top left url(images/sidebar-bg-left.png) repeat-y, top right url(images/sidebar-bg-right.png) repeat-y;
	margin-bottom: 15px;
	min-height: 60px;
	padding: 15px 15px 20px;
}
.widget h3 {
	margin-bottom: 5px;
}


/* =Default WordPress Styling
----------------------------------------------- */
.entry-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.entry-title {
	margin-bottom: 5px;
	word-wrap: break-word;
}
.entry-content {
	padding-bottom: 10px;
}
.entry-utility {
	background: #e9e9e8;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	clear: both;
	margin-bottom: 15px;
	padding: 6px 8px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 10px;
}
.page-link {
	margin-bottom: 5px;
}
.page-link a:link,
.page-link a:visited {
	background: #fff;
	border-radius: 20px;
	color: #7d3913;
	font-weight: 400;
	padding: 3px 6px;
	text-decoration: none;
}
.page-link a:hover {
	background: #7d3913;
	color: #fff;
}
#nav-above,
#nav-below {
	background: #e9e9e8;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
	padding: 6px 10px;
}
#nav-below-post,
#comment-nav-above,
#comment-nav-below {
	font-size: 12px;
	margin-bottom: 15px;
}
.nav-next,
.nav-previous {
	font-weight: bold;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous a,
.nav-next a {
	text-decoration: none;
	text-transform: uppercase;
}
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}
.read-excerpt {
	display: block;
}
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
}


/* =Sticky Posts
----------------------------------------------- */

.sticky {
	margin-bottom: 20px;
	position: relative;
}
.sticky,
.bypostauthor {
	background: #fae8d4 url(images/paper-crumpled-sm.jpg);
	border-bottom: 1px solid #bcb19c;
	border-left: 1px solid #f5f7f2;
	border-right: 1px solid #c6bba6;
	border-top: 1px solid #f5f7f2;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	padding: 10px;
}
.sticky .entry-utility {
	background: rgba(198,180,153,.5);
}
.sticky .tape,
.bypostauthor .tape {
	background: url(images/tape.gif) no-repeat;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 59px;
	height: 69px;
	position: absolute;
	z-index: 13;
}
.sticky .tape.tr,
.bypostauthor .tape.tr {
	right: -18px;
	top: -20px;
}
.sticky .tape.bl,
.bypostauthor .tape.bl {
	bottom: -30px;
	left: -20px;
}
.sticky {
}
.bypostauthor {
	background: #fae8d4 url(images/paper-crumpled.jpg);
	border: 1px solid #dacfba;
	border-radius: 2px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	padding: 10px;
}
/*width correction for featured images in sticky styling*/
.sticky .attachment-post-thumbnail {
	width: 99% !important;
}


/* =Images
----------------------------------------------- */

#content img {
	max-width: 100%;
	height: auto;
}
.attachment #content img {
	display: block;
	margin: 0 auto;
}
.attachment .entry-caption {
	text-align: center;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px !important;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px !important;
	margin-top: 4px !important;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px !important;
}
.wp-caption {
	background-color: #e9e9e8 !important;
	background: top right url(images/sidebar-bg-top-right.png) no-repeat, top left url(images/sidebar-bg-top-left.png) no-repeat, top center url(images/sidebar-bg-top.png) repeat-x, bottom right url(images/sidebar-bg-bottom-right.png) no-repeat, bottom left url(images/sidebar-bg-bottom-left.png) no-repeat, bottom center url(images/sidebar-bg-bottom.png) repeat-x, top left url(images/sidebar-bg-left.png) repeat-y, top right url(images/sidebar-bg-right.png) repeat-y;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 6px;
	text-align: center;
}
#content .wp-caption img {
	max-width: 97%;
	height: auto;
	border-bottom: 1px solid #fff;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid gray;
	display: block;
	margin: 5px auto 0 auto;
	text-align: center;
}
.wp-caption a {
	display: block;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.entry-attachment .attachment {
	margin-bottom: 20px;
}
.entry-attachment .attachment img {
	background-color: #e9e9e8 !important;
	background: top right url(images/sidebar-bg-top-right.png) no-repeat, top left url(images/sidebar-bg-top-left.png) no-repeat, top center url(images/sidebar-bg-top.png) repeat-x, bottom right url(images/sidebar-bg-bottom-right.png) no-repeat, bottom left url(images/sidebar-bg-bottom-left.png) no-repeat, bottom center url(images/sidebar-bg-bottom.png) repeat-x, top left url(images/sidebar-bg-left.png) repeat-y, top right url(images/sidebar-bg-right.png) repeat-y;
	margin-bottom: 20px;
	padding: 10px 10px 20px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px !important;
}
.gallery .gallery-item {
	background-color: #e9e9e8 !important;
	background: top right url(images/sidebar-bg-top-right.png) no-repeat, top left url(images/sidebar-bg-top-left.png) no-repeat, top center url(images/sidebar-bg-top.png) repeat-x, bottom right url(images/sidebar-bg-bottom-right.png) no-repeat, bottom left url(images/sidebar-bg-bottom-left.png) no-repeat, bottom center url(images/sidebar-bg-bottom.png) repeat-x, top left url(images/sidebar-bg-left.png) repeat-y, top right url(images/sidebar-bg-right.png) repeat-y;
	float: left;
	margin: 0 5px;
	padding: 10px 5px 15px;
	text-align: center;
	width: 28% !important;
}
.gallery .gallery-item dt {
	margin-bottom: 25px;
}
.gallery .gallery-item dd {
	margin-top: -15px;
}
.gallery img {
	border: none !important;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.bypostauthor {
	min-height: 80px;
}
.bypostauthor:after {
	content: url(images/tape.gif);
	opacity: .5;
	filter: alpha(opacity=60);
	position: absolute;
	right: -18px;
	top: -20px;
}
.comment-date {
	font-size: 10px;
}


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

#comments {
	margin-bottom: 20px;
	max-width: 690px;
}
#comments-title {
	margin-bottom: 10px;
}
#comments #respond {
	background: #f5ebe6;
	background: rgba(239,227,216,0.5);
	border: 1px solid #dacfba;
	border-radius: 3px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	padding: 10px;
}
#comments .form-allowed-tags code {
	display: block;
	font-size: .8em;
}
#cancel-comment-reply-link {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: block;
	float: left;
	width: 55px;
}
#respond p.comment-subscription-form label {
	color: #999;
}
#commentform label+.required {
	margin-right: 5px;
}
#commentform .comment-form-url label {
	width: 65px;
}
.commentlist > li {
	margin-left: 0;
	position: relative;
}
li.comment,
li.pingback {
	border-top: 1px solid #ccc;
	clear: both;
	list-style-type: none;
	margin-bottom: 15px;
	padding-top: 15px;
}
.commentlist .unapproved {
	color: red;
	font-style: italic;
}
.commentlist .comment-meta {
	float: left;
	font-size: .8em;
	font-style: italic;
	width: 75px;
}
.commentlist .comment-meta img {
	margin-bottom: 5px;
}
.commentlist .comment-date a {
	text-decoration: none;
}
.commentlist .comment-date a:hover {
	text-decoration: underline;
}
.commentlist .comment-body {
	margin-left: 85px;
	padding-bottom: 10px;
}
.commentlist .comment-author {
	font-weight: bold;
}
.comments-paginate {
	font-size: .9em;
	padding-bottom: 10px;
	padding-top: 10px;
}
.comments-paginate a {
	background-color: #f4f4f4;
	color: #000;
	padding: 2px 5px;
	text-decoration: none;
}
.comments-paginate a:hover {
	background-color: #333;
	color: #fff;
}
.comments-paginate .current {
	background-color: #ccc;
	padding: 2px 5px;
	text-decoration: none;
}

/* Clearfix */
.clearfix:after,
.clear:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix,
.clear {
	display: inline-block;
}
* html .clearfix,
* html .clear {
	height: 1%;
}
.clearfix,
.clear {
	display: block;
}
.clear {
	clear: both;
}
img#wpstats {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}


/* =Widgets
----------------------------------------------- */

.widget_search #s {
	max-width: 60%;
}
.widget_search #searchsubmit {
	font-size: 12px;
	padding: 5px 6px;
}


/* =WP.com Specific
----------------------------------------------- */

/* Polldaddy */
.PDS_Poll {
	margin-bottom: 10px;
}

/* Flickr */
.widget_flickr table {
	background-color: transparent !important;
	border: 0 !important;
	border-collapse: collapse;
	width: 100%;
}
.widget_flickr table img {
	max-width: 190px;
}
.widget_flickr table#flickr_badge_uber_wrapper {
	border: none;
	border-spacing: 0;
}
.widget_flickr table#flickr_badge_wrapper {
	background: none !important;
}
.widget_flickr table#flickr_badge_uber_wrapper a {
	color: #600;
}

/* VodPod */
#vodpod_recent_videos {
	margin: 0 auto !important;
}

/* Twitter */
.widget_twitter ul li {
	list-style: none;
	margin: 0 0 10px;
}
.widget_twitter .timesince {
	font-size: 11px;
	text-decoration: none;
}

/* Highlander */
.highlander-enabled #respond p.comment-subscription-form label {
    color: #000;
}