/*Styles pertinent only to the homepage*/

/*Headers*/


/*#latest h2 {
	width:60%;
	width:390px;
	float:right;
	font-size:1.4em;
	line-height:115%;
	}
*/

.excerpt h3 {
	margin-bottom:-12px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:5px;
	}

h3#video {
	background:url(../images/youtube.gif) no-repeat right;
	width:90%;
	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;
	width:525px;*/
	width: 70%;
	float:left;
	}	

#latest {
	/*background:#EEEEEE url(../images/bg_latest.jpg) no-repeat;*/
	background:#eeeeee;
	padding:20px 20px 20px 20px;
	margin:10px;
	}

#latest h2 {
	color:#000000;
	padding-left:10px;
	width:70%;
	/*width:390px;
	float:right;*/
	float:left;
	font-size:1.4em;
	line-height:115%;
	}





#latest h2 a  {	
	color: #000000;
	text-decoration:none 
	}

#latest h2 a:hover {	
	color:#FFA800;
	text-decoration:underline;
	}

#latest h2  a:active {	
	color:#000000;
	text-decoration:none;
	}

#latest h2 a:visited {	
	color:#000000;
	text-decoration:none; 
	}

#latest a,latest a:visited,latest a:active  {	
	color: #000000;
	text-decoration:none 
	}


#calendar {
	background:url(../images/calendar.png);
	opacity:.55;
	filter: alpha(opacity=55); 
	-moz-opacity: 0.55;
	width:45px;
	height:40px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font:0.6em Verdana, sans-serif;
	padding-top:1px;
	margin-top:3px;
	}
	
#calendar p {
	font:1.8em Verdana, sans-serif;
	margin:0;
	text-transform:none;
	}	

.excerpt {
	color:#EEEEEE;
	background:url(../images/divider.gif) bottom no-repeat;
	padding:20px 18px 20px 0;
	}

.excerpt p {
	padding-left:20px;

	}

.excerpt .commentcount {
	background:url(../images/bubble.gif) no-repeat 1px 4px;
	}
		
#donate {
	/*background:#103064 url(../images/bg_donate.jpg) no-repeat;*/
	background:#222222;
	padding:12px 12px 12px 12px;
	margin-bottom:18px;
	color:#FFFFFF;
	}

#donate a, #donate a:visited, #donate a:active{

	color:#000000;
	padding:12px 6px 12px 12px;

	}


#donatecontact {
	background:#222222;
	padding:12px 12px 12px 12px;
	margin-bottom:18px;
	color:#FFFFFF;
	}

#donatecontact a, #donatecontact a:visited, #donatecontact a:active{
	color:#666666;
	}






#media {
	background:#000000;
	padding:16px 16px 16px 16px;
	margin-bottom:10px;
	}	

#media ul li {
	margin-left:35px;
	list-style:square;
	padding:2px 0;
	}


	
.headlines {
	padding:15px;
	}

.headlines li {	
	list-style:none;
	border-bottom:1px solid #444444;
	padding:4px 0;
	}

a.button, a.button:visited {
	background:url(../images/bg_button.gif) no-repeat;
	display:block;
	padding:5px 0 5px 34px;
	width:150px;
	text-transform:uppercase;
	color:#FFA800;
	margin:10px 4px 0 0;
	}		

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 #666666;
	}

a.archives, a.archives:visited {
	margin:0 0 0 18px;
	}
				