/* Site design by Kern Toy for The Sacred Well



*/

* {
	margin: 0px;
	padding: 0px;
	border: 0 none;
} /* Universal reset + ugly ants around image on click fix */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #680C0E;
	}

/* Structure */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 921px;
	background: #FFFEF1;
	}

#header {
	width: 921px;
	height: 131px;
	}

#content-1c {
	position: relative;
	float: left;
	margin: 0 -210px 30px -210px;
	width: 441px;
	}
#content-1c-wider {
	position: relative;
	float: left;
	margin: 0 -210px 30px -210px;
	width: 525px;
}

#content-2c {
	position: relative;
	float: left;
	width: 648px;
	margin: 0px 15px 0px -210px;
	}
#content-cal {
	position: relative;
	float: left;
	width: 648px;
	margin: 0px 15px 0px 140px;
}

#sidebar-l {
	position: relative;
	float:left;
	width: 210px;
	margin: 0px 225px 0px 15px;
	overflow: hidden;
	}
#sidebar-l-small {
	position: relative;
	float:left;
	width: 150px;
	margin: 0px 225px 0px 15px;
	overflow: hidden;
}

#sidebar-r {
	position: relative;
	float: left;
	width: 210px;
	margin: 0px 0px 0px 225px;
	overflow: hidden;
	}

#sidebar-r ul {
	list-style-position: outside;
	}

.sidebar-r2 {
	position: relative;
	float: right;
	width: 210px;
	}
	
.sidebar-r2 ul {
	margin-left: 0px;
	}
	
.sidebar-r2 ul li {
	list-style: none;
	line-height: 15px;
	margin-bottom: 6px;
	}

#nav {
	margin: 9px auto 0px auto;
	height: 2.6em;
	width: 580px;
}

#imagebar {
	clear: left;
	width: 100%;
	height: 148px;
	margin: 0px 15px 30px;
	}

.barimg {
	float: left;
	}

/* Footer Styling */

#footer {
	clear: left;
	width: 891px;
	margin: 0px 15px;
	padding: 15px 0px;
	border-top: 1px dotted #680C0E;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#footer .hlist li {
	padding:0px 4px 0px 6px;
	border-left: 1px solid #680C0E;
	font-size:9px;
	}

#footer .hlist li:first-child {
	border-left: none;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	font-size: 9px;
	color: #000000;
	}
	
/* Menu 2, Sidebar Menu */

.menu2 {
	margin-left: 20px;
	}

ul.menu2 {
	list-style: none;
	}

ul.menu2 li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #89571C;
	}

ul.menu2 li a:hover {
	text-decoration: none;
	background-color: #BB8827;
	color: #FFFEF1;
	}
	
/* Link Styling */

a:link, a:active {
	color: #851012;
	text-decoration: none;
	}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
a:hover {
	color: #663333;
	text-decoration: underline;
	}

/* image styling */

.imgleft {
	margin: 0px 10px 10px 0px;
	}

/* Typography */

p {
	font-size: 13px;
	line-height: 20px;
	color: #4A4A4A;
	margin: 7px 0; 
	}
h1 {
	font-size: 21px;
	font-weight: normal;
	color: #851012;
	}
h2 {
	font-size: 16px;
	line-height: 19px;
	color: #851012;
	margin: 12px 0 0 0; 
	padding: 0;
	font-weight: normal;
	}
h3 {
	font-size: 13px;
	line-height: 19px;
	color: #851012;
	font-weight: normal;
	}
ul {
	list-style: outside square;
	font-size: 13px;
	color: #4A4A4A;
	margin: 0px 0px 6px 15px;
	line-height: 20px;
	}
blockquote {
	font-size: 13px;
	line-height: 20px;
	color: #336666;
	font-weight: normal;
	font-style: italic;
	}

/* Utility Classes */
.clear {
	clear: left;
	}
.block {
	display: block;
	}
.float-l {
	float: left;
	}
.float-r {
	float: right;
	}
.indent-ten {
	margin-left: 10px;
	}
.hlist {
	list-style: none;
	}
.hlist li {
	display: inline;
	}

.innerwrapper {
	width: 380px;
	}
	
.grayline {
	display: block;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCC;
	width: 100%;
	height: 1px;
	}

.pad-below {
	padding-bottom: 9px;
	}
