@import url(http://fonts.googleapis.com/css?family=Lora:700,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700italic,700);

/* Basic Style Elements */

body {
	background: #fff;
	color: #000000;
	font-family: Roboto, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
    max-width: 1440px;
}

body > * {
    padding: 0 2.5%;
	width: 95%;
}

h1 {
	font-size: 32px;
	margin: 5px 0;
	padding: 0;
    font-family: Lora;
    letter-spacing: -0.5px;
    font-weight: bold;
    line-height: 1.2em;
}

h2 {
	color: #474747;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #474747;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

h4 {
	border-bottom: 2px solid #f1f1f1;
	color: #474747;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	word-spacing: 2px;
}

h5 {
	background: #474747;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	text-transform: uppercase;
}

h6 {
	color: #474747;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	line-height: 1.5em;
}

a {
	color: #2F7A32;
	text-decoration: none;
}

a:hover {
	color: #2F7A32;
	text-decoration: underline;
}

a img {
	border: 0;
}

blockquote {
	border-top: 3px solid #2F7A32;
    border-bottom: 3px solid #2F7A32;
	color: #474747;
	font-size: 18px;
    float: left;
	font-weight: bold;
	line-height: 1.5em;
    max-width: 50%;
    margin: 1em 1.5em 1em 0;
}
blockquote p {
    font-size: 18px;
}

table {
	width: 100%;
}

thead {
	font-weight: bold;
}

label:hover {
	color: #959595;
	cursor: pointer;
}


input[type=text], input[type=password] {
	background: #F1F1F1;
	border: 0;
	font-size: 13px;
	height: 20px;
	padding: 0;
    width: 100%;
}

input[type=text]:focus, input[type=password]:focus {
	outline: none;
}

input[type=search] {
	-webkit-appearance: none;
	border: 0;
	padding: 0 5px;
}

input[type=submit] {
	background: #2F7A32;
    border: 0;
	color: #fff;
	font-size: 13px;
    font-family: Roboto, Helvetica, Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 20px;
	opacity: 0.9;
	padding: 5px 20px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}

input[type=submit]:hover {
	color: #FFFFFF;
	opacity: 1;
	text-decoration: none;
}

textarea {
	background: #f1f1f1;
	border: 0;
	font-size: 13px;
	height: 8em;
	padding: 0;
	resize: none;
	width: 100%;
}

textarea:focus {
	outline: none;
}

ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

hr {
	background: #fff;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff); 
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff); 
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff); 
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	border: 0;
	height: 2px;
	margin: 25px 0;
	width: 100%;
}



/* Universals */

.clear {
	clear: both;
}

.separator {
    height: 2em;
}

.bottom {
	display: table-cell;
	height: 200px;
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clippingfade {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
	bottom: 0;
	height: 25px;
	position: absolute;
	width: 100%;
}

.anchor {
	display: inline;
	margin-right: 5px;
}

.column1-2 {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.column2-2 {
	float: left;
	width: 48%;
}

a.sectionlabel {
	border-bottom: 2px solid #f1f1f1;
	color: #474747;
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
    font-family: Roboto Condensed;
}

a.sectionlabel:before {
	color: #2F7A32;
	content: "\00BB";
	font-size: 25px;
	padding-right: 7px;
}

a.sectionlabel:hover {
	color: #2F7A32;
	text-decoration: none;
}

.sectionlist li {
	color: #474747;
	padding: 0.75em 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

.sectionlist li a {
    text-transform: none;
    font-weight: normal;
}

#newssections p.cdeck {
    text-transform: none;
    font-family: Roboto, Helvetica, Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    display: none;
    color: #000;
}
#newssections .sectionlist li:first-of-type {
    font-family: Lora;
    font-size: 1.5em;
    line-height: 1.25em;
}

.sectionlist img {
    width: 100%;
    margin-bottom: 5px;
}

h2.sectionlabel {
	background: #474747;
	border-bottom: 2px solid #2F7A32;
	color: #fff;
	font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
	padding: 3px 7px;
	text-transform: uppercase;
}
h2.sectionlabel a {
    color: #fff;
}

.sectionbox {
	background: #f1f1f1;
	padding: 10px;
}

.sectionbox h4 {
	background: none;
	border: 0;
	color: #959595;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: none;
	word-spacing: 0;
}

.sectionbox p {
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 20px;
}

.sectionbox ul {
	margin: 5px 0;
}

.sectionbox ul li {
	padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.sectionbox ul li a {
    font-weight: normal;
    text-transform: none;
}

.sectionbox ul li:before {
	color: #474747;
	content: "\00BB";
	font-size: 15px;
	line-height: 13px;
	padding-right: 3px;
}

table.scoreboard {
    margin-bottom: 0.5em;
}

h3.headline {
	color: #474747;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
h3.attached-headline {
    font-size: 1.25em !important;
    line-height: 1.25em !important;
}
div.attached-desc p {
    font-family: Roboto, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.pagenav {
	color: #959595;
	font-weight: bold;
	margin-top: 25px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.pagenav .prev:before {
	color: #959595;
	content: "\00AB";
	font-size: 16px;
	line-height: 14px;
	padding-right: 5px;
}

.pagenav .next:after {
	color: #959595;
	content: "\00BB";
	font-size: 16px;
	line-height: 14px;
	padding-left: 5px;
}

.tagitem {
	float: left;
	margin-right: 2%;
	padding: 0.5em 0;
	width: 23%;
}

.staffitem {
	float: left;
	width: 19%;
    margin-right: 1%;
    padding: 0.5em 0;
}

.staffitem a {
	display: block;
}

.stafftitle {
	float: left;
	margin-right: 3%;
    width: 32%;
}
.stafftitle h1 {
    font-size: 40px;
    margin-bottom: 0.25em;
}
.stafftitle h3 {
    margin-bottom: 0.25em;
}

.stafftitleandmug {
	margin-right: 50px;
	margin-top: 25px;
}

.staffmugshot {
	float: left;
	margin-right: 25px;
}

.staffinfo {
	background: #fff;
	float: left;
	width: 65%;
}
.staffinfo h6 {
    font-size: 18px;
}
.staffinfo ul {
    margin-bottom: 1em;
}
.staffinfo ul li:before {
	color: #959595;
	content: "\00BB";
	font-size: 14px;
	line-height: 11px;
	padding-right: 5px;
}

.results {
	margin-top: 1em;
}
.results h5 {
    margin: 1em 0 0;
}
.results ul li:last-child {
    border-bottom: 0;
}
.results .resultset:last-of-type {
    border-bottom: 0;
}

.resultset {
	background: #fff;
	border-bottom: 2px solid #F1F1F1;
	padding: 1em 0;
}
.resultset h3 {
    font-family: Lora;
    font-size: 1.75em !important;
}
.resultset h3 a {
    color: #000;
}
.resultset h6 {
    text-transform: none;
    padding: 0.5em 0;
    font-size: 16px;
}
.resultset p {
	margin: 0.5em 0;
}

.searchimage {
	float: right;
	margin-left: 1em;
}
.searchimage.leftimage {
    float: left;
    margin-left: 0;
    margin-right: 1em;
}
.layout-image {
    border: 1px solid #2F7A32;
}

h3.archive-more {
    margin-bottom: 2em;
}

h3.archive-more a {
    margin-bottom: 1em;
    background: #2F7A32;
    padding: 0.25em 0.5em;
    color: #fff !important;
}

.moreresults {
	background: #2F7A32;
	border: 2px solid #f1f1f1;
	color: #fff;
	font-weight: bold;
	opacity: 0.9;
	padding: 5px 10px;
	text-transform: uppercase;
}

.moreresults:hover {
	color: #FFFFFF;
	opacity: 1;
	text-decoration: none;
}

.expanded li {
	margin-top: 10px;
}

#nameplatetop {
	background: url(http://themaneater.com/media/style/2012-08/images/namplates/top.png) no-repeat right bottom;
	bottom: 0;
	color: #959595;
	font-weight: bold;
	height: 600px;
	position: absolute;
	width: 1000px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
#nameplatetop {
	background-image: url(http://themaneater.com/media/style/2012-08/images/namplates/top-hr.png);
	background-size: 750px 500px; }
}

@media screen and (max-height: 600px) {
    #nameplatetop {
        padding: 25px;
        position: relative;
    }
}

#nameplatetop p {
	width: 400px;
}

.gold {
	color: #C69214;
}

.gold:hover {
	color: #C69214;
}

.banner_adspace {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

.banner_adspace img {
	width: 100%;
}

.shortvert_adspace {
	margin-top: 20px;
	width: 300px;
    height: 250px;
    float: left;
    margin-right: 4%;
}

.shortvert_adspace:nth-of-type(2n) {
    margin-right: 0;
}

.shortvert_adspace img {
    width: 100%;
    height: auto;
}

.vertical_adspace {
	height: 200px;
	margin-top: 20px;
	width: 200px;
}

.small_adspace {
	float: left;
	height: 100px;
	margin-left: 40px;
	width: 150px;
}

.small-adspace {
    display: none;
    padding: 1em 0 0 !important;
}
.small-ads {
    width: 100%;
    display: none;
}
.small-ads .shortvert_adspace {
    width: 100%;
    float: none;
    margin-right: 0;
}


/* Base Layout */

#headlineticker {
	float: left;
	height: 100px;
	overflow: hidden;
	width: 15%;
    text-align: right;
    display: none;
}

#headlineticker ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

#ticker li {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 100%;
    word-break: hyphenate;
}

a.tickersection {
    color: #2F7A32;
	display: block;
    font-size: 16px;
	font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

a.tickerheadline {
    color: #474747;
    font-size: 16px;
    line-height: 20px;
}

a:hover.tickerheadline {
    color: #959595;
    font-size: 16px;
	text-decoration: none;
}

#centerheader {
	margin: 0 auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 0;
	width: 65%;
}

#nameplate {
	width: 80%;
    margin: 0 auto;
}
#nameplate img {
    width: 100%;
}

#tagline {
	color: #959595;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	text-transform: uppercase;
    font-family: Roboto Condensed;
    letter-spacing: 1px;
    display: none;
}

#datetime {
	color: #959595;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
	text-transform: uppercase;
    font-family: Roboto Condensed;
    letter-spacing: 1px;
    display: none;
}

#eyebrow {
	float: right;
    text-align: right;
	height: 100px;
	overflow: hidden;
	width: 15%;
    display: none;
}

#navbar {
	background: #474747;
	overflow: hidden;
	width: 95%;
    padding: 0 2.5%;
}
li#navbar-search {
    float: right;
}

.navlinks ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

.navlinks ul li {
    float: left;
    font-weight: bold;
	margin: 0;
	padding: 0;
}

.navlinks ul li a {
	background: #474747;
	border-bottom: 2px solid #474747;
	border-top: 2px solid #474747;
	color: #fff;
    display: block;
	font-weight: bold;
    font-family: Roboto Condensed;
	font-size: 26px;
	line-height: 1em;
	padding: 4px 10px;
	text-transform: uppercase;
    letter-spacing: 1px;
}

.navlinks ul li a:hover {
	background: #2F7A32;
	border-bottom: 2px solid #2F7A32;
	border-top: 2px solid #2F7A32;
	text-decoration: none;
}

.navlinks ul li a.movelink:hover {
    background: #990033;
    border-bottom: 2px solid #990033;
    border-top: 2px solid #990033;
}

.navlinks ul li a.selected {
	border-bottom: 2px solid #2F7A32;
    border-top: 2px solid #2F7A32;
    background: #2F7A32;
}

#navbarsearchbox {
	float: right;
    font-size: 14px;
    padding: 0 4px;
    margin-top: 4px;
    width: 180px;
    height: 30px;
}

#navbarsearchsubmit {
	border: 0;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 14px;
	margin-right: 5px;
	margin-top: 4px;
	padding: 0 5px;
    height: 30px;
}

#navbarsearchsubmit:hover {
	opacity: 1;
}

#subnavbar {
	background: #2F7A32;
	margin-bottom: 20px;
	overflow: hidden;
	width: 95%;
    padding: 0 2.5%;
}

.subnavlinks ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

.subsites li {
    float: left;
	font-size: 14px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}

.subsites li a {
	padding: 0;
	text-transform: uppercase;
}

.subsites li a:hover {
	background: #F1F1F1;
	text-decoration: none;
}

.subsites li a.move:hover {
	color: #990033;
}

.otherlinks {
    text-align: right;
}

.otherlinks li {
    display: inline;
    padding: 2px 0;
    margin: 0;
    line-height: 1em;
}

.otherlinks li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	text-transform: uppercase;
    white-space: nowrap;
}

.otherlinks li a:before {
	color: #fff;
	content: "\00BB";
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}

.otherlinks li:hover {
    background: #fff;
}

.otherlinks li:hover a {
    color: #2F7A32;
	text-decoration: none;
}

.otherlinks li:hover a:before {
    color: #2F7A32;
}

#alert {
	background: #f1f1f1;
	border-bottom: 2px solid #959595;
	border-left: 10px solid #959595;
	border-right: 10px solid #959595;
	border-top: 2px solid #959595;
	color: #474747;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	width: 900px;
}

#contentwide {
	position: relative;
    margin-bottom: 1.5em;
}

#content {
	float: left;
	width: 65%;
}

#content h1, #errorpage h1 {
    font-size: 2.75em;
    margin: 0 0 0.25em;
}

#content h3, #errorpage h3 {
    font-size: 1.5em;
    line-height: 1.25em;
}

#sidebar {
	float: left;
	padding-left: 2.5%;
	width: 32.5%;
}

.infopage h2 {
	border-bottom: 2px solid #f1f1f1;
    font-size: 20px;
    margin-bottom: 1em;
    color: #474747;
    letter-spacing: 2px;
    text-transform: uppercase;
    word-spacing: 2px;
}
.infopage h6 {
    font-size: 1em;
}
.infopage ul {
	margin-bottom: 1em;
}
.infopage ol li {
	line-height: 18px;
	margin: 5px 0;
}
.infopage ul li {
	margin: 5px 0;
}

/* FOOTER */

footer {
    clear: both;
    width: 100%;
    padding: 0;
    background: #474747;
}

#footer {
	background: #474747;
	color: #959595;
	font-size: 12px;
	margin: 20px auto 0;
	padding: 20px 0 30px;
	width: 100%;
    max-width: 1060px;
}

h3.footer  {
	color: #959595;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
    letter-spacing: 1px;
}

#footer .grid_2 {
    width: 14%;
    margin-left: 2%;
    margin-right: 0;
    max-width: 140px;
}

#f1 {
	background: url(http://themaneater.com/media/style/2012-08/images/namplates/footer.png) no-repeat left top;
    background-size: 100%;
	padding-top: 120px;
    margin-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#f1 p {
    font-size: 12px;
    letter-spacing: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    #f1 {
        background-image: url(http://themaneater.com/media/style/2012-08/images/namplates/footer-hr.png);
        background-size: 100%;
        }
}

#f2 {
	border-left: 2px solid #959595;
    padding-left: 2%;
	padding-left: calc(2% - 2px);
}

#footer ul a li {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-left: -2px;
	padding: 2px;
}

#footer ul a li:hover {
	background: #959595;
	color: #fff;
	text-decoration: none;
}

#footer ul li {
    padding: 3px 0;
}

a.footer {
	color: #fff;
	font-size: 14px;
    line-height: 1em;
}

a.footer:hover {
	color: #959595;
	text-decoration: none;
}

/* Embed responsively */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Front */

#thissection {
	float: left;
	margin-right: 20px;
	width: 150px;
}

a.archives {
	background: #2F7A32;
	border: 2px solid #f1f1f1;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	opacity: 0.9;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

a.archives:hover {
	color: #FFFFFF;
	opacity: 1;
	text-decoration: none;
}

#thissection ul {
	margin-bottom: 20px;
}

#thissection ul li {
	color: #474747;
	font-size: 13px;
	padding: 2px 0;
}

#thissection ul li:before {
	color: #474747;
	content: "\00BB";
	font-size: 14px;
	line-height: 11px;
	padding-right: 2px;
}

#featured {
	background: #f1f1f1;
	float: left;
	padding: 10px;
	width: 540px;
}

#featured .stag {
	background: #f1f1f1;
	border-bottom: 2px solid #959595;
	color: #474747;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

#featured .stag:after {
	color: #959595;
	content: "\00BB";
	font-size: 18px;
	line-height: 14px;
	padding-left: 5px;
}

#featured .details {
    background: #959595;
	color: #fff;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin-left: 2px;
	padding: 3px;
	text-transform: uppercase;
}

#featured .headline {
	font-size: 30px;
	line-height: 35px;
	padding-top: 3px;
}

#featured .cdeck {
    background: #474747;
	color: #fff;
	font-size: 12px;
	opacity: 0.9;
	padding: 5px 10px;
    position: absolute;
	width: 520px;
    z-index: 1;
}

#featured .description {
	display: block;
	font-size: 13px;
	margin-bottom: 20px;
}

#featured .photo {
	border-bottom: 2px solid #474747;
	height: 300px;
	margin-bottom: 10px;
	width: 540px;
}

#featured .subphoto {
	border: 2px solid #959595;
	float: right;
	height: 75px;
	margin-left: 10px;
	margin-top: 5px;
	width: 100px;
}

#featured .subphoto:hover {
	border: 2px solid #2F7A32;
}

#featured .subdetails {
	background: #959595;
	color: #fff;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px;
	text-transform: uppercase;
}

#featured .subhead {
	font-size: 22px;
	margin-top: 25px;
}

#featured .subcdeck {
	font-size: 13px;
	line-height: 15px;
	margin-top: 5px;
}

#recent {
	float: left;
	margin-left: 20px;
	width: 250px;
}

#recent ul {
	margin-bottom: 30px;
}

.blogprefix {
	font-weight: bold
}

.blogprefix:after {
	color: #474747;
	content: "\00BB";
	font-size: 16px;
	line-height: 14px;
	padding-left: 5px;
}



/* Article */

#articleinfo {
	float: left;
	width: 20%;
    font-family: Roboto Condensed;
    font-size: 20px;
    text-align: right;
}
#articleinfo h3 {
	font-size: 28px;
    line-height: 1.2em;
}
#articleinfo .sectionbox p {
    font-size: 1em;
    line-height: 1.5em;
}

#articlebody {
	float: left;
	padding-left: 4%;
    width: 76%;
}
#articlebody article > p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

#articlebody h4 {
	font-size: 20px;
    margin-bottom: 1em;
}

#articlebody ul {
	list-style: square;
	margin-left: 25px;
}

#articlebody ul li {
	line-height: 18px;
	margin-bottom: 5px;
}

#articlebody ol {
	line-height: 18px;
}

#articlebody ol li {
	margin-bottom: 5px;
}

.section  {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    font-family: Roboto Condensed;
}

.published {
	color: #474747;
	font-weight: bold;
    font-family: Roboto Condensed;
}

.published p {
    margin: 0 0 0.5em;
    line-height: 1.25em;
    font-size: 18px;
}

.published p.publishupdate {
    font-style: italic;
    font-size: 16px;
}

.byline {
	color: #959595;
	font-size: 20px;
	font-weight: bold;
    margin: 0 0 0.5em;
    line-height: 1.25em;
    font-family: Roboto Condensed;
}

.mugshot  {
	height: auto;
    margin-bottom: 0.25em;
    width: 100%;
    max-width: 180px;
}

.tags {
	font-weight: bold;
	margin: 1em 0;
    font-size: 16px;
    font-family: Roboto Condensed;
}

.tags li {
    padding: 0 5px;
    margin: 0.25em 0;
}

span.tag:after {
    content: ",";
}
span.tag:last-of-type:after {
    content: "";
}
a.tag:hover  {
	text-decoration: underline;
}

.issue {
	border-bottom: 2px solid #f1f1f1;
	border-top: 2px solid #f1f1f1;
	color: #474747;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	margin: 20px 0;
	padding: 5px 0;
	text-transform: uppercase;
}

.disclaimer, .correction {
	background: #f1f1f1;
	color: #474747;
	font-size: 13px;
	line-height: 1.25em;
	padding: 10px;
    font-family: Roboto, Helvetica, Tahoma, Arial, sans-serif;
}

.share  {
	font-weight: bold;
	margin: 1em 0;
}

.sharevia  {
	border-bottom: 2px solid #f1f1f1;
	color: #474747;
    font-size: 20px;
}

.share ul  {
	list-style: none !important;
	margin: 0 !important;
}

.share ul li  {
	margin: 7px 0;
}

.share ul li a  {
	cursor: pointer;
	padding: 2px 5px;
	text-transform: uppercase;
}

.share ul li a:hover  {
	background: #2F7A32;
	color: #FFFFFF;
	text-decoration: none;
}

.corrected  {
	font-weight: bold;
	text-transform: uppercase;
}

.thumbnail {
	border: 1px solid #474747;
	margin-bottom: 10px;
}

#map {
	color: #474747;
	margin-top: 25px;
}

.mapheader {
	color: #959595;
	font-weight: bold;
	text-transform: uppercase;
}

#image {
	font-size: 13px;
	margin: 1.25em 0 1em;
	text-align: center;
}

#image img {
    width: 100%;
}

#image .cutline {
	font-size: 14px;
	line-height: 15px;
	margin: 0;
	padding: 3px 0;
	text-align: left;
}

#smallimage {
	background: #e6e6e6;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
	width: 600px;
}

#smallimage .cutline {
	border-bottom: 2px solid #959595;
	font-size: 13px;
	line-height: 15px;
	margin: -2px 0 0;
	padding: 5px 0;
	text-align: left;
}

.credit {
	color: #959595;
	font-size: 12px;
	text-transform: uppercase;
}

.stafferlink {
	font-weight: bold;
}

.infographic {
	width: 100%;
}

.infographiccredit {
	color: #959595;
	font-size: 12px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.related ol {
	color: #474747;
	margin: 1em 0;
	padding: 0;
    list-style: none;
}

.related ol li {
	list-style-position: inside;
	margin: 0.5em 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 0.5em;
    line-height: 1.25em;
}

.related ol li:last-of-type {
    border-bottom: none;
}


#bottomshare {
    background: #f1f1f1;
    border-bottom: 2px solid #959595;
    margin-top: 0.5em;
}

#bottomshare p {
    color: #474747;
    padding: 0.25em 0.5em;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Roboto Condensed;
    font-size: 20px;
}

#bottomshare p a {
    cursor: pointer;
}

#bottombox {
    width: 100%;
}

#bottombox .related {
    width: 49%;
    float: left;
}

#bottombox .related h2.sectionlabel {
    font-size: 16px;
    border-bottom: 0;
    text-align: left;
    padding: 5px 10px;
}

#bottombox .related:first-of-type {
    margin-right: 2%;
}

#comments h5 {
    margin-top: 0;
}

.commentbody {
	border-top: 2px solid #f1f1f1;
}

.commentbody p {
    font-size: 14px;
}

.commenttime {
	background: #f1f1f1;
	border-top: 2px solid #959595;
	color: #474747;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 4%;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	width: 20%;
}

.commenttime p {
    padding: 2px 5px;
    margin: 0;
    font-size: 12px;
}

a.send {
	background: #2F7A32;
	border: 2px solid #f1f1f1;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	opacity: 0.9;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
}

a.send:hover {
	color: #FFFFFF;
	cursor: pointer;
	opacity: 1;
	text-decoration: none;
}

#discuss h5 {
    margin-bottom: 1em;
}

/* Blogs */

#blog-list {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #e6e6e6;
}
#blog-list .resultset {
    background: none;
    padding: 1em 1em 0.75em;
    border-bottom-color: #fff;
}
#blog-list .resultset h3 {
    margin-bottom: 0.5em;
    line-height: 1.25em;
}
#blog-list .pagenav {
    margin: 0;
    padding: 1em;
    width: auto;
}
#recent-blog-posts {
    width: 66%;
    float: left;
}

#recentbloglist .resultset h3 {
	line-height: 1.25em;
}
#recentbloglist .resultset:last-of-type {
    border-bottom: 0;
}

#blognav {
	background: #f1f1f1;
	color: #474747;
	float: left;
	margin-right: 3.8%;
	width: 20%;
}

#blognav .stag {
	background: #f1f1f1;
	border-bottom: 2px solid #959595;
	color: #474747;
	display: block;
	font-weight: bold;	
	margin: 10px;
	text-transform: uppercase;
}

#blognav .stag:after {
	color: #959595;
	content: "\00BB";
	font-size: 18px;
	line-height: 14px;
	padding-left: 5px;
}

#blognav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#blognav ul li {
	font-size: 12px;
	padding: 5px 10px;
}

#blognav ul li:hover {
	background: #2F7A32;
}

#blognav ul li h2 {
	color: #2F7A32;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

#blognav ul li:hover h2 {
	border-bottom: 2px solid #f1f1f1;
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}

#blognav ul li p {
	color: #474747;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding-left: 15px;
}

#blognav ul li p:before {
	color: #959595;
	content: "\00BB";
	font-size: 18px;
	margin-left: -15px;
	padding-right: 5px;
}

#blognav ul li:hover p {
	color: #fff;
}

#blognav ul li.selected {
	background-color: #F1F1F1;
	background-image: -webkit-linear-gradient(left, #f1f1f1, #F1F1F1); 
	background-image: -moz-linear-gradient(left, #f1f1f1, #F1F1F1); 
	background-image: -ms-linear-gradient(left, #f1f1f1, #F1F1F1); 
	background-image: -o-linear-gradient(left, #f1f1f1, #F1F1F1);
}

#blognav ul li.selected:hover {
	background-color: #2F7A32;
	background-image: none;
}

.blogdetails {
	background: #2F7A32;
	color: #fff;
	display: block;
	font-size: 36px;
	font-weight: bold;
    font-family: Roboto Condensed;
	padding: 0.1em 0.5em;
	text-transform: uppercase;
}
.blogdetails a {
    color: #fff;
}
.blogdetails h1 {
    font-family: Roboto Condensed;
    font-size: 36px;
    margin: 0;
    line-height: inherit;
}
div.blog-desc-small {
    font-size: 24px;
    border-bottom: 2px solid #e6e6e6;
    padding: 0.25em 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-family: Roboto Condensed;
    font-style: italic;
    display: block;
    line-height: 1.25em;
}

#blogbody {
	float: none;
	width: 100%;
}

#blogbody ul {
	list-style: square;
	margin-left: 25px;
}

#blogbody ul li {
	line-height: 18px;
	margin-bottom: 5px;
}

#blogbody ol {
	line-height: 18px;
}

#blogbody ol li {
	margin-bottom: 5px;
}

#blogbody .commenttime {
	margin-left: 0;
}

#blogbody .commentbody  {
	margin-left: 150px;
}

#blogbody .byline {
    margin-bottom: 0.25em;
}

#blogbody .tags {
    color: #959595;
    margin: 0.5em 0;
}

#blogbody div.share {
    border-bottom: 4px solid #2F7A32;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
    font-family: Roboto Condensed;
    padding-bottom: 0.5em;
}
#blogbody .sharevia {
    border-bottom: 0;
    font-size: inherit;
    color: #959595;
}
#blogbody li.sharevia:after {
    content: ":";
}
#blogbody .share ul li {
    display: inline;
}
#blogbody .share ul li a {
    padding: 2px 3px;
}

.blogmug {
	float: left;
	font-weight: bold;
	margin-right: 20px;
}



/* Image Galleries */

#camera_wrap {
    background: #eee;
    margin: 1.25em 0 0;
}
div.main-pic-container {
    position: relative;
    padding-bottom: 66.6666666666666%; /* 3/2 ratio */
    height: 0;
    overflow: hidden;
    margin: 1.25em 0 0;
    background: #eee;
}
div.main-pic-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
div.main-article {
	margin-left: 0;
	float: left;
    width: 100%;
}
div.main-article.big-third {
    width: 32%;
}
.caption {
	font-size: 0.8em;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.3em;
    background: #fff;
    padding-top: 0.5em;
}
.caption p {
    font-size: 1em;
    display: inline;
}
.wide_photo_container .caption {
    font-size: 0.9em;
}
.multimedia-caption {
    margin-bottom: 1em;
}
.multimedia-caption p {
    display: inline;
    line-height: 1.6em;
    font-size: 1.1em;
    font-family: Droid Serif, serif;
}
h5.back-to-article {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.25em;
}
h5.back-to-article p {
    display: inline;
}
div.camera_caption {
    background: #000;
}
div.camera_caption .caption {
    background: none;
    padding-top: 0;
}
.photog {
	text-transform: uppercase;
	font-size: 0.9em;
    line-height: 1.3em !important;
    font-weight: bold;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h3.image-detail-section {
    margin: 0.5em 0 1em;
}
.wide_photo_container img {
    max-width: 100%;
}
#gallery-spacer {
    height: 2em;
    clear: left;
}

/* ERROR PAGES */

#errorpage {
    width: 100%;
    max-width: 800px;
    margin: 2em auto;
}

/* Archive Pages */

h5.archive-pubdate {
    margin-bottom: 0.5em;
    font-size: 18px;
}

#archivecontent, #imagecontent {
	padding: 1em 0;
}

#archivecontent .pagecontents, #imagecontent .pagecontents {
    width: 51%;
    float: left;
    margin-left: -2%;
}

#archivecontent ul, #imagecontent ul {
    list-style: none;
    margin: 0;
}

#archivecontent li > *, #imagecontent li > *, .pagecontents h2 {
	padding-left: 4%;
}
li.archivecontent-article-list {
    margin-left: 4%;
    margin-bottom: 0.25em;
}
li.archivecontent-article-list:before {
    content: "\00BB";
    padding-right: 0.75em;
}
li.archivecontent-article-list a {
    padding-left: 0 !important;
}

#archivecontent .main-pic-container, #imagecontent .main-pic-container {
    max-width: 900px;
	margin-right: 2%;
    margin: 0 2% 1em 0;
}
#archivecontent .layout-detail, #imagecontent .layout-detail {
    width: 48%;
    max-width: 500px;
    border: 1px solid #2F7A32;
    float: left;
    margin-right: 2%;
}
#archivecontent .contentimage, #imagecontent .contentimage {
	width: 100%;
    max-width: 200px;
}
#archivecontent li:nth-of-type(n+3) .contentimage, #imagecontent li:nth-of-type(n+3) .contentimage {
	margin-top: 1em;
}

#archivecontent .imageinfo, #imagecontent .imageinfo {
	margin: 0;
}

#archivecontent .pagecontents, #imagecontent .pagecontents {
	margin-top: 1em;
}

#archivecontent .linked, #imagecontent .linked {
	border-bottom: 2px solid #2F7A32;
	border-top: 2px solid #2F7A32;
	color: #474747;
	display: table;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 25px;
	padding: 5px 0;
	text-transform: uppercase;
}

#archivecontent .share, #imagecontent .share {
	color: #959595;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1.5em;
	padding: 5px 0;
	text-transform: uppercase;
}

#archivecontent .via, #imagecontent .via {
	cursor: pointer;
	padding: 5px;
}

#archivecontent .via:hover, #imagecontent .via:hover {
	background: #2F7A32;
	color: #FFFFFF;
	text-decoration: none;
}

#prevBtn {
	font-size: 16px;
	font-weight: bold;
	left: 25px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
}

#prevBtn a:before {
	color: #959595;
	content: "\00AB";
	font-size: 20px;
	line-height: 16px;
	padding-right: 5px;
}

#nextBtn {
	font-size: 16px;
	font-weight: bold;
	left: 925px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
}

#nextBtn a:after {
	color: #959595;
	content: "\00BB";
	font-size: 20px;
	line-height: 16px;
	padding-left: 5px;
}



/* Forms */

#inputfields {
	float: left;
	width: 20%;
}

#selectfields {
	float: left;
	margin-bottom: 10px;
	margin-left: 50px;
}

#textareafields {
	float: left;
	margin-left: 4%;
	width: 76%;
}

div.formpadding {
    background: #f1f1f1;
    padding: 2px 5px;
}

label.input {
	border-top: 2px solid #959595;
	color: #474747;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
    padding: 0;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}

label.input:before {
	color: #2F7A32;
	content: "\00BB";
	font-size: 16px;
	line-height: 10px;
	padding-right: 3px;
}

label.input:hover {
	color: #2F7A32;
}

label.textarea {
	border-top: 2px solid #959595;
	color: #474747;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

label.textarea:before {
	color: #2F7A32;
	content: "\00BB";
	font-size: 16px;
	line-height: 10px;
	padding-right: 3px;
}

label.textarea:hover {
	color: #2F7A32;
}

p.send {
	margin-top: 25px;
	text-align: right;
}

p.send input[type=submit] {
	margin-left: 20px;
}

#search .blogdetails {
    margin-bottom: 0.75em;
}
#fullsearch {
	float: left;
	height: 36px;
    font-size: 16px;
    padding: 0 8px;
	width: 67%;
    border: 2px solid #2F7A32;
    box-sizing: border-box;
}
#fullsearchenter {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    border: 2px solid #2F7A32;
    box-sizing: border-box;
}
#searchtype {
    clear: both;
}
#searchtype li {
	float: left;
	margin-top: 0.5em;
	padding-right: 1em;
}

/* Special Sections */

#ssheader {
	border-bottom: 2px solid #959595;
	color: #959595;
	margin: 25px 0;
}

#ssheader h1, #ssheader h2 {
	display: inline;
}

#ssheader h1 {
	font-size: 28px;
	padding-right: 10px;
	text-transform: uppercase;
}

#ssfooter {
	background: url(http://themaneater.com/media/style/2012-08/images/namplates/maneaterss.png) no-repeat right bottom;
	border-top: 2px solid #f1f1f1;
	color: #959595;
	font-style: italic;
	height: 75px;
	margin: 20px 0;
	padding-right: 80px;
	position: relative;
	text-align: right;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
#ssfooter {
	background-image: url(http://themaneater.com/media/style/2012-08/images/namplates/maneaterss-hr.png);
	background-size: 75px 70px; }
}

#ssinfo {
	font-size: 9px;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

#ssinfo a {
	color: #2F7A32;
}

#sslink {
	display: block;
	height: 70px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 75px;
}

/* RESPONSIVE MENU */

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 800px) {
    .js .nav-collapse {
      position: relative;
    }
    .js .nav-collapse.closed {
      max-height: none;
    }
    .nav-toggle {
      display: none;
    }
    #toggle {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .nav-collapse {
        padding: 0.5em 0;
    }
    .nav-collapse li {
        width: 50%;
        display: block;
        margin-bottom: 1em;
    }
    li#navbar-search {
        width: 100%;
        float: none;
    }
    #navbarsearch {
        width: 175px;
        margin: 0 auto;
    }
    #toggle {
        display: block;
        float: left;
        width: 44px;
        height: 44px;
        margin: 0;
        text-indent: -9999px;
        overflow: hidden;
        background: #2F7A32 url("http://themaneater.com/media/style/move-new/hamburger-retina.gif") no-repeat 50% 50%; 
        background-size: 100px 100px !important;
    }
}


/* BREAKPOINTS */

@media all and (max-width: 1200px) {
    .navlinks ul li a {
        font-size: 20px;
        padding: 4px 8px;
    }
    #navbarsearchsubmit, #navbarsearchbox {
        height: 24px;
    }
    #navbarsearchbox {
        width: 160px;
    }
    ul.sectionlist {
        max-height: 600px;
    }
    a.sectionlabel {
        font-size: 24px;
    }
    #articleinfo {
        margin-right: 4%;
    }
    #articlebody {
        float: none;
        width: auto;
        padding-left: 0;
    }
}

@media all and (max-width: 960px) {
    .navlinks ul li a {
        font-size: 16px;
        padding: 4px 6px;
    }
    #navbarsearchsubmit, #navbarsearchbox {
        height: 20px;
    }
    #navbarsearchbox {
        width: 150px;
        font-size: 12px;
    }
    .otherlinks li a {
        font-size: 13px;
    }
    #newssections .sectionlist li:first-of-type {
        font-size: 1.25em;
    }
    h2.sectionlabel {
        font-size: 18px;
    }
    a.sectionlabel {
        font-size: 20px;
    }
    ul.sectionlist {
        max-height: 500px;
    }
    ul.sectionlist li, .sectionbox, .related ol li {
        font-size: 0.9em;
    }
    #newssections .sectionlist {
         max-height: none;
    }
    .articleads .shortvert_adspace {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    #archivecontent p.imageinfo, #imagecontent p.imageinfo, #archivecontent li.archivecontent-article-list, #imagecontent li.archivecontent-article-list {
        font-size: 0.95em;
    }
    .blogdetails {
        font-size: 28px;
    }
    div.blog-desc-small {
        font-size: 18px;
    }
    #content h1, #errorpage h1 {
        font-size: 2.25em;
    }
    #content h3, #errorpage h3 {
        font-size: 1.25em;
    }
    .mugshot  {
        float: left;
        margin-right: 1em;
        margin-bottom: 1em;
        height: 150px;
        width: auto;
    }
    h5.archive-pubdate {
        font-size: 14px;
        margin-bottom: 0.25em;
    }
    .resultset h3 {
        font-size: 1.5em !important;
    }
    .resultset, .resultset h6, .resultset p {
        font-size: 14px;
    }
    .stafftitle {
        width: 48%;
        margin-right: 4%;
    }
    .staffinfo {
        width: 48%;
    }
    #gallery-spacer {
        height: 1em;
    }
    #articleinfo {
        width: 100%;
        float: none;
        text-align: left;
        font-size: 1em;
        border-bottom: 4px solid #2F7A32;
        margin-bottom: 1.5em;
    }
    p.byline, div.published, .published p:first-of-type, .published p.publishupdate {
        display: inline;
    }
    p.byline:after {
        content: " |";
        color: #474747;
    }
    #blogbody p.byline:after {
        content:"";
    }
    .published p, .byline {
        font-size: 16px;
    }
    .published p.publishupdate:before {
        content: "| ";
    }
    .published p.publishupdate {
        font-size: 16px;
        font-style: normal;
    }
    .tags, .share {
        margin: 0.5em 0;
    }
    .tags li {
        display: inline;
        padding: 0;
    }
    .tags li:after {
        content: ",";
    }
    .tags li:last-of-type:after {
        content: "";
    }
    .sharevia {
        border-bottom: 0;
        font-size: inherit;
        color: #959595;
    }
    li.sharevia:after {
        content: ":";
    }
    .share ul li {
        display: inline;
    }
    .share ul li a {
        padding: 2px 3px;
    }
    h3.footer {
        font-size: 13px;
    }
    a.footer {
        font-size: 12px;
    }
    #footer ul li {
        padding: 2px 0;
    }
}

@media all and (max-width: 800px) {
    #nameplate {
        width: 100%;
    }
    .navlinks ul li a {
        text-align: center;
    }
    #navbarsearchbox {
        width: 130px;
    }
    ul.sectionlist {
        max-height: 600px;
    }
    h2.sectionlabel {
        font-size: 16px;
    }
    a.sectionlabel {
        font-size: 26px;
    }
    #newssections p.cdeck {
        display: block;
    }
    #sidebar {
        display: none;
    }
    #content {
        float: none;
        width: 100%;
    }
    #archivecontent .main-pic-container, #imagecontent .main-pic-container {
        margin-right: 0;
    }
    #archivecontent .layout-detail, #imagecontent .layout-detail {
        float: left;
        width: 48%;
    }
    .stafftitle {
        font-size: 0.9em;
    }
    .stafftitle h1 {
        font-size: 32px;
    }
    .stafftitle h3 {
        font-size: 16px;
    }
    .staffinfo {
        font-size: 0.9em;
    }
    .staffinfo h6 {
        font-size: 16px;
    }
    .column1-2, .column2-2 {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .commenttime {
        float: none;
        width: 50%;
        max-width: 18em;
    }
    .cubeads, #adspace {
        display: none;
    }
    .small-ads, #adspace.small-adspace {
        display: block;
    }
    #searchtype li {
        font-size: 0.9em
    }
    .tagitem {
        margin-right: 2%;
        width: 31.3333333333333%;
        font-size: 0.9em;
    }
    .staffitem {
        width: 24%;
        margin-right: 1%;
    }
    #footer .grid_2 {
        max-width: none;
        width: 30%;
    }
    #f1 {
        padding-top: 200px;
        width: 28% !important;
    }
    #f2 {
        border-left: 0;
        padding-left: 2%;
    }
    #f4 {
        clear: left;
    }
    #f4, #f5, #f6 {
        margin-top: 2em;
    }
    
}

@media all and (max-width: 600px) {
    #content h1, #errorpage h1 {
        font-size: 1.75em;
    }
    #content h3, #errorpage h3 {
        font-size: 1.1em;
    }
    .resultset h3 {
        font-size: 1.25em !important;
    }
    .stafftitle, .staffinfo {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .staffinfo {
        margin-top: 1em;
    }
    .small-ads .shortvert_adspace {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .shortvert_adspace:nth-of-type(2n) {
        margin-right: 0;
    }
    #bottombox .related h2.sectionlabel {
        font-size: 14px;
    }
    #blog-list {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em;
    }
    #blog-list .resultset h3 {
        margin-bottom: 0;
    }
    #blog-list .resultset p {
        display: none;
    }
    #blog-list .pagenav {
        font-size: 0.9em;
        padding: 0.5em;
    }
    #recent-blog-posts {
        float: none;
        width: 100%;
    }
    #archivecontent .layout-detail, #imagecontent .layout-detail {
        float: none;
        width: 100%;
        max-width: none;
    }
    #archivecontent .pagecontents, #imagecontent .pagecontents {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    #archivecontent li > *, #imagecontent li > *, .pagecontents h2 {
        padding-left: 0;
    }
    #archivecontent li h5, #imagecontent li h5 {
        padding: 5px 10px;
    }
    li.archivecontent-article-list {
        margin-left: 0;
    }
    #inputfields {
        float: none;
        width: 100%;
    }
    label.input {
        text-align: left;
    }
    #textareafields {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .tagitem, .staffitem {
        margin-right: 4%;
        width: 46%;
    }
    #f1 {
        padding-top: 140px;
    }
    h3.footer {
        font-size: 12px;
    }
}

@media all and (max-width: 400px) {
    blockquote {
        width: 100%;
        max-width: 100%;
        margin: 1em 0;
        float: none;
    }
    #content h1, #errorpage h1 {
        font-size: 1.5em;
    }
    #content h3, #errorpage h3 {
        font-size: 1em;
    }
    .otherlinks li a {
        font-size: 11px;
        padding: 0 2.5px;
    }
    .otherlinks li a:before {
        padding: 0 2.5px;
    }
    #f1 {
        padding-top: 120px;
    }
    .hide-400 {
        display: none;
    }
}