img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: The Great Adventure
Theme URI: https://wordpress.com/themes/the-great-adventure/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Soar through the skies or blast off into space on your own great blogging adventure with this playful, illustrated theme. The Great Adventure comes with a choice of airplane or space styling, six color schemes, and up to seven widget areas -- one in the right sidebar, three in the footer, and three that can be "hidden" underneath the main navigation menu with a unique toggle button.
Version: 1.1-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, green, orange, purple, yellow, dark, light, fixed-layout, custom-background, custom-header, custom-menu, flexible-header, right-sidebar, two-columns, rtl-language-support, theme-options, translation-ready, blog, cartoon, journal, nature, outdoors, artistic, bright, colorful, playful, infinite-scroll

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.

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/
Status: inactive
*/


/* =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: #fff;
}
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;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #5e6f70;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
	word-wrap: break-word;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #e3e3e3;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	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;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 1.7em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	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;
}
button,
input,
select,
textarea {
	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 */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
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: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	box-shadow: inset 0 2px 1px #fff;
	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: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	border-color: #bbb #bbb #aaa #bbb;
}
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 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(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 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	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],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	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%;
}

/* Links */
a,
a:visited {
	color: #5e6f70;
	text-decoration: underline;
}
a:hover {
	color: #374648;
}

/* 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 */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Layout Structure
----------------------------------------------- */

.site {
	min-width: 1100px;
	overflow: hidden;
	width: 100%;
}
.site-header .header-inner,
#main,
.site-info,
.toggle-widget-container,
.footer-widget-container {
	margin: 0 auto;
	width: 1050px;
	padding: 0 0.625em;
}
.site-header .widget-toggle-inner {
	margin: 0 auto;
	width: 1150px;
}
.site-header .header-inner,
#main {
	background: #fff;
    box-shadow: 5px 0 5px -8px rgba(0,0,0,0.5),-5px 0 5px -8px rgba(0,0,0,0.5);
}
#wrapper-inner {
	border-width: 0 2px;
	border-style: solid;
	/*overflow: hidden;*/
	padding-top: 3.2em;
}
.site-content {
	float: left;
	margin-right: 2.8em;
	width: 725px;
}
body.attachment .site-content {
	float: none;
	width: 98%;
}
#secondary {
	float: right;
	width: 275px;
	padding-top: 0.8em;
}
.footer-wrapper-inner {
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	margin: 1em 0 0;
}

/* Menu and Footer Backgrounds */
.widget-toggle-wrap,
.site-footer:before {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border-bottom-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.1);
	margin: -1em 0;
}
.widget-toggle-wrap {
	border: 6px solid rgba(0, 0, 0, 0.1);
	border-width: 5px 0 6px;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	min-height: 70px;
	position: relative;
	z-index: 2;
}
.widget-toggle-wrap:before {
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-width: 0 0 1px;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 4;
}
.site-footer {
	position: relative;
}
.site-footer:before {
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-width: 3px 0 0 0;
	clear: both;
	content: "";
	display: block;
	min-height: 15px;
}


/* =Clearing Elements
----------------------------------------------- */

.widget-toggle-wrap:before,
.site-title-wrap:before,
.site-header .header-inner:before,
.widget-toggle-wrap:after,
.site-title-wrap:after,
.site-header .header-inner:after,
#main:after,
#wrapper-inner:after {
	/**
	 * Micro clearfix hack for selector.
	 * See: http://nicolasgallagher.com/micro-clearfix-hack/
	 */
	content: '';
	display: table;
}
.widget-toggle-wrap:after,
.site-title-wrap:after,
.site-header .header-inner:after,
#main:after,
#wrapper-inner:after {
	clear: both;
}


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

.site-header {
	position: relative;
}
.site-title-wrap {
	min-height: 176px;
	position: relative;
}
.site-title {
	position: relative;
	z-index: 9999;
}
.site-title a {
	text-decoration: none;
}
.site-description {
	display: none;
}


/* =Menu and Toggle Widget Area Structure
----------------------------------------------- */

#widget-toggle {
	float: left;
	margin-right: -2.5em;
	width: 50px;
}
.main-navigation {
	float: left;
	margin-left: 3.5em;
    width: 985px;
}

/* Menu */
.main-navigation {
	display: block;
	padding-bottom: 0.8em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	border-radius: 10px;
    -moz-box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    color: #000;
    color: rgba(0, 0, 0, 0.55);
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.main-navigation ul ul {
	border-radius: 10px;
    -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
	display: none;
	float: left;
	padding: 0 0.8em 1em;
	position: absolute;
		top: 3.7em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	background: none;
	box-shadow: none;
	margin: 0;
    padding: 0.3em 0;
    text-align: left;
	width: 200px;
}
.main-navigation a:hover {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
}
.main-navigation ul ul :hover > a {
	color: #000;
}
.main-navigation ul ul a:hover {
	background: none;
	box-shdow: none;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation a:active,
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
    -mox-box-shadow: inset 0 1px 3px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: inset 0 1px 3px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0 1px 3px rgba(50, 50, 50, 0.5);
    color: rgba(255, 255, 255, 1);
}
.main-navigation ul.children a,
.main-navigation ul ul a:active,
.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li.current-menu-item a {
	box-shadow: none;
}
.main-navigation ul.children a:active,
.main-navigation .current_page_item ul.children a,
.main-navigation .current-menu-item ul.children a,
.main-navigation ul.children .current_page_item a,
.main-navigation ul.children .current_menu_item a {
    color: rgba(0, 0, 0, 1);
}

/* Toggle Widget Area */
#widget-toggle-label {
	background: url(../wp-content/themes/premium/the-great-adventure/images/toggle-arrows.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 26px;
	margin: 1.4em 0 0 -0.5em;
	text-indent: -9999px;
	width: 44px;
}
#widget-toggle .active {
	background-position: 0 -28px;
}
.toggle-sidebar {
	background-clip: padding-box;
	border-bottom: 6px solid rgba(0, 0, 0, 0.2);
	clear: both;
	display: none;
	margin-top: 0.5em;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.toggle-sidebar:after,
.footer-sidebar:before {
	border-width: 0 0 1px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 4;
}
.toggle-sidebar:after {
	border: 1px solid rgba(255, 255, 255, 0.7);
    bottom: 0.03em;
}
.footer-sidebar:before {
	border: 1px solid rgba(255, 255, 255, 0.6);
	top: 1em;
}
.toggle-widget-container {
	margin-top: 1.3em;
}
.footer-widget-container {
	padding-top: 1.3em;
}
/* Two Toggle or Footer Widget Areas */
#supplementary.two .widget-area,
#tertiary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area,
#tertiary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Toggle or Footer Widget Areas */
#supplementary.three .widget-area,
#tertiary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area,
#tertiary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

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

.entry-header {
	position: relative;
}
.entry-title {
	line-height: 1.3;
	padding: 0.2em 0.5em;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	opacity: 0.8;
}
.page-title {
	color: rgba(0, 0, 0, 0.5);
	font-family: Glegoo,Georgia,'Times New Roman',serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 0.5em 0.8em;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
	position: relative;
}
.comments-icon {
	position: absolute;
}
.comments-icon a {
	color: rgba(0, 0, 0, 0.6);
	display: block;
	text-align: center;
	text-decoration: none;
}
.entry-header .entry-meta,
.entry-content,
.entry-summary {
	border-bottom: 1px dashed;
	border-color: #afa887;
}
.entry-meta {
	clear: both;
	color: #000;
	font-size: 14px;
	font-style: italic;
	padding: 1em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding-left: 1em;
}
.entry-attachment {
	margin: 1.5em auto;
	text-align: center;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
body.page .edit-link {
	clear: both;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1em 0;
}

/* HTML Element Formatting */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 0.8em;
}
.entry-content h1 {
	font-size: 24px;
	font-size: 2.4rem;
}
.entry-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
}
.entry-content h3 {
	font-size: 20px;
	font-size: 2rem;
}
.entry-content h4 {
	font-size: 18px;
	font-size: 1.8rem;
}
.entry-content h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
.entry-content h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
.entry-content table,
.comment-content table {
    border: 1px solid #e3e3e3;
    margin: 0 0.077em 1.923em 0;
    text-align: left;
    width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.615em;
    padding: 0.462em 1.154em;
    text-transform: uppercase;
}
.entry-content tr td,
.comment-content tr td {
    border-top: 1px solid #e3e3e3;
    font-weight: 300;
    padding: 0.462em 1.154em;
}
.not-found .widget {
	padding: 0;
}
.not-found #searchform {
	margin-bottom: 2em;
}
.not-found input[type="text"],
.not-found input[type="email"] {
	padding: 0.7em;
    width: 80%;
}


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

.entry-content img,
.wp-caption,
.widget img {
	background: #fff;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 0.3em;
}
.wp-caption {
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
.widget img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley,
.widget img.wp-smiley {
	background: none;
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	text-shadow: none;
}
p img, .wp-caption {
    margin-top: 0.333333em;
}
img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 1.313em;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 1.313em;
	padding: 5px 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	margin: 0.15em auto 0;
	max-width: 98%;
    padding: 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption,
.wp-caption-text {
	color: #737373;
	font-size: 12px;
	font-style: italic;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
img.latex {
	box-shadow: none;
}


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

#content .site-navigation,
#image-navigation {
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	margin: 0 0 1.5em;
	overflow: hidden;
}
.post-navigation,
.paging-navigation,
#image-navigation {
	padding: 1em 0 1em 1em;
}
.post-navigation {
	border-color: #afa887;
	border-style: dashed;
	border-width: 1px 0;
}
#content .nav-previous,
#image-navigation .previous-image {
	float: left;
	width: 50%;
}
#content .nav-next,
#image-navigation .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
#content .site-navigation a,
#image-navigation a {
	text-decoration: none;
}
.meta-nav,
#image-navigation .meta-nav {
	font-size: 85%;
	font-style: normal;
}


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

#comments {
	padding-left: 1em;
}
.comments-title,
#respond h3#reply-title {
	color: #525252;
	margin: 0.5em 0;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children {
	margin: 0 0 0 6%;
}
.full-width .children {
	margin: 0 0 0 4%;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid #e3d3d3;
}
.commentlist .children li {
	border: none;
}
article.comment,
li.pingback {
	overflow: hidden;
	padding: 2em 0 0.7em;
    position: relative;
}
.children article.comment,
.children li.pingback {
	padding-top: 1.0em;
}
.comment-author {
	margin: 0;
	padding: 0 5.2em;
	position: relative;
}
.comment-author cite {
	font-style: normal;
	text-decoration: underline;
}
.comment-author .says {
	display: none;
}
.comment-author .avatar {
    background: #fff;
    border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba( 0,0,0, 0.6);
	-moz-box-shadow: 0 1px 4px rgba( 0,0,0, 0.6);
	box-shadow: 0 1px 4px rgba( 0,0,0, 0.6);
    padding: 2px;
    position: absolute;
    	left: 4px;
   	 	top: 0;
}
.comment-meta {
	color: #848077;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
    padding: 0;
    position: absolute;
    	top: 38px;
   		right: 0;
}
.children .comment-meta {
	top: 20px;
}
.comment-meta a {
	color: #000;
	font-style: italic;
	text-decoration: none;
}
.comment-content {
	margin: 0.5em 5.2em;
	position: relative;
}
.comment-content p,
.commentlist li.pingback p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.9em;
}
a.comment-reply-link {
	color: #848077;
	text-decoration: underline;
}
#cancel-comment-reply-link {
	color: #ff0000;
}
#content .comment-navigation {
	margin: 1em 0;
}
.nopassword,
.nocomments,
.logged-in-as,
#respond .comment-notes {
	color: #899596;
	font-size: 14px;
	font-size: 1.4rem;
}

/* Comments Form */
#commentform {
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #fefefe;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 4px rgba(204, 204, 204, 0.95);
	-moz-box-shadow: inset 0 1px 4px rgba(204, 204, 204, 0.95);
	box-shadow: inset 0 1px 4px rgba(204, 204, 204, 0.95);
	color: #899596;
	position: relative;
	padding: 8px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	min-width: 60px;
	padding: 10px 8px;
	position: absolute;
		left: 4px;
		top: 0;
	z-index: 1;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	position: absolute;
		left: 50px;
		top: 10px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	color: #000;
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	border-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.25);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.25);
	box-shadow: inset 0 1px 4px rgba(0,0,0, 0.25);
	resize: vertical;
	width: 95%;
}
#respond textarea,
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label,
#respond .comment-form-comment label {
	color: rgba(0, 0, 0, 0.5);
}
.form-allowed-tags {
	line-height: 1.6em;
}
.form-allowed-tags,
.form-allowed-tags abbr,
.form-allowed-tags code {
	color: #899596;
	font-size: 11px;
	font-size: 1.1rem;
}
#respond .required {
	color: #ff0000;
}
.form-submit {
	text-align: right;
}
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	color: #fff;
	color: rgba(255,255,255,1);
	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-family: Satisfy, cursive;
	font-size: 20px;
	font-size: 2rem;
	padding: 0.5em 0.8em 0.3em;
	text-shadow: none;
}
input[type="submit"]:hover {
	opacity: 0.8;
}


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

.widget {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 2.875em;
	padding: 0 1.313em 1.1em 0;
}
.widget-title,
.widget-title a {
	color: #525252;
	text-decoration: none;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li {
    line-height: 1.5em;
    padding: 0.5em 0;
}
.widget ul ul {
	margin: 0.8em 0 0;
}

/* Flickr Widget */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
#secondary .widget_flickr .widget-title:after {
	background: url(../wp-content/themes/premium/the-great-adventure/images/post-widget-detail.png) no-repeat;
    content: "" !important;
    display: block;
    height: 30px;
    position: absolute;
    	right: 0.4em;
    	top: 4px;
    width: 33px;
}
.widget_flickr .flickr-size-thumbnail {
	margin:  0;
	width: 100% !important;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-small img {
	max-width: 98%;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #5e6f70;
}
#flickr_badge_uber_wrapper a:last-child {
    clear: both;
    display: block;
    padding-top: 1em;
    text-align: left;
}
#flickr_badge_uber_wrapper a:last-child:after {
	content: "▸";
	margin-left: 0.3em;
}
.widget_flickr .flickr-size-thumbnail img {
	display: inline-block;
    float: left;
    height: 97px;
    margin: -3px 25px 5px 0;
    width: 97px;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 0.231em 0;
}

/* RSS Widget */
.rsswidget img {
	background: none;
	box-shadow: none;
	margin: 0 !important;
	padding: 0;
}
.rss-date {
	color: rgba(0, 0, 0, 0.4);
	font-size: 90%;
	font-style: italic;
}
.rssSummary {
	font-size: 90%;
    font-style: italic;
    margin: 0.5em 0;
}

/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
	margin-left:  1.5em;
}

/* Authors Widget */
.widget_authors li {
	background: none !important;
	overflow: hidden;
}
.widget_authors ul ul li {
	overflow: hidden;
}
.widget_authors img {
	background: none;
	float: left;
    margin-bottom: 1em !important;
    padding-right: 0.833em;
    box-shadow: none;
    vertical-align: text-top;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
	margin-bottom: 0;
}
#wp-calendar caption {
	margin-bottom: 1.154em;
	margin-top: 0.769em;
}
#wp-calendar thead th {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
#wp-calendar tbody td {
 	padding: 0.3em;
	text-align: center;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {
	padding-top: 0.8em;
}
#wp-calendar tbody .pad {
	background: none;
}

/* Twitter Widget */
#secondary .widget_twitter .widget-title:after {
	background: url(../wp-content/themes/premium/the-great-adventure/images/post-widget-detail.png) no-repeat;
	content: "" !important;
	display: block;
	position: absolute;
		top: 0.3em;
		right: 0.4em;
	height: 30px;
	width: 38px;
}
.widget_twitter .timesince {
	color: #727272;
    display: block;
    font-size: 90%;
    font-style: italic;
    margin: 1em 0 0;
    text-align: right;
    text-decoration: none;
}
.widget_twitter .twitter-follow-button {
	margin-top: 0.8em;
}
#secondary .widget_twitter .tweets li {
	border-bottom: 1px dashed #727272;
	padding: 0.8em 0;
}

/* Recent Comments Widget */
td.recentcommentsavatarend,
td.recentcommentsavatartop {
	padding: 0.385em !important;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	padding: 0 0.615em 1.1em !important;
    vertical-align: top;
}

/* Search widget */
.widget_search #searchform {
	margin-right: -1.3em;
}
.widget_search #s {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	color: #777;
	padding: 0.37em 0.8em;
	width: 160px;
}
.widget_search #searchsubmit {
	background: url(../wp-content/themes/premium/the-great-adventure/images/post-widget-detail.png) no-repeat -447px -27px #fff;
	border-radius: 8px;
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	height: 37px;
	margin-left: 0.5em;
	padding: 0 0.8em;
	width: 40px;
	text-indent: -9999px;
}
.widget_search #s,
#wp-calendar caption {
	font-family: Satisfy, cursive;
	font-size: 16px;
	font-size: 1.6rem;
}

/* Right Sidebar Widget Styles */
#secondary .widget,
#secondary .widget-title {
	border-bottom: 2px solid;
}
#secondary .widget {
	-moz-box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.1);
}
#secondary .widget-title {
    margin: 0 -0.7em 0.6em 0;
   	padding-bottom: 0.3em;
    position: relative;
}
#secondary #searchform {
	padding: 1em;
}

/* Supplementary and Footer Widget Styles */
#supplementary .widget,
#tertiary .widget {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 1em;
}
#supplementary .widget a,
#supplementary #wp-calendar caption,
#supplementary #wp-calendar thead th,
#tertiary .widget a,
#tertiary #wp-calendar caption,
#tertiary #wp-calendar thead th {
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#supplementary .widget a,
#tertiary .widget a {
	text-decoration: none;
}
#supplementary .widget,
#supplementary .widget-title,
#supplementary .widget-title a,
#tertiary .widget,
#tertiary .widget-title,
#tertiary .widget-title a {
	color: #000;
	color: rgba(0, 0, 0, 0.5);
}
#supplementary .widget-title,
#tertiary .widget-title,
#supplementary .widget-title a,
#tertiary .widget-title a {
	text-shadow: 1px 0 rgba(255, 255, 255, 0.4);
}
#supplementary .widget-title,
#tertiary .widget-title {
	margin-bottom: 0.3em;
}
#supplementary .widget a:hover,
#tertiary .widget a:hover {
	opacity: 0.7;
}
#supplementary #wp-calendar caption,
#tertiary #wp-calendar caption {
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 0.3em;
	text-align: center;
}
#supplementary #wp-calendar thead th,
#tertiary #wp-calendar thead th {
	font-weight: normal;
}


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

#tertiary:after {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	clear: both;
	content: "";
	display: block;
	height: 2px;
	position: relative;
}
.site-info {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	padding: 1em;
	text-align: center;
}
.site-info,
#colophon .site-info a {
	color: rgba( 0,0,0, 0.5);
	text-shadow: 1px 0 rgba(255, 255, 255, 0.2);
}


/* =Airplane and Space Special Styling
----------------------------------------------- */

/* Airplane Style Site Header */
.airplane-style .header-inner:after {
	background: url(../wp-content/themes/premium/the-great-adventure/images/airplane-header-mountain.png) no-repeat right bottom;
	content: "";
	display: block;
	height: 160px;
	margin: -9.5em 2em 0 0;
	position: relative;
}
.airplane-style .site-header hgroup {
	background: url(../wp-content/themes/premium/the-great-adventure/images/airplane-header-footer-detail.png) no-repeat scroll -45px -45px transparent;
    height: 176px;
    margin: 0 auto;
    padding-bottom: 1em;
    position: relative;
    	left: 40px;
    	top: -30px;
}
.airplane-style .site-title {
	font-family: Satisfy, cursive;
	font-size: 48px;
	font-size: 4.8rem;
	margin: 0 auto;
	padding: 70px 0 0 50px;
	max-height: 150px;
	min-height: 120px;
	overflow: hidden;
	width: 504px;
}
.airplane-style .site-title,
.airplane-style .site-title a {
	color: #696969;
}
.airplane-style .site-description {
	color: rgba(255, 255, 255, 0.7);
	font-family: Satisfy, cursive;
    font-size: 16px;
    font-size: 1.6rem;
	margin: -1.3em auto 1.5em;
	width: 455px;
}

/* Space Style Site Header */
.space-style .header-inner:after {
	background: url(../wp-content/themes/premium/the-great-adventure/images/space-header-moon.png) no-repeat right bottom;
	content: "";
	display: block;
	height: 169px;
	margin: -10em 2em 0 0;
	position: relative;
		bottom: -3em;
}
.space-style .site-title-wrap {
	background: #113449; /* Old browsers */
	background-image: url(../wp-content/themes/premium/the-great-adventure/images/space-header-stars.png); /* Old browsers */

	background-image: url(../wp-content/themes/premium/the-great-adventure/images/space-header-stars.png), -moz-linear-gradient(top, rgba(0,24,46,1) 0%, rgba(15,47,66,1) 100%); /* FF3.6+ */

	background-image: url(../wp-content/themes/premium/the-great-adventure/images/space-header-stars.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,24,46,1)), color-stop(100%,rgba(15,47,66,1))); /* Chrome,Safari4+ */

	background-image: url(../wp-content/themes/premium/the-great-adventure/images/space-header-stars.png), -webkit-linear-gradient(top, rgba(0,24,46,1) 0%,rgba(15,47,66,1) 100%); /* Chrome10+,Safari5.1+ */

	background-image: url(../wp-content/themes/premium/the-great-adventure/images/space-header-stars.png), -o-linear-gradient(top, rgba(0,24,46,1) 0%,rgba(15,47,66,1) 100%); /* Opera 11.10+ */

	background-image: url(../wp-content/themes/premium/the-great-adventure/images/space-header-stars.png), -ms-linear-gradient(top, rgba(0,24,46,1) 0%,rgba(15,47,66,1) 100%); /* IE10+ */

	background-image: url(../wp-content/themes/premium/the-great-adventure/images/space-header-stars.png), linear-gradient(top,  rgba(0,24,46,1) 0%,rgba(15,47,66,1) 100%), url(../wp-content/themes/premium/the-great-adventure/images/space-header-stars.png); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00182e', endColorstr='#113449',GradientType=0 ); /* IE6-9 */
}
.space-style .site-header hgroup:before {
	background: url(../wp-content/themes/premium/the-great-adventure/images/space-header-footer-detail.png) no-repeat -44px -86px;
	content: "";
	display: block;
    height: 157px;
    padding-bottom: 1em;
    position: absolute;
    	left: 40px;
    	top: 33px;
 	width: 112px;
}
.space-style .site-header hgroup:after {
	background: url(../wp-content/themes/premium/the-great-adventure/images/space-header-footer-detail.png) no-repeat -234px -340px;
    content: "";
    display: block;
    height: 30px;
    padding-bottom: 1em;
    position: absolute;
    	right: 40px;
    	top: 20px;
    width: 55px;
}
.space-style .site-title {
	font-family: Codystar, sans-serif;
	font-size: 40px;
	font-size: 4rem;
	margin: 1.5em 4.5em;
    width: 540px;
}

/* Airplane and Space Toggle Widget Area Styling */
.airplane-style .widget-toggle-wrap,
.airplane-style .site-footer:before {
	background-image: url(../wp-content/themes/premium/the-great-adventure/images/menu-texture-plane.png);
}
.space-style .widget-toggle-wrap,
.space-style .site-footer:before {
	background-image: url(../wp-content/themes/premium/the-great-adventure/images/menu-texture-space.png);
}
.space-style #widget-toggle-label {
	margin-top: 1.8em;
}

/* Navigating Air and Space :) */
.airplane-style .main-navigation a {
	font-family: Glegoo,Georgia,'Times New Roman',serif;
	font-size: 20px;
    font-size: 2rem;
    margin: 0.7em 0.8em 0 0;
    padding: 0.4em 1em;
}
.airplane-style .main-navigation ul ul a {
	margin: 0.2em 0.8em 0 0;
    padding: 0.4em;
}
.space-style .main-navigation a {
	color: rgba(0, 0, 0, 0.8);
	font-family: Satisfy, cursive;
	font-size: 24px;
    font-size: 2.4rem;
    margin: 0.7em 0.8em 0 0;
    padding: 0.4em 1em;
    text-shadow: 1px -1px 1px rgba(255,255,255,0.9);
}
.space-style .main-navigation ul ul a,
.airplane-style .main-navigation ul ul a {
	margin-right: 0;
}

/* Airplane Style Content Elements */
.airplane-style .entry-title {
	background-image: url(../wp-content/themes/premium/the-great-adventure/images/airplane-post-title-frill.png);
	background-position: right center;
	background-repeat: repeat-y;
	font-family: Satisfy, cursive;
	font-size: 40px;
	font-size: 4.0rem;
	position: relative;
}
.airplane-style .entry-title,
.airplane-style .entry-title a {
	color: #fff;
	color: rgba(255, 255, 255, 1);
}
.airplane-style .entry-title:after {
    -moz-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    content: "" !important;
    display: block;
    position: absolute;
    	bottom: 0;
    	left: 0;
    width: 99.4%;
}
.airplane-style .comments-icon {
	background: url(../wp-content/themes/premium/the-great-adventure/images/post-widget-detail.png) -148px -16px no-repeat;
	height: 52px;
	left: -64px;
	top: -15px;
	width: 45px;
}
.airplane-style .comments-icon a {
	font-family: Satisfy, cursive;
	font-size: 19px;
	font-size: 1.9rem;
	padding: 0.2em 0.5em;
}

/* Space Style Content Elements */
.space-style .entry-title {
	border-style: solid;
	border-width: 2px 0;
	font-family: Codystar, sans-serif;
	font-size: 46px;
	font-size: 4.6rem;
	padding: 0.1em 0.3em;
}
.space-style .page-title {
	font-family: Dosis, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	text-transform: uppercase;
}
.space-style .comments-icon {
	background: url(../wp-content/themes/premium/the-great-adventure/images/post-widget-detail.png) -5px -6px no-repeat;
	height: 70px;
	left: -70px;
	top: -1px;
	width: 60px;
}
.space-style .comments-icon a {
	font-family: Glegoo, Georgia, 'Times New Roman', serif;
	font-size: 19px;
	font-size: 1.9rem;
	margin-left: -0.35em;
    padding: 1.5em 0 0;
}

/* Airplane and Space General Widgets */
.airplane-style .widget-title {
	font-family: Satisfy, cursive;
	font-size: 25px;
	font-size: 2.5rem;
}
.airplane-style #supplementary .widget-title,
.airplane-style #tertiary .widget-title,
.space-style #supplementary .widget-title {
	font-family: Satisfy, cursive;
	font-size: 20px;
	font-size: 2rem;
}
.space-style #secondary .widget-title,
.space-style #tertiary .widget-title  {
	color: #525252;
	font-family: Dosis, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	text-transform: uppercase;
}
.space-style #tertiary .widget-title,
.space-style #tertiary .widget-title a {
	color: #333;
	text-shadow: 1px 0 rgba(255, 255, 255, 0.3)
}

/* Airplane and Space Style Comments Styling */
.airplane-style .comment-author cite,
.airplane-style .comments-title,
.airplane-style #respond h3#reply-title {
	font-family: Satisfy, cursive;
}
.airplane-style .comments-title,
.airplane-style #respond h3#reply-title {
	font-size: 22px;
	font-size: 2.2rem;
}
.space-style .comment-author cite,
.space-style .comment-author cite a,
.space-style .comments-title,
.space-style #respond h3#reply-title {
	font-family: Dosis, Helveitca, Arial, sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}
.space-style .comments-title,
.space-style #respond h3#reply-title {
	font-size: 22px;
	font-size: 2.2rem;
}
.space-style .comment-author cite,
.space-style .comment-author cite a {
	text-decoration: none;
}

/* Airplane and Space Style Footer Ornaments */
.airplane-style #colophon.one .footer-wrapper-inner:before,
.airplane-style #colophon.two .footer-wrapper-inner:before,
.airplane-style #colophon.three .footer-wrapper-inner:before {
	background: url(../wp-content/themes/premium/the-great-adventure/images/airplane-header-footer-detail.png) no-repeat -228px -802px;
	content: "";
	display: block;
	position: absolute;
		right: 2em;
		top: 2.5em;
	height: 47px;
	width: 78px;
}
.airplane-style #colophon.one .footer-wrapper-inner:after,
.airplane-style #colophon.two .footer-wrapper-inner:after,
.airplane-style #colophon.three .footer-wrapper-inner:after {
	background: url(../wp-content/themes/premium/the-great-adventure/images/airplane-header-footer-detail.png) no-repeat -63px -809px;
	clear: both;
	content: "";
	display: block;
	height: 45px;
	margin-bottom: -2.5em;
	position: relative;
		top: -4.7em;
		left: 4.5em;
	width: 80px;
}
.space-style #colophon.one .footer-wrapper-inner:after,
.space-style #colophon.two .footer-wrapper-inner:after,
.space-style #colophon.three .footer-wrapper-inner:after {
	background: url(../wp-content/themes/premium/the-great-adventure/images/space-header-footer-detail.png) no-repeat -58px -345px;
	content: "";
	display: block;
	height: 47px;
	margin-bottom: -2.5em;
	position: relative;
		left: 3.5em;
		top: -5.5em;
	width: 78px;
}

/* WP.com Styles */
.airplane-style .sd-title {
	font-family: Satisfy, cursive !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	font-weight: normal !important;
}
.space-style .sd-title {
	font-family: Dosis, Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
}

/* =Retina-Ready Images
----------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.airplane-style .widget-toggle-wrap,
	.airplane-style .site-footer:before {
		background-image: url(../wp-content/themes/premium/the-great-adventure/images/menu-texture-plane-2x.png);
    	-moz-background-size: 6px 1px;
     	-ie-background-size: 6px 1px;
    	-o-background-size: 6px 1px;
		-webkit-background-size: 6px 1px;
         background-size: 6px 1px;
	}
	.space-style .widget-toggle-wrap,
	.space-style .site-footer:before {
		background-image: url(../wp-content/themes/premium/the-great-adventure/images/menu-texture-space-2x.png);
    	-moz-background-size: 24px 6px;
     	-ie-background-size: 24px 6px;
    	-o-background-size: 24px 6px;
		-webkit-background-size: 24px 6px;
         background-size: 24px 6px;
	}
	.airplane-style .header-inner:after {
		background-image: url(../wp-content/themes/premium/the-great-adventure/images/airplane-header-mountain-2x.png);
    	-moz-background-size: 191px 125px;
     	-ie-background-size: 191px 125px;
    	-o-background-size: 191px 125px;
		-webkit-background-size: 191px 125px;
         background-size: 191px 125px;
	}
	.space-style .header-inner:after {
		background-image: url(../wp-content/themes/premium/the-great-adventure/images/space-header-moon-2x.png);
    	-moz-background-size: 378px 196px;
     	-ie-background-size: 378px 196px;
    	-o-background-size: 378px 196px;
		-webkit-background-size: 378px 196px;
         background-size: 378px 196px;
	}
	.airplane-style .site-header hgroup,
	.airplane-style #colophon.one .footer-wrapper-inner:before,
	.airplane-style #colophon.two .footer-wrapper-inner:before,
	.airplane-style #colophon.three .footer-wrapper-inner:before,
	.airplane-style #colophon.one .footer-wrapper-inner:after,
	.airplane-style #colophon.two .footer-wrapper-inner:after,
	.airplane-style #colophon.three .footer-wrapper-inner:after {
		background-image: url(../wp-content/themes/premium/the-great-adventure/images/airplane-header-footer-detail-2x.png);
    	-moz-background-size: 996px 857px;
     	-ie-background-size: 996px 857px;
    	-o-background-size: 996px 857px;
		-webkit-background-size: 996px 857px;
         background-size: 996px 857px;
	}
	#widget-toggle-label {
		background-image: url(../wp-content/themes/premium/the-great-adventure/images/toggle-arrows-2x.png);
    	-moz-background-size: 42px 57px;
     	-ie-background-size: 42px 57px;
     	-o-background-size: 42px 57px;
		-webkit-background-size: 42px 57px;
         background-size: 42px 57px;
	}
	.airplane-style .entry-title {
		background-image: url(../wp-content/themes/premium/the-great-adventure/images/airplane-post-title-frill-2x.png);
    	-moz-background-size: 37p× 23px;
     	-ie-background-size: 37p× 23px;
    	-o-background-size: 37p× 23px;
		-webkit-background-size: 37p× 23px;
         background-size: 37p× 23px;
	}
	.airplane-style .comments-icon,
	.space-style .comments-icon,
	.widget_search #searchsubmit,
	.widget_flickr .widget-title:after,
	.widget_twitter .widget-title:after {
		background-image: url(../wp-content/themes/premium/the-great-adventure/images/post-widget-detail-2x.png);
    	-moz-background-size: 657px 245px;
     	-ie-background-size: 657px 245px;
    	-o-background-size: 657px 245px;
		-webkit-background-size: 657px 245px;
         background-size: 657px 245px;
	}
}


/* =WPCOM
----------------------------------------------- */

img#wpstats {
	display: inline-block;
	margin: 0 auto;
	position: absolute;
		bottom: 1em;
		left: 1em;
}


/* =IE
----------------------------------------------- */

#ie8 .site-header img,
#ie8 .entry-content img,
#ie8 img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
#ie8 .main-navigation ul ul {
	border: 1px solid #000;
}

#ie8 .widget_search #searchsubmit,
#ie9 .widget_search #searchsubmit {
	background: none;
	font-size: 15px;
	font-size: 1.5rem;
	color: #000;
	text-indent: 0;
}


/* =Jetpack: Infinite Scroll
-------------------------------------------------------------- */

/* Globally hidden elements when IS is supported and in use. */
.infinite-scroll #content #nav-below, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When IS has reached its end we need to re-display elements. */
.infinity-end.neverending #colophon {
	display: block;
}
/* Global style tweaks when IS is supported and in use. */
.infinite-scroll .infinite-wrap, /* Each IS loop content wrapper (multiple instances) */
.infinite-scroll .infinite-loader, /* Each IS loading spinner (multiple instances) */
.infinite-scroll #infinite-handle /* The Load more posts button */ {
	clear: both;
}
.infinite-scroll .infinite-wrap {
	border: 0;
	padding: 0;
}
/* Make sure that clicking Load more posts doesn't cause any jarringness. */
.infinite-scroll #infinite-handle {
	float: left;
	height: 90px;
	margin-left: 1em;
}
 #infinite-handle span:before,
 #infinite-handle span:hover:before {
    color: #5e6f70;
}
.infinite-scroll #infinite-handle span {
	background: #fff;
    border: 1px solid #ccc;
    color: #5e6f70;
    display: block;
	font-size: 14px;
    margin: 0;
}
.airplane-style.infinite-scroll #infinite-handle span {
    font-family: Glegoo,Georgia,'Times New Roman',serif;
}
.space-style.infinite-scroll #infinite-handle span {
    font-family: Dosis, 'Helvetica Nue', Arial, sans-serif;
	text-transform: uppercase;
}
.infinite-scroll .infinite-loader {
	margin: 0 0 62px 122px;
}
#infinite-footer .blog-info a {
    font-size: 18px;
}
.airplane-style #infinite-footer .blog-info {
    font-family: Satisfy,serif;
}
.space-style #infinite-footer .blog-info {
    font-family: Dosis, 'Helvetica Nue', Arial, sans-serif;
}
.space=style #infinite-footer .blog-info a {
    font-size: 16px;
}