/*Design created by Wendy Boyer, Dancing Heart Photography Inc.  © 2009 Dancing Heart Photography*/

body {
	background: url(/dhp_html_images/green_dots.gif); background-repeat:repeat;
	font-size: 12px;
	font-family: Avian, Verdana, Helvetica, Arial, Sans-Serif;
	}
body * {
	margin: 0px;
	padding: 0px;
}
a, a:visited{
	color: #EC5A9A;
	text-decoration: none;
	}
a:hover{
	color: #EC5A9A;
	font-weight:bold;
	}
#container { 
	width: 827px; 
	text-align: left;
	background: transparent;
	margin: 0 auto; 
	}
#header { 
	height: 250px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url(/weblog/wp-content/themes/dhp_keys/images/header.png); background-repeat: no-repeat;
	position: relative;
	}
#header img {
	margin-top: 50px; 
	border:none
}

#header h2 {
	font-size: 45px;
	font-family:  Avian, Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	width: 60%;
	}
#header h2 a {
}
#header h2 a:hover {
	}
#header .rss {
	float: right;
	font-size: 12px;
	position: absolute;
	top: 0px; 
	right:50px;
	margin: 0px 0px 0px 0px;
}
#header .rss ul {
	margin: 0px;
	padding: 0px;	
}
#header .rss ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/feed.png) no-repeat 0 0px;
}
#header .rss ul li a:link, #header .rss ul li a:visited, #header .rss ul li a:active {
	color: #CFE7A8;
}
#header .rss ul li a:hover {
	color: #CFE7A8;
	font-weight:bold;
}

#authorarea {
	height: 221px;
	background: url(/weblog/wp-content/themes/dhp_keys/images/authorarea_content.png); background-repeat:no-repeat
	}
	
#authorarea p {
	color: #000000;
	margin: 0px 60px 0px 225px;
	padding-top: 75px; 
}

#authorarea a {
	margin: 0px 0px 0px 225px;
	
}
	

/*Navigation*/

#nav{
	height: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background: url(/weblog/wp-content/themes/dhp_keys/images/nav_bg.png); background-repeat:no-repeat;
}

#nav ul {
	height: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	}
	
#nav li {
	float: left;
	width: 130px;  
	height: 22px;
	border: none;
	text-align: left;
	padding: 0px;
}
#nav li a {
	display: block;
	text-decoration: none;
	font-family:  Avian, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 130px; 
	height: 32px;
	overflow: hidden;
	text-align: center;
	line-height: 32px;
	border: none;
	padding: 0px;
	
}
#nav li a:hover {
	background: url(/weblog/wp-content/themes/dhp_keys/images/menu-bg-hover_hearts.gif); background-repeat:no-repeat;
}

/* UPDATED CODE FOR NAVIGATION - */
	#nav li:hover, #nav li.hover {position: static}

/* sub navigation */

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
	text-align: left; 
	background: #EC5A9A;
	color: #000000;
}
#nav li .pages, #nav li .recent, #nav li .archives, #nav li .categories, #nav li .meta {
	background: #EC5A9A;
	color: #ffffff;
	height: auto;
}

/* shows the drop - downs */
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* sets background when hovering over drop-down menu items */
#nav li ul a:hover {
	color: #ffffff;
	background: #000000; 
}

/* style of each sub menu item listing */
#nav li ul li, #nav li ul li a {
	color: #ffffff;
	float: left;
	text-align: left;
	width: 130px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	text-indent: 3px;
}
#nav li ul li .bottom, #nav li ul li a .bottom {
	height: 0px;
	line-height: 0px;
}
* html #nav li ul li, * html #nav li ul li a {
	 
}
/*Navigation End*/

#content { 
	margin: 0px;
	background: url(/weblog/wp-content/themes/dhp_keys/images/content_bg.png); background-repeat:repeat-y;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
}
* html #content {
	width: 800px;
}

#content p{
	margin: 0px;
	line-height: 15px;
	padding-bottom: 10px;
		}
	
#content img{
	border: none;
}

#content ol {
	
}
#content ul {
	
}
#content h1 {
	color: #EC5A9A;
	font-size: 22px;
	font-family: Avian, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	line-height: 150%;
	padding-bottom: 10px;
	}
	
#content h1 a  {
	color: #EC5A9A;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #f7b3c0;
	text-decoration: none;
	font-weight:bold;
	}

#content h2 {
	color: #CFE7A8;
	font-size: 25px;
	font-family:  Avian, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	padding-bottom: 15px;
	
	}
#content h2 a  {
	color: #EC5A9A;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #f7b3c0;
	text-decoration: none;
	font-weight:bold;
	}
	
#content h3 {
	color: #CFE7A8;
	font-size: 22px;
	font-family:  Avian, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	padding-bottom: 10px;
	
	}
#content h3 a  {
	color: #EC5A9A;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #f7b3c0;
	text-decoration: none;
	font-weight:bold;
	}

blockquote{
	font-style: italic;
	color: #CFE7A8;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	padding: 0px;
	}
.comments h3 {
	font-family:  Avian, Verdana, Helvetica, Arial, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	width: 625px;
	border: none;
	background: #F2F2F2;
	overflow: hidden;
}
* html .comments ol li {
	word-wrap: break-word;
}
.postspace {
	background: url(/weblog/wp-content/themes/dhp_keys/images/post_spacer.gif); background-repeat:no-repeat;
	width: 725px;
	height: 72px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
.postspace2 {
	background: url(/weblog/wp-content/themes/dhp_keys/images/content_bg.png);
	width: 800px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

.postspace3 {
	background: url(/weblog/wp-content/themes/dhp_keys/images/post_spacer_archive.gif); background-repeat:no-repeat;
	width: 725px;
	height: 40px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#footer { 
	clear: both;
	height: 142px;
	background: url(/weblog/wp-content/themes/dhp_keys/images/footer.png); 
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px; 
}

#footer p{	margin: 0px;
	color: #FFF;
	line-height: 18px; 
	padding-top: 40px;
	text-align:center;
	} 

#meta {list-style:none;
		float:right;
		margin-right: 50px;
}

#meta a{ color: #CFE7A8;
}

#meta a hover{color: #CFE7A8;
font-weight: bold
}

#main_start {position: absolute;left: -10000px;}