
h2.featuredTitle {
	font-size:18px;
	line-height:1.1em;
	font-weight:bold;
	font-family: Arial;
	background:#fff;
	}
h2.featuredTitle a, h2.featuredTitle a:visited {
	color:#333;
	display:block;
	padding:5px 10px 0 10px;
	font-size:18px;
	line-height:1.1em;
	font-weight:bold;
	font-family: Arial;
}
h2.featuredTitle a:hover {
	text-decoration:none;
	color:#000;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 520px; /*width of featured content slider*/
	height: 230px;
	margin-bottom:5px;
}
.sliderwrapper img {
	display:block;
	width:520px;
	height:210px;
}
.contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	z-index:1;
}
.pagination{ /* do not change the name of class - used to wrap thumbnails for featured area */
	display:block;
	background-color: #fff;
	padding:0 0px 0px 0px;
	width: 525px; /*width of featured content slider*/
	margin:auto;
	text-align:Center;
	margin-left:0px;
}
.pagination img{ 
	margin-left:-3px;
	margin-bottom:5px;
}
.pagination a img{
	border-top:3px solid #4a7f0d;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	padding-top:5px;
}
.pagination a:hover img, .pagination a.selected img{
	border-top:3px solid #7ec828;
	border-right:2px solid #FFF;
	border-left:2px solid #FFF;
	border-bottom:1px solid #FFF;
	padding-top:5px;
}

.featuredPost2 { /*Posts displayed below the featured section */
	padding-top:5px;
	padding-bottom:5px;
}
.featuredPost2Meta {
	clear:both;
	display:block;
	font-style:italic;
	font-size:.8em;
	padding-top:3px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}
.featuredPost2Meta a{
	color:#006699;
}
.featuredPost2Meta a:hover {
	text-decoration:underline;
}

/* MIDDLE BLOCK ABOVE THE PHOTO GALLERY ON MAIN PAGE
============================================================== */
#midColPosts {
	width:325px;
	float:left;
}
.midColPost {
	border-left:1px solid #eee;
	padding-left:9px;
	padding-right:15px;
	padding-bottom:10px;
}
.midColPostMeta {
	display:block;
	clear:both;
	font-style:italic;
	font-size:.8em;
	border-bottom:1px solid #eee;
	padding-top:2px;
	padding-bottom:5px;
}
.midColPostMeta a{
	color:#006699;
}
.midColPostMeta a:hover {
	text-decoration:underline;
}

/* 120-600 AD ON THE RIGHT COLUMN ABOVE THE PHOTO GALLERY
============================================================== */
#rightColAd {
	float:left;
	width:120px;
	padding-bottom:7px;
}

/*SECONDARY CONTENT WRAPPER
============================================================== */
#secondaryContentWrapper {
	margin-bottom:10px;
}

/*BREAKING NEWS 
============================================================== */
#breakingNews {
	width:160px;
	float:left;
}
#breakingNews li {
	margin-bottom:6px;
	margin-left:2px;
}
#breakingNews li a {
	color:#222;
}
#breakingNews li a:hover {
	color:#0099ff;
}
/* SECONDARY CONTENT MID COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#secondaryMidColumn {
	width:490px;
	margin-left:10px;
	float:left;
	display:inline;
}
.secondaryMidColPost {
	padding-left:9px;
	padding-right:9px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding-bottom:10px;
}
.secondaryMidColPostMeta {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:italic;
	margin-top:5px;
}
.secondaryMidColPostMeta a{
	color:#006699;
}
.secondaryMidColPostMeta a:hover {
	text-decoration:underline;
}
