/*-------------------------------------------

              Title :  DInterview
              Usage :  Page
              Author:  QualityXHTML

---------------------------------------------*/


/*====================TOC====================

               1. Page

=============================================*/



#apage {
	margin-left: -12px;
	padding: 0 0 12px 12px;
	width: 720px;
	background: url(../images/featured_bg.png) no-repeat bottom left;
	}

#apage .inner {
	padding: 0 10px;
	width: 700px;
	min-height: 379px;
	background: white url(../images/featured_inner_bg.png) no-repeat bottom left;
	}

:root #apage .inner {
	overflow: hidden;
	}

#apage h2:first-child {
	margin: 0 -10px;
	padding-bottom: 12px;
	width: 720px;
	background: #F3EDE6 url(../images/rounded_bg.png) no-repeat bottom left;
	color: #C7C0B3;
	font: 0.75em 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	}

#apage h2 + h2 {
	margin: 8px 0 6px;
	font: 1.6em 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-shadow: white 0 1px 1px;
	}

#apage h2 + h2 a {
	color: #49453F;
	}

#apage h2 + div {
	display: none;
	}

#apage h2 + div + div {
	margin-top: 12px;
	text-shadow: white 0 1px 1px;
	}
	
#apage p {
	margin-top:10px;
	color: #7F776D;
	font: 0.75em/1.75em Arial;
}