/*
Theme Name: Afterworlds
Theme URI: http://scottwesterfeld.com/
Author: Stephanie Leary
Author URI: http://webcraftory.com
Description: A child theme of the Craftory framework.
Version: 0.8
License: GNU General Public License
License URI: license.txt

The Craftory Framework is based on 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/
*/

/* Fonts
----------------------------------------------- */

/*@font-face {
	font-family: 'Ostrich Sans';
	src: url('fonts/ostrich-sans-black.eot');
	src: local('☺'), url('fonts/ostrich-sans-black.woff') format('woff'), url('fonts/ostrich-sans-black.ttf') format('truetype'), url('fonts/ostrich-sans-black.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Ostrich Sans';
	src: url('fonts/ostrich-sans-regular.eot');
	src: local('☺'), url('fonts/ostrich-sans-regular.woff') format('woff'), url('fonts/ostrich-sans-regular.ttf') format('truetype'), url('fonts/ostrich-sans-regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Ostrich Sans';
	src: url('fonts/ostrich-sans-light.eot');
	src: local('☺'), url('fonts/ostrich-sans-light.woff') format('woff'), url('fonts/ostrich-sans-light.ttf') format('truetype'), url('fonts/ostrich-sans-light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}*/

@font-face {font-family: 'CyneSemiBold';src: url('fonts/2F23B1_0_0.eot');src: url('fonts/2F23B1_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F23B1_0_0.woff2') format('woff2'),url('fonts/2F23B1_0_0.woff') format('woff'),url('fonts/2F23B1_0_0.ttf') format('truetype'),url('fonts/2F23B1_0_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'CyneSemiBoldOblique';src: url('fonts/2F23B1_1_0.eot');src: url('fonts/2F23B1_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F23B1_1_0.woff2') format('woff2'),url('fonts/2F23B1_1_0.woff') format('woff'),url('fonts/2F23B1_1_0.ttf') format('truetype'),url('fonts/2F23B1_1_0.svg#wf') format('svg');}
 

/* =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 centered 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 {
	overflow:hidden;
	background: url('images/ipad-background.jpg') top center no-repeat, url('images/ipad2-background.jpg') repeat;
	color: #fff;
}

@media only screen and (min-width: 660px) {
	body {
		background: url(images/page-background.jpg) no-repeat fixed top left;
		background-size: cover;
		color: #fff;
	}

}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
  body {
    
     background: url('images/ipad-background.jpg') top center no-repeat, url('images/ipad2-background.jpg') repeat;

  }
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
  body {
   
    background: url('images/ipad-background.jpg') top center no-repeat, url('images/ipad2-background.jpg') repeat;
 
  }
}

#page {
	
	background-size: 100% auto;
}

#pre-main {
	background: url(images/paper-top-edge.png) center top no-repeat;
	background-size: 100% 100%;
	height: 50px;
	margin: 0 7px -1px;
}

#post-main {
	background: url(images/paper-bottom-edge.png) center top no-repeat;
	background-size: 100% 100%;
	height: 70px;
	margin: 0 8px 0 10px;
}

#main-wrap {
	background: url(images/paper-left-edge.png) top left repeat-y;
	padding-left: 28px;
}

#main-wrap2 {
	background: url(images/paper-right-edge.png) top right repeat-y;
	padding-right: 27px;
}

#content-wrap {
	background: #fff url(images/paper-repeating.jpg);
	padding-bottom: 1.8em;
}

body .site-main .hentry {
	
	padding-bottom: 30px;
}

.site-main {
	color: #4e4e4e;
	/*
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.8) 300px, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100px,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 300px,rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 300px,rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 300px,rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 300px,rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	/**/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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 {
	font-family: "proxima-nova", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'CyneSemiBold', 'Arial Narrow', Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

#content-wrap h1, #content-wrap h2, #content-wrap h3, #content-wrap h4, #content-wrap h5, #content-wrap h6 {
	color: #41626B;
}

h1 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height:1.1em;
	text-shadow: 1px 1px 1px #fff, 1px 1px 6px #fff, 0 0 1em #fff;
}
h1.site-title {
	font-size: 82px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 1;
	margin: 24px auto 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff, 0 0 1px #fff, 1px 1px 6px #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 2em #fff;
}
h1.site-title a,
h1.entry-title a {
	color: #ffac53;
	text-decoration: none;
}
h2,
h1.widget-title {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
}
h3, 
h2.site-description {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
}
h4 {
	font-size: 22px;
	font-weight: 400;
}
h5 {
	font-size: 20px;
	font-weight: 900;
}
h6 {
	font-size: 18px;
	font-weight: 900;
}
.widget-area h1.widget-title,
.widget-area .widget {
	text-shadow: 1px 1px 1px #000, 1px 1px 6px #000;
}
.widget-area .widget img {
	box-shadow: 1px 1px 1px #000, 1px 1px 6px #000;
}
.content-area {
	text-shadow: 1px 1px 1px #fff, 1px 1px 6px #fff;
}
.entry-meta {
	color: #9a9a9a;
	font-size: 0.8em;
}
hr {
	background-color: #666;
	border: 0; /* reset */
	border-top: 1px solid #fff;
	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;
}
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;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px 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;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* Links */
a {
	color: #ffac53;
}
a:visited {
	color: #162552;
}
a:hover,
a:focus,
a:active {
	color: #6c7ec0;
}

#secondary a {
	color: #efeff9;
}



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

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-family: 'CyneSemiBold', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
}
.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
}
.main-navigation li {
	position: relative;
	font-size: 1.5em;
	display: inline;
}
.main-navigation li a {
	color: #c58037;
	display: inline-block;
	padding: .3em .8em;
	text-decoration: none;
	text-shadow: 1px 1px 3px #fff, 0 0 3px #fff, 1px 1px 1px #fff, 0 0 1px #fff, 0 0 3px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
.main-navigation li.tour a {
	color: #f34;
}
.main-navigation ul ul {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
	text-align: left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	font-size: 0.8em;
}
.main-navigation li:hover > a {
	color: #4e4e4e;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}


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

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


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

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


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	color: #7a7a7a;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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


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

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


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

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

.entry-meta, ol.commentlist li article header, ol.commentlist li article footer {
	color: #888;
	font-size: .8em;
}

.entry-meta a, ol.commentlist li article header a, ol.commentlist li article footer, ol.commentlist li article footer a {
	color: #555;
}

ol.footnotes li {
	
}

h2.comments-title {
	margin-bottom: 1em;
}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	counter-reset: comments; 
}

ol.commentlist li {
	padding-bottom: 1em;
	margin-bottom: 2.6em;
}

img.avatar {
	float: left; 
	margin: 0 1em 1em 0;
}

.comment-content {
	margin-left: 100px;
	word-wrap: break-word;
}

.comment-author {
	margin-bottom: 1em;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}

.comment-respond {
	overflow: auto;
}

#commentform label {
	width: 6em;
	float: left;
	clear: left;
}

span.required {
	color: #fcc;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: -1em;
}


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

.widget {
	margin: 0 0 1.5em;
}

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

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


/* =Forms
-------------------------------------------------*/

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 */
}
button,
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: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
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,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
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="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	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%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
}

/* 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: 14px;
	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,
.content-wrap:before,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.content-wrap:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* 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;
}

/* Layout and Media Queries
----------------------------------------------- */

.site-header,
.site-content,
.site-footer {
	max-width: 1000px;
}

.site-content,
.site-footer {
	margin: 3em auto 1em;
}

.site-header {
	margin: 0 auto;
}

@media screen and (min-width: 860px) {
	
	body .site-main .hentry {
		margin: 0 2% 3em;
	}
	
	body .site-content .widget-area {
		margin: 0;
	}
	
	#page {
		padding: 0 5%;
	}

	.content-area,
	.widget-area {
		padding: 2%;
	}
	
	/* Left Sidebar */

	body.sidebar-content .content-area {
		float: right;
		margin: 0 0 0 -35%;
		padding: 0;
		width: 100%;
	}
	body.sidebar-content .site-main {
		margin: 0 0 0 35%;
		max-width: 600px;
	}
	body.sidebar-content .site-content .widget-area {
		float: left;
		overflow: hidden;
		width: 30%;
		padding: 0;
	}
	body.sidebar-content .site-footer {
		clear: both;
		width: 100%;
	}

	/* Right Sidebar */

	body.content-sidebar .content-area {
		float: left;
		margin: 0 -35% 0 0;
		padding: 0;
		width: 100%;
	}
	body.content-sidebar .site-main {
		margin: 0 35% 0 0;
	}
	body.content-sidebar .site-content .widget-area {
		float: right;
		overflow: visible;
		width: 30%;
		padding: 0;
	}
	body.content-sidebar .site-footer {
		clear: both;
		width: 100%;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: none;
	}
}

@media screen and (min-width:601px) {
	h1.menu-toggle {
		display:none;
	}
}



@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		color: #4e4e4e;
	    font-size: 24px;
	    text-align: center;

	}

	.menu-toggle {
		cursor: pointer;
	}

	
	.main-navigation.toggled .nav-menu {
		background: #fff;
		background: rgba(255,255,255,0.8);
	}

	.main-navigation ul {
		display: none;
	}
	
	.main-navigation li a {
		font-size: 32px;
		padding: 0 .5em;
	}
	
	.site-content .content-area, 
	.site-content .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.widget {
		margin: 0 1em 1.5em;
	}
	
	h1.site-title {
		font-size: 48px;
		letter-spacing: 0;
		margin: 12px auto 0;
	}
	
	#main-wrap {
		background: none;
		padding-left: 0;
	}

	#main-wrap2 {
		background: none;
		padding-right: 0;
	}
	
	#content-wrap {
		padding: 0 1em;
	}
	
	#pre-main {
		height: 25px;
		margin: 0;
	}

	#post-main {
		height: 35px;
		margin: 0;
	}
}

.wp-caption.alignleft {
max-width:150px;
}