/*Styles pertinent only to the homepage*/

/*Headers*/


#latest h2 {
	width:380px;
	float:right;
	font-size:24px;
	font-family: Georgia, Times New Roman, serif;
	line-height:115%;
	}
	
#latest .commentcount {
	-x-system-font:none;
	background:transparent url(../img/bubble.gif) no-repeat scroll 0 2px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-left:9px;
	padding-left:17px;
}

.excerpt h3 {
	margin-bottom:-12px;
	}

h3#video {
	/* background:url(../images/youtube.gif) no-repeat right; */
	width:148px;
	margin-bottom:6px;
	}

h3#obamablog {
	margin-bottom:5px;
	}
	
h3#audio {
	background:url(../images/feedburner.gif) no-repeat right;
	width:132px;
	margin:22px 0 8px 0;
	}
	
h3#pics {
	background:url(../images/flickr.gif) no-repeat right;
	width:153px;
	margin-top:15px;
	}
	
	
	

/*Content Styles*/

#home #content {
/*
	width:485px;
	float:left
*/
	}	

#latest {
	padding:13px 19px 20px 19px;
	background:url(../img/divider.gif) bottom no-repeat;
	}

#calendar {
	background:url(../images/calendar.png);
	width:45px;
	height:44px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding-top:1px;
	margin-top:3px;
	margin-bottom: 10px;
	color: #ffffff;
	}
	
#calendar p {
	font:21px Georgia, "Times New Roman", Times, serif;
	margin:0;
	text-transform:none;
	}	

.excerpt {
	padding:14px 18px;
	background:url(../images/divider.gif) bottom no-repeat;
	}

	
.excerpt h3 {
	color: #cc3300;
}

.excerpt .commentcount {
	/* background:url(../images/bubble.gif) no-repeat 1px 4px; */
	font-size: 11px;
	margin-left: 5px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	
	}
		
#donate {
	background:#103064 url(../images/bg_donate.jpg) no-repeat;
	padding:14px 19px 20px 19px;
	margin-bottom:18px;
	}

/*
#media {
	background:#103064;
	padding:16px 19px 20px 19px;
	}	
*/
	
.headlines {
	padding:15px;
	}

.headlines li {	
	list-style:none;
	border-bottom:1px solid #3b608d;
	padding:4px 0;
	}

a.button, a.button:visited {
	/* background:url(../images/bg_button.gif) no-repeat; */
	display:block;
	padding:5px 0 5px 0;
	width:100px;
	text-transform:uppercase;
	color:#006699;
	margin:10px 4px 0 0;
	}		

a.button:hover, a.button:active {
	/* background:url(../images/bg_button_on.gif) no-repeat; */
	text-decoration:underline
	}		
	
.mainlist li {
	list-style:none;
	padding: 4px 0;
	border-top:1px solid #315885;
	}

a.archives, a.archives:visited {
	margin:0 0 0 18px;
	}
				