/*Styles pertinent only to the homepage*/

/*Headers*/


#slogan h2 {
	width:450px;
	float:left;
	font-size:2em;
	line-height:115%;
	}

.blurbs h3 {
	margin-bottom:-12px;
	}

.blurbsNoDivider h3 {
	margin-bottom:10px;
	}

h3#video {
	background:url(../images/youtube.gif) no-repeat right;
	width:215px;
	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
	}	

#slogan {
	background:#FFFFFF;
	padding:13px 19px 20px 19px;
	}

.blurbs {
	color:#FFFFFF;
	padding:14px 18px;
	background:url(../images/divider.gif) bottom no-repeat;
	}

.blurbs a {
	color: #FFFFFF;
	}

.blurbsNoDivider {
	color:#FFFFFF;
	padding:14px 18px;
	}

.blurbsNoDivider a {
	color: #FFFFFF;
	}

#donate {
	padding:14px 19px 20px 19px;
	margin-bottom:18px;
	}

#media {
	background:#006633 url(../images/bg_latest.jpg) no-repeat;
	padding:16px 19px 20px 19px;
	}	
	
.headlines {
	color:#FFFFFF;
	padding:15px;
	}

.headlines a {	
	color:#FFFFFF;
	}
	
.headlines li {	
	list-style:none;
	border-bottom:1px solid #669933;
	padding:4px 0;
	}
				

