/*
Theme Name: Oxygen – WordPress.com
Theme URI: http://theme.wordpress.com/themes/oxygen/
Description: Minimalistic, mobile-optimized magazine theme with responsive layout. The main features include a featured post slider, custom front page template, custom header, custom background, seven widget areas, and three custom menus.
Version: 0.2.2
Author: AlienWP
Author URI: http://alienwp.com/
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =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: 1em;	/* 16px */
	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;
	margin-bottom: 1.75em;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote em,
blockquote cite {
	font-style: italic
}
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;
}


/* =Clear Fix
----------------------------------------------- */

.clear-fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


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

body,
button,
input,
select,
textarea {
	color: #444;
	font: 0.75em/1.75em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.666666666666667em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.333333333333333em;
}
h6 {
	font-size: 1.166666666666667em;
	font-weight: normal;
	text-transform: uppercase;
}
hr {
	border-top: 1px solid #ccc;
	border: 0;
	display: block;
	height: 1px;
	margin: 1em 0 1.75em 0;
	padding: 0;
}
/* Text elements */
p {
	margin: 0 0 1.75em 0
}
ul {
	list-style: circle;
	margin: 0 0 1.75em 2.8em;
	padding: 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1.75em 3.1em;
	padding: 0;
}
ul li,
ol li {
	line-height: 2.1em;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 0 17px;
}
dl dt {
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.333333333333333em;
	font-weight: normal;
	line-height: 1.75em;
	margin: 0;
}
dd {
	color: #888;
	margin: 0 0 1.75em 20px;
	padding: 0;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
em em,
cite cite {
	font-style: normal;
}
del {
	text-decoration: line-through;
}
blockquote {
	background: url(images/quote.png) no-repeat 0 4px;
	color: #aaa;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 0 1.75em;
	overflow: hidden;
	padding: 0 0 0 35px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote.alignleft,
blockquote .alignright {
	width: 33%;
}
address {
	font-style: italic;
	margin: 0 0 1.75em 0;
}
li address,
dd address {
	margin: 0;
}
pre {
	background: #f3f3f3;
	font-family: Monaco, monospace, Courier, "Courier New";
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	margin-bottom: 1.75em;
	overflow: auto;
	padding: 15px 20px;
	white-space: pre-wrap;
	white-space: pre;
	word-wrap: break-word;
}
pre,
code,
kbd,
tt,
var,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
	_font-family: 'courier new', monospace;
}
pre code {
	background: transparent;
	font-size: 1em;
	padding: 0;
}
code {
	background: #ffe5e5;
	font-family: Monaco, monospace, Courier, "Courier New";
	font-size: 0.9166666666666667em;
	padding: 0 3px;
}
abbr{
	cursor: help;
}
.byline abbr,
.entry-meta abbr,
.comment-meta abbr {
	border: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
acronym {
	border-bottom: 1px dotted #eee;
	color: #666;
	cursor: help;
	font-size: .85em;
	text-transform: uppercase;
}
acronym:hover {
	background: #f3f3f3;
	border-bottom: 1px dotted #aaa;
	color: #333;
}
ins {
	background: #f3f3f3;
	color: #000;
	font-style: italic;
	text-decoration: none;
}
mark {
	background: #f3f3f3;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
sup,
sub {
	font-size: 0.8333333333333333em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: 0.9166666666666667em;
}
big {
	font-size: 15px;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
label {
	color: #111
	cursor: pointer;
	line-height: 1.5em;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
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,
a.button {
	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 */
}
table button,
table input {
	*overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #0da4d3;
	color: #fff;
	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;
	padding: 6px 14px 7px 14px;
	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: #000;
}
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="radio"] {
	vertical-align: text-middle;
}
input[type="checkbox"] {
	display: inline;
}
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="password"],
input[type="email"],
.input-text,
textarea,
select {
	background: #fff;
	border: 1px solid #ccc;
	color: #888;
	display: block;
	font-size: 1em;
	margin: 0 0 5px 0;
	outline: none;
	padding: 5px;
}
select {
	padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
.input-text:focus {
	border-color: #888;
	color: #333;
}
textarea {
	display: block;
	min-height: 60px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	resize: vertical;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 80%;
}
input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}
.error {
	color: #0da4d3;
}
option {
	padding: 1px 2px;
}
table {
	margin: 0 0 1.75em 0;
	max-width: 100%;
}
table caption {
	color: #888;
	font-size: 0.8125em;
	line-height: 1.75em;
}
table th {
	border-bottom: 1px solid #ddd;
	border-bottom: none;
	font-size: 0.9166666666666667em;
	font-weight: normal;
	line-height: 1.75em;
	padding: 10px 2%;
	text-align: left;
	text-transform: uppercase;
}
td {
	border-bottom: 1px solid #e7e7e7;
	color: #888;
	padding: 0.8125em 2%;
	text-align: left;
	vertical-align: top;
}
/* Links */
a,
a:visited {
	color: #0da4d3;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #0da4d3;
	color: #000;
	text-decoration: none;

}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
#page a,
#page a img,
.featured-post .entry-meta {
	-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;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 15px 5px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em auto !important;
}
.block,
.alignnone {
	display: block;
	margin: 0 0 1.75em 0;
}
/* 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
----------------------------------------------- */

#page {
	margin: 0 auto;
	max-width: 940px;
	padding: 0 30px;
	position: relative;
}
.site-content {
	float: left;
	width: 100%;
}
#content {
	margin: 0 29.78723404% 0 20.21276595%;
}
.full-width #content,
.image-attachment #content {
	margin: 0;
}
#secondary {
	float: left;
	margin: 0 0 0 -100%;
	width: 17.02127659574468%;
}
#tertiary {
	float: left;
	margin: 0 0 0 -26.59574468%;
	width: 26.59574468%;
}
.site-footer {
	clear: both;
	width: 100%;
}


/* Showcase Layout
----------------------------------------------- */

.page-template-showcase-php #secondary {
	margin: 0;
}
.page-template-showcase-php #content-wrap {
	float: right;
	width: 79.78723404255319%;
}
.page-template-showcase-php #content {
	margin: 0 37.33333333% 30px 0;
}
.page-template-showcase-php #tertiary {
	float: left;
	margin: 0 0 0 -33.3333333%;
	width: 33.33333333%;
}


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

#masthead {
	clear: both;
	padding: 40px 0 0 0;
	width: 100%;
}
.site-title {
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}
.site-title a {
	border-bottom: none;
	color: #222;
}
.site-description {
	clear: both;
	color: #bbb;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9166666666666667em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.custom-header {
	margin-bottom: 20px;
}
#masthead a:hover {
	border-bottom: none;
}

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

.main-navigation {
	clear: both;
	display: block;
	font-size: 1em;
	margin: 0 0 10px 0;
	position: relative;
	width: 100%;
	z-index: 99;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	background: url(images/menu-separator.png) no-repeat left 15%;
	display: block;
	float: left;
	min-height: 30px;
	padding-left: 1.8em;
	position: relative;
}
.main-navigation li:first-child {
	background: none;
	padding-left: 0;
}
.main-navigation a {
	display: block;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.333333333333333em;
	font-weight: 400;
	line-height: 1em;
	margin-right: 1em;
	text-transform: lowercase;
}
.main-navigation ul ul {
	background-color: #fff;
	border: 1px solid #ddd;
	display: none;
	float: left;
	position: absolute;
		left: 0;
		top: 25px;
	z-index: 99999;
}
.main-navigation li li {
	background: none;
	border-top: 1px solid #ddd;
	clear: both;
	float: none;
	padding-left: 0;
}
.main-navigation li li:first-child {
	border-top: none;
}
.main-navigation li li a {
	color: #888;
	font-size: 1.166666666666667em;
	margin: 0 5px;
	padding: 12px 15px;
	text-transform: none;
	word-wrap: break-word;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.main-navigation ul ul a {
	width: 130px;
}
.main-navigation a:hover {
	border-bottom: none;
	color: #222;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #aaa;
}
.main-navigation li.current_page_item li a:hover,
.main-navigation li.current-menu-item li a:hover,
.main-navigation li li.current_page_item a,
.main-navigation li li.current-menu-item a {
	color: #000;
}
/* Secondary menu */
.menu-secondary {
	background: #111;
	clear: left;
	float: left;
	font-size: 1em;
	margin-bottom: 25px;
	margin: 0 0 30px 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.menu-secondary ul {
	list-style: none;
	margin: 0;
}
.menu-secondary li {
	border-bottom: 1px solid #252525;
	display: block;
	position: relative;
	width: 100%;
}
.menu-secondary li a {
	background: #111;
	color: #ccc;
	display: block;
	font-size: 0.8333333333333333em;
	line-height: 1.2em;
	padding: 1.1em 1.2em;
	text-transform: uppercase;
}
.menu-secondary li a:hover {
	background: #000;
	border: none;
	color: #fff;
}
.menu-secondary li.current-menu-item a,
.menu-secondary li.current-page-item a {
	color: #555;
}
.menu-secondary li.current-menu-item li a,
.menu-secondary li.current-page-item li a {
	color: #ccc;
}
.menu-secondary li.current-menu-item li a:hover,
.menu-secondary li.current-page-item li a:hover {
	color: #fff;
}
.menu-secondary li ul {
	display: none;
	position: absolute;
		left: 100%;
		top: 0;
	z-index: 100;
}
.menu-secondary li li,
.menu-secondary li li.current-menu-item li {
	clear: both;
	float: none;
}
.menu-secondary li li a {
	color: #888;
	font-size: 0.9166666666666667em;
	padding: 0.97em 1.1em 1.0em;
	text-transform: none;
	width: 136px;
	word-wrap: break-word;
}
.menu-secondary li:hover > ul {
	display: block;
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	font-size: 2.0em;
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation ul {
	margin: 0 0 0 1.3em;
}
.main-small-navigation ul.menu {
	margin-bottom: 1.75em;
}

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

.sticky {
}
.hentry {
	margin: 0 0 20px;
	position: relative;
}
.single .hentry,
body.page .hentry {
	margin-top: -4px;
}
body.page-template-showcase-php .hentry {
	margin-top: 0;
}
.attachment-archive-thumbnail {
	margin-bottom: 15px;
}
.entry-header {
	float: left;
	width: 30%;
}
.single .entry-header,
body.page .type-page .entry-header,
.not-found .entry-header {
	float: none;
	width: auto;
}
.entry-title {
	border: none;
	color: #111;
	font-size: 1.333333333333333em;
	line-height: 1.4em;
	margin: 0 0 0.15em 0;
	padding: 0;
	text-transform: uppercase;
	word-spacing: 2px;
	word-wrap: break-word;
}
.single .entry-title {
	font-size: 2em;
	margin-bottom: 0.3em;
}
body.page .type-page .entry-title,
.not-found .entry-title,
.page-title {
	color: #ccc;
	font-size: 2em;
	margin: -5px 0 0.7em;
}
.entry-title a:hover {
	color: #000;
}
.entry-meta {
	color: #bbb;
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	word-spacing: 2px;
}
.single .entry-meta {
	margin-bottom: 18px;
}
.single footer.entry-meta {
	margin-bottom: 25px;
}
.entry-meta a {
	color: #bbb;
}
.single .entry-meta a,
body.page .type-page .entry-meta a {
	color: #888;
}
.entry-meta a:hover {
	border: none;
	color: #000;
}
.entry-format,
.byline,
.comments-link,
.edit-link {
	display:block;
	margin: 0 0 .2em 0;
}
.single .entry-format,
.single .byline,
.single .comments-link,
.single .edit-link {
	display: inline;
}
.byline {
	display: none;
}
.group-blog .byline {
	display: block;
}
.single.group-blog .byline {
	display: inline;
}
.entry-summary {
	float: right;
	padding-left: 2.34375%;
	width: 65%;
}
.cat-links {
	background: rgba(0, 0, 0, .25);
	color: rgba(255, 255, 255, .75);
	display: block;
	font-size: 0.8333333333333333em;
	padding: .1em .8em;
	position: absolute;
		right: 0;
		top: 0;
}
.cat-links a {
	color: rgba(255, 255, 255, .75);
}
.cat-links a:hover {
	color: #fff;
}
a.read-more, a.read-more:visited {
	background-color: #0da4d3;
	color: #fff;
	display: none;
	font-size: 0.9166666666666667em;
	padding: .1em .8em;
	position: absolute;
		right: 0;
		top: 117px;
	z-index: 10;
}
a.read-more:hover {
	background: #111;
	border: none;
	color: #fff;
}
.hentry:hover a.read-more {
	display: block;
}
.page-links {
	clear: both;
	color: #222;
	font-size: 0.9166666666666667em;
	line-height: 1em;
	margin-bottom: 1.75em;
	word-spacing: 2px;
}
.entry-summary .page-links {
	clear: none;
	color: #aaa;
	font-size: 0.9166666666666667em;
	line-height: 1em;
}
.page-links a, .page-links a:visited {
	background: #eee;
	color: #555;
	display: inline-block;
	padding: 3px 6px;
}
.page-links a:hover {
	background: none;
	border: none;
	color: #000;
}


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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
.site-header img,
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.featured-wrapper img,
.featured-image img {
	height: auto;
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright {
	display: inline;
	margin-bottom: 1.75em;
	margin-top: 5px;
}
.wp-caption {
	height: auto;
	margin-bottom: 1.75em;
	margin-top: 5px;
	max-width: 100%;
}
.wp-caption img {
	margin: 0 0 5px 0;
}
.wp-caption-text {
	text-align: left;
}
.wp-caption .wp-caption-text {
	color: #888;
	font-size: 0.9166666666666667em;
	line-height: 1em;
	margin: 5px 0;
}
.wp-caption a {
	border: none;
}
#content .gallery {
	display: block;
	margin-bottom: 1.75em !important;
	text-align: center;
}
.gallery-caption {
	line-height: 1.5em;
	text-align: center;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dl {
	margin-left: 0;
}
#content .gallery dd {
	margin: 5px 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
	display: block;
	margin-bottom: 1.75em;
	max-width: 100%;
}
.video-player {
	margin-bottom: 1.75em
}


/* = Showcase page
----------------------------------------------- */

.section-title h1 {
	background: #f3f3f3;
	border-left: 10px solid #e9e9e9;
	color: #999;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding: .25em .6em .35em .6em;
	text-transform: lowercase;
	width: 93.85%;
}
.hfeed-more {
	width: 100%;
}
.hfeed-more .hentry {
	border-bottom: 1px solid #eee;
	float: left;
	margin: 0 0 15px 0;
	padding-bottom: 8px;
	width: 47.87234042553191%;
}
.hfeed-more .hentry.even {
	margin-right: 0;
}
.hfeed-more .entry-header {
	float: none;
	width: auto;
}
.hfeed-more .entry-title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	word-spacing: 0;
}
.hfeed-more .entry-title a {
	color: #111;
}
.hfeed-more .cat-links {
	background :none;
	color: #bbb;
	display: inline;
	font-size: 0.9166666666666667em;
	padding: 0;
	position: relative;
}
.hfeed-more .cat-links a {
	color: #bbb;
}
.hfeed-more .cat-links a:hover {
	color: #000;
}
.group-blog .more-articles .byline,
.hfeed-more .comments-link,
.hfeed-more .edit-link {
	display: inline;
	margin: 0;
}
.hfeed-more .entry-title a:hover {
	border-color: #888;
	color: #0da4d3;
}


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

.featured-wrapper {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
#featured-content {
	margin-bottom: 20px;
	position: relative;
}
.featured-post {
	float: left;
	overflow: hidden;
	position: relative;
}
.featured-post {
	display: none
}
.featured-post.first {
	display: block
}
.featured-post .entry-title {
	font-size: 2em;
}
.featured-post .entry-title a {
	background: #fff;
	bottom: 110px;
	color: #111;
	font-size: 1em;
	padding: .4em 30px .4em 1.5em;
	position: absolute;
		right: 0;
	text-transform: uppercase;
}
.featured-post:hover .entry-title a,
.featured-post:hover .entry-meta {
	background: #111;
	color: #fff;
}
.featured-post .entry-meta {
	background: #fff;
	bottom: 82px;
	color: #bbb;
	font-size: 0.9166666666666667em;
	margin: 0 0 .2em 0;
	padding: .4em 30px .4em 1.3em;
	position: absolute;
		right: 0;
}
.featured-post a:hover {
	border-bottom: none;
}
.featured-thumbnail {
	max-width: 100%;
}
#featured-content .dummy {
	height: auto !important;
	height: auto;
	max-width: 100%;
	width: 100% !important;
}
.no-js #featured-content .dummy,
#featured-content .dummy.hidden {
	display: none;
}
.slider-nav {
	background: #111 url(images/slider-nav-arrows.png) no-repeat;
	background: rgba(0,0,0,.5) url(images/slider-nav-arrows.png) no-repeat;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1em;
	height: 28px;
	position: absolute;
		bottom: 0;
	text-indent: -9999em;
	width: 31px;
	z-index: 9;
}
#slider-prev {
	background-position: 7px -21px;
	left: 0;

}
#slider-next {
	background-position: 7px 11px;
	right: 0;
}
.slider-nav:hover {
	background-color: #000;
}
/* Featured Content (slider) Navigation */
#slider-nav {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
#slide-thumbs {
	margin: 0;
	width: 100%;
}
#slider-nav li {
	float: left;
	list-style: none;
	margin: 0 2.4% 0 0;
	width: 14.66666666666667%;
}
#slider-nav li a, #slider-nav li a:visited {
	border-bottom: none;
	padding: 0;
}
#slider-nav li.last {
	margin-right: 0;
}
#slider-nav li img {
	max-width: 100%;
}
.activeSlide img {
	opacity: .3;
}


/* =Attachment page
----------------------------------------------- */

.attachment {
	margin-bottom: 30px;
}


/* =404 page
----------------------------------------------- */

.error404 .widget {
	border-top: 1px solid #bbb;
	float: left;
	font-size: 1em;
	list-style: none;
	margin: 30px 3.19148936% 20px 0;
	padding: 20px 0 0 0;
	width: 31.20567375%;
}
.error404 .widget.widget_archive {
	margin-right: 0;
}
.not-found #s {
	width: 50%;
}


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

#content .site-navigation {
	margin: 0;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.single #content .site-navigation,
#image-navigation {
	font-size: 0.9166666666666667em;
	margin-bottom: 30px;
}
.pagination.loop-pagination {
	clear: both;
	float: right;
	margin-top: 30px;
}
.pagination .page-numbers,
.comment-navigation .page-numbers {
	color: #444;
	display: inline-block;
	line-height: 1em;
	margin: 0;
	padding: 5px 10px 7px 10px;
	text-transform: lowercase;
}
.pagination a.page-numbers,
.comment-navigation a.page-numbers {
	background: #111;
	color: #fff;
}
.pagination a:hover,
.comment-navigation a:hover {
	background: #0da4d3;
	border-bottom: none;
	color: #fff;
}
.pagination .current,
.comment-navigation .current {
	color: #999;
}


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

.bypostauthor > article {
	background: #f3f3f3;
	padding: 5px;
}
.comments-title,
#comments #reply-title {
	background: #f3f3f3;
	border-left: 10px solid #e9e9e9;
	color: #aaa;
	font-size: 1.666666666666667em;
	margin-bottom: 20px;
	padding: .25em .6em .35em .9em;
	width: 92%;
}
.page-template-full-width-page-php .comments-title,
.page-template-full-width-page-php #comments #reply-title,
.image-attachment .comments-title,
.image-attachment #comments #reply-title,
.full-width .comments-title,
.full-width #comments #reply-title {
	width: 95.8%;
}
.commentlist,
.commentlist ol,
.commentlist ul {
	list-style: none;
	margin: 0 0 25px 0;
}
.commentlist {
	margin-bottom: 40px;
}
.commentlist .children {
	margin-bottom: 0;
}
.commentlist li {
	border-top: none;
	padding: 20px 0 0 0;
}
.commentlist > li:first-child {
	padding: 0;
}
.commentlist li li {
	padding-left: 11.70212765957447%;
}
.commentlist .avatar {
	float: left;
	margin: 0 13px 10px 0;
}
.comment-meta {
	color: #bbb;
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	margin: 0 0 3px 0;
}
.comment-author {
	margin-right: 10px;
}
.comment-meta .comment-author cite {
	color: #333;
	font-size: 1.153846153846154em;
	font-style: normal;
	font-weight: bold;
}
.comment-meta a,
.comment-meta a:visited {
	border-bottom: 1px solid #0da4d3;
	color: #333;
	font-style: normal;
}
.comment-meta a:hover {
	border-bottom: none;
	color: #000;
}
.comment-meta a.comment-date {
	border-bottom: none;
	color: #bbb;
}
.comment-content {
	margin-left: 55px;
}
.comment-content p,
.pingback p {
	margin-bottom: 1em;
}
.comment-content ul {
	list-style: circle;
	margin: 0 0 1.75em 16px;
	padding: 0;
}
.comment-content ol {
	list-style-type: decimal;
	margin: 0 0 1.75em 16px;
	padding: 0;
}
.comment-content ul li,
.comment-content ol li {
	padding: 0;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.form-allowed-tags {
	display: none;
}


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

.widget {
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
}
.widgettitle {
	color: #aaa;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	word-spacing: 2px;
}
.widgettitle a {
	color: #aaa;
}
.widget p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}
.widget p:last-child {
	margin: 0;
}
.widget ul {
	margin: 0 0 0 16px;
}
.widget ul li a {
	color: #555;
}
.widget ul li a:hover {
	color: #000;
}
.widget ul li a {
	color: #555;
}
.widget ul li a:hover {
	color: #000;
}
/* Authors Widget */
.widget_authors ul {
	margin: 0;
}
.widget_authors li {
	line-height: 1.5em;
	margin: 0 0 7px 0;
	overflow: hidden;
}
.widget_authors ul ul {
	overflow: hidden;
}
.widget_authors img {
	float: left;
	margin: 0 5px 5px 0 !important;
}
/* Author Grid Widget */
.widget_author_grid ul {
	margin: 0;
}
.widget_author_grid .avatar {
	max-width: none;
}
/* Caledar widget*/
.widget_calendar #wp-calendar {
	margin: 0;
	width: 100%;
}
.widget_calendar #wp-calendar caption {
	color: #aaa;
	font-family: 'Abel', sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	word-spacing: 2px;
}
.widget_calendar #wp-calendar thead th,
.widget_calendar #wp-calendar tbody td {
	padding: 0.5em 0;
	text-align: center;
}
.widget_calendar #wp-calendar tfoot td {
	padding: 0.5em 0
}
.widget_calendar #wp-calendar tfoot #next {
	text-align: right;
}
.widget_calendar #wp-calendar tbody .pad {
	background: none;
}
/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
 	word-wrap: break-word;
}
/* Flickr Widget (WP.com) */
.widget_flickr #flickr_badge_uber_wrapper a {
	color: #0da4d3;
}
.widget_flickr #flickr_badge_uber_wrapper a:hover {
	color: #000;
}
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.widget_flickr table {
	margin: 0 !important;
}
.widget_flickr td {
	border: 0;
	padding: 0;
}
.widget_flickr .flickr-size-thumbnail {
	margin: 0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-thumbnail img {
	display: block;
	margin-bottom: 1em;
}
.widget_flickr .flickr-size-small img {
	display: block;
	margin-bottom: 0.7142857142em;
	max-width: 100%;
}
/* Image Widget */
.widget_image .wp-caption,
.widget_image .wp-caption .wp-caption-text {
	margin-bottom: 0;
}
/* Milestone Widget */
.milestone-widget .milestone-header {
	background-color: #000;
}
.milestone-widget .milestone-message {
	border: 1px solid #e7e7e7;
}
/* Recent Comments Widget */
.widget_recent_comments .avatar {
	max-width: none;
}
.widget_recent_comments table {
	margin: 0;
}
.widget_recent_comments td {
	border: none;
}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
	padding: 0 0 3px 0;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	line-height: 1.2em;
	vertical-align: top;
}
/* Recent Images Widget */
.widget_recent_images .recent_images img {
	margin: 0 0 3px 0;
}
/* RSS Widget */
.widget_rss li {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}
/* RSS links Widget */
.widget_rss_links p img {
	margin-bottom: 0;
	vertical-align: middle;
}
/* Search widget */
.widget_search #s {
	width: 90%
}
#searchsubmit {
	display: none;
}
/* Twitter Widget */
.widget_twitter li {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}


/* Footer
----------------------------------------------- */
#colophon {
	border-top: 1px solid #bbb;
	clear: both;
	color: #aaa;
	font-size: 0.9166666666666667em;
	margin: 30px auto 0;
	max-width: 940px;
	overflow: hidden;
	padding: 26px 0 30px;
	width: 100%;
}
#colophon p {
	margin-bottom: 0;
}
#colophon a {
	color: #888;
}
#colophon a:hover {
	color: #333;
}
.site-info {
	float: left;
	width: 50%;
}
/* Footer widget areas */
#supplementary {
	clear: both;
	padding-top: 30px;
	width: 100%;
}
#supplementary .widget-area {
	float: left;
	list-style: none;
	margin-right: 3.19148936%;
	padding: 0;
}
#supplementary.one #footer-sidebar-one,
#supplementary.two #footer-sidebar-two,
#supplementary.three #footer-sidebar-three,
#supplementary.four #footer-sidebar-four {
	margin: 0;
}
#supplementary.one .widget-area {
	width: 100%
}
#supplementary.two .widget-area {
	width: 48.40425531%;
}
#supplementary.three .widget-area {
	width: 31.20567375%;
}
#supplementary.four .widget-area {
	width: 22.60638297%;
}
#supplementary .widget {
	border-top: 1px solid #bbb;
	font-size: 1em;
	margin-bottom: 20px;
	padding-top: 20px;
}
/* Tertiary Menu */
.menu-tertiary {
	float: right;
	font-size: 1em;
	position: relative;
	width: 45%;
}
.menu-tertiary .menu {
	float: right;
	margin: 0;
}
.menu-tertiary li {
	background: url(images/menu-separator.png) no-repeat left 15%;
	display: block;
	float: left;
	padding-left: 1.5em;
}
.menu-tertiary li:first-child {
	background: none;
	padding-left: 0;
}
.menu-tertiary li a {
	display: block;
	font-size: 0.8333333333333333em;
	font-weight: normal;
	line-height: 1.8em;
	margin-right: 1.15em;
	text-transform: uppercase;
}
.menu-tertiary li:last-child a {
	margin-right: 0;
}
.menu-tertiary li a:hover {
	color: #111;
}
.menu-tertiary li.current-menu-item a {
	color: #aaa;
}
.menu-tertiary li ul {
	display: none;
}

/* =Responsive Structure
----------------------------------------------- */

@media only screen and (max-width: 999px) {
	#page {
		max-width: 728px;
		padding: 0 20px;
	}
	.hentry:hover a.read-more {
		display: none;
	}
	.section-title h1 {
		width: 92.5%;
	}
	.hfeed-more .hentry {
		float: none;
		margin: 0 0 10px 0;
		padding-bottom: 8px;
		width: 100%;
	}
	.comments-title,
	#comments #reply-title {
		width: 90%;
	}
	.page-template-full-width-page-php .comments-title,
	.page-template-full-width-page-php #comments #reply-title,
	.image-attachment .comments-title,
	.image-attachment #comments #reply-title,
	.full-width .comments-title,
	.full-width #comments #reply-title {
		width: 94.7%;
	}
}
@media only screen and (max-width: 767px) {
	#page {
		max-width: 470px;
		padding: 0 10px;
	}
	#content {
		margin: 0;
	}
	.site-content {
		float: none;
		width: 100%;
	}
	#secondary {
		clear: both;
		float: none;
		margin: 30px 0 0 0;
		width: 100%;
	}
	#tertiary {
		clear: both;
		float: none;
		margin: 0;
		width: 100%;
	}
	.menu-secondary li {
		border: none;
	}
	.menu-secondary > div > ul > li {
		border-bottom: 1px solid #252525;
	}
	.menu-secondary li ul {
		display: block;
		left: auto;
		position: relative;
		top: auto;
	}
	.menu-secondary li li a {
		padding: 0.97em 1.1em 1.0em 2.2em;
		width: auto;
	}
	.page-template-showcase-php #content-wrap {
		float: none;
		width: 100%;
	}
	.page-template-showcase-php #tertiary {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #content {
		margin: 0 0 30px 0;
	}
	#supplementary .widget-area {
		float: none;
		margin: 0;
	}
	#supplementary.two .widget-area,
	#supplementary.three .widget-area,
	#supplementary.four .widget-area {
		width: 100%;
	}
	.site-info,
	.menu-tertiary {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	.menu-tertiary .menu {
		float: none;
		margin: 0;
	}
	.comments-title,
	#comments #reply-title,
	.page-template-full-width-page-php .comments-title,
	.page-template-full-width-page-php #comments #reply-title,
	.image-attachment .comments-title,
	.image-attachment #comments #reply-title,
	.full-width .comments-title,
	.full-width #comments #reply-title {
		width: 91.5%;
	}
}
@media only screen and (max-width: 490px) {
	.hfeed-more .hentry {
		float: none;
		margin: 0 0 15px 0;
		width: 100%;
	}
	.featured-post .entry-title {
		font-size: 1.3em;
	}
	.featured-post .entry-title a,
	.featured-post .entry-meta {
		padding: .2em 10px .2em .7em;
	}
	.featured-post .entry-title a {
		bottom: 60px;
	}
	.featured-post .entry-meta {
		bottom: 35px;
	}
}


/* =IE8
----------------------------------------------- */

#ie8 img.size-full,
#ie8 img.size-large,
#ie8 .wp-caption img {
	width: auto;
	height: auto;
}


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

.entry-content .reblog-post {
	background: url(images/quote.png) no-repeat 0 4px;
	border: none;
	padding: 0 0 0 35px;
}
.entry-content div.sharedaddy {
	margin-bottom: 1.75em;
}
.entry-content div.sharedaddy div.sd-block {
	border-top: 1px solid #e7e7e7;
}
.syntaxhighlighter {
	overflow: auto;
}
.PDS_Poll {
	margin-bottom: 1.75em;
}
#wpstats {
	display: block;
	margin: 10px auto;
	position: relative;
	z-index: 999;
}/* =Infinity Styles
-------------------------------------------------------------- */

/* Global IS resets and general styling */
.infinite-scroll .infinite-wrap {
	border-top: none;
	padding: 0;
}
/* Hide elements that should not be shown on the index when IS is enabled. */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}
.infinity-end.neverending #colophon,
.infinity-end.neverending .menu-tertiary {
	display: block;
}
.infinite-loader {
	display: block;
	margin: 10px auto 40px;
	width: 35px;
}
#infinite-handle {
	margin: 30px 0;
	text-align: center;
}
#infinite-handle span {
	background: #0da4d3;
	border: none;
	border-radius: 0;
	font-size: 12px;
	color: #fff;
	padding: 0.7em 1em;
}
#infinite-handle span:before {
	color: #fff;
}
#infinite-handle span:hover {
	background: #000;
	border-color: #000;
}