/*
Theme Name: Magazine Basic
Theme URI: http://bavotasan.com/wordpress/free-wordpress-themes/magazine-basic-free-wordpress-theme/
Description: A 2 or 3 column magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 sidebars, header alignment, logo uploader, home page number of posts and more. Also includes two extremely useful widgets. Tested on WP 2.7.x using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://bavotasan.com">c.bavota</a> of <a href="http://tinkerpriestmedia.com">Tinker Priest Media</a>.
Version: 2.3.1
Author: c.bavota
Author URI: http://bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #AF0A11;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

body {
	color: #bbb;
	background: #000000 url('http://hellfurnace.com/wp-content/themes/magazine-basic/images/noise-bg2.jpg') repeat scroll 0 0;
 	margin: auto; 
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	padding: 0 20px; 
	width: 300px;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #AF0A11;
	text-transform: capitalize;
	}
	
#leftcontent p {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Courier New", Courier, monospace;
	line-height: 1.6em;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #888;
	margin-bottom: 2.1em;
}
#leftcontent .posts p {
	margin-bottom: 2.1em;
	font-size: 14px;
}
#leftcontent .posts ul li {
	font-family: "Courier New", Courier, monospace;
	line-height: 2;
	margin-bottom: 1em;
	font-size: 14px;
	color: #999;
}
#leftcontent #threecol p, #leftcontent #twocol p {
	font-size: 14px;
	margin-bottom: 1em;
	margin-top: 3px;
	line-height: 1.6em;
}
#leftcontent #twocol p {
	font-size: 13px;
}
#leftcontent #threecol p {
	font-size: 11px;
	line-height: 1.6em;
}
#sidebar p, #sidebar li, .subscribebox {
	font-family: "Courier New", Courier, monospace;
	line-height: 1.5;
	font-size: 11px;
	margin-bottom: 8px;
	color: #888;
}
#leftcontent p strong, #sidebar p strong {
	color: #aaa;
	font-weight: bold;
}	
input.textfield, textarea {
	padding: 4px;
	background: #000;
	color: #ddd;
	border: 1px solid #333;
	margin-top: 3px;
	font-style: italic;
	font-size: 16px;
	font-family:"Courier New", Courier, monospace;
	width: 66%;
	}
.subscribebox input {
	padding: 4px;
	background: #000;
	color: #ddd;
	border: 1px solid #333;
	font-family:"Courier New", Courier, monospace;
	width: 94%;
	font-size: 100%;
}
.subscribebox input.subscribebutton {
	padding: 0 2px;
	background: #7F070C;
	color: #000;
	font-family:"Courier New", Courier, monospace;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 116%;
	width: 47%;
	cursor: pointer;
}
.subscribebox input.unsubscribebutton {
	border: 0;
	width: 49%;
	color: #7F070C;
	font-family:"Courier New", Courier, monospace;
	margin: 5px 0 0;
	background: transparent;
	cursor: pointer;
}	
input.captcha {
	padding: 4px;
	background: #000;
	color: #ddd;
	border: 1px solid #333;
	margin-top: 3px;
	font-style: italic;
	font-size: 16px;
	font-family:"Courier New", Courier, monospace;
	width: 68px;
}
.posts img.captchaimg {
	margin-top: 3px;
	border: 1px solid #111;
	padding: 1px;
	width: 72px;
	float:none;
}
.posts .ajax-loader {
	display: none;
}
textarea {
	width: 97%;
	}
form.wpcf7-form {
	border: 1px solid #222;
	padding: 9px 27px 0;
	background: #111;
	margin-top: 6px;
	widows: 90%;
}

/* Header Elements */

#header{
	background: transparent url('http://hellfurnace.com/wp-content/themes/magazine-basic/images/hell-furnace-logo2.gif') no-repeat scroll 0 0;
	float: left;
	width: 100%;
	}

#search-header {
	width: 180px;
	}	
	
#searchform input {
	background: #AF0A11;
	border: 0;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	padding: 2px 3px;
}

#login {
	height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 7px 10px 9px;
	}
	
	#login a {
		color: #fff;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
		display: inline;
		}
	
.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	margin: 20px 0 20px;
	padding: 0;
	float: left;
	width: 70%;
	}
	
	#title a {
		color: #222;
		}		
	
	#title a:hover {
		color: #AF0A11;
		text-decoration: none;
		}
		
#description {
	display: none;
	}		
	
#navigation {
	clear: left;
	float: left;
	width: 63%;
	height: 25px;
	}

ul.menu * {
	margin:0; 
	padding:0
	}

ul.menu ul {position:absolute; top:25px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:1px solid #aaa; width:159px; margin:0}
ul.menu ul li a {display:block; padding:5px 7px 5px 12px; color: #555; background-color:#d1d1d1; border-right: 0; font-size: 12px; }
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:159px; top:-1px}

	ul.menu {
		list-style:none;
		padding: 0;
		margin: 0;
		border-left: 1px solid #222;
		}
	
	ul.menu li {
		position:relative;
		font-family: "Courier New", Courier, monospace;
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 14px;
		padding: 0;
		margin: 0;
		position: relative;
		}
		
	ul.menu li.current-cat {
	
	}
	
	ul.menu a {
		display: block;
		font-weight: bold;
		color: #AF0A11;
		border-right: 1px solid #222;
		padding: 3px 10px 4px 10px;
		}
		
		ul.menu a:hover {
			color: #000;
			background: #AF0A11;
			text-decoration: none;
			}
		
	ul.menu .menulink:hover, ul.menu .menuhover { 
		color: #333; 
		background-color:#c5c5c5;
		}		
								
#sub-navigation {
	float: right;
	width: 37%;
	padding-top: 2px;
	}
	
	#sub-navigation img {
		float: left;
		position: relative;
		top: 3px;
		}
	
	#sub-navigation ul {
		padding: 0 0 0 5px;
		margin: 0;
		float: right;
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		font-size: 12px;
		padding: 3px 0;
		margin: 0;
		border-left: 1px solid #222;
		}
	
	/*#sub-navigation ul.pages li:after {
		content: url(images/blackdot.png);
	}*/
	
	#sub-navigation a {
		color: #AF0A11;
		padding: 3px 8px 4px;
		font-family: "Courier New", Courier, monospace;
		}
		
		#sub-navigation a:hover {
			color: #AF0A11;
			text-decoration: underline;
			}

/* Main Elements */
	
#mainwrapper {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	}

#sidebar {
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 0 0;
	}

#secondsidebar {
	float: left;
	margin: 0;
	padding: 0;
	}
	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 10px 5px;
	background: /*#111 #090909*/ #121212;
	border: 1px solid #222;
	text-align: left;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 13px;
		}
		
	.side-widget ul li {
		padding-left: 2px;
		margin: 2px 0;
		}
	
	.side-widget h2 {
		font-size: 14px;
		padding: 10px 0 5px;
		margin-top: 0;
		margin-bottom: 5px;
		text-align: left;
		text-transform: uppercase;
		color: #aaa;
		line-height: 1.5;
		}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		


#secondsidebar {
	border-bottom: 2px solid #222;
	margin-bottom: 1em;
	padding-bottom: 2em;
}

#secondsidebar .side-widget {
	margin: 0 40px 0 0;
	padding:10px 0 0;
	background: transparent;
	border: 0;
}

ul.ab_bookmarks li {
	margin-bottom: 0.75em;
}

.posts {
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	}
	
	.posts h2  {
		margin: 10px 0 0;
		font-size: 18px;
		color: #aaa;
		line-height: 1.4;
		}
	.posts h3 {
		margin: 10px 0 0;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
	.post h2 {
		margin: 0;
		font-size: 17px;
		color: #999;
		line-height: 1.4;
	}
		
.readmore {
	color: #AF0A11;
	}
		
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 20px 0 40px;
	text-align: center;
	font-size: 13px;
	border-top: 1px solid #222;
	color: #ccc;
	}
	

/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}

	#leftcontent h5 {
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #AF0A11;
	}

.tags a {
	color: #AF0A11;
	}
	
.meta {
	font-size: 12px;
	color: #888;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	}	
p#metahead {
	font-size: 11px;
}
ul.post-meta li{
	display: inline;
}
ul.post-meta li{
	display: inline;
}
.post h2 {
	font-size: 18px;
}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.png) repeat-y 50% 0;
	}
	

	#twocol img {
		width: 100px;
		float: left;
		margin: 0;
		margin: 0 10px 5px 0;
		}
	
	#twocol img.aligncenter {
		width: 100px;
		float: left;
		margin: 0;
		margin: 8px 15px 5px 0;
		}
				
	#twocol h1 {
		font-size: 20px;
		line-height: 20px;
		}
	
.mainhr {
	float: left;
	background: #222;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	}	

	.twopost2 {
		margin-left: 7.5%;
		}
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

	#threecol img {
		width: 70px;
		float: left;
		margin: 8px 10px 0 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #222;
	padding-top: 10px;
	}
	
	.threepost h2, .twopost h2 {
		margin: 0 0 0.25em;
		font-size: 20px;
		line-height: 1.3;
		}
		
	.threepost h2 {
	font-size: 17px;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}
		
	
		
/* Other Elements */

#leftcontent h1.catheader {
	margin: 10px 0;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
	}
	
	#leftcontent .post h1 {
		margin-top: 3px;
		color: #ddd;
		}

.red, .entry a {
	color: #AF0A11;
	}
	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #AF0A11;
	}

ul#newtagcloud {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #222333;
}
ul#newtagcloud li {
	list-style-type: none;
	line-height: 36px;
}
ul#newtagcloud li a {
	padding: 0 0.5em;
}

/* Comment Elements */

h3#comments {
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	}

#postcomments {
	padding-top: 20px;
	}
			
			
	 h4#comments, #respond h3 { font-size: 24px; margin:0 0 .1em; padding:0 0 .1em; }

	 #respond p { font-size:11px; margin:0 0 1em; }	

	 ol.commentlist { list-style:none; margin:0; padding:0; }

	 ol.commentlist li { border-top:1px solid #222; border-radius:5px; margin:0 0 10px; padding:15px 7px 15px 35px; position:relative; }

	 ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

	 ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; }

	 ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }

	 ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a { color:#AF0A11; text-decoration:none; }

	 ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover { color:#000; }

	 ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }

	 ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; position:absolute; right:10px; text-align:right; top:15px; }

	 ol.commentlist li div.comment-meta a { color:#555; text-decoration:none; }

	 #leftcontent ol.commentlist li p { font-family:"Courier New", Courier, monospace; font-weight:normal; font-size: 15px; line-height: 16px; margin:5px 0 12px; }
	

	 ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#222; border:1px solid #444; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#AF0A11; border:1px solid #AF0A11; }

	 ol.commentlist li div.reply a { color:#ccc; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }

	 ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
			
.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 11px;
		color: #333;
		display: none;
		}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft, div.alignleft {
   float: left;
   margin-right: 10px;
}

div.side-widget .alignleft, div.alignleft {
   float: none;
   margin: 0 0 5px;
}

.alignright, div.alignright {
   float: right;
	margin-left: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #AF0A11;
	}

#wp-calendar {
	margin: auto;
	}
	
.posts {
	float: left;
	}
	
	.posts img {
		margin: 20px 10px 10px 0;
		float: left;
		width: 100px;
		}

input.sendbutton { 
	background: #AF0A11;
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #111;
	border: 0;
	padding: 6px 8px;
	cursor: pointer;
}

.side-widget select {
	background: #000;
	color: #AF0A11;
	border: 1px solid #AF0A11;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 9px;
	padding: 0;
}


/*** SIDEPOST STYLES ***/

#sidebar p#sidePostDesc { 
	margin-top: 0;
	font-style: italic;
	border-bottom: 1px dotted #333;
	padding-bottom: 1em;
}
#sidebar #sidePosts h3 { 
	margin: 9px 0 0;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#sidebar #sidePosts li { 
	padding-left: 0;
	border-bottom: 1px dotted #333;
}
#sidebar #sidePosts li#sidePostArchive { 
	border-bottom: 0;
}
#sidebar #sidePosts li p { 
	margin-top: 3px;
}
#sidebar #sidePosts li img {
	display: block;
}
.homeLinks {
	text-align: center;
	border-top: 1px solid #222;
	float: left;
	width: 100%;
	margin-top: 16px;
	padding: 16px 0 8px;
}

.homeLinks a, .navigation a {
	font-size: 17px;
	font-weight: bold;
	width: 48%;
	float: left;
}
.navigation a {
	float: none;
	text-align: center;
	display: block;
	width: 100%;
}

/*span.cap {
	float:left;
	font-size:400%;
	font-weight:bold;
	line-height:1em;
	margin-bottom:-0.4em;
	margin-right:0.025em;
	position:relative;
	font-weight: normal !important;
}*/

#blog_introduction {
	border-top:1px dotted #222222;
	border-bottom:1px dotted #222222;
	margin:6px 0 20px 0;
	padding:7px 0 10px;
}

#blog_introduction_heading h1 {
	font-size: 17px;
	text-transform: uppercase;
	color: #aaa;
	margin: 0 0 7px;
}

#blog_introduction_content p {
	font-size: 11px;
	margin: 0 0 1em;
	line-height: 1.5;
}

div.post  {
	border-bottom: 1px solid #222;
	margin-bottom: 1em;
}

div.post h2 {
	font-size: 24px;
	color: #eeeeee;
}

div.post div.entry h2 {
	font-size: 18px;
	margin-top: 2em;
	color: #bbb;
}

#leftcontent div.post p {
	margin-bottom: 1em;
}

#leftcontent p.tags {
	border-top: 1px solid #222;
	margin-top: 2.5em;
	padding-top: 0.5em;
	font-size: 12px;
}
#leftcontent p.postmetadata {
	font-size: 12px;
}

#leftcontent hr {
	margin: 1em auto 0;
	color: #333;
	background: #333;
	height: 1px;
	border:none;
}

li.page-item-1574 { display: none; }


/*** Collapsing Categories widget styles ***/

span.collapsCat {
	border:0;
	padding:0; 
	margin:0; 
	cursor:pointer;
	color: #AF0A11;
	font-size: 11px;
}
li.collapsCat ul {
	margin: 3px 0 0 12px;
	border-top: 1px dotted #333;
}
#sidebar li.collapsCatPost {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dotted #333;
}
li.collapsCat a.self {font-weight:bold; color: #000; background: #CF1925; padding: 0 3px;}
ul.collapsCatList ul.collapsCatList:before {content:'';} 
ul.collapsCatList li.collapsCat:before {content:'';} 
ul.collapsCatList li.collapsCat {list-style-type:none}
ul.collapsCatList li.collapsCatPost {
       margin:0 0 0 2em;}
ul.collapsCatList li.collapsCatPost:before {content: '\00BB \00A0' !important;} 
ul.collapsCatList li.collapsCat .sym {
   font-size:1.2em;
   font-family: monospace, 'Courier new', 'Courier';
   padding-right:5px;
}
div.breadcrumb	{
   font-family: monospace, 'Courier new', 'Courier';
   border-bottom: 1px dotted #222;
   border-top: 1px dotted #222;
   margin: 0.5em 0 1em;
   padding: 1em 0 1em;
   font-size: 11px;
   /*text-transform: uppercase;*/
   color: #555;
}
div.breadcrumb a {
	color: #7F070F;
}
div#lastFM img.album {
 width: 64px;
}

div#advertBlock {
	width: 220px;
	margin-bottom: 20px;
}
div#advertBlock img {
	width: 220px;
}
div#advertBlock p {
	font-size: 10px;
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	color: #555;
}

