/* Title of featured post on slider */
h2.featuredTitle { 
	font-size:20px;
	line-height:1.1em;
	font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	display:block;
}
h2.featuredTitle a {
	color:#fff;
	display:block;
	padding:6px 5px 3px 6px;
}
h2.featuredTitle a:hover {
	text-decoration:underline;
}
/* /Features Slider - There are two featured slider in */
#featuredContent {
	float:left;
	width:362px;
	margin-right:10px;
	display:inline;
	padding:0;
	background:none;
}
#featured-slider {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 362px; /*width of featured content slider*/
	height: 256px;
}
#featured-slider .sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
	position:absolute;
	bottom:0px;
	width:332px;
	min-height:45px;
	height: auto !important; /* IE6 Min height hack */
	height: 45px;	
	background: url(default/bgTransparent.png);
}
#featured-slider .sliderPostInfo p { /* Post excerpt style on featured slider */
	color:#fff;
	font-size:1.1em;
	padding:3px 5px 5px 6px;
}
#featured-slider .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*/
	border:10px solid #efefef;
	z-index:1;
}
#paginate-featured-slider{ /* do not change the name of class - used to wrap thumbnails for featured area */
	display:block;
	background-color: #efefef;
	padding:0 0 5px 10px;
	margin-bottom:10px;
}
#paginate-featured-slider ul {
	width:332px;
	padding-bottom:0;
	list-style: none;
}
#paginate-featured-slider ul li {
	display: inline;
	width:75px;
	float:left;
	margin-left:0;
	padding:0 0 0 0;
	margin-right:7px;
	margin-bottom:3px;
}
#paginate-featured-slider a {
	padding:0;
}
#paginate-featured-slider img{ 
	padding-top:5px;
	background: #efefef;
}
#paginate-featured-slider a img{
	border-top:4px solid #fff;
}
#paginate-featured-slider a:hover img, #paginate-featured-slider a.selected img{
	border-top:4px solid #cd1713;
}
#featured-slider img {
	height:256px !important;
	width:342px !important;
}
/* // Features Slider  */
#midColPosts {
	width:285px;
	margin-left:0;
	margin-right:5px;
}
#header {
background:none;
height:110px;
}