/* ------------------------------------------------ */
/* single_style.css by Kenny Atkins */
/* for A Single Thread Sangha          */
/* ------------------------------------------------- */

/* html, body & misc details */
html {
	margin:			0;
	padding:			0;
}
body {
	margin:			0;
	padding:			0;
	background:		url(../resources/images/pattern_k_002.png);
	background-repeat:		repeat;
}
img {
	border:			none;
}
/* divs and all things related to divs */
#container {
	position:			relative;
	width:			630px;
	margin-top:		25px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		auto;
	border:			0px solid #7c7c7c;
	background:		#ffffff;
}
#site_banner {
	height:			130px;
	width:			430px;
	background-color:		#ffffff;
}
#sub_banner {
	font-family:		georgia, times, serif;
	font-size:			.7em;
	color:			#b9a894;
	padding:			8px;
	background:		#000000;
}
#nav_container {
	float:			left;
	width:			130px;
	height:			100%;
	margin:			0;
	padding:			0;
	background:		#ffffff url("../resources/images/kwannon.png")
		no-repeat left bottom;
}
#navigation {
	font-family:		georgia, times, serif;
	font-size:			.7em;
	color:			#b9a894;
	float:			left;
	width:			130px;
	padding:			4px 4px 4px 4px;
	border-bottom:		1px solid #7c7c7c;
	background:		#f0f0f0;
}
#navigation ul {
	margin:			0px;
	padding:			4px;
	list-style:			none;
}
#navigation li {
	margin:			2px 2px 2px 8px;
	padding:			2px 2px  2px 8px;
}
a:link     { color:#7c7c7c; text-decoration: none; border: none; font-weight: bold; }
a:active  { color: #b9a894; text-decoration: none; border: none; font-weight: bold; }
a:visited { color: #7c7c7c; text-decoration: none; border: none; font-weight: bold; }
a:hover   { color: #b9a894; text-decoration: none; border: none; font-weight: bold; }
#content {
	float:			right;
	width:			430px;
	padding:			2px 8px 8px 8px;
}
#content p {
	font-family:		verdana;
	font-size:			.8em;
	color:			#7c7c7c;
	padding:			2px 8px 8px 8px;
}
#footer {
	padding:		8px;
	background:		#f0f0f0;
	float:			right;
	width:			460px;
	margin:			2px 2px 2px 2px;
	border-top:		1px solid #7c7c7c;
}
#footer p {
	font-family:	verdana;
	font-size:		.7em;
	color:		#b9a894;
	text-align:		center;
	margin:		2px 2px 2px 2px;
}

/* to clear shit */
.clr {
	clear:			both;
	overflow:			hidden;	
}