/*Styles pertinent only to the homepage*/


#sidebar {
	width:275px;
	float:right;
	margin-top:-34px;
	padding:15px 12px 20px 12px;
	background: url(../images/bg_sidebar.gif) top left no-repeat;
	}
	 
#latest {
	padding:15px 5px 5px 12px;
	}	

#latest h2 {
	font-size:2.1em; 
	}

#latest .commentcount {
	font-size:1.1em;
	}
		
#headlines {
	padding-left:12px;
	margin-top:3px;
	overflow:hidden;
	}
	
#headlines li {
	width:303px;
	float:left;
	background:url(../images/spacer_line.gif) bottom right no-repeat;
	padding:14px 0 7px 0;
	list-style:none;
	line-height:105%;
	}

li#headline-1 a, li#headline-1 a:visited,
li#headline-2 a, li#headline-2 a:visited,
li#headline-3 a, li#headline-3 a:visited,
li#headline-4 a, li #headline-4 a:visited,
li#headline-5 a, li#headline-5 a:visited,
li#headline-6 a, li#headline-6 a:visited,
li#headline-7 a, li#headline-7 a:visited,
li#headline-8 a, li#headline-8 a:visited {
	font:1em Georgia, "Times New Roman", Times, 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:#87bcd2;
	font:0.8em Georgia, "Times New Roman", Times, serif;	
	}

#middle {
	background:#f2f0ea;
	border-bottom:1px solid #e6e3db;
	border-top:1px solid #e6e3db;
	}

#middle .wrapper {
	padding:5px 0 10px 0;
	width:930px;	
	}

.widget {
	width:280px	;
	float:left;
	margin:11px 30px 0 0;
	}

.widget h3 {
	margin-bottom:4px;
	}	


	
		
