/*
Theme Name: A Bugged Life 2014
Theme URI: 
Author: Pixelkit
Author URI: http://www.pixelkitinc.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: abuggedlife2014

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";

/******* RESET *******/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/******* RESET END *******/

/******* BASICS *******/
body {
	font-size:100%;
	line-height:1.5em; /* 16 x 1.5 = 24 */
	background:#fff;
}
p {
	font-family: 'open_sansregular';
	margin-bottom:1em;
}
p a {
	color:#e24231;
	text-decoration:none;
}
a {
	color:#e34231;
}

/******* FONTS *******/
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed-bold-webfont.eot');
    src: url('fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'artbrushmedium';
    src: url('fonts/fjallaone-regular-webfont.eot');
    src: url('fonts/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fjallaone-regular-webfont.woff') format('woff'),
         url('fonts/fjallaone-regular-webfont.ttf') format('truetype'),
         url('fonts/fjallaone-regular-webfont.svg#artbrushmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******* 978 WIDTH *******/
@media (max-width: 5000px) {

/******* RESPONSIVE SIZES *******/
div.size {
	width:978px;
	margin:0 auto;
}

/*978*** HEADER *******/
header {
	height:4.5em; /* 16 x 4.5 = 72 */
	background-color:#e34232;
	border-bottom:2px solid #fff;
	margin-bottom:2em;
	position:relative;
	left:0;
	right:0;
	top:0;
	z-index:10;
}
header div.size {
	height:100%;
}
#logo {
	height:100%;
	width:auto;
	margin:0 auto;
	text-align:center;
}
#logo img {
	/* margin-left:0.75em; 16 x 0.75 = 12 */
	/* margin-top:0.375em; 16 x 0.375 = 6 */
	padding-top:0.365em;
	margin:2px auto 0;
	width:auto;
	z-index:30;
	position:relative;
}
#logo span {
	font-family: 'artbrushmedium';
	color:#fff;
	margin-top:2.5em;
	margin-left:5em;
	display:block;
	width:300px;
}
nav {
	position:relative;
	display:block;
	width:500px;
	top:-2em;
	margin:0 auto;
	z-index:29;
}
nav ul li,
nav ul li a {
	font-family: 'artbrushmedium';
	font-size:1em;
	display:inline-block;
	position:relative;
	color:#fff;
	text-decoration:none;
}
nav ul li:nth-child(1) { padding-left:3em; }
nav ul li:nth-child(2) { padding-left:2em; }
nav ul li:nth-child(3) { padding-left:9em; }
nav ul li:nth-child(4) { padding-left:2em; }
nav ul li a:hover {
	color:#ffad97;
}

/*978*** LATEST *******/
section#latest {
}
.story_box {
	width:25%;
	height:200px;
	/* margin-right:2px; */
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	border-right:2px solid #fff;
	margin-bottom:2px;
	float:left;
	background-position:100%;
	background-size:100%;
	position:relative;
	z-index:1;
}
.story_box:last-of-type {
	border-right:none;
}
.story_overlay {
	height:100%;
	width:100%;
	overflow:hidden;
	background-size:100%;
	position:absolute;
	background:-webkit-linear-gradient(top right,rgba(105,166,23,0.7),rgba(232,205,24,0.6));
	background:-moz-linear-gradient(top right,rgba(105,166,23,0.7),rgba(232,205,24,0.6));
	z-index:2;
}
.category_corner {
	background-color:#221f1f;
	display:inline-block;
}
.category_corner ul li {
	list-style-type:none;
	list-style-position:inside;
}
.category_corner h5 {
	font-family: 'artbrushmedium';
	font-size:1em;
	font-weight:normal;
	padding:0.125em 0.625em;
}
.category_corner h5 a {
	width:auto;
	text-decoration:none;
}
.category_corner h5.press, .category_corner h5.press a { color:#ff4949; }
.category_corner h5.geek, .category_corner h5.geek a { color:#8bc53e; }
.category_corner h5.underwater, .category_corner h5.underwater a { color:#30d3df; }
.category_corner h5.digressions, .category_corner h5.digressions a { color:#dfa030; }
.category_corner h5, .category_corner h5 a { color:#ff4949; }

.story_overlay:hover {
	background:-webkit-linear-gradient(top right,rgba(168,238,75,0.9),rgba(227,242,100,0.8));
}
.story_overlay div.story_title {
	display:block;
	position:absolute;
	bottom:0;
	margin:10px;
}
.story_overlay div.story_title h3 a.title {
	font-family: 'roboto_condensedbold';
	font-size:1.5em; /* 16 x 1.5 = 24 */
	line-height:0.66666666667em; /* 24 x 0.66666666667 = 16 */
	text-transform:none;
	color:#fff;
	text-decoration:none;
	display:inline;
}
.story_overlay div.story_title h3,
.story_overlay div.story_title p {
	line-height:1.5em;
	display:block;
	margin-bottom:0;
}
.story_overlay div.story_title p {
	font-size:0.625em;
	text-transform:uppercase;
	color:#2e4b08;
}
.story_overlay div.story_title a.title:hover,
.story_overlay:hover div.story_title a.title {
	color:#e24231;
}
.story_box:last-of-type {
	margin-right:0;
}
.story_box img {
	width:100%;
	height:auto;
}

/*978*** RECENT *******/
.story_list {
	clear:both;
	width:324px;
	margin-right:2px;
	float:right;
	background-color:#ccc;
}
.story_list h5 {
	font-family: 'artbrushmedium';
	font-size:1.125em; /* 16 x 1.125 = 18 */
	font-weight:normal;
	text-align:center;
	margin:0.25em 0; /* 16 x 0.25 = 4 */
	color:#666;
	-webkit-font-smoothing:antialiased;
}
.story_list ul li {
	margin-left:auto;
	margin-right:auto;
	width:18.75em; /* 16 x 18.75 = 300 */
	height:4.5em; /* 16 x 4.5 = 72 */
	line-height:1em;
	list-style-type:none;	
	clear:both;
	background-color:#e24231;
}
.story_list ul li a {
	font-family: 'roboto_condensedbold';
	font-size:1em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.story_list ul li a:hover {
	color:#ffad97;
}
.story_list h3 {
	display:inline;
}
.story_list p {
	display:block;
	font-size:0.625em;
	text-transform:uppercase;
	line-height:1.125em;
	color:#ffad97;
}
.story_list .story_list_image {
	clear:both;
	float:left;
	width:5em; /* 16 x 5 = 80 */
	height:4.5em; /* 16 x 4.5 = 72 */
	overflow:hidden;
	margin-right:0.625em; /* 16 x 0.625 = 10 */
	margin-bottom:0.125em; /* 16 x 0.125 = 2 */
	background-size:200% auto;
	background-position:50%;
}
.story_list .story_list_image a {
	width:5em; /* 16 x 5 = 80 */
	height:4.5em; /* 16 x 4.5 = 72 */
	display:block;
}
.story_list .story_list_text {
	padding:0.325em;
}

/*978*** POSTS (FRONT PAGE) *******/
section#posts {
	margin-bottom:74px;
}
.post_list {
	clear:left;
	float:left;
	width:650px;
	background-color:#fff;
	margin-bottom:2px;
}
.post_preview {
	clear:right;
	padding:1em;
	overflow:auto;
	border-bottom:2px solid #fff;
}
.post_preview:last-of-type {
	border-bottom:none;
}
.post_preview_image {
	margin:-1em -1em 1em;
	height:300px;
	background-size:100%;
	background-position:50%;
}
.post_preview_image a {
	display:block;
	width:100%;
	height:100%;
	float:right;
}
.post_preview_image .category_corner {
	position:absolute;
}
.post_preview h2 a {
	font-family: 'roboto_condensedbold';
	font-size:2.25em; /* 16 x 2.25 = 36 */
	line-height:0.88888888889em; /* 36 x 0.88888888889 = 32 */
	text-transform:none;
	text-decoration:none;
	color:#e24231;
	display:block;
}
.post_preview img {
	display:none;
}
.post_preview .wp-caption {
	display:none;
}
.post_preview aside {
	display:none;
}
.post_preview .tag_list {
	position:static;
	right:0;
	width:100%;
}

/*978*** POSTS (INSIDE PAGE) *******/
article#feature {
	background:#fff;
}
article#feature .post {
	background-color:#fff;
	padding:1em 0 0;
	margin-top:0;
	position:static;
	overflow:visible;
}
article#feature .post .comments {
	width:978px;
	display:block;
	margin:0 auto;
}
.comments textarea,
.comments code {
	display:block;
}
.comments h3 {
	font-family: 'artbrushmedium';
	font-size: 1.125em;
	font-weight: normal;
	color: #e34232;
	margin-bottom: 1em;
}
blockquote {
	font-size:0.75em;
	background:#ddd;
	padding:1em;
}
article#feature .post .category_corner {
	position:relative;
	top:-1em;
	margin-left:-1em;
}
article#post {
	background:#fff;
}
article#post.sponsored {
	background:#dce2ed;
}
article#post.page {
	margin-bottom:2px;
}
article#post div.size {
	background:#fff;
}
article#post.sponsored div.size {
	/* background:#dce2ed; */
}
article#post .post .category_corner {
	margin:0 0 1em -1em;
}
article#post .post {
	width:638px;
	float:left;
	padding:1em;
}
.post h1 {
	font-family: 'roboto_condensedbold';
	line-height:0.88888888889em; /* 36 x 0.88888888889 = 32 */
	text-transform:none;
	text-decoration:none;
	color:#e24231;
	display:block;
	margin-bottom:0.4444444444em; /* 36 x 0.4444444444 = 16 */
}
article#feature .post_head {
	width:978px;
	margin:0 auto;
}
article#feature .post h1 {
	font-size:3em; /* 16 x 3 = 48 */
}
article#feature p,
article#feature h1,
article#feature h2,
article#feature h3,
article#feature h4 {
	width:978px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
article#post .post h1 {
	font-size:2.5em;
}
.post h2 {
	font-family: 'roboto_condensedbold';
	font-size:1.5em;
	line-height:0.88888888889em;
	color:#e24231;
	margin-bottom:0.66666666667em; /* 24 x 0.66666666667em = 16 */
}
h4.post_date {
	font-family: 'open_sansregular';
	font-size:0.75em;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	margin-top:0.5em;
	margin-bottom:1em;
}
.post aside {
	font-family: 'roboto_condensedbold';
	font-size:1.5em;
	width:33%;
	display:block;
	float:left;
	padding-left:5%;
	padding-right:1em;
	padding-bottom:1em;
	color:#666;
}
.post aside.right {
	float:right;
	padding-right:5%;
	padding-left:1em;
}
.post img,
.post img.alignnone {
	padding:0.5em;
	max-width:100%;
	height:auto;
}
.post img.alignright {
	padding-right:0;
	display:block;
	width:33%;
	float:right;
}
.post img.size-splash {
	max-width:none;
	width:100%;
	height:auto;
	display:block;
	padding:0;
	margin-bottom:1em;
}
.post p.caption-splash {
	color:#fff;
	position:absolute;
	display:block;
	width:978px;
	bottom:0.2em;
	left:0;
	right:0;
	font-family: "artbrushmedium";
	font-size:3em;
	line-height:1em;
}
article#feature .post_image {
	margin:0;
	height:500px;
	background-size:100%;
	background-position:50%;
	background-attachment:fixed;
	-webkit-mask-image:-webkit-gradient(linear, left 50%, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
article#post .post_image {
	width:652px;
	height:300px;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:100%;
	float:left;
}
article#post .post_sidebar {
	float:right;
	width:300px;
	background-color:#e34232;
	padding:1em;
	margin-top:2px;
	font-size:0.75em;
	line-height:1.5em;
	color:#fff;
}
article#feature .post_sidebar {
	margin-top:2px;
	background-color:#e34232;
	color:#fff;
	padding:1em;
}
.post_sidebar h2 {
	font-family: 'roboto_condensedbold';
	font-size:1.5em;
	line-height:0.88888888889em;
	color:#fff;
	margin-bottom:0.66666666667em; /* 24 x 0.66666666667em = 16 */
}
.tag_list {
	clear:both;
	left:50%;
	position:relative;
	width:489px;
	margin-bottom:1em;
}
article#post .tag_list {
	left:0;
	width:100%;
}
.tag_list ul {
	line-height:0;
	text-align:right;
}
.tag_list ul li {
	list-style-type:none;
	display:inline-block;
	font-family: 'open_sansregular';
	color:#fff;
	background-color:#e34232;
	line-height:1.6em;
	font-size:0.625em;
	margin-left:2px;
	margin-bottom:2px;
	text-transform:uppercase;
}
.tag_list ul li a {
	color:#fff;
	text-decoration:none;
	padding:0 0.5em;
}
.tag_list ul li:hover {
	background-color:#c42212;
}
.tag_list ul li:hover a {
	color:#ffad97;
}
#related {
	background:#ccc;
	line-height:0;
	clear:both;
}
#related div.size div.related_box {
	display:block;
	width:618px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#ccc;
	padding:1em;
}
article#post #related {
	background-color:#fff;
}
article#post #related div.size div.related_box {
	background-color:#fff;
}
#related h5 {
	font-family: 'artbrushmedium';
	font-size:1.125em; /* 16 x 1.125 = 18 */
	font-weight:normal;
	color:#e34232;
	margin-bottom:1em;
}
#related ul li {
	display:inline-block;
	background-position:50%;
	background-size:100% auto;
	min-width:200px;
	/* height:110px; */
	margin-right:2px;
	margin-bottom:2px;
	z-index:1;
}
#related ul li:nth-child(3n) {
	margin-right:0;
}
.related_overlay {
	position:absolute;
	background:-webkit-linear-gradient(top right,rgba(105,166,23,0.7),rgba(232,205,24,0.6));
	z-index:2;
	width:204px;
	height:110px;
}
.related_overlay a {
	font-family: 'roboto_condensedbold';
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:0.5em;
	position:absolute;
	bottom:0;
	line-height:1em;
}
.related_overlay:hover {
	background:-webkit-linear-gradient(top right,rgba(168,238,75,0.9),rgba(227,242,100,0.8));
}
.related_overlay:hover a,
.related_overlay a:hover {
	color:#e34232;
}

/*978*** BROWSE *******/
section#browse {
	overflow:auto;
}
section#browse div.size {
	background-color:#fff;
}
section#browse h1 {
	font-size:2.5em;
}
section#browse h2 {
	font-size:1em;
	font-family: 'artbrushmedium';
	font-weight:normal;
	display:inline-block;
	background-color:#221f1f;
	padding:0.25em 0.5em;
}
section#browse h2.press { color:#ff4949; }
section#browse h2.geek { color:#8bc53e; }
section#browse h2.underwater { color:#30d3df; }
section#browse h2.digressions { color:#dfa030; }
section#browse h2 { color:#ff4949; }

section#browse h4 a {
	font-family: 'roboto_condensedbold';
	font-size:1em;
	line-height:1em;
	color:#e34232;
	text-transform:none;
	text-decoration:none;
	display:block;
	padding:0.15em 1em 0.15em 110px;
}
section#browse h4 a:visited {
	color:#ffad97;
}
section#browse h4 a:hover {
	color:#a61e10;
}
.article_list {
	padding:1em;
	overflow:auto;
	margin-bottom:2px;
}
.article_list div.list {
	width:40%;
	display:block;
	float:left;
	margin-right:5%;
	margin-bottom:1em;
}
.article_list div.list span {
	font-family: 'open_sansregular';
	font-size:0.625em;
	text-transform:uppercase;
	color:#e34232;
	display:block;
	float:right;
}
.article_list div.list span.date {
	color:#ccc;
	float:none;
	padding-left:110px;
}
.article_list div.list span.older { float:left; }
.article_list div.list span.newer { float:right; }
.article_list div.list span a {
	color:#e34232;
	text-decoration:none;
}
.article_list div.list span a:hover {
	text-decoration:underline;
}
.article_list div.list:nth-of-type(2n) {
	margin-right:0;
}
.article_list div.list div.list_entry {
	height:5em;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #eee;
}
.article_list div.list div.list_entry:last-of-type {
	margin-bottom:0.25em;
}
.article_list div.list div.list_image {
	height:5em; /* 16 x 5 = 80 */
	width:6.25em; /* 16 x 6.25 = 100 */
	background-size:auto 100%;
	background-position:50%;
	float:left;
}
.article_list div.list div.list_image a {
	height:5em; /* 16 x 5 = 80 */
	width:6.25em; /* 16 x 6.25 = 100 */
	display:block;
}
article#post .post {
	width:618px;
	float:left;
	padding:1em;
}

/*978*** ADS *******/
section#ads {
	clear:none;
	width:324px;
	margin:2px 2px 2px 0;
	float:right;
	background-color:#564b41;
	text-align:center;
}
section#ads.inside {
	margin:0;
	position:relative;
	top:-300px;
}
section#ads.inside .front {
	display:none;
}
section#ads h5 {
	font-family: 'artbrushmedium';
	font-size:1.125em; /* 16 x 1.125 = 18 */
	font-weight:normal;
	text-align:center;
	margin:0.25em 0; /* 16 x 0.25 = 4 */
	color:#fff;
	-webkit-font-smoothing:antialiased;
}
section#ads img {
	display:block;
	margin:0 auto 0.875em; /* 16 x 0.875 = 14 */
}

/*978*** FOOTER *******/
footer {
	clear:both;
	height:72px;
	background-color:#e34232;
	padding:0.5em;
}
footer p {
	font-size:0.75em;
	line-height:1em;
	color:#fff;
	text-align:center;
	margin:0.5em;
}
footer p a {
	color:#fff;
	text-decoration:underline;
}
}

/******* 998 WIDTH *******/
@media (max-width: 998px) {
	
/******* RESPONSIVE SIZES *******/
div.size {
	width:100%;
	margin:0 auto;
}

/*978*** HEADER *******/
header {
	position:relative;
}
#logo span {
	margin-top:1em;
}

/*978*** LATEST *******/
section#latest {
}
.story_box {
	width:50%;
	height:329px;
	margin-right:0;
	margin-bottom:2px;
	float:left;
	background-size:100%;
	background-position:100%;
	position:relative;
	z-index:1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	border-right:2px solid #fff;
}
.story_box:first-child {
	clear:both;
}
.story_box:nth-of-type(2) {
	border-right:0;
}
.story_overlay {
	height:100%;
	width:100%;
	overflow:hidden;
	background-size:100%;
	background:-webkit-linear-gradient(top right,rgba(168,238,75,0.9),rgba(227,242,100,0.8));
}
.story_overlay div.story_title h3 a.title {
	font-family: 'roboto_condensedbold';
	font-size:2em; /* 16 x 2 = 32 */	
	line-height:1em; /* 24 x 0.66666666667 = 16 */
	color:#e34232;
	text-decoration:none;
	display:inline;
}

/*978*** RECENT *******/
.story_list {
	display:none;
}
.story_list ul li {
	margin-left:auto;
	margin-right:auto;
	width:92.5925925925%; /* 300 / 324 = 0.925925925925 */
	height:4.5em; /* 16 x 4.5 = 72 */
}

/*978*** POSTS (FRONT PAGE) *******/
section#posts {
	margin-bottom:2px;
}
.post_list {
	clear:none;
	float:left;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	border-right:none;
}
.post_preview {
	clear:right;
	padding:1em;
}
.post_preview_image {
	height:200px;
}
.post_preview h2 a {
	font-size:2em; /* 16 x 2 = 32 */
}

/*978*** POSTS (INSIDE) *******/
article#feature .post_image {
	margin:0;
	height:200px;
	background-size:100%;
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
article#feature .post h1 {
	font-size:2.5em; /* 16 x 2.5 = 40 */
}
article#feature .post_head {
	width:90%;
}
article#feature p,
article#post .post {
	width:90%;
	float:none;
}
article#post .post_image {
	width:100%;
	height:18.75em /* 16 x 18.75 = 300 */
	max-height:300px;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:100%;
}
/* .post img.size-splash {
	max-width:none;
	width:100%;
	height:auto;
	display:block;
	padding:0;
	margin-bottom:1em;
} */
.post p.caption-splash {
	width:90%;
	bottom:0em;
	margin-bottom:0.5em;
	font-size:2em;
}
.tag_list {
	clear:both;
	left:auto;
	position:relative;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
article#feature .post .comments {
	width:90%;
}
#related {
	background:#222;
	line-height:0;
	clear:both;
}
#related div.size div.related_box {
	display:block;
	width:95%;
	margin-top:2px;
	margin-bottom:2px;
	padding:2.5%;
}
#related ul li {
	display:inline-block;
	background-position:50%;
	background-size:100% auto;
	width:49%;
	height:110px;
	margin-right:2px;
	margin-bottom:2px;
	z-index:1;
}
#related ul li:nth-child(2) {
	margin-right:0;
}
#related ul li:nth-child(3) {
	margin-right:2px;
}
.related_overlay {
	position:relative;
	background:-webkit-linear-gradient(top right,rgba(105,166,23,0.7),rgba(232,205,24,0.6));
	z-index:2;
	width:100%;
	height:110px;
}
.related_overlay a {
	font-family: 'roboto_condensedbold';
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:0.5em;
	position:absolute;
	bottom:0;
	line-height:1em;
}
.related_overlay:hover {
	background:-webkit-linear-gradient(top right,rgba(168,238,75,0.9),rgba(227,242,100,0.8));
}
.related_overlay:hover a,
.related_overlay a:hover {
	color:#e34232;
}

/*978*** ADS *******/
section#ads {
	clear:both;
	width:95%;
	margin:0;
	padding:1em 2.5%;
	float:none;
	background-color:#564b41;
	top:0;
}
section#ads img {
	display:inline-block;
	width:32%;
	height:auto;
}

/*978*** BROWSE *******/
.article_list div.list {
	width:60%;
	float:none;
	clear:both;
	margin-bottom:3em;
}
.article_list div.list div.list_entry {
	margin-left:1em;
}
.article_list div.list div.list_entry.single {
	margin-left:0;
}

}

/******* 560 WIDTH *******/
@media (max-width: 560px) {
	
/******* RESPONSIVE SIZES *******/
div.size {
	width:100%;
	margin:0 auto;
}

/*560*** HEADER *******/
nav {
	width:300px;
}
nav ul li:nth-child(1) { top:-1.5em; padding-left:2em; }
nav ul li:nth-child(2) { padding-left:2em; }
nav ul li:nth-child(3) { top:-1.5em; padding-left:14em; }
nav ul li:nth-child(4) { padding-left:14em; }
nav ul li,
nav ul li a {
	display:inline;
	width:4em;
	position:absolute;
}

/*978*** LATEST *******/
section#latest {
}
.story_overlay div.story_title h3 a.title {
	font-family: 'roboto_condensedbold';
	font-size:1.25em; /* 16 x 1.25 = 20 */
	line-height:0.8em; /* 20 x 0.8 = 16 */
	text-transform:uppercase;
	color:#e24231;
	text-decoration:none;
	display:inline;
}
.story_overlay div.story_title {
	margin-top:1em;
}
.story_box {
	width:100%;
	height:150px;
	margin-right:0;
	margin-bottom:2px;
	float:left;
	background-size:100%;
	position:relative;
	z-index:1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	border-right:0;
}
.story_box:nth-of-type(2) {
	border-right:0;
}

/*560*** RECENT *******/
.story_list {
	clear:none;
	width:100%;
	margin-right:0;
}
.story_list ul li a {
	font-family: 'roboto_condensedbold';
	font-size:0.75em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

/*560*** POSTS (INSIDE) *******/
article#feature .post_image {
	margin:0;
	height:200px;
	background-size:auto 100%;
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
article#feature .post h1 {
	font-size:1.5em; /* 16 x 1.5 = 24 */
}
article#post .post_image {
	height:12.5em /* 16 x 12.5 = 200 */
}
#related h5 {
	margin-top:0.5em;
}
#related ul li {
	display:inline-block;
	background-position:50%;
	background-size:100% auto;
	width:100%;
	height:110px;
	margin-right:2px;
	margin-bottom:2px;
	z-index:1;
}
#related ul li:nth-child(2) {
	margin-right:0;
}
#related ul li:nth-child(3) {
	margin-right:0;
}

/*560*** BROWSE *******/
.article_list div.list {
	width:100%;
}

}

/******* 480 WIDTH *******/
@media (max-width: 480px) {
	
/******* RESPONSIVE SIZES *******/
div.size {
	width:100%;
	margin:0 auto;
}

/*978*** LATEST *******/
section#latest {
}

}