/*  
Theme Name: I feel dirty
Theme URI: http://studio.st/i-feel-dirty/
Description: A clean but dirty template by <a href="http://studio.st/">Studio ST</a>
Version: 1.0
Author: The studio ST team
Author URI: http://studio.st/
*/

/* HTML TAGS */

* {
	margin: 0px;
	padding: 0px;
	}


body {
	background: #2C2C2C url(images/page_bg.png) repeat-x scroll left top;
	color: #000;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
	}
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

ul {
	margin: 20px;
}

small {
	display: block;
	margin-bottom: 15px;
}

a, a:link, a:hover, a:active, a:visited {
	color: #369;
}

a:hover {
	text-decoration: none;
}

#splatter {
	background: url(images/splatter_bg.png) no-repeat top center;
	width: 1020px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container {
	width: 762px;
	background: #fff;
	margin: 50px auto 0 auto;
	overflow: hidden;
}

#header {
	background: url(images/header.jpg);
	min-height: 430px;
}

#bottom  {
	width: 762px;
	min-height: 25px;
	background: url(images/bottom_bg.png) no-repeat center top;
	margin: 0 auto;
}

img.divider {
	margin: 4px;
}

img.divider_small {
	margin-bottom: 15px;
}
	
/* end HTML TAGS */

/* begin content */

#wrapper {
}

#content {
	margin: 4px;
	float: left;
	width: 494px;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}

#about {
	padding: 10px;
}

#about img.stevenkt {
	margin: 0 4px 4px 0;
	float: left;
}

p.subtitle {
	font-style: italic;
}

/* end content */

/* begin post */

.post {
	padding: 10px;
	margin-bottom: 15px;
}

.posttitle {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

p.postmetadata {
	font-size: 11px; !important
	margin: 3px 0;
}
/* end post */

/* begin sidebar */

#sidebar {
	float: left;
	margin: 4px 4px 0 0;
	width: 256px;
}

div.Block {
	background: url(images/sidebar_bg.png) no-repeat top left;
	min-height: 45px;
}

div.Block-body {
	padding: 5px;
}

.Block-body h3 {
	margin-bottom: 15px;
}

/* end sidebar */

/* begin footer */

#footer {
	clear: both;
	margin: 4px;
	padding: 25px 15px 10px 15px;
	width: 724px;
	min-height: 35px;
	color: #fff;
	font-size: 10px;
	background: #1a232b url(images/footer_bg.png) no-repeat top center;
}

#footer a, #footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #fff;
}
