/*
Theme Name: H.O.M.E. theme
Theme URI: http://www.ynotweb.com
Description: Wordpress theme for H.O.M.E.
Author: Kammy Burleson
Author URI: http://www.ynotweb.com
version: 1.0
*/


body {
margin: 0;
padding: 0;
	background: #3C5F5B;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	
	}
	
/* images and misc. */

img{ border: none;}
img a{border:none;}



/* links */

a, a:visited{
	color:#000099;
	text-decoration:underline;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 932px;
	margin: auto;

	background:#A7CAC6;

	}
	
/* header */

#header {
	width: 932px;
	height: 246px;
	}



/* content */


#content {
	float: left;
	
	width: 518px;
overflow: hidden;
	background-color: #fff;
	min-height: 700px;
	}

.post {
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
	}
	
.post h2{
	font-size: 15pt;
	font-weight: darker;
color: #eab784;
	/*color: #08122E;*/
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	


.post a{text-decoration:underline;}



.entry p{}


.pagetitle {}


/* left sidebar */

#left {

	width:208px;
	float:left;
	/*margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-right: 1px none #A2A2A2;*/
	border: 1px none black;
	}

#left h2{

	font-size: 13pt; 
	color: #08122E;	
margin-left:12px;
margin-bottom:0px;

	padding: 0;
}

#left ul, ul.heart {
	/*margin-left: 18px;
	padding-left: 18px;*/
	list-style-image: url(images/heart.gif);
	font-weight: bold;
margin-top:4px;
}

#left a {
color:black;
padding:4px;
}
#left ul a:hover, ul.heart a:hover {
color: #eab784;
font-weight: darker;
background-color: #3C5F5B;
padding:4px;

}

#left ul li, ul.heart li {
	list-style-image: url(images/heart.gif);
	/* line-height: 17px;*/
		line-height: 18px;
padding-bottom:6px;
padding-left: 12px;
}

/* right sidebar */

#right{

	width: 200px;
	float:right;
	font-weight: bold;
	font-size: 11pt;
		/*padding: 0;
	border-left: 1px none #A2A2A2;*/
	}
#right a { font-size:1.05em; color:#000099;}
#right h2 {
		font-size: 14pt;
		font-weight: lighter;
margin-bottom:0px;
}
#sidebarcontent {
padding: 12px 0 24px 4px;


}

img.sidebarPhoto {
align:center;
	text-align: center;
	border: 5px solid #eab784;
color: #FFCC99;
}
/* footer */

#footer {
	background: #759999;
	clear: both;
	width: 100%;
	/*margin-top:15px;*/
	border-top:solid 1px #DEDEDE;
	height: 50px;
	font-size: 10pt;
	}
	
#footer p{padding: 6px 10px;margin: 6px 10px; color: #eee;	background-color: #759999;}
#footer a{color: #eee;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}
.copyright {
	float: left;
}
.credit {
	float: right;
}

/* ddfm */ 

.fieldwrap {
font-size:13px;
}
 /* bottom nav */
#bottomnav {
margin: 0;
padding: 0;
list-style-type: none;
font-size:11px;
color:#666;
margin-bottom:20px;
text-align:center;
}
#bottomnav ul { width: 65%; }
#bottomnav li { display: inline; border-right : 1px solid black; padding-left:2px;}

/* widgets */
.textwidget {
font-weight:500;
margin-bottom:10px;
}
.textwidget blockquote {
font-style: italic;
margin:5px;
}
.textwidget span {
font-weight:bold;
margin:5px;
font-style:none;
}
.textwidget ul{
font-weight:400;
margin: 2px 4px 2px 17px;

}