/* 
Corey's Fishing News

author:	Cory Duncan / coryduncan.com
colors:
	grey	908c86
	tan L	eceae4
	tan		c9c7c0
	red		dd381e
-- */

body, h1, h2, h3, h4, h5, p, blockquote, form, fieldset, button, select, textarea, dl, dt, dd, ul, ol, li, cite, img {
	border: 0;
	margin: 0;
	padding: 0;
	}
li { list-style: none; }
abbr { border: 0; text-decoration: none; }
cite { font-style: normal; }
object { display: block; }
a:link, a:visited { color: #dd381e; text-decoration: none; }
a:hover { color: #222; }
body {
	background: #f0eeeb url(/img/bg.gif) repeat 0 0;
	color: #97918a;
	font: 13px/1.5em Arial, Helvetica, Sans-serif;
	margin: 0 0 0 90px;
	}
h1, h2, h3, h4, h5 {
	color: #908c86;
	font-size: 16px; font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	}
h1 { margin: 0 0 1em; } 
h4 { margin-bottom: 1em; }
h5 {
	font-size: 13px;
	margin: 0 0 0.5em;
	text-transform: none;
	}
p { margin: 0 0 1.5em; }
.clear { clear: both; }	


/* -- structure -- */
#wrapper { width: 960px; }
#main { float: left; width: 664px; }
#header {
	background: #f7f5f3;
	float: left;
	margin: 0 0 24px 0;
	padding: 60px 20px 18px;
	width: 600px;
	}
#header p { margin: 0; }
#content {
	background: #f7f5f3;
	float: left;
	padding: 20px;
	width: 600px;
	}
	
/* -- forms -- */
label { float: left; text-align: right; margin: 0 10px 0 0; width: 100px; }
label em { color: #777; font-style: normal; font-size: 9px; font-family: Verdana, Sans-serif; }
.overlabel-on {
	color: #bbb;
	cursor: text;
	left: 5px;
	letter-spacing: 1px;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: 6px;
	}
input.text, textarea, select {
	border: 1px solid #dcddde;
	color: #97918A;
	}
input.text, textarea { 
	background: #fff;
	font: 13px Arial, Helvetica, Sans-serif;
	padding: 4px;
	width: 260px;
	}
select { padding: 2px 4px; }
textarea { overflow: auto; width: 300px; }
input.text:hover, textarea:hover { border-color: #bbb; }
input.text:focus, textarea:focus { border-color: #bbb; color: #333; }
.field {
	margin: 1em 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
.input { float: left; }
.submit input { margin: 0 0 0 110px; }

/* -- content -- */	
#logo {
	display: block;
	height: 23px;
	margin: 0 0 6px;
	width: 319px;
	}
.pagination { overflow: hidden; width: 100%; }
.pagination .prev { float: left; width: 50%; }
.pagination .next { float: right; text-align: right; width: 50%; }

/* post */
.post { 
	border-bottom: 1px dashed #c9c7c0; 
	margin: 0 0 23px;
	overflow: hidden;
	padding: 0 0 23px;
	width: 100%;
	}
.post .entry { clear: left; padding: 12px 0 0; width: 100%; }
.post .title, .post .social {	
	background: #eceae4; 
	float: left;
	padding: 4px 10px;
	width: 580px;
	}
.post .title h2 { color: #dd381e; float: left; width: 400px; }
.post .title h3 { 
	color: #8a887f;
	float: right;
	font-size: 13px;
	margin: 5px 0 0;
	text-transform: none;
	}
.post .social a:link, .post .social a:visited { color: #98968d; }
.post .social a:hover { color: #222; }
.post .social .permalink { float: right; }
.post .social strong a { font-weight: normal; }
.post .social strong a:link, .post .social strong a:visited { color: #dd381e; }
.post .social strong a:hover { color: #222; }

/* comments */
.commentlist {
	border-bottom: 1px dashed #c9c7c0; 
	margin: 0 0 23px;
	}
.commentlist p { font-size: 11px; margin-bottom: 0.5em; }
.commentlist li { margin: 0 0 2em;}
.commentlist .meta { color: #b3ada5; margin: 0; }

/* sidebar */
#sidebar {
	background: #f7f5f3 url(/img/fish.png) no-repeat 0 100%;
	float: left;
	font-size: 11px;
	line-height: 1.125em;
	padding: 30px 20px 130px;
	width: 160px;
	}
#sidebar ul, #sidebar form, #follow { margin: 0 0 2.3637em; }
#sidebar li, #sidebar p { margin: 0 0 0.5em; }
#sidebar h4 { margin: 0; }
#sidebar label {
	display: block;
	float: none;
	margin: 0 0 3px;
	text-align: left;
	width: auto;
	}
#sidebar input.text, #sidebar textarea, #sidebar select {
	font-size: 11px;
	width: 150px;
	}
#sidebar .field { margin: 0.5em 0; }
#follow a {
	margin-right: 5px;
	}
#follow a:hover {
	opacity: 0.8;
	}

/* -- sIFR -- */
.sIFR-flash { visibility: visible !important; margin: 0; padding: 0; }
.sIFR-replaced, .sIFR-ignore { visibility: visible !important; }
.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
.sIFR-replaced div.sIFR-fixfocus { margin: 0; padding: 0; overflow: auto; letter-spacing: 0; float: none; }

/* sIFR headers */
.sIFR-active h1, .sIFR-active h2, .sIFR-active h4 {
	font-family: Verdana; font-size: 20px;
	line-height: 1em;
	margin: 0; 
	visibility: hidden;
	}
.sIFR-active h1 { margin: 0 0 20px; }
.sIFR-active h2 { font-size: 20px; margin: 0 0 -5px; }
.sIFR-active h4 { margin: 0 0 20px; }
.sIFR-active #sidebar h4 { margin: 0; }