/*Styles pertinent only to the homepage*/


#home #content {
	width:560px;
	float:left;
	margin: 0px 30px 30px 0px;
	}

#home #sidebar {
	width:294px;
	float:right;
	padding:0px;
	margin-top:-5px;
	}
	 
#latest {
	padding:0px;
	}	

#latest h2 {
	font-size:1.7em; 
	}

#latest .commentcount {
	font-size:1.1em;
	color: #747575;
	}
		
#headlines {
	margin-top:3px;
	overflow:hidden;
	}
	
#headlines li {
	border-top:1px dashed #CCC;
	float:left;
	line-height:105%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px 0pt;
	width:268px;
	}
	
#headlines li .postcat {
	color:#B9A911;
	display:block;
	font-family:'Lucida Grande','Lucida Sans Unicode',Arial;
	font-size:9px;
	letter-spacing:0.2em;
	margin:0px;
	padding:0pt;
	border-bottom:none;
	text-transform:uppercase; }
	
#headlines li p {
	margin: 0px 0px 0px 0px;
	}
	
.headlines_thumb { padding: 0 10px 0 0; margin: 0 0 5px 0; float: left; }
.headlines_thumb img { float: left; margin: 0; }
.headlines_thumb a img { border:0px; margin: 1px 0 0 0;}
.headlines_thumb a:hover img { border:0px; margin:1px 0 0 0; }
.headlines_title { line-height:1.2em; }

li#headline-1 a, li#headline-1 a:visited,
li#headline-2 a, li#headline-2 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.95em;
	color:#4c4c4d;
	}

li#headline-1 p, li#headline-2 p {
	font-size:0.8em;
	line-height:1em; }

li#headline-3 a, li#headline-3 a:visited,
li#headline-4 a, li #headline-4 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#747575;
	font-size:0.92em;
	}

li#headline-3 p, li#headline-4 p {
	color:#747575;
	font-size:0.8em;
	line-height:1em; }

li#headline-5 a, li#headline-5 a:visited,
li#headline-6 a, li#headline-6 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8D8E8A;
	font-size:0.85em;
	}
	
li#headline-5 p, li#headline-6 p {
	color:#8D8E8A;
	font-size:0.75em;
	line-height:1em;}

li#headline-7 a, li#headline-7 a:visited,
li#headline-8 a, li#headline-8 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a0a19c;
	font-size:0.85em;
	}
	
li#headline-7 p, li#headline-8 p {
	color:#a0a19c;
	font-size:0.75em;
	line-height:1em;}
	
	
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.8em;
	color:#747575;
	}
	
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:#4C4C4D;
	font:Georgia, "Times New Roman", Times, serif;	
	}

a.olderposts, a.olderposts:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#4C4C4D;
	font-style:italic;
	margin:15px 0px 0px 0px;
	display:block;
	width:100px;
	}
	
a.olderposts:hover {
	color: #f05593;
	text-decoration:none; }

#middle {
	background:transparent;
	clear:both;
	margin-top:30px;
	border-top:1px dashed #cccccc;
	padding-top:10px;
	}

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

#home .widget {
	width:294px;
	float:left;
	margin:0px 0px 25px 0px;
	}

#home .widget h3 {
	margin-bottom:4px;
	}	
	
.infopage h3 {
	margin-bottom:5px !important;
	color:darkCyan;
	margin-top:20px; }

.infopage p.faq {
	margin-top:0px;}

.infopage .drop {
	float:left;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	margin:0pt;
	text-align:inherit;
	width:inherit;}
	
#middle .widget {
	width: 270px;
	margin-right:20px;
	float:left; }


	
	

/*Contact Form*/

	
#contactform {
	background:transparent none repeat scroll 0% 0%;
	float:right;
	width:327px;
	}

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

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

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