/*
Theme Name: Scruffy
Theme URI: http://www.fresh01.co.za/free-themes/
Description: Scruffy is a free WordPress theme with a unique, "grunge" design. See <a href="http://fresh01.co.za/basic-theme-features">the full list of features</a> on my <a href="http://fresh01.co.za/">website</a>.
Version: 1.3
Author: Cobus Bester
Author URI: http://www.fresh01.co.za/
Tags: Grunge, Two Column, Unique design, widgets, widgetized, blog, free, blue, beige, dirty, sketched
*/

/*>>>>> Setup and Reset <<<<<*/

body, html  {
	height: 100%;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

body  {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	line-height: 1.5;  /*unitless for proper inheritance*/
	color: #666;
	background: #bcd1dc url(images/bg_new2.jpg) no-repeat center top;
	text-align: center;
}

body.altbg  {
	background: #bcd1dc url(images/altbg.jpg) no-repeat center top;
}

h1, h2, h3, h4, h5, h6  {
	font-family: Georgia, Helvetica, Sans-serif;
	font-weight: normal;
	margin: 5px 0;
	color: #666;
}

h1  {font-size: 18pt}
h2  {font-size: 14pt}
h3  {font-size: 12pt}
h4  {font-size: 8pt}
h5  {font-size: 4pt}
h6  {font-size: 2pt}

p  {
	margin: 18pt 0;
}

ul, ol  {
	margin: 10px 0;
	padding: 0 0 0 30px;
}

img  {
	border: none;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #8697a0;
}

/*>>>>> Layout <<<<<*/

#container  {
	position: relative;
	width: 858px;
	margin: 0 auto;
	text-align: left;
}

#head  {
	height: 137px;
	width: 865px;
	background: #bcd1dc url(images/header_new.jpg) no-repeat center top;
}

#head h1  {
	font-family: Georgia, Times, serif;
	font-size: 3.5em;
	margin: 0 15px;
}

#head h1 a {
	color: #595959;
	text-decoration: none;
}

#head h3  {
    font-size: 2em;
    margin: 0 15px;
}

#nav  {

}

#main  {
	float:left;
	background: #f4f5de url(images/main.jpg) no-repeat top left;
	width: 865px;
	margin-top: -1px;
	clear: both;
}

#content  {
	float: left;
	width: 595px;
}

#sidebar  {
	float: left;
	width: 270px;
	margin-bottom: 20px;
}

#sidebar .subscribe  {
	display: block;
	height: 0;
	margin-left: 17px;
	text-indent: -9999px;
	padding-top: 73px;
	width: 247px;
	overflow: hidden;
	background: url(images/subscribe.jpg) no-repeat top left;
}

#searchform  {
	margin-top: 15px;
	margin-left: 23px;
	margin-bottom: 20px;
}

*html #searchform  {
	margin-left: 20px;
}

#sidebar #searchform .text  {
	border: 1px solid #ebecd5;
	height: 22px;
	width: 181px;
	padding: 8px 0 0 5px;
	color: #777;
}

#sidebar #searchform .submit  {
	margin-bottom: -9px;
}

#footer  {
	position: relative;
	z-index: 0;
	float: left;
	margin: 0 auto;
	height: 143px;
	width: 865px;
	padding: 0 80px;
	margin-left: -121px;
	margin-top: 0px;
	background: url(images/footer.jpg) no-repeat;
}

#footer p  {
    font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 129px;
	color: #999;
}

*html #footer  {
	margin: -100px 0 0 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> POST AND ENTRY <<<<<*/

h3.cathead  {
	position: absolute;
	top: 140px;
	left: 35px;
	font-size: 16px;
	font-weight: bold;
}

/*>>>>> Widgets <<<<<*/

#widgets  {
	padding-left: 20px;
}

.widget a:link, .widget a:visited  {
		color: #666;
}

.widget  {
	border: 1px solid #dfe0c3;
	width: 225px;
	margin-bottom: 30px;
	margin-left: 5px;
	background: url(images/cattopleft.jpg) no-repeat top left;
}

.widget .widgetbottom  {
	position: relative;
	z-index: 0;
	height: 29px;
	width: 225px;
	background: url(images/catbotright.jpg) no-repeat bottom right;
	margin-top: -20px;
}

.widget h3  {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #8a8c6b;
	background: url(images/widgettitle.jpg) no-repeat bottom center;
	padding-left: 20px;
}

.widget ul {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	margin: 10px 10px 0 25px;
}

.widget ul li {
	list-style: none;
	font-size: 12px;
	color: #6a6a6a;
	margin-bottom: 7px;
}

.widget ul li {
	margin: 7px 0;
	list-style: none;
}

.widget ul li ul  {
	margin: 0 0 0 15px;
}

.widget ul li ul li {
	margin: 5px 0;
	padding: 0 0 0 0px;
	list-style: none;
}

.widget ul li a:link, #sidebar .widget ul li a:visited  {
	color: #6a6a6a;
	text-decoration: none;
}

.widget ul li a:hover  {
}

.widget .textwidget  {
	margin: 0 10px 0 25px;
	padding: 0 0 10px 0;
}

.widget h3 a.rsswidget  {
	font-weight: normal!important;
	margin-left: 0;
	text-decoration: none;

	color: #8a8c6b;
}

.widget h3 a.rsswidget img  {
	display: none;
}

.widget a.rsswidget   {
}

.widget .rss-date  {
	display: block;
}

.widget div.rssSummary  {
	margin: 10px 0 5px 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> COMMENTS <<<<<*/

#comments  {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #dfe0c3;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLOAT & ALIGN <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

.hide  {display: none;}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}