/*
Theme Name: Code 9
Theme URI: http://code9.co.uk/
Description: Code 9 theme based on design by Adam Solley http://adamsolley.co.uk
Version: 
Author: Andy May
Author URI: http://andy-may.co.uk
Tags: 


*/

div#blog-container	{
	clear: both;
	overflow: hidden;
}

div#content	{
	height: auto;
	padding-right:85px;
	width:550px;
	float: left;
}
div#sidebar	{
	float: left;
	width: 285px;
	clear: none;
	color: #000000;
}

h2,h3	{
	color:#27ABDF;
	font-size:1.2em;
	line-height: 1.4em;
	font-weight:normal;
	margin:0;
	padding:12px 0 8px;
}
h2 a	{
	font-weight: normal;
	color:#27ABDF;
}
h3	{
	font-size:1em;
}


div.post small	{
	color: #9e9d9d;
}

div.post	{
	border-bottom: 4px solid #eaeae8;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.blog-home div.post	{
	padding-top: 0px;
}

div#sidebar	a	{
	color: #27ABDF;
}
div#sidebar div.section	{
	background: url(images/right-col-section.gif) 0 0 no-repeat;
	margin-top: 10px;
}
div#sidebar div.section	div.section-foot	{
	height: 15px;
	background: url(images/right-col-section-foot.gif) 0 0 no-repeat;
}

div#sidebar	h4	{
	color: #000000;
	font-weight: normal;
	font-size: 1.05em;
	padding: 0;
	padding-left: 35px;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 1px;
}

div#sidebar	div.twitter h4	{
	background: url(images/twitter-icon.png) 0 0 no-repeat;
}	

div#sidebar	div.categories h4	{
	background: url(images/cat-icon.png) 0 0 no-repeat;
}
div#sidebar	div.archives h4	{
	background: url(images/archive-icon.png) 0 0 no-repeat;
}
div#sidebar	div.tags h4	{
	background: url(images/tags-icon.png) 0 0 no-repeat;
}

div.twitter	div.tweet-container	{
	background: url(images/twitter-container-top.gif) 0 0 no-repeat;
	width: 262px;
	margin: auto;
	padding-top: 24px;
}
p.tweet	{
	width: 235px;
	margin: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #eaeae8;
	color:#27ABDF;
	font-weight: bold;
	word-wrap: break-word;
}
div#sidebar	p.tweet		a	{	color: #99d711; 	}
div.twitter-foot	{
	height: 7px;
	margin: auto;
	width: 262px;
	background: url(images/twitter-container-bottom.gif) 0 0 no-repeat;
}

div.section	ul.blog-links	{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
}
div.section	ul.blog-links		li	{
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(images/arrow.png) 0px 9px no-repeat;
	padding-left: 15px;
}	
div.section	ul.blog-links		li,
div.section	ul.blog-links		li		a	{
	color: #27ABDF;
	font-size: 0.875em;
}

ul.blog-links		li	a	{
	font-weight: normal;
}


div.tags	a	{
	text-transform:uppercase;
}

p.more-link	{
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0;
}
div#sidebar	p.more-link	a	{
	color: #99D711;
}

/*************************************************
***			TOP NAVIGATION				***
*************************************************/

div.navigation	{
	font-size: 0.775em;
	padding-top: 10px;
	overflow: hidden;
	position: absolute;
	width: 650px;
	top: 0px;
	left: 0px;
}
div.navigation	a	{
	font-weight: normal;
}
div.navigation div.alignleft	{
	float: left;
	clear: none;
	width: 300px;
	min-height: 15px;
}
div.navigation div.alignright	{
	float: left;
	clear: none;
	width: 300px;
	text-align: right;
}


/*************************************************
***				BLOG FORM				***
*************************************************/

form	p	{
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
}

form	p	label	{
	display: block;
	width: 150px;
}
form	p	input	{
	display: block;
	width: 200px;
	float: left;
	clear: none;
}
form	p	textarea	{
	display: block;
	width: 365px;
	height: 100px;
}

div#sidebar	div.rss-feed	{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 292px;
	height: 62px;
	background: url(images/greybox.png) 0 0 no-repeat;
}
div#sidebar	div.rss-feed	h4	{
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 0.9em;
	
}
div#sidebar	div.rss-feed	h4 a	{
	padding-left: 45px;
	padding-top: 8px;
	background: url(images/rss.png) 0 0 no-repeat;
	color: black;
	padding-bottom: 15px;
}

div#social-bookmarks	{
	padding-top: 20px;
	padding-bottom: 20px;
}
div#social-bookmarks	ul	{
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}
div#social-bookmarks	ul	li	{
	float: left;
	clear: none;
	padding-right: 20px;
}
div#social-bookmarks	ul	li	a	{
	background: url(images/social-bookmarks.png) 0 0 no-repeat;
	padding-left: 25px;
	color: black;
	font-weight: normal;
	display: block;
	width: auto;
	height: 20px;
	overflow: hidden;
}

div#social-bookmarks	ul	li.techno	a	{	
	background-position: 0px -20px;
}	
div#social-bookmarks	ul	li.del	a	{	
	background-position: 0px -40px;
}	
div#social-bookmarks	ul	li.stumble	a	{	
	background-position: 0px -60px;
}	
div#social-bookmarks	ul	li.reddit	a	{	
	background-position: 0px -80px;
}	

form#commentform	{
	padding-left: 100px;
}
input#submit {	margin-left: 307px;	}