/*Styles pertinent only to the homepage*/

/*Headers*/


#latest h2 {
	width:390px;
	float:left;
	font-size:2em;
	line-height:90%;
	margin-top: 8px;
	}

.excerpt h3 {
	margin-bottom:-12px;
	}
	
h3#audio {
	width:132px;
	margin:22px 0 8px 0;
	}

h3#cellphotos {
	padding-top:0px;
        padding-bottom:15px;
	}
	
h3#asides {
	margin-top:22px;
        padding-top:10px;
        padding-bottom:10px;
        background: url(images/bg_side_hdr.jpg) top right no-repeat;
	}

h3#photos {
	padding-top:10px;
        padding-bottom:10px;
        background: url(images/bg_side_hdr.jpg) top right no-repeat;
	}
	
	

/*Content Styles*/

#home #content {
	width:530px;
	float:left
	}	

#latest {
	background:#CCCC99 url(images/bg_latest.jpg) top no-repeat;
	padding:20px 13px 35px 13px;
        margin-bottom: 25px;
        margin-left: 15px;
        height: 205px;
	}

#calendar {
	color: #FFFFFF;
	width:54px;
	height:50px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#calendar p {
	font:2.0em Georgia, "Times New Roman", Times, serif;
	margin:0;
	text-transform:none;
	line-height:90%;
	}	

.postmetadatafront {
        font:0.9em Georgia, "Times New Roman", Times, serif;
        font-style:italic;
        float: left;
        margin-top: 7px;
        }

.excerpt {
	padding:14px 18px 0px 18px;
	background:url() bottom no-repeat;
        border-bottom:1px dotted #5F5D5D;
	}

.excerpt .commentcount {
	}

#thumbfront {
        margin-top: 20px
        }
		
#sidebarinnards {
	background:#FFFFFF;
	padding:10px 15px 20px 10px;
	margin-bottom:18px;
	}
	
.sideimage {
	float: none;
}

#media {
	background:#D4BB8A;
	padding:16px 19px 20px 19px;
	}	
	
.headlines {
	padding:15px;
	}

.headlines li {	
	list-style:none;
	border-bottom:1px dotted #5F5D5D;
	padding:4px 0;
	}

a.button, a.button:visited {
	background:url(images/bg_button.gif) no-repeat;
	display:block;
	padding:5px 0 5px 34px;
	width:90px;
	text-transform:uppercase;
	color:#e9d393;
	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: 0px 0px 4px 0px;
	border-bottom:1px dotted #5F5D5D;
	}

.mainlistmeal li {
	list-style:none;
	padding: 0px 0px 4px 0px;
	}

a.archives, a.archives:visited {
	margin:0 0 0 18px;
	}
				
