/* Colors used 
#a656a2 - purple
#721df3 - bright purple
#00b034 - green
#fdf7e0 - cream
*/

/* Main layout stuff */
* {
	margin: 0; padding: 0;
}
body {
	background: url(graphics/bg_repeat.jpg) top left repeat-x;
	font-family: helvetica,arial,sans-serif;
	font-size: 9pt;
	color: #666;
}

/* Page Sections */
#pagecontainer {
	background: url(graphics/page_repeat.jpg) top center repeat-y;
	zoom: 100%;
}
#header {
	background: url(graphics/header.jpg) top center no-repeat;
	height: 205px;
}
#header a {
	display: block;
	background: red;
}
#main {
	background: url(graphics/main_repeat.jpg) top center no-repeat;
	padding-top: 65px;
}
#main2 {
	width: 665px;
	margin: 0 auto;
}
#nav {
	float: left;
	width: 135px;
	margin-right: 15px;
}
#content {
	line-height: 1.6em;
	margin-left: 155px;
	zoom: 100%;
}
#footer {
	text-align: center;
	color: #999;
}
#footer2 {
	background: url(graphics/footer.jpg) center bottom no-repeat;
	height: 40px;
}

/* Lists */
#nav ul {
	list-style: none;
	padding-bottom: 50px;
	background: url(graphics/ul_bottom.gif) left bottom no-repeat #fdf7e0;
}
#nav ul li {
}
#content ul {
	margin-bottom: 10px;
	list-style-type: circle;
}
#content ul li {
	margin-left: 35px;
}

/* Sliding doors code */
#nav ul li a.Home {
	background: url(graphics/li_Home.gif) top left no-repeat;
}
#nav ul li a.Biography {
	background: url(graphics/li_Biography.gif) top left no-repeat;
}
#nav ul li a.Books {
	background: url(graphics/li_Books.gif) top left no-repeat;
}
#nav ul li a.Workshops {
	background: url(graphics/li_Workshops.gif) top left no-repeat;
}
#nav ul li a.Schedule {
	background: url(graphics/li_Schedule.gif) top left no-repeat;
}
#nav ul li a.Austin-wedding-officiant {
	background: url(graphics/li_Weddings.gif) top left no-repeat;
}
#nav ul li a.Wedding-officiant-testimonials {
	background: url(graphics/li_Testimonials.gif) top left no-repeat;
}
#nav ul li a.Funerals {
	background: url(graphics/li_Funerals.gif) top left no-repeat;
}
#nav ul li a.Life_Coach {
	background: url(graphics/li_Life_Coach.gif) top left no-repeat;
}
#nav ul li a:hover {
	background-position: -135px 0px;;
}
#nav ul li a#active {
	background-position: -270px 0px;;
}

/* Paragraphs */
#content p {
	margin-bottom: 10px;
	text-indent: 15px;
}
#footer p {
	padding-top: 10px;
}

/* Headings */
#header h1, #header h2, #content h1.page_head span, #content h2.page_head span {
	display: none;
}
#content h2 {
	font-size: 12pt;
	font-variant: small-caps;
}
#content h3 {
	font-size: 12pt;
	font-variant: small-caps;
	color: #a656a2;
	text-decoration: underline;
	margin-bottom: 5px;
}
#content h2, #content h1 {
	height: 75px;
	margin-bottom: 8px;
}
#content h2.page_head#Home {
	background: url(graphics/h2_Home.gif) top left no-repeat;
}
#content h1.page_head#Biography {
	background: url(graphics/h2_Biography.gif) top left no-repeat;
}
#content h1.page_head#Books {
	background: url(graphics/h2_Books.gif) top left no-repeat;
}
#content h1.page_head#Workshops {
	background: url(graphics/h2_Workshops.gif) top left no-repeat;
}
#content h1.page_head#Schedule {
	background: url(graphics/h2_Schedule.gif) top left no-repeat;
}
#content h1.page_head#Weddings {
	background: url(graphics/h2_Weddings.gif) top left no-repeat;
}
#content h1.page_head#Testimonials {
	background: url(graphics/h2_Testimonials.gif) top left no-repeat;
}
#content h1.page_head#Funerals {
	background: url(graphics/h2_Funerals.gif) top left no-repeat;
}
#content h1.page_head#Life_Coach {
	background: url(graphics/h2_Life_Coach.gif) top left no-repeat;
}

/* Links */
#content a, #footer a {
	color: #a656a2;
}
#content a:hover, #footer a:hover {
	text-decoration: none;
}
#nav ul li a {
	display: block;
	width: 135px;
	height: 30px;
}

/* Images */
#nav a img, #content img {
	border: 0;
}

/* Tables */
table.schedule {
	width: 100%;
}
table.schedule th {
	color: #a656a2;
	text-align: left;
}
table.schedule th, table.schedule td {
	padding-right: 5px;
	border-bottom: 1px solid #dcdcdc;
}

/* Misc */
#nav ul li a span {
	display: none;
}
#footer hr, #content hr.testimonial {
        height: 1px;
        width: 100px;;
        color: #dcdcdc;
        background-color: #dcdcdc;
        border: 0;
        margin: 0px auto;
}
#content hr.testimonial {
	margin-bottom: 20px;
}
.clearer {
	clear: both;
}
div.testimonial {
	padding-left: 50px;
	margin-bottom: 20px;
	background: url(graphics/quotes.gif) top left no-repeat;
}
div.spikelover {
	padding: 2px 0 0 0px;
	font-style: italic;
}
