/*
Theme Name: Trvl
Theme URI: http://theme.wordpress.com/themes/trvl/
Author: Automattic
Author URI: http://theme.wordpress.com/
Description: Designed by Danny Cohen, Trvl is a beautiful and simple tumblelog theme.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, yellow, one-column, custom-background, custom-colors, custom-header, custom-menu, microformats, post-formats, rtl-language-support, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Trvl is based on the unlicensed Tumblr theme Trvl http://www.tumblr.com/theme/19204 and Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

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;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
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:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}

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

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2.6rem;
}

h4 {
	font-size: 2.4rem;
}

h5 {
	font-size: 2.2rem;
}

h6 {
	font-size: 2rem;
}

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

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
blockquote blockquote {
	margin-right: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	color: #333;
	font:  1.5rem/1.6 "Courier 10 Pitch", Courier, monospace;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 1.5rem Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #7a785c;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
button,
input,
select,
textarea {
	color: #404040;
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea {
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: LeagueGothicRegular, Arial, sans-serif;
	line-height: 2;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Links */
a {
	color: #fff;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #fee822;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.hentry:before,
.hentry:after,
.comment-body:before,
.comment-body:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
.hentry:after,
.comment-body:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Site
----------------------------------------------- */

.site {
	margin: 0 auto;
	width: 950px;
}

/* =Header
----------------------------------------------- */

.site-header {
	text-align: center;
	margin-bottom: 60px;
}

.site-description {
	color: #d6d6d6;
	font: 1.4rem/1 LeagueGothicRegular, Arial, sans-serif;
	letter-spacing: 7px;
	margin-bottom: 5px;
	padding-top: 8px;
	text-transform: uppercase;
}

.site-title {
	font-size: 16rem;
	line-height: 1;
}

.site-title a {
	color: #4ba6b5;
	text-decoration: none;
}

.site-image {
	display: inline-block;
	margin-top: 30px;
}


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

.page-title {
	color: #fee822;
	font-size: 1.8rem;
	margin: 0;
}

.sticky {
}

.hentry {
	margin: 0 0 6em;
	position: relative;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.entry-title {
	border-bottom: 1px solid #3d3d3d;
	color: #4ba6b5;
	font-size: 3.8rem;
	margin-bottom: 0.5em;
}

.entry-title,
.entry-title a {
	color: #4ba6b5;
}

.sticky .entry-title,
.sticky .entry-title a {
	color: #f6e822;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	border-bottom: 3px solid;
}

.format-link .entry-title a:after {
	content: "\2192"; /* Right arrow. */
	margin-left: 10px;
}

.entry-meta .byline,
.sticky .entry-meta {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content,
.entry-summary,
.comment-content {
	float: right;
	width: 690px;
}

.page .entry-content,
.error404 .entry-content,
.no-results .entry-content,
.sticky .entry-content {
	float: none;
	width: 100%;
}

.entry-meta,
.comment-meta {
	font-size: 1.3rem;
	float: left;
	width: 250px;
}

.single footer.entry-meta {
	float: right;
	margin-top: 1.5em;
	width: 690px;
}

.entry-meta > span {
	display: block;
}

.entry-meta a,
.comment-meta a {
	border-bottom: 2px solid;
	line-height: 2;
	padding-bottom: 1px;
	text-decoration: none;
}

.indexed .entry-meta a,
.single div.entry-meta a {
	-webkit-transition: all 200ms ease;
	transition:         all 200ms ease;
}

.indexed .entry-meta a:hover,
.single div.entry-meta a:hover {
	margin-left: 5px;
}

.indexed .entry-meta .author a:hover,
.single div.entry-meta .author a:hover {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.navigation-image {
	float: right;
	width: 690px;
}

.error404 .searchform {
	margin: 0 0 3rem;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.format-image .entry-content,
.format-video .entry-content {
	float: left;
	max-width: 670px;
}

.single-format-image footer.entry-meta,
.single-format-video footer.entry-meta {
	float: left;
}

.format-image .entry-meta,
.format-video .entry-meta {
	float: right;
}

.format-image .entry-header,
.format-video .entry-header {
	float: right;
	width: 250px;
}

.format-image .entry-title,
.format-video .entry-title {
	font-size: 3rem;
	line-height: 1.5;
	padding-bottom: 0.2em;
}

/* =Quotes
----------------------------------------------- */

.format-quote p {
	margin: 0;
}

.format-quote blockquote {
	-webkit-box-shadow: inset 0 0 50px 4px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0 0 50px 4px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0 0 50px 4px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	background: none repeat scroll 0 0 #877B21;
	color: #fff;
	font: 6.8rem/0.95 LeagueGothicRegular, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 .3em;
	padding: 1em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.format-quote blockquote cite {
	color: #fff;
	display: block;
	float: right;
	font: 1.4rem/95% 'LeagueGothicRegular',Arial,sans-serif;
	letter-spacing: 1px;
	margin-top: -3em;
	padding: 1em;
	text-align: right;
	text-transform: uppercase;
}

.format-quote blockquote cite {
	bottom: 0;
	margin-top: auto;
	position: absolute;
	right: 0;
}

/* =Media
----------------------------------------------- */

.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	text-align: right;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.single [class*="nav-"] a {
	color: #fee822;
	font: 2.6rem/1 LeagueGothicRegular, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.single [class*="nav-"] a:hover {
	color: #fff;
}

.meta-nav {
	font-size: 1.5em;
	line-height: 0;
}

/* =Comments
----------------------------------------------- */
.comment-list {
	border-bottom: 1px solid #707070;
	margin: 25px 0;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
}

.comment-list .children {
	margin-top: 10px;
}

.comment-list li {
	border-top: 1px solid #707070;
	padding: 10px 0 10px 10px;
}

.comment-content {
	width: -webkit-calc(100% - 250px);
	width:         calc(100% - 250px);
}

.comment-meta .edit-link {
	margin-left: 10px;
}

.trackback .comment-body,
.pingback .comment-body,
.comment-notes,
.form-allowed-tags,
.form-allowed-tags code,
.site-info {
	font-size: 1.3rem;
}

.comment-body .reply {
	clear: left;
}

.comment-body .reply a,
.pingback a,
.site-info a {
	border-bottom: 2px solid;
	font-size: 1.3rem;
	line-height: 2;
	padding-bottom: 1px;
	text-decoration: none;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

.navigation-comment [class*="nav-"] a {
	font-size: 2rem;
}

#reply-title {
	color: #fee822;
	font-size: 1.8rem;
	margin: 0;
}

#commentform .required {
	color: #ed331c;
}

.comment-form-author [for="author"],
.comment-form-email [for="email"],
.comment-form-url [for="url"] {
	float: left;
	padding: 4px 0;
	width: 120px;
}

.comment-form-comment [for="comment"] {
	display: none;
}

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

.site-footer {
	border-top: 16px solid #282828;
	margin-top: 7em;
	padding: 1em 0;
}

/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	padding: 5px 0 20px;
	width: 100%;
}

.navigation-main ul {
	list-style: none;
	margin: 0;
}

.navigation-main li {
	display: inline-block;
	padding: 0 10px;
}

.navigation-main a {
	border-bottom: 3px solid transparent;
	color: #4ba6b5;
	font: 2.2rem/1 LeagueGothicRegular, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation-main a:hover {
	border-color: #4ba6b5;
}


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

.widget-area {
	word-wrap: break-word;
	padding-top: 1em;
}

.navigation-main + .widget-area {
	border-top: 16px solid #282828;
}

.widget {
	float: left;
	font-size: 1.3rem;
	margin: 0 25px 1.5em 0;
	width: 300px;
}

.error404 .widget {
	width: 225px;
}

.error404 .widget:last-of-type {
	margin-right: 0;
}

.widget:nth-child(3) {
	margin: 0 0 1.5em;
}

.widget-title,
.widget-title a {
	color: #fee822;
	font-size: 1.8rem;
	margin: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

.widget_search input[type="search"] {
	padding: 5px;
}


/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 1.4rem;
	text-align: center;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody a {
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.widget_calendar tbody .pad {
	background-color: transparent;
}

.widget_calendar #prev {
	text-align: left;
}

.widget_calendar #next {
	text-align: right;
}

/* RSS widget */

.widget_rss > ul {
	margin: 0;
	list-style-type: none;
}

.widget_rss > ul > li {
	padding: 10px 0;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle span {
	background: #fff;
	color: #333;
	display: table;
	margin: 0 auto;
}

.infinite-loader {
	color: #fff;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1005px) {
	.site {
		padding: 0 20px;
		max-width: 690px;
		width: auto;
	}

	.site-title {
		font-size: 10rem;
	}

	.entry-content,
	.entry-summary,
	.comment-content,
	.entry-meta,
	.comment-meta,
	.single footer.entry-meta,
	.format-image .entry-header,
	.format-video .entry-header {
		float: none;
		max-width: 690px;
		width: 100%;
	}

	.entry-meta > span {
		display: inline;
	}
}

@media screen and (max-width: 600px) {
	.navigation-main li {
		display: block;
		line-height: 2;
	}
}
