/*
Theme Name: Ascetica
Theme URI: https://wordpress.com/themes/ascetica/
Author: AlienWP
Author URI: http://alienwp.com/
Description: A minimal theme with responsive layout, sticky posts slider, and a plenty of widget space to suit any blogger.
Requires at least: 6.0
Version: 1.0.2-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Status: inactive
Text Domain: ascetica
Tags: blog, blog-excerpts, classic-menu, clean, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, infinite-scroll, left-sidebar, minimal, post-formats, post-slider, responsive-layout, right-sidebar, rtl-language-support, three-columns, translation-ready, white

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/
*/


/* =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: #444;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #333;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	font-size: 1.15em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
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 3em;
}
ul {
	list-style: circle;
	margin: 0 0 1.7em 2.8em;
	padding: 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1.7em 3.1em;
	padding: 0;
}
ol ol {
	list-style: upper-roman;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: upper-alpha;
}
ol ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl {
	margin: 0 0 20px 30px;
}
dt {
	font-weight: bold;
}
dl dt {
	margin: 0;
	font-size: 1.15em;
	line-height: 1.7em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
}
dd {
	margin: 5px 0 0 1.5em;
}
dl dd {
	margin: 0 0 5px 20px;
	padding: 0;
	color: #777;
}
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;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
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;
}
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 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	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,
input[type="submit"]: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 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	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: #aaa;
	background: #f7f7f7 none;
	border: 1px solid #ccc;
	font-size: 12px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 8px 10px;
}
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 {
	color: #bb2530;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:visited {
}
a:hover,
a:focus,
a:active {
	color: #bb2530;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 15px 5px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 5px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 5px 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;
}


/* Tables
-------------------------------------------------------------- */
table {
	margin: 0 0 1.7em 0;
	width: 100%;
}
table caption {
	font-size: 0.8em;
	line-height: 1.692307em;
	color: #888;
}
table th {
	font-size: 0.8em;
	line-height: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 2%;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
td {
	padding: 0.8em 2%;
	border-bottom: 1px solid #eee;
}


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

.main-navigation {
	display: block;
	float: right;
	margin: 0 0 30px 0;
	padding-left: 5%;
	width: 25%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.3em;
	padding: 1em 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	word-spacing: 2px;

}
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	background-color: #fafafa;
	color: #bbb;
}
.main-navigation ul ul {
	border-top: 1px solid #eee;
	display: none;
	float: left;
	position: absolute;
		top: -1px;
		right: 100%;
	z-index: 99999;
}
.main-navigation ul ul ul {
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background-color: #fafafa;
	color: #333;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}


/* Small menu */
.menu-toggle {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 1em 1.2em;
}
.main-small-navigation {
	margin-bottom: 25px;
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation .menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-small-navigation .menu li {
	position: relative;
}
.main-small-navigation .menu a {
	border-bottom: 1px solid #eee;
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.3em;
	padding: 1em 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	word-spacing: 2px;

}
.main-small-navigation .menu .current_page_item a {
	background-color: #fafafa;
	color: #bbb;
}
.main-small-navigation .menu li li a {
	padding: 1em 2.5em;
}
.main-small-navigation .menu li li li a {
	padding: 1em 5em;
}


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

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


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

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


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

.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-"] {
	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%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	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;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

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


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

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .site-navigation a {
	color: #888;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	word-wrap: break-word;
}
#content .site-navigation a:hover {
	color: #bb2530;
}
#content .site-navigation .nav-previous {
	float: left;
	width: 50%;
}
#content .site-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.bypostauthor {
}

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

.widget {
	color: #888;
	font-size: 12px;
	margin: 0 0 1.5em;
	overflow: hidden;
}
.widget-title {
	color: #bbb;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	word-spacing: 2px;
}

/* Search widget */
#s {
	width: 90%;
}
#searchsubmit {
	display: none;
}




/*  Old theme styles */
/*  Transitions
----------------------------------------------------- */
a, a img, input[type=submit], input[type=button], input[type=text], textarea {
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}
.flex-control-nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* Tables
-------------------------------------------------------------- */
table {
	margin: 0 0 1.7em 0;
	width: 100%;
}
table caption {
	font-size: 1em;
	line-height: 1.7em;
	color: #888;
}
table th {
	font-size: 0.8em;
	line-height: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 2%;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
td {
	padding: 0.8em 2%;
	border-bottom: 1px solid #eee;
}

/* Lists
-------------------------------------------------------------- */
ul li, ol li {
	line-height: 2.1em;
}
dl {
	margin: 0 0 20px 30px;
}
dl dt {
	margin: 0;
	font-size: 1.15em;
	line-height: 1.7em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
}
dl dd {
	margin: 0 0 5px 20px;
	padding: 0;
	color: #777;
}

/* Blockquotes
-------------------------------------------------------------- */
blockquote, blockquote blockquote blockquote {
	overflow: hidden;
	padding: 0 0 0 35px;
	position: relative;
	font-size: 1em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #aaa;
	/*background: url(img/quote.png) no-repeat 0 4px;*/
}
blockquote:before {
	color: #e5e5e5;
	content: "\201C";
	font-size: 4em;
	line-height: 1em;
	position: absolute;
		left: 0;
		top: 0;
}

/* Code
-------------------------------------------------------------- */
code {
	padding: 0 3px;
	color: #555;
	background: #e6f3f7;
}
pre {
	padding: 15px 20px;
	background: #f1f8fa;
	border: 1px solid #dfebee;
}
pre code {
	padding: 0;
	background: transparent;
}

/* Forms
-------------------------------------------------------------- */
form {
	font-size: .8em;
}
.widget form {
	font-size: 1em;
}
form p {
	margin-bottom: 1em;
}
form label {
	color: #222;
	display: inline-block;
	line-height: 1.8em;
	padding-bottom: .5em;
}
input[type="text"],
input[type="password"],
input[type="email"],
.input-text, textarea, select {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 0.85em;
	border: 1px solid #ddd;
	border-color: rgba(0,0,0,.08);
	padding: 8px 12px;
	outline: none;
	margin: 0;
	display: block;
	background: #f7f7f7;
}
select {
	padding: 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
.input-text:focus {
	border: 1px solid #bbb;
	background: #fff;
	color: #444;
}
textarea {
	display: block;
	width: 96%;
	min-height: 60px;
}
input[type="radio"] {
	vertical-align: text-middle;
}
input[type="checkbox"] {
	display: inline;
}
input[type="submit"] {
	background: #dee9eb;
	border-color: #c7d5d9;
	box-shadow: none;
	color: #222;
	padding: 6px 12px;
	vertical-align: middle;
}
input[type="submit"]:hover {
	background: #dee9eb;
	border-color: #a3b7bd;
	box-shadow: none;
	cursor: pointer;
}
.error {
	color: #bb2530;
}
.form-allowed-tags code {
	background: none;
	display: block;
	font-size: 1em;
}
#searchform input[type="text"] {
	font-size: 1em;
	padding: 8px 12px;
	width: 86%;
}

/* Images & Video
-------------------------------------------------------------- */
.hentry img,
.entry-content img,
.widget img,
.wp-caption,
.hentry embed,
.entry-content embed
.widget embed,
.hentry object,
.entry-content object,
.widget object,
.hentry video,
.entry-content video,
.widget video {
	max-width: 100%;
}
.hentry img, .entry-content img, .widget img, .wp-caption {
	height: auto;
}
#featured-content a:hover img {
	opacity: 0.85;
}


/* Captions [caption]
-------------------------------------------------------------- */
.wp-caption {
	max-width: 95%;
	padding: 2%;
	overflow: hidden;
	text-align: center;
}
.wp-caption img {
	display: block;
	margin: 0 auto 5px auto;
}
.wp-caption .wp-caption-text {
	margin: 5px 0;
	font-size: 0.8em;
	line-height: 1em;
	color: #888;
	text-align: center;
}
.wp-caption a { border: none; }

/* Galleries
-------------------------------------------------------------- */
.gallery {
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 25px auto;
}
.gallery br {
	display: block;
	line-height: 0;
	height: 0;
}
.gallery a { border: none; }
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	margin: 0 0 20px 0 !important;
	text-align: left;
	list-style: none;
	padding: 0;
}
.gallery img, .gallery .gallery-item .gallery-icon img {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}
.gallery-icon {
	overflow: hidden;
	margin: 0;
}
.gallery-caption {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #aaa;
}
.attachment-image {
	float: left;
	width: 100%;
}
.singular-attachment .hentry .gallery-caption {
	display: none;
}
.gallery-caption {
	margin: 3px 10% 0 0;
}
/* End Old Theme Styles */




/* =Template
----------------------------------------------- */
#page {
	background-color: #fff;
	margin: 20px auto;
	padding: 10px;
	position: relative;
	width: 940px;
}

/* =Header */
#masthead hgroup {
	float: left;
	margin: 0 0 25px 0;
	width: 70%;
}
.site-title {
	color: #333;
	font-size: 30px;
}
.site-title a {
	color: #333;
	text-decoration: none;
}
.site-title a:hover {
	color: #bb2530;
}
.site-description {
	clear: left;
	color: #bbb;
	font-size: 12px;
	font-style: italic;
	text-transform: none;
	width: 100%;
}

/* =Slider */
#slider-wrapper {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}
#slider-wrapper .flexslider {
	background: transparent;
	border: 0 none;
}
#slider-wrapper .featured .hentry {
	border: 0 none;
	display: inline-block;
	position: absolute;
		top: 0;
		right: 0;
}
#slider-wrapper .featured .hentry h2 a {
	background-color: rgba(0,0,0,.25);
	border: 0 none;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 0.5em 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider-wrapper .featured .hentry h2 a:hover {
	background-color: rgba(0,0,0,.75);
}
#slider-wrapper .featured img {
	height: auto;
}
#slider-wrapper .flex-direction-nav li a {
	background-color: #000;
	border-radius: 20px;
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	opacity: .35;
	top: 48%;
	text-align: center;
	text-indent: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 40px;
	height: 40px;
}
#slider-wrapper .flexslider:hover .flex-direction-nav li a {
	background-color: #000;
	opacity: .35;
}
#slider-wrapper .flexslider .flex-direction-nav li a:hover {
	background-color: #000;
	opacity: .75;
}
#slider-wrapper .flex-direction-nav li .next {
	right: 20px;
}
#slider-wrapper .flex-direction-nav li .prev {
	left: 20px;
}
#slider-wrapper .flex-control-nav {
	bottom: 5%;
	right: 0;
	width: 100%;
}
#slider-wrapper .flex-control-nav li {
	background-color: rgba(0,0,0,.35);
	border-radius: 10px;
	padding: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider-wrapper .flex-control-nav li:hover {
	background-color: rgba(0,0,0,.75);
}
#slider-wrapper .flex-control-nav li a {
	background-color: rgba(255,255,255,0.6);
	border-radius: 7px;
	width: 14px;
	height: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider-wrapper .flex-control-nav li a:hover, #slider-wrapper .flex-control-nav li a.active {
	background-color: rgba(255,255,255,1);
}

/* =Main Column */
#primary {
	float: left;
	position: relative;
	width: 70%;
}
.single-featured {
	margin-bottom: 25px;
	max-width: 100%;
	height: auto;
}
#content {
	float: right;
	padding: 0 0 1.6em 5%;
	width: 70%;
}
.hentry {
	border-bottom: 1px solid #e5e5e5;
}
.entry-header {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.entry-header img {
	float: left;
	padding: 0 5% 0 0;
	max-width: 15%;
}
.entry-title-block {
	float: left;
	padding: 0;
	width: 100%;
}
.featured-img .entry-title-block {
	width: 80%;
}
.entry-title {
	color: #333;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 3px;
	padding: 0;
}
.entry-title a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.entry-title a:hover {
	color: #bb2530;
}
.entry-meta {
	color: #bbb;
	font-size: 0.785714em;
	font-style: italic;
	line-height: 1.69231em;
	word-spacing: 2px;
}
.entry-meta a {
	border-bottom: 1px solid #E5E5E5;
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.entry-meta a:hover {
	border-bottom: none 0;
	color: #333;
}
#image-navigation {
	display: block;
	margin-top: 1em;
	overflow: hidden;
}
#image-navigation .previous-image,
#image-navigation .next-image {
	display: block;
	float: left;
	width: 50%;
}
#image-navigation .next-image {
	text-align: right;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #333;
	margin: .25em 0;
	padding: .25em 0;
}
.entry-content h1 {
	font-size: 1.6em;
}
.entry-content h2 {
	font-size: 1.4em;
}
.entry-content h3 {
	font-size: 1.2em;
}
.entry-content h4 {
	font-size: 1em;
}
.entry-content h5 {
	font-size: .9em;
}
.entry-content h6 {
	font-size: .8em;
}
footer.entry-meta {
	margin-bottom: 1.5em;
}

#tertiary {
	float: left;
	width: 25%;
}

/* =Sidebar */
#secondary {
	clear: right;
	float: right;
	padding: 0 0 1.6em 5%;
	width: 25%;
}
.widget ul {
	margin: 0 0 1.5em 1.5em;
}
.widget ul a {
	color: #555;
}
.widget ul a:hover {
	color: #000;
}
.widget #searchform input[type="text"] {
	font-size: 1em;
	padding: 8px 6%;
	width: 86%;
}
.widget_calendar caption {
	text-align: center;
}
.tagcloud {
	line-height: 1.8em;
}
#flickr_badge_wrapper {
	border: none 0;
}
#flickr_badge_uber_wrapper td {
	border: none;
	padding: 0;
	text-align: center;
}
.widget_rss ul {
	list-style-type: none;
	margin: 0;
}
.widget_rss ul li {
	line-height: 1.5em;
	padding-bottom: 1em;
}

/* =Footer Sidebar */
#footer-sidebar {
	clear: both;
	border-top: 1px solid #e5e5e5;
	padding-top: 1.6em;
	width: 100%;
}
#footer-sidebar .widget-area {
	float: left;
	margin: 0 5% 20px 0;
	width: 20%;
}

/* =Footer */
#colophon {
	border-top: 1px solid #e5e5e5;
	clear: both;
	color: #aaa;
	font-size: 11px;
	font-style: italic;
	padding-top: 2.0355113636em;
	padding-bottom: 30px;
}
#colophon a {
	color: #888;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#colophon a:hover {
	color: #bb2530;
}
#footer-sidebar + #colophon {
	border-top: none;
	padding-top: 0;
}



.commentlist .published, .commentlist .edit, .commentlist .reply {
	font-size: 1em;
	font-style: italic;
	line-height: 1.2em;
}
.comment-navigation {
	margin-bottom: 1.6em;
}
.commentlist, .commentlist li {
	list-style: none;
	margin: 0 0 25px 0;
}
.commentlist .comment-content li {
	margin-left: 2.8em;
	list-style-type: decimal;
}
.commentlist {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.commentlist li {
	margin-top: 1.6em;
	padding: 1.6em 0 0 0;
	border-top: 1px solid #e5e5e5;
}
.commentlist li li { padding-left: 10%; }
.commentlist .avatar {
	float: left;
	margin: 0 13px 10px 0;
}
.comment-meta {
	margin: 0 0 2px 0;
	font-size: 0.8em;
	color: #bbb;
	line-height: 1.7em;
}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #333;
	font-size: 1em;
}
.comment-author { margin-right: 10px; }
.comment-meta a {
	font-style: normal;
	color: #777;
	border-bottom: 1px solid #e5e5e5;
}
.comment-author a { color: #333; }
.comment-meta a:hover{
	color: #000;
	border-bottom: none;
}
.comments-closed {
	padding: 10px 25px;
	font-size: 1em;
	color: #888;
	background: #f5f5f5;
}
.comment-content {
	font-size: 0.85em;
	line-height: 1.9em;
	clear: left;
}
.comment-content p { margin-bottom: 1em; }
.commentlist .comment-content li {
	padding: 0;
}
.commentlist .comment-content ul, .commentlist .comment-content ol {
	margin-bottom: 1.692307em;
}
.commentlist .comment-content li ul, .commentlist .comment-content li ol {
	margin-bottom: 0.3em;
}
.commentlist blockquote, .commentlist blockquote blockquote blockquote {
	font-size: 1em;
}


/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-scroll #main:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 30px;
}
.infinite-scroll .hentry:last-of-type,
.infinite-scroll .hentry.last-before-infinite {
	border-bottom: none;
}
.infinite-wrap {
    border-top: 1px solid #E5E5E5;
    padding: 1.5em 0 0 0;
}
#infinite-handle,
.infinite-loader  {
	padding-top: 1.5em;
}
.infinite-loader {
	margin: 0;
	height: 21px;
}
#infinite-footer .blog-info a {
	color: #333;
}
#infinite-footer .blog-credits a {
	color: #888;
}
#infinite-footer .blog-credits {
	color: #aaa;
}

/* Elements to hide */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending #colophon {
	display: block;
}

/* Rest the margin when IS is finished */
.infinite-scroll.infinity-end #content {
	margin-bottom: 0;
}

/* For responsive CSS */
@media (max-width: 800px) {
	.infinite-scroll #infinite-handle,
	.infinite-loader {
		padding-bottom: 30px;
	}
	#infinite-handle span {
		text-align: center;
	}
	.infinite-loader {
		margin: 0 auto;
		width: 25px;
		height: 34px;
	}
}




/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Portrait --- */
@media screen and (min-width: 768px) and (max-width: 959px) {
	#page {
		max-width: 728px;
	}
}

/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width: 767px) {
	body {
		line-height: 1.6em;
	}
	#page {
		max-width: 300px;
	}
	p {
		margin-bottom: 1.6em;
	}
	#masthead hgroup {
		float: left;
		width: 100%;
		position: relative;
	}
	.site-description {
		margin: 0;
	}
	.main-navigation {
		margin-top: 0;
		padding-left: 0;
		width: 100%;
	}
	#main {
		width: 100%;
		margin-bottom: 0;
	}
	#primary {
		width: 100%;
	}
	#slider-wrapper .featured .hentry h2 a {
		display: none;
	}
	#content {
		margin-bottom: 30px;
		padding-left: 0;
		width: 100%
	}
	.entry-header img {
		max-width: 10%;
	}
	#tertiary {
		width: 100%
	}
	#secondary {
		padding-left: 0;
		width: 100%;
	}
	#footer-sidebar .widget-area {
		margin-right: 0;
		width: 100%;
	}
}
