




/*
     FILE ARCHIVED ON 17:21:42 Aug 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:45:01 Apr 21, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Theme Name: Heavy Mental
Theme URI: http://www.heavymental.com/
Description: Theme made for Heavy Mental. Based on; The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0 by Elliot Jay Stocks, Author URI: http://elliotjaystocks.com 
Author: Sam Morgan
Author URI: http://www.svmorgan.com/
*/



/* RESET ----------------------------------------- */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
div { position: relative; }
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold; }
em { font-style:italic;}
a img { border:none } /* Gets rid of IE's blue borders */
/* LAYOUT ----------------------------------------- */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
html, body {
	height: 100%;
	/*background: url("/web/20140827172142/http://www.theheavymental.com/wp-content/themes/heavymental/images/930_5_5.png") repeat-y center;*/
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	color: #000;
}

/*#article a {
	color: #666;
}
#article a:hover {
	color: #999;
}*/
hr {
	border: none;
	height: 1px;
	background: #000;
	margin: 25px 0 36px;
}
blockquote p {
    font-style: italic;
    width: 480px !important;
}
.credits {
	font-family: sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	text-align: center;
}
.sans-serif {
	font-family: sans-serif;
}
.question {
	/*font-family: sans-serif;*/
	font-weight: bold;
}
.clear { 
	clear:both; 
	display:block; 
	height:1px; 
	margin:-1px 0 0 0; 
}
#header {
	padding: 30px 0 0;
	position: fixed;
	width: 920px;
	background: #fff;
	z-index: 9999;
}
h1#logo a {
	background: url("/web/20140827172142/http://www.theheavymental.com/wp-content/themes/heavymental/images/HeavyMental-logo-sprite.gif") no-repeat center bottom scroll;
	width: 550px;
	height: 68px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 25px;
	/*-webkit-transition: background-position .3s linear;
	-moz-transition: background-position .3s linear;
	-o-transition: background-position .3s linear;
	transition: background-position .3s linear;
}
h1#logo a:hover {
	background: url("/web/20140827172142/http://www.theheavymental.com/wp-content/themes/heavymental/images/HeavyMental-logo-sprite.gif") no-repeat center top scroll;
}*/
}
#header-menu {
	/*border-top: 1px solid #000;
	border-bottom: 3px solid #000;
	padding: 16px 0;*/
	border-bottom: 1px solid #000;
	padding: 0 0 25px; 
}
#header-menu ul, #header-menu li a {
	color: #000;
	text-align: center;
	/*font-size: 18px;*/
	/*text-transform: uppercase;*/
}
#header-menu li {
	display: inline;
	/*font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;*/
}
#header-menu li:after {
	content: " \\ ";
}
#header-menu li:last-child:after {
	content: "";
}
#header-menu li a {
	text-decoration: none;
}
#header-menu li a:hover, 
#header-menu li.current a {
	color: #999;
}
#main-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -135px;
	position: relative;
}
#main-wrapper, #content-wrapper {
	width: 920px;
}
#content-wrapper {
    clear: both;
    position: relative;
    padding: 165px 0 0;
}
/*#content-wrapper.home {
	border-bottom: 1px solid;
    border-top: 1px solid;
}*/
#home-menu-wrapper {
    border-bottom: 1px solid;
    /*border-top: 1px solid;*/
    padding: 16px 0;
}
.frontpage-thumb {
	float:left;
	padding-right: 5px;
}
.frontpage-thumb:nth-child(n+6) {
	margin: 18px 0 0;	
}
.frontpage-thumb:nth-child(5n) {
	padding-right: 0;
}
.frontpage-thumb a{
	width:180px;
	height:135px;
	display: block;
}
.frontpage-thumb:hover {cursor:pointer}
/*.frontpage-thumb:hover > a img {opacity:0.4;}*/
.thumb-category a {
    display: inline;
    text-decoration: none;
}
.frontpage-thumb span {
	clear: both;
}
/*.thumb-title, .thumb-category {
	float: left;
}*/
.from-category {
	margin: 25px 0;
}
/**** Home page page Navi ****/
.wp-pagenavi {
	float: right;
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {

}

.wp-pagenavi span.current {
	color: #000;
}
/**** Article ****/
#article {
	border-bottom: 1px solid #000;
	padding: 25px 0 0;
}
#article h2 {
	font-family: 'Anton', Impact, Haettenschweiler, "Arial Narrow Bold", "Futura-CondensedExtraBold", sans-serif;
	text-transform: uppercase;
    /*border-bottom: 1px solid #000;*/
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    /*padding-bottom: 3px;*/
    text-align: center; 
}
#article p {
	width: 550px;
	/*margin-left: 185px;*/
	margin: 0 auto 16px;
}
#article img {
    /*max-height: 920px;*/
    max-width: 920px;
    /*width: auto;*/
    height: auto;
}
.img-number, 
.caption-number {
	font-family: 'Anton', Impact, Haettenschweiler, "Arial Narrow Bold", "Futura-CondensedExtraBold", sans-serif;
	font-size: 11px; 
	color: #000;
	text-decoration: none !important;
}
.caption-number {
	line-height: 11px;
	position: absolute;
}
#article-inner {
	width:550px;
	margin: 0 auto;
}
.social {
	position:absolute;
	width:100px;
	right:0;
	bottom:10px;
	cursor: pointer;
}
.social.frontpage {
	position: relative;
	float: left;
	z-index: 9998;
	width:365px;
	padding: 10px 0 0;	
}

.twitter-share-button {
	margin: 8px 0 0;
}
.social-icons {}
.clear-social {}
.fb-like-icon,
.twitter-icon {	
	float:right;
	font-size:10px;
	font-style: italic;
}
.frontpage .fb-like-icon,
.frontpage .twitter-icon {	
	font-size:10px;
	font-style: italic;
	float:none;
}
.twitter-icon {
	padding: 0 10px 0 0;
}
.fb-like-icon:before {
	content: url('/web/20140827172142/http://www.theheavymental.com/wp-content/themes/heavymental/images/facebook-icon.gif');
}
.twitter-icon:before {
	content: url('/web/20140827172142/http://www.theheavymental.com/wp-content/themes/heavymental/images/tweet-icon.gif');
}
.fb-like-icon:before,
.twitter-icon:before {
	padding: 0 3px 0 0;
	vertical-align: middle;
}
.social-buttons {
    background: #fff;
    box-shadow: 2px 2px 6px #666;
    -moz-box-shadow: 2px 2px 6px #666;
    -webkit-box-shadow: 2px 2px 6px #666;
    padding: 15px 15px 10px;
    border: 1px solid #CCCCCC;
	display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: -90px;
    z-index: 9998;
}
.frontpage .social-buttons {
    left: 10px;
    top: -92px;
    width: 300px;
}
/*.social:hover > .social-buttons { display:block; }*/
.captions {
    position: absolute;
    bottom: 16px;
    width: 145px;
    font-size: 10px;
    line-height: 13px;
}
.captions.after-content {
	position: relative;
	margin: 25px 0 0;
}
.captions li {
	position: relative;
}
.captions .caption-text {
    font-style: italic;
    left: 15px;
    position: relative;
}
.img-wrapper {
	margin: 21px 0;
    position: relative;
    width: 920px;
}
.img-wrapper iframe {
	margin: 0 auto;
}
/*.prev-post,
.next-post {
	font-style: italic;
}
.next-post {
	float: right;
}*/
.footer-excerpt {
	width: 445px;
	color: #999;
	font-style: italic;
	padding-top: 25px;
}
.footer-excerpt a {
	color: #666;
}
.footer-excerpt.prev-post {
	float: left;
}
.footer-excerpt.next-post {
	float: right;
}
.no-excerpt {
	text-align: right;
}
/***** Category Page *****/
.excerpt-wrapper {
    border-bottom: 1px solid #000;
    margin: 25px auto 0;
    padding: 0 0 25px;
}
.excerpt-wrapper img {
	margin: 0 auto;
	display: block;
}
.excerpt {
	width: 550px;
	margin: 0 auto;
}
.more-link {
	color: #999;
	text-decoration: none;
	font-style: italic;
}
h2.excerpt-title a {
	text-align: center;
	font-family: 'Anton', Impact, Haettenschweiler, "Arial Narrow Bold", "Futura-CondensedExtraBold", sans-serif;
	font-size: 24px;
	display: block;
	text-transform: uppercase;
	margin: 12px 0 6px 0;
	color: #000; 
}
.sub-heading {
	font-family: 'Anton', Impact, Haettenschweiler, "Arial Narrow Bold", "Futura-CondensedExtraBold", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #000; 
}
#content-wrapper.error404,
#content-wrapper.search {
	text-align: center;
}
/*#content-wrapper.error404 h2, 
#content-wrapper.search h2 {
    font-family: 'Anton',Impact,Haettenschweiler,"Arial Narrow Bold","Futura-CondensedExtraBold",sans-serif;
    font-size: 24px;
    margin: 25px 0 15px;
    text-transform: uppercase;
}*/
#content-wrapper.search-results h2 {
    font-family: Georgia,serif;
    font-size: 12px;
    margin: 5px 0 0;
    text-align: left;
    text-transform: none;
}
#mc_embed_signup {
	margin: 0 auto 25px;
}
#mce-success-response {
	text-align:center;
	width:420px;
	margin:10px auto;
}
div.mce_inline_error {
    color: #f00;
    font-family: sans-serif;
    font-size: 10px;
    margin: 2px 0 0 325px;
    position: absolute;
    text-align: left;
}
#mce-EMAIL,
#s {
	border: 1px solid #000;
	padding:5px; 
	font-family:serif; 
	font-size:14px; 
	width:180px; 
	margin: 0 5px 8px 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
}
#mc-embedded-subscribe,
#searchsubmit { 
	background:#000;
	color:#fff;
	padding:5px;
	border:none;
	text-transform:uppercase;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-appearance:none;
}
#mc-embedded-subscribe:hover,
#searchsubmit:hover {
	background:#999;
}
.mc-field-group {
	text-align:center;
}
#searchform {
	margin: 10px 0 25px;
}
/*input#s {
	border: 1px solid #333;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}*/
.push, #footer {
	height:135px;
	clear: both;
}
#footer {
	text-align: center;	
	width: 550px;
	margin: 0 auto;
}
#footer-menu {
	font-family:'Anton', Impact, Haettenschweiler, "Arial Narrow Bold", "Futura-CondensedExtraBold", sans-serif;
	text-transform: uppercase;
	font-size: 16px; 
	padding: 50px 50px 0 0;
}
#footer-search-pholder,
#footer-search-input,
#footer-search-pholder form, 
#footer-search-input form {
	position: relative; 
	display: inline;
}
#footer-search-pholder a,
#footer-search-input input {
	-webkit-padding-start: 0;
	-moz-padding-start: 0px;
}
/*#footer-search-pholder input {
	font-family:'Anton', Impact, Haettenschweiler, "Arial Narrow Bold", "Futura-CondensedExtraBold", sans-serif;
	text-transform: uppercase;
	font-size: 16px;  
	border: none;
	cursor: pointer;
	background: none;
	-webkit-appearance: none;
}*/
#footer-search-input input {
	font-size: 11px;
	font-family: sans-serif;
	border: none;
	width: 120px;
	height: 20px;
	margin: 2px;
	padding: 0 3px;
	background: #000;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#footer-search-input input,
#footer-search-pholder a {
    left: 0;
    position: absolute;
    top: 0;
}
#footer-search-pholder a {
	display: block;
	margin: 3px 0 0 3px; 
}
#footer-menu a {
	color: #000;
}
#footer-menu a:hover, 
#footer-menu a.current {
	color: #999;
}
#footer p {
    font-size: 9px;
    display: block;
    padding: 10px 0 25px;/* was 60px top */ 
}
#footer span {
	text-transform: uppercase;
}
#copywrite a {
	color: #000;
}
#copywrite a:hover {
	text-decoration: underline;
}
.audio_wrap.html5audio {
	width: 550px;
	margin: 0 auto;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	#header {
		position: absolute;
	}
}