/* Author: 	Erica Schreiber
   Date: 	June 2010
   Descrip:	Main stylesheet for Radiant Life Coaching Website */
   
* {margin: 0px;
	padding: 0px;
	}
body {
	background-color: #ffd025;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	min-width:825px;
	color: #970005;
	font-size: 13px;
	}
a {
	color: #a00005;
	}
a:hover {
	color: #006781;
	text-decoration:underline;
	}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
.bold {
	font-weight: bold;
	}
/******************* Header: Logo & Horizontal Navigation Bar ***********************/
#logo {
	padding: 15px 0px 0px 20px;
	}
#horizontal_nav{
	position: absolute;
	top: 45px;
	right: 10px;
	}
#horizontal_nav ul {
	font-size: 12px;
	list-style: none;
	float: left;
	}
#horizontal_nav ul li {
	float: left;
	}
#horizontal_nav ul a {
	display: block;
	padding: 0 2px;
	line-height: 4.5em;
	text-decoration: none;
	}
#horizontal_nav ul a:hover {
	color: #006781;
	text-decoration:underline;
	}
#link_01 a {
	background-image:url(../images/headerlink_01.jpg)
	}
#link_01 a:hover{
	background-image: url(../images/headerlink_hover_01.jpg)
	}
/*
#logo {
	padding: 15px 0px 0px 20px;
	}
#horizontal_nav{
	position: absolute;
	top: 45px;
	right: 10px;
	}
#horizontal_nav ul {
	font-size: 12px;
	list-style: none;
	float: left;
	}
#horizontal_nav ul li {
	float: left;
	}
#horizontal_nav ul a {
	display: block;
	padding: 0 10px;
	line-height: 4.5em;
	text-decoration: none;
	}
#horizontal_nav ul a:hover {
	color: #006781;
	text-decoration:underline;
	}
*/
/********* Container (holding main_content & secondary_content) ************/
#container {
	background: url(../images/content_bg_middle.jpg) center repeat-y;
	}
#container_top {
	background: url(../images/content_bg_top.jpg) center top no-repeat;
	}
#container_bottom {
	background: url(../images/content_bg_bottom.jpg) center bottom no-repeat;
	}
/********* Main Content ************/
#main_content {
	width: 475px;
	float: right;
	margin: 30px 30px 25px 0px;
	position: relative;
	}
#main_content h1 {
	padding: 10px 0px 5px 0px;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	
	}
#main_content h2 {
	padding: 20px 20px 0px 0px;
	font-weight: 15px;
	color: #028ab0;
	}
#main_content h3 {
	padding-top: 15px;
	font-weight: 15px;
	}
#main_content p {
	padding: 10px 15px 10px 0px;
	}
.author_name {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	color: #006781;
	}
#main_content ul {
	margin-left: 25px;
	}
#main_content li {
	padding: 2px 0px;
	}
/********* Secondary Content ************/
#secondary_content {
	width: 240px;
	float: left;
	margin: 20px 0px 25px 40px;
	}
#secondary_content ul {
	list-style: none;
	padding-top: 20px;
	}
#secondary_content li {
	padding-bottom: 5px;
	}
#secondary_content ul a {
	text-decoration: none;
	}
#secondary_content ul a:hover {
	color:#006781;
	text-decoration:underline;
	}
/********* Container ************/
#clear_container {
	/* this allows the background to be present due to floated content */
	clear: both;
	}
/********* Footer ************/
#footer_nav1 {
	font-size: 12px;
	list-style: none;
	float: left;
	position: relative;
	left: 168px;
	}
#footer_nav1 li {
	float: left;
	}
#footer_nav1 a {
	display: block;
	padding: 0 10px;
	line-height: 1.5em;
	text-decoration: none;
	}
#footer_nav1 a:hover {
	color: #006781;
	text-decoration:underline;
	}

#footer_nav2 {
	font-size: 12px;
	list-style: none;
	float: left;
	position: relative;
	left: 155px;
	padding-bottom: 20px;
	}
#footer_nav2 li {
	float: left;
	}
#footer_nav2 a {
	display: block;
	padding: 0 10px;
	line-height: 1.5em;
	text-decoration: none;
	}
#footer_nav2 a:hover {
	color: #006781;
	text-decoration:underline;
	}
