/*
style-title: Jungle Box
style-url: 
style-author: Andreas Lagerkvist
style-author-url: http://exscale.se
style-date: 2004-02-06 - 2004-03-09
style-info: 
*/
body {
	background-color: #fff;

	padding: 0;
	margin: 0;

	font-family: Verdana;
	font-size: 10px;
	color: #ECEEEB;
}

a {
	color: #ABA9AA;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 12px;
	color: #FFFEFF;
	border-bottom: 1px solid #DEDEDE;
}

h3, h4 {
	font-size: 10px;
}

#skip-navigation, #sub-content, #navigation h2, #header p, hr, #footer {
	display: none;
}

#wrapper {
	background: url(gfx/site-bg.jpg) no-repeat;

	width: 470px;
	height: 495px;
	margin: 30px auto;
	padding: 15px 190px 0 190px;
	position: relative;
}

#content {
	height: 350px;
	overflow: auto;
}

#header {
	width: 850px;
	height: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}

	#header h1 {
		background: url("gfx/logo.jpg");

		width: 104px;
		height: 12px;
		margin: 0 auto;
	}

		#header h1 a {
			display: block;
			height: 12px;
			overflow: hidden;
			text-decoration: none;
			text-indent: -100000px;
			outline: 0;
		}

#navigation {
	width: 850px;
	height: 50px;
	left: 0;
	bottom: 40px;
	position: absolute;
}

	#navigation a[href="/about/"] {
		background: url("gfx/knappar/about.jpg");
	}

	#navigation a[href="/"] {
		background: url("gfx/knappar/home.jpg");
	}

	#navigation a[href="/archives/"] {
		background: url("gfx/knappar/archives.jpg");
	}

	#navigation a[href="/styles/"] {
		background: url("gfx/knappar/styles.jpg");
	}

	#navigation ul {
		margin: 0 auto;
		padding: 0;
	
		width: 240px;
	}

		#navigation ul li {
			list-style-type: none;
			float: left;
			margin: 0 10px;
		}

			#navigation ul li a {
				display: block;
				width: 40px;
				height: 50px;
				text-indent: -10000px;
				text-decoration: none;
				outline: 0;
			}
/*
#header h1 {
	border: 0;
}

	#header h1 a {
		background: url("gfx/logo.jpg");

		display: block;
		width: 104px;
		height: 12px;
		margin: 0 auto;
	}

		#header h1 a span {
			display: none;
		}*/

