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;
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs {
	position:relative;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

@media only screen and (max-width: 640px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 320px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * 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: Elemin
Theme URI: https://wordpress.com/themes/elemin/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Elemin is a clean, minimalistic theme with great white-space balance and elegant typography. It features nine color schemes, three site layout options, two post layout options, two custom menu areas, custom link colors, support for post formats, a footer widget area, custom header, custom background, and a responsive layout that adapts to various screen sizes.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blog, blue, bright, classic-menu, clean, custom-background, custom-colors, custom-header, custom-menu, dark, elegant, fashion, featured-images, flexible-header, full-width-template, gray, green, infinite-scroll, journal, left-sidebar, lifestream, light, minimal, one-column, orange, pink, portfolio, post-formats, professional, responsive-layout, right-sidebar, rtl-language-support, simple, sophisticated, sticky-post, theme-options, translation-ready, tumblelog, two-columns, video, white, yellow
*/

/* =Reset HTML
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
html {
	overflow-y: scroll;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


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

body {
	background: url(../../wp-content/themes/premium/elemin/images/noise-bg.png) #f4f3f3;
	color: #666;
	font: 13px/22px Georgia, "Times New Roman", serif;
}
#page {
	background: #fff;
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-bottom-color: #999;
	margin: 10px auto 70px;
	padding: 10px 49px;
	position: relative;
	width: 990px;
}
#page:before,
#page:after {
	content:"";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	height: 10px;
	width: 50%;
	max-width: 300px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}
#page:after {
	left: auto;
	right: 10px;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
}
#primary {
	float: left;
}
#content {
	margin: 50px 0 60px;
}
.entry-meta {
	line-height: 125%;
	position: absolute;
	left: 0;
	top: 55px;
	width: 100px;
}
.post-content {
	padding-left: 122px;
}
.page-content {
	float: left;
	width: 672px;
}
.page-content,
.post-content {
	margin-bottom: 15px;
}
#secondary {
	float: right;
	margin: 50px 0 60px;
	overflow: hidden;
	width: 260px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

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

/* Links */
a {
	text-decoration: underline;
	outline: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}


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

/* Sidebar-Content */
body.sidebar-content #primary {
	float: right;
}
body.sidebar-content #secondary {
	float: left;
}

/* Full-Width (No Sidebars) */
body.no-sidebar #primary,
body.attachment #primary,
body.no-sidebar #main .page-content,
body.no-sidebar #main #comments,
.full-width {
	width: 980px !important;
}
body.no-sidebar #secondary {
	display: none;
}
body.no-sidebar #main .post-content,
body.attachment #main .post-content {
	max-width: 850px;
}


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

.custom-logo-link {
	display: block;
	text-align: center;
}

.custom-logo {
	margin: 0 auto;
	max-height: 150px;
	width: auto;
}

#branding {
	border-bottom: 2px solid #000;
	min-height: 150px;
	padding-top: 60px;
	position: relative;
}
#branding #searchform {
	position: absolute;
	top: 1em;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	background: url(../../wp-content/themes/premium/elemin/images/search.png) no-repeat 7px center #f9f9f9;
	border: solid 1px #eaeaea;
	border-top-color: #d5d5d5;
	border-bottom-color: #f4f4f4;
	border-radius: 5px;
	color: #666;
	float: left;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	padding: 6px 10px 6px 28px;
	width: 100px !important;
}
#branding #s:focus {
	width: 196px !important;
}
#searchform #s:focus {
	background-color: #fcfcfc;
	color: #000;
}
#searchform #searchsubmit {
	display: none;
}
#site-title {
	font: 56px/63px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
#site-title a {
	color: #000;
	text-decoration: none;
}
#site-description {
	color: #999;
	font: 14px/23px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	font-style: italic;
	margin: 0 0 10px;
	text-align: center;
}


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

#access {
	border-top: solid 1px #ccc;
	display: block;
	margin: 1em auto;
	padding: 10px 0 0;
	position: relative;
 	width: 84%;
 	text-align: center;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	display: inline-block;
	position: relative;
}
#access li a {
	color: #777;
	display: block;
	line-height: 2.8em;
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#access ul ul {
	background: #fff;
	border: solid 1px #ddd;
	border-bottom-color: #bbb;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	text-align: left;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	color: #777;
	line-height: 1.5em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	text-transform: none;
}
#access li:hover > a,
#access ul ul :hover > a,
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #000;
}
#access ul ul a:hover {
	background: #f3f3f3;
}
#access ul li:hover > ul {
	display: block;
}
.menu-toggle {
	background: #333;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	color: #fff;
	cursor: pointer;
	display: none;
	font: 14px Georgia,"Times New Roman", serif;
	padding: 7px 20px;
}
.menu-toggle:focus,
.menu-toggle:hover {
	background: #000;
	color: #fff;
}


/* =In-Post Formatting
-------------------------------------------------------------- */

.entry-title {
	clear: none;
	font: italic 33px/40px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 0 0 10px 125px;
	padding: 0;
}
.entry-title a {
	text-decoration: none;
}
.entry-title,
.entry-title a {
	color: #000;
}
.page-title {
	color: #000;
	font: 46px/51px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	letter-spacing: -1px;
	margin: 0 0 15px;
}
.entry-title,
.page-title {
	word-wrap: break-word;
}
#content .post,
body.search #content .page {
	margin-bottom: 60px;
	min-height: 185px;
}
#content .post,
#content .attachment,
body.search #content .page {
	position: relative;
}
.sticky {}
.entry-content {
	font-size: 14px;
	line-height: 22px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
	font-weight: bold;
	margin-bottom: 15px;
}
.entry-content h1 {
	font-size: 24px;
}
.entry-content h2 {
	font-size: 22px;
}
.entry-content h3 {
	font-size: 18px;
}
.entry-content h4 {
	font-size: 16px;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dd,
.entry-content pre,
.entry-content address,
.comment-content p,
.comment-content ul,
.comment-content ol {
	margin-bottom: 15px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol {
	margin-left: 32px;
}
.entry-content ul,
.comment-content ul {
	list-style: disc;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal;
}
.entry-content ol ol,
.comment-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol,
.comment-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol,
.comment-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content cite,
.entry-content em,
.entry-content i {
	font-style: italic;
}
.entry-content blockquote cite,
.entry-content blockquote em,
.entry-content blockquote i,
.comment-content blockquote cite,
.comment-content blockquote em,
.comment-content blockquote i, {
	font-style: normal;
}
.entry-content big {
	font-size: 131.25%;
}
.entry-content ins {
	background: #e5e5e5;
	text-decoration: none;
}
.entry-content abbr,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content sup,
.entry-content sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup {
	bottom: 1ex;
}
.entry-content sub {
	top: .5ex;
}
.entry-content p a[href$=jpg],
.entry-content p a[href$=jpeg],
.entry-content p a[href$=jpe],
.entry-content p a[href$=png],
.entry-content p a[href$=gif],
.entry-content p a[href*=attachment],
.entry-content p a[rel*=attachment] {
	border-bottom: 0 none;
}
.entry-content table {
	border: 1px solid #e5e5e5;
	margin: 0 -1px 25px 0;
	text-align: left;
	width: 100%;
}
.entry-content table img {
	width: 100%;
}
.entry-content tr th,
.entry-content thead th {
	font-weight: bold;
	line-height: 21px;
	padding: 6px 15px;
}
.entry-content tr td {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
}
.entry-content tr.odd td {
	background: #f2f7fc;
}
.entry-content blockquote,
.entry-content blockquote[class*="align"],
.comment-content blockquote {
	color: #666;
	font-style: italic;
	line-height: 1.5;
	margin-left: 15px;
	padding-left: 10px;
}
.entry-content blockquote p {
	color: #666;
}
.entry-content pre {
	background: #eee;
	font: 13px/1.5 Monaco, Courier New, Courier, monospace;
	margin-bottom: 15px;
	padding: 20px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content hr {
	background-color: #e9e9e9;
	border: 0;
	height: 1px;
	margin: 0 0 13px 0;
}

/* Image Attachments */
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	margin: 0 0 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Galleries */
.gallery-icon img {
	border: 0 !important;
}
.gallery-item {
	box-sizing: border-box;
	padding: 4px;
}

/* Chat */
.format-chat .entry-content p:nth-child(odd),
.format-chat .entry-content blockquote p:nth-child(odd) {
	font-weight: bold;
}

/* Links */
.format-link .entry-title:after {
	content: "»";
	padding-left: 10px;
}

/*Audio*/
.player audio {
	display: none;
}
html.elemin-mp3 .player.mp3 audio,
html.elemin-ogg .player.ogg audio,
html.chunk-wav .player.wav audio {
	display: block;
}
html.elemin-mp3 .player.mp3 .audio-file-link,
html.elemin-ogg .player.ogg .audio-file-link,
html.elemin-wav .player.wav .audio-file-link {
display: none;
}


/* =Post Metadata and Post Format Icons
---------------------------------------------------------------*/

.post-format-icon {
	border-bottom: 1px solid #bbb;
	display: block;
	left: 0;
	margin: 0 0 10px;
	padding-bottom: 15px;
	position: absolute;
	top: 0;
	width: 100px;
}
.post-format-icon a {
	background: url(../../wp-content/themes/premium/elemin/images/post-format-icons.png) no-repeat right;
	display: block;
	float: right;
	width: 30px;
	height: 27px;
}
.format-standard .post-format-icon a {
	background-position: -97px 0;
}
.format-quote .post-format-icon a {
	background-position: 0 0;
}
.format-image .post-format-icon a,
.image-attachment .post-format-icon a {
	background-position: -48px 0;
}
.format-link .post-format-icon a {
	background-position: -141px 0;
}
.format-gallery .post-format-icon a {
	background-position: -187px 0;
}
.format-chat .post-format-icon a {
	background-position: -233px 0;
}
.format-audio .post-format-icon a {
	background-position: -280px 0;
}
.format-aside .post-format-icon a {
	background-position: -324px 0;
}
.format-video .post-format-icon a {
	background-position: -370px 0;
}
.format-status .post-format-icon a {
	background-position: -420px 0;
	width: 27px;
}
.entry-meta .entry-date,
.entry-meta .byline,
.entry-meta .entry-categories,
.entry-meta .entry-tags,
.entry-meta .edit-link,
.entry-meta .comments-link,
.entry-meta .image-info {
	display: block;
	font: italic 90% "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	text-align: right;
}
.entry-meta a {
	font-size: 13px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta .byline a,
.entry-meta .byline a:hover,
.entry-date a,
.entry-date a:hover {
	color: #666;
	text-decoration: none;
}
.entry-meta .byline a,
.entry-meta .byline a:hover {
	font-variant: normal;
	text-transform: lowercase;
}
.entry-meta .byline .author a,
.entry-meta .byline .author a:hover {
	text-transform: none;
}


/* =Images and Embeds
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.entry-content img,
.attachment img,
.widget-area img,
.gallery-item img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.entry-content .alignleft,
.entry-content img.alignleft,
.post-thumbnail {
	display: inline;
	float: left;
	margin-right: 1em;
}
.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}
.entry-content .aligncenter,
.entry-content img.aligncenter,
.widget-area .aligncenter,
.widget-area img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.wp-caption {
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	font-size: 90%;
	margin: 0;
	text-align: center;
}
.gallery-caption {
	font-style: italic;
}
.wp-smiley {
	display: inline;
	margin: 0;
}
.video-player {
	padding: 0 !important;
}

/* Class for labelling required form items */
.required {
	font-weight: bold;
}


/* =Post Column Layouts
-------------------------------------------------------------- */

/* One Column */
body.content-sidebar .one-col-posts #primary,
body.sidebar-content .one-col-posts #primary {
	width: 672px;
}

/* Two Columns */
.two-col-posts #primary {
	max-width: 70%;
}
.two-col-posts .entry-meta {
	position: relative;
	top: 0;
	margin-bottom: 8px;
}
.two-col-posts .entry-meta span {
	display: inline-block;
	font-variant: normal;
	text-align: left;
}
.two-col-posts span.entry-date {
	display: block;
}
.two-col-posts .comments-link {
	margin-left: 10px;
}
.two-col-posts .entry-meta a,
.two-col-posts .entry-meta a:hover {
	font-variant: normal;
}
.two-col-posts .post-format-icon {
	border: none;
	margin: 0;
	width: 30px;
}
.two-col-posts .post-format-icon a {
	float: none;
	margin-left: 5px;
	margin-top: 1px;
}
.two-col-posts .entry-title {
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 0 39px;
	min-height: 34px;
	padding-right: 8px;
}
.two-col-posts #content .post {
	margin-bottom: 30px;
}
.two-col-posts .entry-meta,
.two-col-posts .post-content {
	padding: 0 5px;
	width: 100%;
}
.two-col-posts .post-row {
	list-style: none;
}
.two-col-posts .post-column {
	float: left;
	width: 48%;
}
body .even-col {
	margin-left: 3.75%;
}
body.sidebar-content .odd-col {
	margin-right: 3.75%;
}
body.sidebar-content .even-col {
	margin-left: 0;
}
body.no-sidebar .two-col-posts #main .post-content,
body.no-sidebar .two-col-posts #main #primary {
	max-width: 100%;
}
.two-col-posts .comment object,
.two-col-posts .comment embed,
.two-col-posts .embed-vimeo iframe,
.two-col-posts .embed-youtube iframe {
	height: auto;
	width: 100%;
}


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

#content #nav-below,
#content #image-navigation {
	clear: both;
	display: block;
	margin: 0 0 15px;
}
#content nav .nav-previous,
#content nav .previous-image {
	float: left;
}
#content nav .nav-next,
#content nav .next-image {
	float: right;
	text-align: right;
}
#content nav .nav-previous a,
#content nav .nav-next a,
#content nav .previous-image a,
#content nav .next-image a {
	color: #666;
	font: italic 15px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	margin-right: 10px;
	text-decoration: none;
}
#content nav .nav-previous a:hover,
#content nav .nav-next a:hover,
#content nav .previous-image a:hover,
#content nav .next-image a:hover {
	color: #000;
}
#content #nav-below span {
 	background: #000;
	border-radius: 10em;
	color: #fff;
	display: block;
	font: 22px/22px "Times New Roman", serif;
	height: 30px;
	margin: -8px 10px 17px 0;
	padding: 4px 0 0;
	text-align: center;
	width: 34px;
}
#content #nav-below .nav-next span {
	margin-right: 0;
}
#content nav .nav-next span,
#content nav .next-image span {
	float: right;
	margin-left: 10px;
}
#content nav .nav-previous span,
#content nav .previous-image span {
	float: left;
}
.page-link {
	clear: both;
	margin: 1em 0;
}
.page-link a {
	background: #000;
	border-radius: 10em;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	margin: 0 3px;
	min-height: 20px;
	min-width: 24px;
	padding: 4px 0 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.page-link a:hover {
	background: #333;
}


/* =Archive and Search
--------------------------------------------------------------*/

body.archive .page-title,
body.search .page-title {
	margin-bottom: 40px;
}
.search-term {
	font-style: italic;
}
#searchform #s {
	background: url(../../wp-content/themes/premium/elemin/images/search.png) no-repeat 7px center #f9f9f9;
	border: solid 1px #eaeaea;
	border-top-color: #d5d5d5;
	border-bottom-color: #f4f4f4;
	border-radius: 5px;
	color: #666;
	padding: 6px 10px 6px 28px;
	width: 95%;
}
#searchform #s:focus {
	background-color: #fcfcfc;
	color: #000;
}
#searchform #searchsubmit {
	display: none;
}


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

#comments {
	clear: both;
	max-width: 98%;
	word-wrap: break-word;
}
.nocomments {
	font-size: 15px;
	font-style: italic;
	text-align: center;
}
.commentlist {
	border-top: 2px solid #000;
	margin: 20px 0 0;
	padding: 5px 0 0 122px;
}
#comments-title,
#reply-title {
	color: #000;
	font: 24px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	margin: 0 0 10px;
	padding: 0;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	list-style: none;
	margin: 0 !important;
	padding: 15px 0 0;
	position: relative;
}
#comments li.pingback {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
#comments ul li {
	list-style: none;
	padding: 0.5em 0.85em;
}
#comments .comment .comment-content,
#comments .children .comment-content {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	position: relative;
}
#comments .comment-author {
	margin: 2px 0 0;
	padding: 0;
}
#comments .comment-content .sd-rating {
	margin: 0 20px 5px;
}
#comments .children {
	margin-top: 25px;
}
#comments .comment-author cite {
	font: small-caps 18px/15px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
}
#comments .comment-author cite a {
	text-decoration: none;
}
#comments .comment-meta,
#comments .comment-meta a,
.nopassword,
.subscribe-label {
	color: #888;
	text-decoration: none;
}
#comments .comment-meta {
	font-size: 11px;
	margin-bottom: 6px;
}
#comments .avatar {
	position: absolute;
	top: 20px;
	left: -80px;
}
#comments .children .avatar {
	left: 0;
	top: 10px;
}
#comments .children .comment-author cite,
#comments .children .comment-meta,
#comments .children .comment-content {
	margin-left: 70px;
}
#comments .comment-content ul,
#comments .comment-content ul li,
#comments .comment-content ol,
#comments .comment-content ol li {
	border: none;
	padding: 0;
}
#comments .comment-content ul,
#comments .comment-content ol {
	margin: 0 0 1.7em 2.5em;
}
#comments .comment-content ul,
#comments .comment-content ul li {
	list-style: disc;
}
#comments .comment-content ol,
#comments .comment-content ol li {
	list-style: decimal;
}
#comments .comment-content ol ol,
#comments .comment-content ol ol li {
	list-style: upper-alpha;
}
#comments .comment-content ol ol ol,
#comments .comment-content ol ol ol li {
	list-style: lower-roman;
}
#comments .comment-content ol ol ol ol,
#comments .comment-content ol ol ol ol li {
	list-style: lower-alpha;
}
.bypostauthor .comment-author a {
	color: #000;
}
#comments .bypostauthor .avatar {
	border: 3px solid #ddd;
}
#respond {
	padding-top: 15px;
}
.comment-notes {
	margin: 5px 0 15px;
}
.logged-in-as {
	margin: 0;
}
.comment-reply-link {
	font-size: 11px;
	position: absolute;
	right: 25px;
	top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
#cancel-comment-reply-link {
	background: #ff3300;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 15px;
}
#respond input[type=text],
#respond textarea {
	background: #f9f9f9;
	border: solid 1px #eaeaea;
	border-top-color: #d5d5d5;
	border-bottom-color: #f4f4f4;
	border-radius: 5px;
	color: #666;
	padding: 6px 10px;
	-webkit-appearance: none;
}
#respond input[type=text] {
	clear: both;
	float: left;
	margin: 0 0 15px 5px;
	max-width: 96%;
	padding: 10px;
	width: 240px;
}
#respond input[type=text]:focus,
#respond textarea:focus {
	background: #fcfcfc;
	color: #000;
}
#respond textarea {
	font-family: inherit;
	font-variant: normal;
	margin: 0 0 10px;
	padding: 7px;
	width: 80%;
}
#respond input[type=submit] {
	background: #333;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	color: #fff;
	cursor: pointer;
	font: 14px Georgia,"Times New Roman", serif;
	margin-top: 5px;
	padding: 7px 20px;
}
#respond input[type=submit]:hover {
	background: #000;
	color: #fff;
}
#respond label {
	display: inline-block;
	margin: 10px 0 18px 10px;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond p.comment-subscription-form label {
	font-family: inherit;
	font-variant: normal;
}
#comment-nav-below,
#comment-nav-above {
	margin: 15px 0;
	overflow: hidden;
}
#comment-nav-below a,
#comment-nav-above a {
	color: #000;
	font-size: 13px;
}


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

.widget-area {
	color: #666;
	font-size: 90%;
	line-height: 1.5;
	list-style: none;
}
.widget {
	display: block;
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widget a {
	text-decoration: none;
}
.widget a:hover {
	text-decoration: underline;
}
.widget-title {
	font: 12px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.widget-title,
.widget-title a {
	color: #000;
}
.widget-area p {
	margin-bottom: 1em;
}
.widget-area .widget:not(.widget_text) ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-area .widget:not(.widget_text):not(.jetpack_widget_social_icons) ul li {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 6px 0;
}
.widget-area .widget:not(.widget_text) ul ul {
	list-style: none;
	margin: 0 0 1.5em 0;
}
.widget-area .widget:not(.widget_text) ul ul ul {
	margin-bottom: 0;
}
.widget-area .widget:not(.widget_text) ul ul li {
	padding: 4px 0;
}

/* Gravatar Widget */
.widget_gravatar img {
	box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}
.widget_gravatar p {
	overflow: visible;
}

/* Search Widget */
.widget_search #s {
	width: 80% !important;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0 auto;
	padding: 0.5em;
	width: 95%;
}
#wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
#wp-calendar th {
	font-weight: bold;
}
#wp-calendar tbody td {
	padding: 4px 2px;
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
	text-align: center;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a,
#wp-calendar #prev a,
#wp-calendar #next a {
	text-decoration: underline !important;
}
#wp-calendar tbody a:hover,
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
	text-decoration: none !important;
}
#wp-calendar #today {
	font-weight: bold;
}

/* Flickr Widget (WP.com) */
#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: #000 !important;
}
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.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: 10px;
}
.widget_flickr .flickr-size-small img {
	display: block;
	margin: 0 -35px 10px -35px;
	max-width: 98%;
}

/* Recent Comments Widget */
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	vertical-align: top;
}

/* Authors Widget */
.widget_authors li {
	background: none !important;
	overflow: hidden;
}
.widget_authors {
	padding: 0 !important;
}
.widget_authors ul ul li {
	overflow: hidden;
}
.widget_authors img {
	float: left;
	margin-bottom: 12px !important;
	padding-right: 10px;
}

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

/* RSS Widget */
.widget_rss .widget-title {
	margin: 0;
	padding-left: .4em;
}
.rsswidget img {
	margin: 0 !important;
}
.widget_rss .rssSummary,
.widget_rss .rss-date,
.widget_rss cite {
	font-size: 90%;
}
.rss-date {
	color: #666;
	font-style: italic;
}
.widget_rss cite {
	font-weight: bold;
}

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

/* Blogroll */
.widget-area .blogroll li {
	font-style: italic;
	text-shadow: none;
}
.widget-area .blogroll li a {
	font-style: normal;
}

/* Aksimet Widgets */
.widget-area .widget_akismet a {
	text-shadow: none;
}

/* Twitter Widget */
.widget_twitter .timesince {
	font-size: 90%;
	text-decoration: none;
}

/* Text Widget */
.widget_text ul,
.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget_text li ul,
.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget_text ul {
	list-style: disc outside none;
}

.widget_text ol {
	list-style: decimal outside none;
}

.widget_text ul li,
.widget_text ol li {
	list-style: inherit;
}

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

#colophon {
	padding: 1em 0 0;
}
#supplementary {
	border-top: 1px solid #000;
	padding: 1.625em 0;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

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

/* Footer Logo and Menu */
#footer-info {
	text-align: center;
}
#footer-title {
	font: 30px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	letter-spacing: 2px;
	margin: 10px 0 10px;
	text-align: center;
	text-transform: uppercase;
}
#footer-title a {
	color: #000;
	text-decoration: none;
}
#footer-title a:hover {
	text-decoration: underline;
}
#access-footer {
	border-top: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 15px 0 0;
	width: 86%;
}
#access-footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access-footer li {
	display: inline;
	list-style: none;
	position: relative;
}
#access-footer a {
	color: #777;
	font: 13px/19px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	padding: 0 0.5em;
	text-decoration: none;
	text-transform: uppercase;
}
#access-footer a:hover {
	text-decoration: underline;
}

/* Site Generator and Back to Top Link */
#site-generator {
	font: italic 11px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
	margin: 0 0 20px;
	text-align: center;
}
#top-link {
	bottom: -15px;
	clear: both;
	left: 50%;
	margin: 20px 0 0 -10px;
	position: absolute;
	text-align: center;
}
#top-link a {
	background: #333;
	border-radius: 10em;
	color: #fff;
	display: inline-block;
	font: 16px "Times New Roman", serif;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}


/* =Clearfix
-------------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* =Internet Explorer Fixes
-------------------------------------------------------------- */

#ie8 img.size-full,
#ie8 img.size-large {
	width: auto;
}
#ie7 #access li {
	display: inline;
}
#ie7 body.sidebar-content .two-col-posts .post-column,
#ie7 body.content-sidebar .two-col-posts .post-column {
	width: 45%;
}
#ie7 #supplementary.three .widget-area {
	width: 29%;
}
#ie7 .player audio,
#ie8 .player audio,
#ie9 .player audio {
	max-width: 90% !important;
}


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

@media only screen and (max-width: 1150px) {
	#page {
		margin-bottom: 10%;
		max-width: 92%;
		padding: 2% 3% 10px;
	}
	#primary {
		margin: 0 0 5%;
	}
	#secondary {
		margin: 7% 0 5%;
		max-width: 26.2%;
	}

	/* Full-Width Layouts */
	body.no-sidebar #primary,
	body.attachment #primary,
	body.no-sidebar #main .page-content,
	body.no-sidebar #main #comments,
	.full-width {
		width: 100% !important;
	}

	/* One-Column-Post Layouts, With Sidebar */
	body.content-sidebar .one-col-posts #primary,
	body.sidebar-content .one-col-posts #primary,
	body.sidebar-content .one-col-posts .page-content,
	body.content-sidebar .one-col-posts .page-content {
		width: 660px;
	}
}

@media only screen and (max-width: 1050px) {
	/* One-Column-Post Layouts, With Sidebar */
	body.content-sidebar .one-col-posts #primary,
	body.sidebar-content .one-col-posts #primary,
	body.sidebar-content .one-col-posts .page-content,
	body.content-sidebar .one-col-posts .page-content {
		width: 650px;
	}
}

@media only screen and (max-width: 1000px) {
	#access {
		clear: both;
		position: static;
		z-index: 100;
	}
	#primary,
	#secondary,
	body.sidebar-content #secondary {
		clear: both;
		float: none;
	}
	#primary {
		margin-bottom: 0;
	}
	#secondary {
		max-width: 100%;
		width: 100%;
	}

	/* One-Column-Post Layouts, With Sidebar */
	body.content-sidebar .one-col-posts #primary,
	body.sidebar-content .one-col-posts #primary,
	body.sidebar-content .one-col-posts .page-content,
	body.content-sidebar .one-col-posts .page-content {
		width: 100%;
	}

	/* Two-Column-Post Layouts, With Sidebar */
	body.content-sidebar .two-col-posts #primary,
	body.sidebar-content .two-col-posts #primary,
	body.no-sidebar .two-col-posts #primary {
		max-width: 100%;
		overflow: hidden;
	}

	/* Remove captions for galleries with 7, 8, or 9 columns */
	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	/* Two-column posts should now be one-column for better legibility */
	.two-col-posts .post-column {
		float: none;
		width: 100%;
	}

	/* Remove captions for galleries with 4, 5, or 6 columns */
	.gallery-columns-4 .gallery-caption,
	.gallery-columns-5 .gallery-caption,
	.gallery-columns-6 .gallery-caption {
		display: none;
	}

	/* Menu */
	#access {
		text-align: inherit;
	}
	#access ul,
	#access ul ul {
		display: none;
	}
	#access.toggled ul,
	#access.toggled ul ul {
		display: block;
	}
	#access li {
		display: block;
	}
	#access ul ul {
		float: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		text-align: inherit;
		z-index: inherit;
	}
	#access ul ul ul {
		margin: 0.25em;
		top: auto;
		left: auto;
		right: auto;
	}
	#access ul ul a {
		width: auto;
	}
	.menu-toggle {
		display: inline-block;
	}
}
@media only screen and (max-width: 600px) {
	/* Remove absolute-positioning from post metadata */
	.entry-meta {
		clear: both;
		margin-bottom: 5px;
		position: relative;
		text-align: left;
		top: 0;
		width: 100%;
	}
	.entry-meta span {
		display: inline !important;
		margin: 0 5px 0 0;
	}
	.post-format-icon {
		border: none;
		display: block;
		float: left;
		height: 30px;
		margin: 2px 14px 5px 0;
		position: static;
		width: 27px;
	}
	.post-content,
	.entry-title,
	.page-content {
		margin-left: 0;
		padding-left: 0;
	}
	#supplementary .widget-area,
	#supplementary.two .widget-area,
	#supplementary.three .widget-area {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
	}
	#page {
		margin-bottom: 0;
	}
	body.no-sidebar #primary,
	body.attachment #primary,
	body.no-sidebar #main .page-content,
	body.no-sidebar #main #comments,
	.full-width {
		max-width: 100%;
	}
	#primary,
	#content #nav-below,
	#content #image-navigation {
		margin: 0;
	}
	#branding {
		padding: 0;
		min-height: 100px;
	}
	#branding hgroup {
		min-height: 75px;
		height: auto !important;
		text-align: left;
	}
	#site-title {
		font-size: 42px;
		line-height: 1;
		margin: 0;
		padding: 0;
		text-align: left;
		width: auto;
	}
	#site-description {
		text-align: left;
		margin: 0;
	}
	#branding #searchform {
		display: none;
	}
	#branding #searchform #s {
		float: right;
		margin-bottom: 10px;
		width: 85px;
	}
	#access {
		clear: both;
		font-size: 90%;
		margin: 0;
		padding: 10px 0;
		text-align: left;
		width: 100%;
	}
	#access ul {
		top: 24px;
	}
	#content {
		margin: 15px 0 0;
	}
	.post-content,
	.page-content {
		width: 100%;
	}
	.two-col-posts .post-column {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.two-col-posts #content .post,
	#content .post, body.search #content .page {
		margin-bottom: 5px;
	}
	#primary {
		max-width: 100%;
	}
	.post-format-icon {
		margin-top: 8px;
		position: absolute;
	}
	.entry-title {
		font-size: 2em !important;
		margin: 0 0 2px 30px !important;
		padding-top: 4px;
	}
	.contact-form input[type="text"] {
		width: 200px !important;
	}
	#content nav .nav-previous,
	#content nav .previous-image,
	#content nav .nav-next,
	#content nav .next-image {
		clear: both;
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}
	#comments {
		width: 100%;
	}
	.commentlist {
		padding-left: 0;
	}
	.commentlist .comment-content {
		clear: left;
	}
	#comments .avatar {
		float: left;
		height: 40px;
		margin: 0 10px 10px 0;
		width: 40px;
		position: inherit;
		top: auto;
		left: auto;
	}
	#comments .children .comment-author cite,
	#comments .children .comment-meta,
	#comments .children .comment-content {
		margin-left: 0;
	}
	#comments .children {
		margin: 0 0 0 7%;
	}
	#access-footer {
		display: none;
	}
	/* Make sure embeds and iframes scale on smaller screens */
	embed,
	iframe,
	object {
		height: auto;
	}
}


/* =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 that were hidden (via .neverending) before
 */
.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-top: none;
	padding: 0;
}

/*
 * Make sure that clicking Load more posts doesn't cause any jarringness.
 */
.infinite-scroll #infinite-handle {
	float: left;
	height: 90px;
	margin-left: 122px;
}
.infinite-scroll #infinite-handle span {
	display: block;
	margin: 0;
}
.infinite-scroll .infinite-loader {
	margin: 0 0 62px 122px;
}

/*
 * Responsive styling
 */
@media screen and (max-width: 768px) {
	#infinite-footer .container {
		width: 85%;
	}
}
@media screen and (max-width: 600px) {
	.infinite-scroll #infinite-handle {
		margin-left: 0;
	}
	.infinite-scroll .infinite-loader {
		margin-left: 0;
	}
}

/* =Jetpack: Likes
-------------------------------------------------------------- */

.jetpack-likes-widget-wrapper {
	overflow: hidden;
}


/* =WP.com: WordAds
-------------------------------------------------------------- */

.elemin-columns-two .hentry .wpa,
.elemin-columns-two .hentry .wpadvert {
	max-width: 100%;
}

/* =Post Format Handling
 * This is a temporary measure for 3.6 beta and will most likely either need to be adjusted or removed entirely.
 * See http://core.trac.wordpress.org/ticket/24109.
---------------------------------------------------------------*/

.format-quote .entry-content > figure {
	margin: 0;
}
.format-quote figure > blockquote {
	font-style: normal;
	margin-left: 0;
	padding-left: 0;
}