/*Styles pertinent only to the homepage*/

/*Headers*/


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

.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:760px;
	padding:5px;
    float:left;
	background-image: url(../images/mainbg.png);
	border: 5px solid #FFFFFF;
	}	
	



#latest {
	background: url(../images/latest_box.png) no-repeat;
	padding:13px 19px 20px 19px;
	height: 150px;
	
	}

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

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

.excerpt .commentcount {
	background:url(../images/bubble.gif) no-repeat 1px 4px;
	}

				