/*Styles pertinent only to the homepage*/


#home #content {
	width:589px;
	float:left;
	}

#home #sidebar {
	width:294px;
	float:right;
	color: #666;
	background: #f5f5f5;
	padding:15px 24px 20px 24px;
	}
	 
#latest {
	background:#206CFF;
	padding:15px 30px 20px 30px;
	}	

#latest.entry p {
	color: #fff;
	}	

#latest h2 {
	font-size:1.7em; 
	color: #fff;
	}
	
#latest h2 a:link, #latest h2 a:visited {
	color: #fff;
}

#latest .commentcount {
	font-size:1.1em;
	}
		
#headlines {
	margin-top:3px;
	margin-left: 30px;
	overflow:hidden;
	}
	
#headlines:hover a:link, #headlines:hover a:visited {
	border-bottom: 1px dashed #000;

	}
	
#headlines li {
	border-bottom: 1px dashed #999;
	width:268px;
	float:left;
	padding:14px 0 7px 0;
	list-style:none;
	height:52px;
	line-height:105%;
	}

#headlines li:hover {
	background-color: #e7e7e7;
	}
	
#headlines li p.postmetadata{
	margin-top: 2px;
	}

li#headline-1 a, li#headline-1 a:visited,
li#headline-2 a, li#headline-2 a:visited {
	font-size:1.0em;
	color:#333;
	}

li#headline-3 a, li#headline-3 a:visited,
li#headline-4 a, li #headline-4 a:visited {
	color:#333;
	font-size:1.0em;
	}

li#headline-5 a, li#headline-5 a:visited,
li#headline-6 a, li#headline-6 a:visited {
	color:#333;
	font-size:1.0em;
	}

li#headline-7 a, li#headline-7 a:visited,
li#headline-8 a, li#headline-8 a:visited {
	color:#333;
	font-size:1.0em Arial, Helvetica, sans-serif;
	}
	
	
li#headline-1, li#headline-3, li#headline-5, li#headline-7 {
	margin-right:21px;
	}
	
#headlines a:hover, #headlines a:active {
	text-decoration:underline
	}

#headlines .commentcount {
	font-size:0.85em;
	}
	
li#headline-1 .commentcount a, li#headline-1 .commentcount a:visited,
li#headline-2 .commentcount a, li#headline-2 .commentcount a:visited,
li#headline-3 .commentcount a, li#headline-3 .commentcount a:visited,
li#headline-4 .commentcount a, li#headline-4 .commentcount a:visited,
li#headline-5 .commentcount a, li#headline-5 .commentcount a:visited,
li#headline-6 .commentcount a, li#headline-6 .commentcount a:visited,
li#headline-7 .commentcount a, li#headline-7 .commentcount a:visited,
li#headline-8 .commentcount a, li#headline-8 .commentcount a:visited  {
	color:#333;
	font:0.8em Georgia, "Times New Roman", Times, serif;	
	}

#middle {
	background:#ebebeb;
	padding-bottom: 30px;
	}

#middle .wrapper {
	padding:15px 0 0 30px;
	width:930px;		
	}

#home .widget {
	width:274px;
	float:left;
	margin:11px 12px 0 0;
	}

#home .widget h3 {
	margin-bottom:4px;
	}	


	
	

/*Contact Form*/

	
#contactform {
	width:302px;
	float:right;
	background:#f2f2f2;
	padding:11px 20px 25px 20px;
	}

#contactform label, #contactform legend {
	display:none
	}

#contactform h3 {
	margin-bottom:9px;
	}

#success-message {
	color: white;
	background:#206CFF;
	padding:32px;
	font-size:.8em;
	position:absolute;
	top:120px;
	z-index:9999;
	width:400px;
	margin-left:-200px;
	left:50%;
	border:7px solid #ebebeb;
	}
	
		