h1, h2, h3, h4, h5, h6	{ font-weight: bold; color: #1E1B1A; }
/* featured slideshow */
.featured				{ background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF; border: 1px solid #CCC; padding: 4px; margin: 0 0 0 0; height: 250px; }
#controls				{
	position: absolute;
	float: left;
	z-index: 10;
	width: 600px;
	padding-top: 75px;
}

#controls .next, #controls .prev	{ text-indent: -9000px; width: 30px; height: 30px; display: block; }
#controls .prev			{ background: url(prev.png) no-repeat; float: left; }
#controls .next			{ background: url(next.png) no-repeat; float: right; }

#featured-slideshow		{ position: relative; height: 250px; margin-right: 5px; }			

.featured-article		{ display: block; width: 600px; height: 250px; text-decoration: none !important; }
.featured-entry			{ position: relative; top: 190px; overflow: hidden; background: url(overlay.png); height: 60px; color: #a7a7a7; padding: 0; display: block; }
.featured-entry .entry-title	{ color: #FFF; padding: 10px 15px 5px; display: block; font-size: 16px; font-weight: bold; }
.featured-entry .entry-summary	{ padding: 0 15px; margin: 0; display: block; }

.layout-3c-r-fixed .featured, .layout-3c-fixed .featured	{ height: 225px; }
.layout-3c-r-fixed #controls, .layout-3c-r-fixed .featured-article, .layout-3c-fixed #controls, .layout-3c-fixed .featured-article	{ width: 480px; }
.layout-3c-r-fixed .featured-article, .layout-3c-fixed .featured-article	{ height: 225px; }
.layout-3c-r-fixed .featured-entry, .layout-3c-fixed .featured-entry		{ height: 100px; top: 125px; }
