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

              Title :  DInterview
              Usage :  Interview Page
              Author:  QualityXHTML

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


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

               1. Full Interview
               2. Comments
               3. Reply Form

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



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

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

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

#full 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;
	}

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

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

#full h2 + h2 a img {
	display: none;
	}

#full h2 + div {
	padding: 1px 0 5px 23px;
	color: #A29D97;
	font: 0.75em Tahoma, sans-serif;
	background: url(../images/icons_bg.gif) no-repeat -9px -429px;
	text-shadow: white 0 1px 1px;
	}

#full h2 + div abbr:first-child {
	font-size: 0.75em;
	vertical-align: 0.3em;
	}

#full h2 + div a {
	color: #CA5E24;
	font-weight: bold;
	}

#full h2 + div + div {
	margin-top: 12px;
	text-shadow: white 0 1px 1px;
	}

#full h2 + div + div img {
	float: left;
	margin: 2px 13px 13px 2px;
	}

#full h2 + div + div a span {
	display: none;
	}

#full h2 + div + div a + p {
	margin-bottom: 13px;
	color: #7F776D;
	font: 0.75em/1.75em Arial;
	}

#full h2 + div + div .Q p { margin: 8px 0; }
#full h2 + div + div .A p { margin-bottom: 10px; }

#full h2 + div + div .Q span {
display:inline;
	margin-right: 4px;
	color: #CA5E24;
	font: bold 1em/1.65em Cambria, serif;
	}

#full h2 + div + div .Q h3 abbr {
	font-weight: bold;
	}

#full h2 + div + div .Q p {
	color: #222;
	font: bold 0.85em/1.65em Cambria, serif;
	}

#full h2 + div + div .A span {
display:inline;	margin-right: 5px;
	color: #3B3733;
	font: bold 1em/1.65em Cambria, serif;
	}

#full h2 + div + div .A p {
	color: #4D4945;
	font: italic 0.85em/1.65em Cambria, serif;
	}
	
#full p.credit {
	margin-top: 15px;
	border-top: #d8d1c9 1px solid;
	padding: 10px 0;
	color: #4D4945;
	font: italic 1em/1.65em Cambria, serif;
}

#full p.credit a {display:inline; float: none; clear: none; color: #CA5E24; font-weight: bold; }


/* 2. Comments
---------------------------------------------*/
#comments {
	margin: 8px 0 25px;
	border-top: 1px solid #D8D1C9;
	}

#comments h3 {
	padding: 18px 0 12px;
	color: #49453F;
	font: 1.5em/1.1em 'Myriad Pro', Helvetica, Arial, sans-serif;
	text-shadow: #F3EDE6 0 1px 1px;
	}

#comments ol li {
	margin-bottom: 10px;
	background: #E8E2DA url(../images/rounded_bg.png) no-repeat -1440px 100%;
	font: 0.75em Tahoma, sans-serif;
	}

#comments ol li div:first-child {
	padding: 11px 13px 10px;
	border-bottom: 1px solid #E4DDD5;
	background: #DDD5CA url(../images/rounded_bg.png) no-repeat -720px 0;
	color: #706D6A;
	text-shadow: #DDD5CA 0 1px 1px;
	}

* + html #comments ol li div:first-child {
	padding-top: 9px;
	}

#comments ol li div:first-child a {
	margin-right: 2px;
	color: #706D6A;
	}

#comments ol li div + div {
	padding: 8px 13px 3px;
	border-top: 1px solid #D6CDBF;
	text-shadow: #E8E2DA 0 1px 1px;
	}

#comments ol li div p {
	margin-bottom: 8px;
	color: #746E67;
	line-height: 1.9em;
	}


/* 3. Reply Form
---------------------------------------------*/
#reply h3 {
	color: #49453F;
	font: 1.5em/1.1em 'Myriad Pro', Helvetica, Arial, sans-serif;
	text-shadow: #F3EDE6 0 1px 1px;
	}

#reply input {
	border: 2px solid #d8d1c9;
	padding: 5px;
	}

#reply p {
	margin-bottom: 10px;
	}

#reply textarea {
	width: 680px;
	border: 2px solid #d8d1c9;
	padding: 5px;
	}

#reply #submit {
	border: 2px solid #e9ad44;
	background: #00283f;
	font: 12px Arial;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	}