/* ===========================

	JIMNEATH.ORG
	------------
		common.css
		25/04/2008
		
=========================== */

/* === RESET === */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

:focus 
{
	outline: 0;
}

ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* === BASIC HTML === */
body
{
	text-align: center;
	font: 80% Arial, sans-serif;
	color: #000;
}

p, pre, blockquote, ul, ol, q
{
	line-height: 1.5;
	margin-bottom: 1.6em;
}

blockquote
{
	padding: 10px 30px 10px 50px;
	margin-left: 20px;
	margin-right: 20px;
	background: #F8F8F8 url(images/quote.png) 12px 12px no-repeat;
	border: 1px solid #F0F0F0;
}

pre
{
	background: #111;
	padding: 15px;
	color: #FFF;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

pre, code
{
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #0072BC;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	list-style: square;
}

ol
{
	list-style: decimal;
}

ol, ul
{
	margin-left: 30px;
}

h4, h5
{
	margin-left: -30px;
}

h4
{
	font-size: 1.5em;
}

h5
{
	font-size: 1.2em;
}

h3, h4, h5
{
	color: #ed1c24;
	margin-bottom: 1em;
}

/* === FORMS === */
input, textarea
{
	font: 12px Arial, sans-serif;
	border: 1px solid #DDD;
	padding: 5px;
}

input[type=submit]
{
	background: #0072BC;
	color: #FFF;
	cursor: pointer;
}

/* === CONTAINERS === */
div#container
{
	width: 960px;
	margin: 20px auto;
	text-align: left;
}

div#content
{
	width: 640px;
	float: left;
	margin-left: 30px;
}

div#side
{
	width: 270px;
	float: left;
	margin-left: 20px;
	font-size: 0.95em;
}

div#header
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #DDD;
	position: relative;
}

/* === HEADER === */
div#header img#feedburner
{
	position: absolute;
	top: 0;
	right: 0;
}

div#header h2
{
	position: absolute;
	right: 0;
	bottom: 27px;
	color: #AAA;
}

/* === POSTS === */
div.post
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #DDD;
}

div#digg
{
	float: right;
	margin-right: -70px;
}

div.post-head
{
	margin: 0 0 10px -30px;
	padding: 0 70px 10px 0;
	border-bottom: 1px dotted #DDD;
	position: relative;
	height: 80px;
}

div.post-head h3
{
	font-size: 2.7em;
	font-weight: bold;
	margin: 0 10px 0 0;
	display: inline;
	line-height: 1.15;
	color: #0072BF;
}

div.post-head h3 a:hover
{
	border: none;
	background: #DFF3FF;
	text-decoration: none;
}

div.post-head span
{
	color: #AAA;
	font-size: 14px;
}

div.post-options
{
	background: #F8F8F8;
	padding: 15px;
	border: 1px solid #F0F0F0;
	margin-bottom: 20px;
	position: relative;
}

div.post-options p
{
	margin-bottom: 0;
}

div.post-options ul
{
	margin-left: 0;
	list-style: none;
}

a.stbutton
{
	position: absolute;
	top: 15px;
	right: 15px;
}

div.download
{
	background: #F8F8F8 url(images/download.png) 10px center no-repeat;
	border: 1px solid #F0F0F0;
	padding: 10px 10px 10px 90px;
	margin-bottom: 20px;
}

div.download p
{
	margin: 0;
}

div.recommend 
{
	padding: 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	height: 45px;
	margin-bottom: 20px;
}

div.recommend img
{
	float: left;
	margin-right: 10px;
}

div.recommend p
{
	margin: 0;
}

/* === COMMENTS === */
div#comments ol
{
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #AAA;
}

li.comment
{
	margin-bottom: 10px;
	padding-left: 120px;
}

li.comment img
{
	float: left;
	margin-left: -120px;
}

li.comment img
{
	padding: 7px;


	border: 1px solid #F0F0F0;
	background: #F8F8F8;
}

li.comment p
{
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 5px;
}

li.comment span
{
	font-size: 0.75em;
	color: #999;
}

/* === MODULES === */
div.module
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #DDD;
}

div#about
{
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #F0F0F0;
}

div#about p
{
	margin: 0 0 10px;
}

div#about ul, div#about li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.module ul
{
	margin-bottom: 0;
}

div.module h4
{
	margin-left: 0;
	font-size: 1.2em;
}

div#search input#s
{
	width: 180px;
}

div#subscribe
{
	padding: 15px;
	background: #FFF8CC;
	border: 1px solid #FFE222;
	font-size: 14px;
}

div#subscribe a
{
	padding-left: 20px;
	background: url(images/rss.png) left center no-repeat;
}

div#hire
{
	text-align: center;
	background: #FFF8CC;
	border-bottom: 1px solid #FFE222;
	font-size: 14px;
margin-bottom:20px;
}

div#hire a
{
display:block;
text-align:center;
padding: 10px 0;
}

/* === CODE === */
code span.comment 
{
	color: #BD48B3;
}

code span.string 
{
	color: #99FF00;
}

code span.symbol 
{
	color: #6BCFF7;
}

code span.keywords 
{
	color: #FF8400;
}

code span.erb 
{
	background: #333333 none repeat scroll 0%;
}

code span.symbol 
{
	color: #07DFFC;
}

code.html span.tag 
{
	color: #FFFFFF;
}

code.html span.attribute 
{
	color: #FFD500;
}

code.html span.string 
{
	color: #99FF00;
}

code.html span.comment 
{
	color: #999999;
}

code.html span.doctype 
{
	color: #D7FF80;
}

/* === MISC === */
img.alignleft
{
	float: left;
	margin: 0 10px 10px 0;
}

/* === CLEARER === */
.clearer 
{
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}

div#twitter_div ul
{
list-style: none;
padding: 0;
margin: 0 0 6px 0;
}

.bsapvariable ul.bsa_ads li { width: 100% !important; }