
/*Homepage layout styles*/
#wrapperHomeMain {
  width:739px;
  float: left;
  background-color: #ffffff;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 0;
}
#wrapperHomeColLeft {
	width: 165px;
	float: left;
	text-align:left;
	margin-top: 20px;
}
#wrapperHomeColMiddle {
	float: left;
	width: 378px;
	margin-left: 10px;
	height: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
}
#wrapperHomeColRight {
	float: left;
	width: 165px;
	height: auto;
	margin-top: 30px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
#wrapperHomeFooter {
	width: 100%;
	float: none;
}




/* CuteNews area box styles */
#CuteNewsBox {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 0px;
}
	
#CuteTitle {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
#CuteArticle {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	clear: both;
	border-bottom: 1px solid #cfcfcf;
	border-bottom-style: dashed;
}
	#CuteArticle img{
		border: 1px solid #cfcfcf;
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
		display: inline;
	}


#CuteRSS {
	border: 2px solid #cfcfcf;
	padding: 7px;
	padding-bottom: 3px;
	font-size: 9px; 
	color: #333333;
	background-color: #cfcfcf;
}
	#CuteRSS a {
		text-decoration:none;
	}
	#CuteRSS a:hover{
		text-decoration:underline;
	}




/*Left Sidebar styles */

#topLeftColumn {
	width: 164px;
	margin-top: 0px;
	margin-bottom: 13px;
	text-align: left;
}
#topLeftColumn P{
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
}


#upcomingEventsBox {
	width: 220px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(../images/layout/UpcomingEventsBG2.gif);
	border-bottom: 1px solid #66CC66;
	text-align: center;
}
#churchCalendar {
	padding: 5px;
}




#mediaLibraryBox {
	width: 164px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(../images/layout/PodcastLibraryBG.gif);
	border-bottom: 1px solid #336699;
	text-align: left;
}
#mediaLibraryContent {
	padding: 3px;
	font-size: 12px;
}

#mediaLibraryContent P {
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 0px;
}
#mediaLibraryContent a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#mediaLibraryContent a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}




#moreLinks {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9px;
}
#moreLinks a {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
#moreLinks a:hover {
	text-decoration: underline;
}
.podcasts LI{
	list-style-image: url(../images/mediaIcons/podcastsBULLET.gif);
}
.photos LI{
	list-style-image: url(../images/mediaIcons/photosBULLET.gif);
}
.videos LI{
	list-style-image: url(../images/mediaIcons/videosBULLET.gif);
}