/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 15px 15px;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 50px;
}

a.alignleft,
.wp-caption.alignleft {
	/*margin: 0;*/
}

a.alignright,
.wp-caption.alignright {
	/*margin: 0;*/
}

.wp-caption-text {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

.gallery-caption {
	display: block;
}

.bypostauthor {
	display: block;
}


/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
	padding: 0 0 20px 0;
}

.content .entry {
	background-color: #fff;
}

.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-content {
	word-wrap: break-word;
}

ul.horiz-center {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.horiz-center li {
	display: inline-block;
	margin: 0 10px 20px;
}

.page-links {
	clear: both;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-top: 0;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-meta .divider {
	padding: 0 5px;
}

footer.entry-footer {
	margin-bottom: 25px;
}

/* ## Single posts
--------------------------------------------- */

.img-caption {
	text-transform: uppercase;
	font-size: 14px;
}

.img-caption-left {
	float: left;
}

.img-caption-right {
	float: right;
}

.img-caption-left,
.img-caption-right {
	display: inline-block;
}

/* ## Comments
--------------------------------------------- */
.comment-reply-title {
	text-transform: uppercase;
}

.content ol.comment-list {
	margin: 15px 0 0 0;
}

.content ol.comment-list li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

.content ol.comment-list .comment-author img {
	float: left;
	margin: 0 10px 10px 0;
}

.content ol.comment-list .comment-metadata {
	font-size: 14px;
	padding-top: 3px;
}

.no-comments {
	font-size: 20px;
	text-transform: uppercase;
	color: #4a6963;
	font-weight: 800;
}


/* ## Gallery
--------------------------------------------- */
figure.gallery-item {
	margin: 0 0 25px 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	display: block;
}

.gallery-item a:focus img {
	outline-offset: -2px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
	border-top: 1px solid #ddd;
	padding: 6px 10px;
}

th {
	font-weight: 400;
	background-color: #333;
	color: #fff;
}

tr.even {
	background-color: #eee;
}
