/*   
	Theme Name: Spamfest
	Description: I don't know.  I don't care.
	Template: thematic
	Version: 1.0
*/

/* I LOVE HTTP REQUESTS */
@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');
@import url('../thematic/library/styles/images.css');
@import url('../thematic/library/styles/default.css');
@import url('../thematic/library/styles/plugins.css');

/* MY SHIT, NYUKKA */
body {
	background: #dddddd url('main-bg.gif') repeat-y 50% 0;
	color: #333333;
	font-size: 16px;
	font-family: Cambria, Georgia, serif;
}
a { color: #e12000 !important; }
h1, h2, h3, .entry-title {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}
	.entry-title { letter-spacing: -2px; }
#header {
	background: url('header.gif') no-repeat 50% 100%;
	margin: 0 auto;
	position: relative;
	width: 900px;
}
#branding {
	padding: 80px 0 40px 0;
	width: auto;
}
#blog-description, #access { display: none; }
#blog-title a {
	background: url('spamfest.gif') no-repeat;
	display: block;
	height: 66px;
	overflow: hidden;
	text-indent: -9999px;
	width: 268px;
}
#attempted-cleverness {
	font-size: 18px;
	left: 52px;
	position: absolute;
	top: 130px;
}
#rss-me {
	background: url('rss.png') no-repeat;
	display: block;
	height: 48px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 100px;
	width: 48px;
}
#main {
	padding-top: 40px;
	width: 900px;
}
#container { width: 650px; }
.entry-title {
	font-size: 30px;
	font-weight: normal;
}
	.entry-title a { color: #333333 !important; }
.entry-content h3 {
	font-size: 22px;
	font-style: normal;
	margin-bottom: 22px;
	padding: 0;
}
.entry-meta, .entry-utility { font-size: 14px; }
.page-title { font-size: 16px; }
.page-title span { font-style: normal; }
.navigation { font-size: 16px; }
#primary {
	border: 0;
	padding: 0;
	font-size: 14px;
}
.main-aside { width: 250px; }
.aside { color: #333333; }
	.aside h3 {
		font-size: 18px;
		font-style: normal;
		line-height: 26px;
	}
#footer { border: 0; }
	#siteinfo {
		color: #333333;
		font-size: 14px;
		text-align: center;
	}