/* 
	another site by justin b miller :D "it's pronounced fronk-en-steen"
	
		////	/////////	 ////    ////
		////	//////////	 /////  /////
		////	////  ////	 ////////////
		////	/////////	 //// // ////
		////	/////////	 ////	 ////
		////	////  ////	 ////	 ////
	////////	//////////	 ////	 ////
	////// 		/////////	 ////	 ////
*/

*{margin:0;padding:0;}

body {
	background: #fff;
	color: #000;
	font: normal 12px arial, helvetica, sans-serif;
	margin: 0 auto;
}

h1 {
	color: #000;
	font: bold 68px helvetica, arial, sans-serif;
	padding: 5px 5px 0 5px;
	letter-spacing: -1px;
	line-height: 74px;
}

h2 {
	padding: 10px 0;
	color: #000;
	font: normal 20px helvetica, arial, sans-serif;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 24px 0 0 0;
	font-size: 18px;
	border-bottom: dotted 1px #a17a57;
}

#footer h2 {
	font-size: 18px;
}

h3 {
	padding: 10px 0;
}

p {
	margin-bottom: 10px;
	line-height: 20px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	color: #5f6057;
}

img {
	border: 0;
}

.clear {
	height: 0px;
	clear: both;
	line-height: 0px;
}

.clear-both {
	height: 0px;
	clear: both;
	line-height: 0px;
}

.dotted {
	border-top: dotted 1px #a17a57;
}

#wrapper {
	margin: 0 auto;
	padding: 0 20px;
	width: 940px;
	background: #fff;
}

#header {
	margin: 0 auto;
	padding: 0;
}

#header a:hover {
	text-decoration: none;
}

#tagline {
	padding: 0 0 0 10px;
	font: bold 14px arial, helvetica, sans-serif;
	color: #ab1b1b;
}

#container {
	padding: 10px 0;
}

#content {
	float: left;
	width: 680px;
}

	#content small {
		padding: 0 0 0 10px;
		color: #a17a57;
		font-style: italic;
		font-size: 10px;
	}

	#content .entry {
		padding: 20px 0;
	}

	#content .entry a {
		color: #ab1b1b;
	}

	#content .postmetadata {
		margin: 0 0 20px 0;
		font-size: 10px;
		border-bottom: dotted 1px #a17a57;
	}

	#content img {
		margin: 0 auto;
	}

	#content .aligncenter, #content div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

#sidebar {
	float: right;
	width: 200px;
}

	#sidebar ul {
		list-style: none;
	}

	#sidebar ul a {
		font-weight: bold;
	}

	#sidebar ul li ul li {
		padding: 5px 0 10px 10px;
	}

	#searchform div {
		border: solid 1px #ede5d1;
		padding: 5px;
		width: 190px;
	}

	#searchform #s {
		padding: 1px;
		border: none;
		font-size: 18px;
		width: 150px;
	}

	#searchform #searchsubmit {
		float: right;
	}
	
#footer {
	
}

	#footer #panels ul {
		list-style: none;
		width: 215px;
		padding: 0 10px 0 0;
		float: left;
	}
	
	#footer #panels #about li {
		line-height: 20px;
		letter-spacing: 1px;
		color: #1f1602;
	}
	
	#footer #panels #contact li {
		font-size: 24px;
	}
	
	#footer #panels #suggest li, #footer #panels #resources li {
		padding: 0 0 10px 0;
		font-weight: bold;
		color: #1f1602;
	}
	
	#footer #credits {
		margin: 20px 0;
		font-size: 10px;
		text-align: right;
	}