/************************************************ Blog ************************************************/

#blogHolder {
	float:left;
	margin:0;
	padding:0 9px;
	min-height:800px;
	height:auto !important;
	height:800px;
	background-image:url(../images/blog/conversation-bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#000;
}

#blogNav {
	float:left;
	width:1050px;
	height:70px;
	margin:0 0 20px 0;
	padding:0;
}

#blogNav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#blogNav ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#blogNav ul li a {
	display:block;
	height:70px;
	background-position:left top;
	background-repeat:no-repeat;
}

#blogNav ul li a#blogHighlights {
	width:171px;
	background-image:url(../images/navigation/qod_nav/nav-highlights.png)
}

#blogNav ul li a#blogDownload {
	width:175px;
	background-image:url(../images/navigation/qod_nav/nav-getreport.png)
}

#blogNav ul li a#blogQOD {
	width:360px;
	background-image:url(../images/navigation/qod_nav/nav-qod.png)
}

#blogNav ul li a#blogPress {
	width:160px;
	background-image:url(../images/navigation/qod_nav/nav-press-room.png)
}

#blogNav ul li a#blogConv {
	width:183px;
	/*background-image:url(../images/navigation/qod_nav/nav-comingsoon.png)*/
	background-image:url(../images/navigation/qod_nav/nav-conversation.png)
}

#blogNav ul li a:hover,
#blogNav ul li a.selected,
#highlightsHolder #blogNav ul li a#blogHighlights,
#pressHolder #blogNav ul li a#blogPress,
#qodHolder #blogNav ul li a#blogQOD,
#blogHolder #blogNav ul li a#blogConv {
	background-position:left bottom;
}

#content {
	padding:0 0 7px 0;
	background-image:url(../images/blog/round-corner-bar-bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#postPaging {
	padding:10px 15px;
	background-color:#fff;
	height:20px;
}



.widget {
	background:none !important;
	background-color:transparent !important;
	background-image:url(../images/blog/sub-nav-top.png) !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	border:0 !important;
	padding: 6px 0 0 0 !important;
	padding-top:6px !important;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

.widget .content {
	display:block !important;
	margin:-15px 0 0 0 !important;
	padding:0 0 6px 0 !important;
	background-image:url(../images/blog/sub-nav-btm.png) !important;
	background-position:left bottom !important;
	background-repeat:no-repeat !important;
}

.widget h4 {
	width:215px;
	padding:0 15px !important;
	background-color:#161a1c !important;
	margin-bottom:10px !important;
	padding-bottom:10px !important;
}

.widget ul {
	display:block !important;
	margin:0 1px 0 0 !important;
	padding:0 !important;
	background-color:#161a1c !important;
}

.widget ul li {
	margin-bottom:0 !important;
	height:40px !important;
	background-image:url(../images/blog/sub-nav-button.png) !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
}

.widget ul li:hover {
	background-position:left bottom !important;
}

.widget ul li a {
	display:block !important;
	padding:12px 20px 0 30px !important;
	width:196px !important;
	height:30px !important;
	color:#fff !important;
	font-size:12px !important;
	text-transform:uppercase !important;
}

.widget ul li a:hover, .widget ul li a.selected {
	color:#eec750 !important;
}

.postheader {
	background-image:url(../images/blog/title-bar.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:781px;
	height:43px;
	font-size:24px;
	font-family:Rockwell;
	color:#d3d3d3;
	padding:15px 20px 0 20px;
}

.postImage {
	float:left;
	width:160px;
	margin:0;
	padding:0;
}

.postContent {
	margin:0 0 0 160px;
	padding:0;
}

.author, .pubDate {
	float:left !important;
	padding:0 !important;
	margin:0 !important;
	width:100% !important;
}

.author a {
	font-weight:bold;
	color:#777777 !important;
	font-size:16px !important;
}

.author a span {
	font-weight:normal;
	color:#777777 !important;
	font-size:12px !important;
}

.pubDate {
	color:#999999 !important;
	font-size:12px !important;
	display:block !important;
	margin: 0 0 10px 0 !important;
}

.postContent h1 {
	float:left !important;
	border-top:1px dotted #9e9e9e;
	padding:10px 0 !important;
	margin:10px 0 0 0 !important;
	width:100% !important;
	font-size:24px !important;
	
}

.postContent h1 a {
	color:#333;
}

#comment, #addcomment {
	display:none;
}

#comment-form {
	padding:3px 20px 10px 180px;
	background-color:#fff;
}

.footerAbout {
	display:block;
	width:67px;
	height:14px;
	background-image:url(../images/navigation/footer-about-us.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.footerContact {
	display:block;
	width:87px;
	height:14px;
	background-image:url(../images/navigation/footer-contact-us.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.footerTerms {
	display:block;
	width:88px;
	height:14px;
	background-image:url(../images/navigation/footer-tnc.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.footerCopyRight {
	display:block;
	width:192px;
	height:14px;
	background-image:url(../images/navigation/footer-copyright.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/************************************************ PRESS ROOM ************************************************/

#pressHolder {
	float:left;
	margin:0;
	padding:0;
	min-height:1196px;
	height:auto !important;
	height:1196px;
	background-image:url(../images/press-room/presspoom-bg-top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#84d1ed;
}

#pressHolderFooter {
	float:left;
	margin:0;
	padding:0 9px 250px 9px;
	min-height:1196px;
	height:auto !important;
	height:1196px;
	background-image:url(../images/press-room/presspoom-bg-btm.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.articleHolder {
	margin:0 auto 20px auto;
	padding:0;
	width:782px;
}

.articleHolder div p {
	margin:5px 0 0 0;
	color:#000;
	font-size:14px;
	line-height:20px;
}

.pressHeader {
	background-image:url(../images/press-room/press-release-bg01.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:50px 56px 0 56px;
	width:672px;
	height:55px;
	float:left;
}

.pressBody {
	background-image:url(../images/press-room/press-release-bg02.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:782px;
	height:220px;
	float:left;
}

.mediaHeader {
	background-image:url(../images/press-room/media-contacts-bg01.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:50px 56px 0 56px;
	width:672px;
	height:60px;
	float:left;
}

.mediaBody {
	background-image:url(../images/press-room/media-contacts-bg02.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:782px;
	height:224px;
	float:left;
}

.econHeader {
	background-image:url(../images/press-room/economist-advertorial-bg01.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:50px 56px 0 56px;
	width:672px;
	height:64px;
	float:left;
}

.econBody {
	background-image:url(../images/press-room/economist-advertorial-bg02.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:782px;
	height:224px;
	float:left;
}

.articleBodyLeft {
	float:left;
	margin:8px 0 0 0;
	padding:0 0 0 78px;
	width:134px;
}

.articleBodyRight {
	margin:5px 0 0 156px;
	padding:0;
}

.articleBodyWide {
	margin:18px 0 0 108px;
	padding:0;
}

.articleHolder ul li {
	padding:0 0 18px 0;
	font-size:12px;
}

.articleBodyLeft ul li {
	color:#666;
}

.articleBodyRight ul li,
.articleBodyWide ul li {
	color:#000;
	list-style-image:url(../images/press-room/link-icon.png);
	vertical-align:top;
}

.articleBodyRight ul li a,
.articleBodyWide ul li a {
	color:#000;
}

.articleBodyLeft ul,
.articleBodyRight ul {
	line-height:20px;
}

.articleBodyRight img{
	padding-left:10px;
	margin-bottom: -5px;
}

/************************************************ HIGHLIGHTS ************************************************/

#highlightsHolder {
	float:left;
	margin:0;
	padding:0 9px;
	min-height:800px;
	height:auto !important;
	height:800px;
	background-image:url(../images/highlights/bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#111a29;
	color:#c6c6c6;
}

#highlightsLeft {
	float:left;
	width:320px;
	margin:20px 0 0 0;
	padding:0 15px 0 25px;
}

#highlightsRight {
	float:left;
	width:649px;
	margin:20px 0 90px 0;
	border-left:1px dotted #87919d;
	padding:0 25px 0 15px;
}

#highlightsHolder ul {
	margin:0 0 15px 0;
}

#highlightsHolder h2 {
	border-top:1px dotted #87919d;
	padding:15px 0 0 0;
	color:#eec750;
	font-size:17px;
	margin:15px 0;
	font-weight:normal;
}

#highlightsHolder h3 {
	color:#fff;
	font-size:12px;
	line-height:15px;
	margin:0 0 15px 0;
}

#highlightsHolder li {
	line-height:15px;
	margin:0 0 0 17px;
	list-style-type:square;
}

#highlightsHolder p {
	margin:0 0 15px 0;
	line-height:15px;
	font-size:12px;
	
}

#highlightsHolder p a,
#highlightsHolder li a {
	color:#eec750;
}

#highlightsNav {
	width:100%;
	border-top:1px dotted #87919d;
	padding:15px 0 0 0;
	margin: 0;
}

#highlightsNav a {
	display:block;
	float:left;
	color:#eec750;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
	background-image:url(../images/highlights/Arrow_anchor.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
}

#highlightsNav a.width210 {
	width:250px;
}

#highlightsNav a.width90 {
	width:90px;
}

#highlightsHolder p a.top {
	display:block;
	color:#c6c6c6;
	padding:0 0 0 10px;
	background-image:url(../images/highlights/Arrow_BackToTop.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
