/*Styles pertinent only to the homepage*/

/*Headers*/


#latest h2 {
	width:390px;
	float:right;
	font-size:2em;
	line-height:115%;
	}

.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-left:0; margin-right:0; margin-top:22px; margin-bottom:8px
	}
	
h3#pics {
	background:url('../images/flickr.gif') no-repeat right;
	width:153px;
	margin-top:15px
	}
	
	

/*Content Styles*/

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

#latest, #welcome {
	background:#14356a url('../images/bg_latest.jpg') no-repeat;
	padding-left:19px; padding-right:19px; padding-top:13px; padding-bottom:20px
	}
	
/* #latest, #welcome {
	background:#1b4680 url('../images/bg_latest.jpg') no-repeat;
	padding-left:19px; padding-right:19px; padding-top:13px; padding-bottom:20px
	} */

#calendar {
	background:url('../images/calendar.png');
	width:45px;
	height:44px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	padding-top:1px;
	margin-top:3px; font-style:normal; font-variant:normal; font-weight:normal; font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif
	}
	
#calendar p {
	font:2.4em Georgia, "Times New Roman", Times, serif;
	margin:0;
	text-transform:none;
	}	

.excerpt {
	background:url('../images/divider.png') no-repeat bottom;; padding-left:18px; padding-right:18px; padding-top:14px; padding-bottom:14px
	}

.excerpt .commentcount {
	background:url('../images/bubble.gif') no-repeat 1px 4px;
	}
		
#donate {
	background:#103064 url('../images/bg_donate.jpg') no-repeat;
	margin-bottom:18px; padding-left:19px; padding-right:19px; padding-top:14px; padding-bottom:1px
	}
	
#rtba {
	background:#103064 url('../images/bg_donate.jpg') no-repeat;
	margin-bottom:18px; padding-left:19px; padding-right:19px; padding-top:14px; padding-bottom:15px
	}
	
#twitter {
	background:#103064 url('../images/bg_donate.jpg') no-repeat;
	margin-bottom:18px; padding-left:19px; padding-right:19px; padding-top:14px; padding-bottom:20px
	}

#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;
	width:90px;
	text-transform:uppercase;
	color:#e9d393;
	margin-left:0; margin-right:4px; margin-top:10px; margin-bottom:0; padding-left:34px; padding-right:0; padding-top:5px; padding-bottom:5px
	}		

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

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