/*
Theme Name: Manifest – WordPress.com
Theme URI: http://theme.wordpress.com/themes/manifest/
Description: Manifest is a clean and streamlined theme, with great care for typography, that focuses on the content and not the distractions. It comes with support for several post formats, including image, link, and aside, with the option of adding a subtle header image to bring a personal touch to the design.
Version: 1.01
Author: Jim Barraud
Author URI: http://jimbarraud.com
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset All Styles
-------------------------------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

body {
	background: #fff;
	font: 62.5% Palatino, "Times New Roman", serif;
	color: #333;
}
strong {
	font-weight: bold;
}

/* Links */

a:link,
a:visited {
	color: #9C8A6A;
	text-decoration: none;
}
a:hover,
a:active {
	color: #3E372B;
	text-decoration: underline;
}

/* Headers */

h1 {
	margin: 10px 0 20px;
	font-size: 3.3em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	word-spacing: .2em;
}
h1 a:link,
h1 a:visited {
	color: #000;
}
h1 a:hover,
h1 a:active {
	color: #000;
	text-decoration: underline;
}
h2 {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 2.4em;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 5px;
	font-size: 2.3em;
	font-weight: normal;
}
h3 a:link,
h3 a:visited {
	color: #333;
}
h3 a:hover,
h3 a:active {
	text-decoration: underline;
}
h4 {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
h5 {
	position: relative;
	top: -35px;
	margin-bottom: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
h5 abbr {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 8px;
	background: #fff;
	top: 8px;
}

/* Form Elements */
input[type=text],
input[type=email],
textarea {
	border: 1px solid #ddd;
	padding: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
input:focus,
textarea:focus {
	border-color: #999;
	color: #333;
}
input[type=submit],
#core-content #respond #comment-submit {
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #8ea7aa;
	background-image: url(images/button.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	text-shadow: none;
}
input[type=submit]:hover,
input[type=submit]:focus,
#core-content #respond #comment-submit:hover {
	background-color: #697d80;
	border-color: #666;
}

/* Structure */
#site-wrapper {
	margin: 0 auto;
	padding-top: 15px;
	width: 500px;
	text-align: center;
	position: relative;
}
#site-description {
	color: #999;
	font-size: 1.2em;
	font-style: italic;
	margin: 18px auto 60px;
	padding: 0 0 13px;
	width: 400px;
}

/* Main Navigation
-------------------------------------------------------------------*/

#main-nav {
	background: #fbfbfb;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	padding: 6px 0 0;
	position: relative;
}
#main-nav ul {
	margin: 0 auto;
	text-align: center;
	width: 45em;
}
#main-nav li {
	display: inline-block;
	font-size: 1.5em;
	height: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}
#main-nav li:last-child {
	margin-right: 0;
}
#main-nav a {
	color: #999;
	white-space: nowrap;
}
#main-nav a:hover {
	color: #2e301c;
	text-decoration: underline;
}
#main-nav .current_page_parent > a,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a,
#main-nav .current-menu-ancestor > a {
	color: #2a2d1a;
	font-weight: bold;
}
#main-nav .current_page_parent a:hover,
#main-nav .current_page_item a:hover,
#main-nav .current-menu-item a:hover,
#main-nav .current-menu-ancestor a:hover {
	color: #2e301c;
}

/* Sub Navigation
-------------------------------------------------------------------*/

#main-nav ul ul {
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #eaeaea;
	display: none;
	padding: 4px 0 3px;
	position: absolute;
	top: 100%;
	left: 0;
}
#main-nav ul ul {
	margin: 0 auto;
	text-align: center;
	width: 500px;
}
#main-nav ul ul li {
	display: inline;
	font-size: 12px;
	margin-right: 20px;
	text-transform: uppercase;
}
#main-nav ul ul li:last-child {
	margin-right: 0;
}
#main-nav ul ul a {
	color: #999;
	white-space: nowrap;
}
#main-nav ul ul a:hover {
	color: #2e301c;
	text-decoration: underline;
}
#main-nav ul li:hover > ul {
	display: block;
}
#main-nav ul ul .current_page_item a,
#main-nav ul ul .current-menu-item a {
	color: #2a2d1a;
}
#main-nav ul .current_page_item > ul,
#main-nav ul .current_page_ancestor > ul,
#main-nav ul .current-menu-item > ul,
#main-nav ul .current-menu-ancestor > ul {
	display: block;
}


/* Main Content Body
-------------------------------------------------------------------*/

#core-content {
	float: left;
	width: 500px;
	margin-top: 8px;
}

/* Posts
-------------------------------------------------------------------*/

.post-content {
	position: relative;
}
.post-content h4 {
	position: relative;
	top: 0;
	font-family: Constantia, Palatino, "Times New Roman", serif;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	font-style: italic;
	border-bottom: none;
}
.group-blog .format-image .author {
	top: -35px;
}
.post-date ~ .post-content {
	margin-top: -30px;
}
.post-date a {
	color: #999;
}
.sticky .post-date {
	border-color: #666;
	color: #666;
}
#core-content p,
#core-content li,
#core-content dd {
	margin-bottom: 1.7em;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	text-align: justify;
}
#core-content p{
	text-align: justify;
}
#core-content li {
	list-style: square;
	margin-left: 17px;
}
#core-content dt {
	font-size: 1.3em;
	color: #333;
}
.entry-content {
	margin-top: 24px;
	text-align: left;
}
.entry-content a:link,
.entry-content a:visited {
	text-decoration: underline;
}
.hentry {
	position: relative;
	padding-bottom: 37px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 30px;
}
.hentry:before,
.hentry:after {
	content: "";
	display: table;
}
.hentry:after {
	clear: both;
}
#core-content .post-meta {
	margin: 40px auto 0;
	font-size: 1.3em;
	color: #999;
}
#core-content .post-meta div {
	margin-bottom: 5px;
}
#core-content .post-meta a:link,
#core-content .post-meta a:visited {
	color: #666;
}
#core-content .post-meta a:hover,
#core-content .post-meta a:active {
	color: #666;
}
#core-content .post-meta span {
	text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	color: #333;
	border: none;
	padding: 0;
	font-family: Constantia, Palatino, "Times New Roman", serif;
	font-weight: bold;
	margin: 0 0 5px;
	font-style: normal;
	position: static;
}

.entry-content h1{
	font-size: 2em;
	letter-spacing: 0;
}
.entry-content h2 {
	font-size: 1.8em;
}
.entry-content h3 {
	font-size: 1.6em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6{
	font-size: 1.4em;
}
.entry-content strong {
	color: #000;
}
.entry-content pre {
	color: #666;
	font-size: 1.5em;
	line-height: 18px;
	margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 20px 15px;
}
.entry-content ol li {
	list-style-type: decimal !important;
}
.entry-content li {
	margin-bottom: 5px !important;
}
.entry-content blockquote {
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	color: #7d7d7d;
	margin: 0 20px 20px;
	padding-left: 10px;
	border-left: 3px solid #ccc;
}
#core-content .entry-content blockquote p{
	font-size: 1.1em;
	line-height: 1.3em;
	color: #7d7d7d;
}
.entry-content .alignleft {
	float: left;
	margin: 4px 15px 10px 0;
}
.entry-content .alignright {
	float: right;
	margin: 4px 0 10px 15px;
}
.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content table {
	font-size: 14px;
	margin: 0 0 20px 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th {
	color: #888;
	font-weight: bold;
	line-height: 20px;
	padding: 9px 24px;
}
.entry-content tr td {
	border-top: 1px solid #ddd;
	padding: 6px 24px;
}
.entry-content tr.alternate td {
	background: #f5f5f5;
}
.entry-content sup,
.entry-content sub {
	font-size: 12px;
	height: 0;
	line-height: 0;
}
.entry-content sup {
	vertical-align: super;
}
.entry-content sub {
	vertical-align: sub;
}
#core-content .no-results p {
	text-align: center;
}

/* Images */
img.size-auto,
img.size-large,
img.size-full,
img.size-medium,
img.size-thumbnail,
.gallery-image img,
div.wp-caption {
	max-width: 100%;
	height: auto;
}
aside img {
	max-width: 100%;
	height: auto;
}
object,
embed {
	max-width: 100%;
}
.hentry img {
	margin: 5px auto;
	border: 1px solid #ccc;
}
.entry-content .wp-caption.alignnone {
	margin-bottom: 15px;
}
#core-content .wp-caption-text,
.entry-caption {
	color: #777;
	font-style: italic;
	margin-bottom: 0;
	padding: 0 20px 10px;
}
#core-content .entry-caption p {
	text-align: center;
}
#core-content img.wp-smiley,
#core-content img.latex {
	background: transparent;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
dl.gallery-item {
	margin: 0 0 1.5em;
}
dd.gallery-caption {
	color: #666;
	font-size: 11px;
	margin-bottom: 0;
}
#wpstats {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}


/* =Post formats
----------------------------------------------- */

a.entry-format,
a.entry-format:visited,
a.entry-format:hover {
	display: inline-block;
}
.sep {
	margin: 0 3px;
}
.single a.entry-format,
.single a.entry-format:visited,
.single a.entry-format:hover {
	margin-bottom: 5px;
}
/* Aside */
.format-aside .post-content .entry-title {
	display: none;
}
/* Status */
.format-status .post-content {
	background: #f5f1e9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}
/* Image */
.format-image .entry-content {
	margin-left: 60px;
	margin-right: 24px;
}
#core-content .format-image .entry-content p {
	color: #777;
	font-size: 13px;
}
.format-image .entry-content p img {
	display: none;
}
/* Link */
.format-link .post-content .entry-title:after {
	content: "\2192";
	color: #a3b7ba;
	padding-left: 10px;
	text-decoration: none;
}


/* Single Post Page
----------------------------------------------- */

.single h3 {
	margin-top: 30px;
	margin-bottom: 5px;
}
.single h5 {
	position: static;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	border-bottom: none;
	background: #fff;
}
.single .hentry {
	border-top: 1px solid #efefef;
	margin-top: -50px;
	border-bottom: none;
	padding-bottom: 0;
}
.single #core-content .post-meta {
	margin: 20px 0 0;
	padding-top: 0;
	padding-bottom: 17px;
	text-align: left;
}


/* Links Page
-------------------------------------------------------------------*/

#core-content .entry-content #link-list {
	margin-left: 0;
}
#core-content .entry-content #link-list li {
	list-style-type: none;
	margin-left: 0;
}
#core-content .entry-content #link-list li li {
	font-size: .9em;
	list-style-type: square;
	margin-bottom: 20px !important;
	margin-left: 15px;
}
#core-content .entry-content #link-list ul {
	margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/

.comment {
	padding: 0 0 25px 0;
	margin-top: 25px;
	border-bottom: 1px solid #ccc;
}
.children .comment {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
}
#core-content #comments li {
	font-size: inherit;
	list-style: none;
	margin-left: 0;
	padding-left: 58px;
	position: relative;
}
#core-content .comment p{
	color: #666;
}
#core-content .comment .says {
	display: none;
}
.comment .avatar {
	position: absolute;
	left: 0;
}
#core-content .comment-body {
	padding-right: 10px;
	padding-bottom: 10px;
}
#core-content .comment-body h3 {
	border: none;
}
#core-content #comments .comment .children li {
	padding: 10px 0 0 52px;
	margin: 5px 0 0;
}
#core-content #comments .comment .children li .comment-body {
	margin-left: -52px;
	padding: 10px 10px 10px 52px;
	background: #f2f2f2;
	border-left: 2px solid #f2f2f2;
}
#core-content #comments .bypostauthor .comment-body {
	border-left: 2px solid #ccc !important;
}
#core-content #comments .commentlist > .bypostauthor {
	background-color: #f6f6f6;
}
#core-content #comments .commentlist > .bypostauthor .comment-body {
	border-left: none !important;
}
#core-content #comments .comment .children li.depth-3 .comment-body {
	background-color: #f6f6f6;
	border-left: 2px solid #f6f6f6;
}
#core-content #comments .comment .children li.depth-4 .comment-body {
	background-color: #f9f9f9;
	border-left: 2px solid #f9f9f9;
}
#core-content #comments .comment .children li.depth-5 .comment-body {
	background-color: #fcfcfc;
}
#core-content #comments .comment .children li .avatar {
	left: 10px;
	width: 32px;
	height: 32px;
}
#cancel-comment-reply {
	margin-top: 15px;
	text-transform: capitalize;
	float: left;
}
.comment-reply-link{
	display: block;
	padding-left: 13px;
	background: url(images/icon_reply.png) no-repeat left 2px;
}
.comment-author {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-meta {
	position: absolute;
	right: 10px;
	font-size: 1.2em;
	font-style: italic;
	top: 0px;
}
#core-content #comments .comment .children .comment-meta {
	top: 20px;
}
.comment .reply {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.1em;
}
.commentContent {
	float: left;
	width: 415px;
	margin-left: 22px;
}
.nocomments {
	font-size: 1.2em;
	padding: 25px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Comment form */

#comments h3 {
	font-size: 1.4em;
}
#comments h3,
legend span {
	border-bottom: 1px solid #ccc;
	padding: 0 0 .7em;
	font-weight: bold;
	text-align: left;
	width: 500px;
}


/* Image Gallery
-------------------------------------------------------------------- */

#gallery-nav {
	background: url(images/gallery-nav_bg.png) no-repeat;
	width: 258px;
	height: 90px;
	margin: 20px auto 0;
}
#gallery-nav_controls {
	width: 140px;
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
}
#gallery-nav_prev,
#gallery-nav_next {
	position: absolute;
	width: 60px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
}
#gallery-nav_prev {
	left: 0;
	margin-right: 10px;
}
#gallery-nav_next {
	right: 0;
}
.gallery-nav_return {
	display: inline-block;
	margin-top: 5px;
	font-size: 1.3em;
}
.gallery-image {
	margin-bottom: 24px;
	text-align: center;
}


/* Paging Navigation
-------------------------------------------------------------------- */

.navigation {
	margin-top: 40px;
}
.navigation a {
	font-size: 1.5em;
}
.navigation .prev,
.navigation .next,
.navigation .alignleft,
.navigation .alignright {
	display: block;
}
.navigation .alignright {
	text-align: right;
}
.navigation .prev,
.navigation .alignleft {
	float: left;
}
.navigation .next,
.navigation .right {
	float: right;
}
#comments .navigation a {
	font-size: 14px;
}


/* Archives
-------------------------------------------------------------------- */

#archives {
	margin-top: -50px;
}
h2.archive-title {
	margin: -30px 0 70px;
	color: #666;
}
h2.archive-title strong {
	color: #000;
}
#archives h3,
#core-content li h3 {
	font-family: Constantia, Palatino, "Times New Roman", serif;
	font-size: 1.6em;
	text-align: left;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px;
	border-bottom: 1px solid #ccc;
}
#core-content li h3 {
	font-size: 1.2em;
}
#archives label {
	font-family: Constantia, Palatino, "Times New Roman", serif;
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}
#archives #date {
	float: left;
	width: 47.5%;
}
#archives #cattags {
	float: left;
	width: 47.5%;
	margin-left: 5%;
}
#archives ul {
	margin: 5px 0 60px;
	text-align: left;
}
#archives ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
	color: #999;
	font-size: 1.3em;
	line-height: 1.5em;
	white-space: nowrap;
}
#archives li a {
	margin-right: 5px;
}
#archives #date ul li {
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #efefef;
	margin: 0;
}
#archives #date ul li a {
	display: inline-block;
	min-width: 88%;
}
.tagArchives li {
	float: left;
	margin-right: 10px;
}
.categories li {
	margin-bottom: 5px;
	font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

ul#recent-posts li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
	display: block;
}
#recent-posts a {
	float: left;
	font-size: 1.1em;
}
#recent-posts .post-date {
	float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#core-content.searchresults {
	margin-top: -35px;
}
.searchresults .post-meta {
	text-align: left;
}
.searchpanel {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0 0 40px;
	padding: 10px 0;
}
.searchpanel input[type=text] {
	width: 250px;
	font-size: 1.7em;
}
.searchpanel input[type=submit] {
	font-weight: normal;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-position: left 5px;
	font-size: 1.4em;
}

/* =Widgets
-------------------------------------------------------------- */

#supplementary {
	font-size: 13px;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
}
.widget {
	margin-bottom: 30px;
}
.widget-title {
	color: #555;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.widget li {
	margin: 5px;
}

/* Two footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3%;
	text-align: right;
	width: 47%;
}
#supplementary.two .widget-area .avatar {
	float: right;
}
#supplementary.two .widget-area + .widget-area .avatar {
	float: left;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
	text-align: left;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	padding-bottom: 12px;
	padding-left: 10px;
	text-align: left;
	text-transform: uppercase;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody td {
	background: #f4f4f4;
	border: 1px solid #f9f9f9;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot td {
	font-size: 12px;
	padding: 6px 0 0;
}
#wp-calendar tfoot #next {
	text-align: right;
}


/* footer
-------------------------------------------------------------------- */

#footer {
	width: 500px;
	margin: 40px auto 0;
	padding: 20px 0 35px 0;
	border-top: 4px double #ccc;
	color: #666;
	text-align: center;
}
.footer-content {
	width: 500px;
	margin: 20px auto 0;
	clear: left;
}
#footer p {
	line-height: 1.4em;
}
#footer #search {
	margin: 15px 0 30px;
}
#footer h5 {
	position: relative;
	top: 0;
	margin-bottom: 8px;
	font-family: Constantia, Palatino, "Times New Roman", serif;
	font-size: 1.3em;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: none;
}
#footer .elsewhere {
	margin-bottom: 30px;
}
#footer .elsewhere li {
	display: inline;
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px dotted #ccc;
	font-size: 1.2em;
}
#footer .elsewhere li:last-child {
	padding: 0;
	margin: 0;
	border-right: none;
}
#footer #search input[type=text] {
	font-size: 1.4em;
	border-color: #ccc;
}
#footer #search input[type=text]:focus {
	border-color: #999;
}


/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
#core-content p.loggedin {
	font-size: 1.1em;
	padding: 0;
}

/* Self Clearing floats
-------------------------------------------------------------------- */

#site-wrapper:after,
.post:after,
.commentEntry:after,
.commentform:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#main-nav:after,
#main-nav ul:after,
#subNav ul:after,
#archives ul:after,
#core-content .post-meta:after,
#recent-posts li:after,
#gallery-nav:after,
#gallery-nav_controls:after,
.navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* =WordPress.com
-------------------------------------------------------------- */

.single .hentry .sd-like h3 {
	margin: 0;
}
#respond h3 small {
	margin-right: 60px;
}/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-scroll #site-wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 40px;
}
.infinite-scroll.neverending #content {
	margin-bottom: 70px;
}
.infinite-scroll .hentry:last-of-type,
.infinite-scroll .hentry.last-before-infinite {
	border-bottom: none;
}
.infinite-loader {
	margin: 0 auto 60px auto;
}
#infinite-handle {
	margin: 0 0 20px 0;
}
#infinite-handle span {
    background-color: #9c8a6a;
    border: 0 none;
    color: #fff;
}
#infinite-footer .container {
	border: 0 none;
}
#infinite-footer .container .blog-credits {
	color: #333;
}
#infinite-footer .container a {
	color: #9c8a6a;
}
.infinite-wrap {
	border: 0 none;
}

/**
 * Elements to hide:
 * (footer widgets, post navigation, regular footer)
 */
.infinite-scroll .navigation,
.infinite-scroll.neverending #footer {
	display: none;
}

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending #footer {
	display: block;
}

/*#site-wrapper,#core-content,#main-nav ul ul,#comments h3,legend span,#footer,.footer-content {
	width:1000px
}*/

/*#header-image a img {
	display:none
}

#header-image a {
	display:block;
	background:url('http://dogpatch.press/wp-content/uploads/2014/09/patch-banner.png') no-repeat;
	width:1000px;
	height:200px
}*/

#site-wrapper,
#footer {
        width:1000px;
}

#core-content,
#comments h3,
.footer-content,
#site-description {
        width: 100%;
}

#main-nav ul{
        width: 100%;
}

#main-nav a {
        white-space: normal;
}

iframe[src*="youtube"],
iframe[src*="youtu.be"] {
        /*width: 100%;
        height:calc(100% / 16 * 9);*/
}

table {
        width: 100%;
}

@media(max-width:320px) {
        #site-wrapper,
        #footer {
                width: 300px;
                margin: 0 auto;
        }
        #header-image .desktop {
                display: none !important;
        }
        #header-image .mobile {
                display: inline !important;
                /*width: 100%;*/
        }
        .entry-content img {
                display: block;
                max-width: 100%;
                width: auto;
                height: auto;
        }
        .comment-body p {
                word-wrap: break-word;
        }
        textarea#comment {
                width: 95%;
        }
	.commentlist .children {
		margin-left: -52px;
	}
        iframe[src*="youtube"],
        iframe[src*="youtu.be"] {
                width: 100%;
                /*height:calc(100% / 16 * 9);*/
        }
}

@media(min-width:321px) and (max-width:440px) {
        #site-wrapper,
        #footer {
                width: 310px;
                margin: 0 auto;
        }
        #header-image .desktop {
                display: none !important;
        }
        #header-image .mobile {
                display: inline !important;
                /*width: 100%;*/
        }
        .entry-content img {
                display: block;
                max-width: 100%;
                width: auto;
                height: auto;
        }
        .comment-body p {
                word-wrap: break-word;
        }
        textarea#comment {
                width: 95%;
        }
        .commentlist .children {
                margin-left: -52px;
        }
        iframe[src*="youtube"],
        iframe[src*="youtu.be"] {
                width: 100%;
                /*height:calc(100% / 16 * 9);*/
        }
}

@media(min-width:441px) and (max-width:480px) {
        #site-wrapper,
        #footer {
                width: 430px;
                margin: 0 auto;
        }
        #header-image .desktop {
                display: none !important;
        }
        #header-image .mobile {
                display: inline !important;
                /*width: 100%;*/
        }
        .entry-content img {
                display: block;
                max-width: 100%;
                height: auto;
        }
        .comment-body p {
                word-wrap: break-word;
        }
        textarea#comment {
                width: 98%;
        }
        .commentlist .children {
                margin-left: -52px;
        }
        iframe[src*="youtube"],
        iframe[src*="youtu.be"] {
                width: 100%;
                /*height:calc(100% / 16 * 9);*/
        }
}

@media(min-width:481px) and (max-width:568px) {
        #site-wrapper,
        #footer {
                width: 470px;
                margin: 0 auto;
        }
        #header-image .desktop {
                display: none !important;
        }
        #header-image .mobile {
                display: inline !important;
                /*width: 100%;*/
        }
        .entry-content img {
                display: block;
                max-width: 100%;
                height: auto;
        }
        .comment-body p {
                word-wrap: break-word;
        }
        .commentlist .children {
                margin-left: -52px;
        }
        iframe[src*="youtube"],
        iframe[src*="youtu.be"] {
                width: 100%;
                /*height:calc(100% / 16 * 9);*/
        }
}

@media(min-width:569px) and (max-width:620px) {
        #site-wrapper, 
        #footer {
                width: 550px;
                margin: 0 auto;
        }
        #header-image .desktop {
                display: none !important;
        }
        #header-image .mobile {
                display: inline !important;
                /*width: 100%;*/
        }
        .entry-content img {
                max-width: 100%;
                height: auto;
        }
        iframe[src*="youtube"],
        iframe[src*="youtu.be"] {
                width: 100%;
                /*height:calc(100% / 16 * 9);*/
        }
}

@media(min-width:621px) and (max-width:667px) {
        #site-wrapper,
        #footer {
                width: 600px;
                margin: 0 auto;
        }
        #header-image .desktop {
                display: none !important;
        }
        #header-image .mobile {
                display: inline !important;
                /*width: 100%;*/
        }
        .entry-content img {
                max-width: 100%;
                height: auto;
        }
}

@media(min-width:668px) and (max-width:767px) {
        #site-wrapper,
        #footer {
                width: 650px;
                margin: 0 auto;
        }
        #header-image .desktop {
                width: 90%
        }
}

@media(min-device-width : 768px) and (max-device-width : 1024px) {
        #site-wrapper,
        #footer {
                width: 750px;
                margin: 0 auto;
        }
        #header-image .desktop {
                width: 90%;
        }
}
