/*
style-title: Blobby
style-url: 
style-author: Andreas Lagerkvist
style-author-url: http://exscale.se
style-date: 2004-03-31 - 2004-03-25
style-info: 
*/
body {
	background-color: #171516;

	margin: 0;
	padding: 0;

	font-family: Verdana;
	font-size: 10px;
	color: #fff;
}

h2 {
	font-size: 12px;
	color: #f90;
	border-bottom: 1px solid #fff;
}

h3, h4 {
	font-size: 10px;
}

a img {
	border: 2px solid #069;
}

a {
	color: #ABAAA8;
}

p.code-block {
	border: 1px solid #069;
	padding: 10px;
	font-size: 12px;
	font-family: Courier New;
	background: #fff;
}

a:hover {
	text-decoration: none;
}

#content img, #content object, #content textarea {
	max-width: 100%;
	height: auto;
}

#skip-navigation, #sub-content, hr, #navigation h2, #header p, #footer, #bread-crumbs {
	display: none;
}

#wrapper {
	width: 550px;
	margin: 20px auto;

	position: relative;
	padding-bottom: 140px;
}

#header {
	background: url("gfx/top.jpg");

	height: 80px;
	padding-top: 75px;
}

	#header h1 {
		margin: 0 auto;

		width: 209px;
		height: 48px;
	}

		#header h1 a {
			display: block;
			height: 48px;

			outline: 0;
			text-decoration: none;
			text-indent: -10000px;
		}

#content {
	background: url("gfx/middle.jpg");

	padding: 1px 110px;
}

#navigation {
	background: url("gfx/bottom.jpg");

	position: absolute;
	left: 0;
	bottom: 0;

	width: 330px;
	height: 80px;

	padding: 60px 110px 0 110px;
}

	#navigation ul {
		margin: 0;
		padding: 0;
		width: 120px;
		margin: 0 auto;
	}

		#navigation ul li {
			float: left;
			list-style-type: none;
			margin: 0 5px;
		}

			#navigation ul li a {
				background: url("gfx/button-red.jpg");

				display: block;
				width: 20px;
				height: 20px;

				text-decoration: none;
				text-indent: -10000px;
				outline: 0;
			}

			#navigation ul li a:hover {
				background: url("gfx/button-orange.jpg");
			}

			#recent-articles-page #navigation ul li a[href="/"], 
			#article-listing-page #navigation ul li a[href="/archives/"], #article-page #navigation ul li a[href="/archives/"], #archives-page #navigation ul li a[href="/archives/"], #search-page #navigation ul li a[href="/archives/"],
			#about-page #navigation ul li a[href="/about/"],
			#styles-page #navigation ul li a[href="/styles/"] {
				background: url("gfx/button-green.jpg");
			}
