/*  
Theme Name: Foolish Network
Theme URI: http://wordpress.org/
Description: Foolish Network theme based on "Dropify" theme v2 for Shopify | by Cliff Spence at Promotion Sickness | www.promotionsickness.com
Version: 0.1
Author: David Currin
Author URI: http://www.2young2die.com
*/

/* Primary Styles */
body {
	background: #755840 url('images/drip.gif') no-repeat top right fixed;
	padding: 0;
	margin: 0;
	font: 1em/1.4em Lucida Grande, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #444;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	}
a {
	text-decoration: underline;
	color: #444;
	}
a:hover {
	color: #EA3A41;
	text-decoration: none;
	}
img { border: 0; }
hr, .hide { display: none; }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* PRIMARY LAYOUT */
#container {
	width: 780px;
	margin: 10px auto 30px auto;
	}
#main {
	background: transparent url('images/content-bg.png') repeat-y top left;
	}

/* Header Styles */
#header {
	height: 60px;
	position: relative;
	}
h1#logo {
	font-weight: bold;
	position: absolute;
	bottom: -8px;
	left: 0;
	padding: 0;
	margin: 0;
	}
h1#logo a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -0.1em;
	padding: 0;
	margin: 0;
	}

/* MAIN CONTENT AREA */
#content {
	width: 600px;
	float: left;
	background: #fff;
	border-top: 8px solid #EA3A41;
	}
#innercontent {
	margin: 20px;
}
	
/* Right Menu Area */
#rightsiders {
	width: 180px;
	float: right;
	}	
ul.rightlinks {
	padding: 0;
	margin: 30px 0 50px 0;
	}
ul.rightlinks li {
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 24px;
	}
ul.rightlinks li a {
	background: #846348;
	padding: 5px 10px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	}
ul.rightlinks li a span.active {
	background: #EA3A41;
	padding: 2px;
  color: #fff;
	}
ul.rightlinks li a:hover {
	background: #fff;
  	color: #755840;
	}

/* ARTICLES */
.post h2, h2 {
	font-size: 24px;
	color: #444;
	letter-spacing: -0.09em;
	}
.post h2 a {
	text-decoration: none;
	}
.entry {
	color: #555;
	padding: 0 10px;
	text-align: justify;
	font-size: .9em;
	line-height: normal;
	}
.postmetadata {
	color: #555;
	padding: 0 10px;
	text-align: justify;
	font-size: .8em;
	padding: 0 10px;
	line-height: normal;
	}
.post {
	margin-bottom: 20px;
	}

/* FOOTER */
#footer {
	clear: both;
	width: 600px;
	background: #F1F9FE;
	font-size: 10px;
	text-align: right;
	color: #444;
	}
.footerinner {
	margin: 5px 10px;
	}
#footer a {
	color: #444;
	}
#footer a:hover {
	color: #EA3A41;
	}
	
/* COMMENTS */
#commentform textarea {
	width: 550px;
	height: 100px;
	border: 1px solid #999;
	padding: 5px;
	background-color: #f0f0f0;
}
#commentform input {
	border: 1px solid #999;
	background-color: #f0f0f0;
	padding-left: 5px;
}
h3.comment {
	font-size: 1em;
}
.commentlist {
	font-size: .8em;
}
.commentlist cite a, .commentmetadata a {
	text-decoration: none;
}
.postmetadata small {
	display: block;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}