/*
CSS: SomethingDark - Global Issue CSS
Copyright(C)2009 Something Something Ltd. All rights reserved.
*/

/* ------------------------------------------------------------------------------- Spread */
#spread {
	bottom: 739px;
	font-family: verdana;
	height: 725px;
	left: 10px;
	position: relative;
/*	width: 1018px;*/
	width: 1100px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#inner {
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: auto;
	right: auto;
	direction: ltr;
}
img.framer {
	padding-left: 9px;
}

/* ------------------------------------------------------------------------------- Page Labels */
#page_label_left {
	font-size: 0.8em;
	font-family: "arial narrow", arial;
	color: #BBBBBB;
	position: absolute;
	left: 24px;
	top: 698px;
	text-align: left;
	height: 0px;
	width: 200px;
	letter-spacing: 0.2em;
}
#page_label_right {
	font-size: 0.8em;
	font-family: "arial narrow", arial;
	color: #BBBBBB;
	text-align: right;
	position: absolute;
	left: 773px;
	top: 698px;
	height: 0px;
	width: 200px;
	letter-spacing: 0.2em;
}

/* ------------------------------------------------------------------------------- Page Numbers */
#page_number_left {
	color: #BBBBBB;
	font-family: "arial narrow", arial;
	font-size: 1em;
	height: 0px;
	position: absolute;
	left: 3px;
	top: 698px;
	width: 0px;
}
#page_number_right {
	color: #BBBBBB;
	font-family: "arial narrow", arial;
	font-size: 1em;
	height: 0px;
	position: absolute;
	left: 978px;
	top: 698px;
}

/* ------------------------------------------------------------------------------- Page Titles */
#page_title_left {
	top: 15px;
	color: #DADADA;
	font-family: arrus BT, Times New Roman, arial, serif;
/*	font-size: 60px;*/
	font-size: 4.5em;
	line-height: 1.25;
	font-style: italic;
	height: 0px;
	left: 20px;
	position: relative;
	width: 800px;
}
#page_title_right {
	top: 15px;
	color: #DADADA;
	font-family: arrus BT, Times New Roman, arial, serif;
/*	font-size: 60px;*/
	font-size: 4.5em;
	line-height: 1.25;
	font-style: italic;
	height: 0px;
	left: 500px;
	position: relative;
	width: 480px;
	text-align: right;
}

/* ------------------------------------------------------------------------------- Navigation */
div.navPrevious {
	position: absolute;
	right: 15px;
	top: 330px;
}
div.navNext {
	position: absolute;
	left: 1010px;
	top: 330px;
}
div.navNext, div.navPrevious {
	opacity: 0.3;
	filter: alpha(opacity=30);
	height: 50px;
	width: 50px;
}
div.navPrevious:hover, div.navNext:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ------------------------------------------------------------------------------- Column */
div.column {
/*	font-size: 0.9em;*/
	font-size: 12px;
	position: absolute; 
}
div.column h1.articleTitle {
	font-family: times new roman;
/*	font-size: 2.8em;*/
	font-size: 32px;
/*	line-height: 0.8em;*/
	line-height: 24px;
}
div.column p {
	padding: 4px 0px 0px 0px;
	line-height: 16px;
}
div.column p.author {
/*	font-size: 0.9em;*/
	font-size: 10px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 7px;
}
div.column p.intro {
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
div.column p.drop:first-letter {
	float: left;
	font-family: times new roman;
/*	font-size: 3.6em;*/
	font-size: 42px;
	padding: 1px 0px 0px 0px;
	margin: 0px;
/*	line-height: 0.7em;*/
	line-height: 28px;
}
p.indent:first-letter {
	padding-left: 15px;
}
div.column p.indented, div.column-extended p.indented {
	font-size: 0.9em;
	padding-left: 20px;
	padding-top: 2px;
	margin: 0px;
}
p.indented span {
	display: inline-block;
	width: 25px;
}

/* ------------------------------------------------------------------------------- Interview */
#interview_title {
	top: 35px;
	color: #E2E2E2;
	font-family: Impact;
	font-size: 3.5em;
	line-height: 1.25;
	height: 0px;
	left: 25px;
	position: relative;
	width: 800px;
}
#interview_strap {
	top: 85px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
/*	line-height: 1.25;*/
	height: 0px;
	left: 25px;
	position: relative;
	width: 800px;
}
h1.interview_title {
	color: #E2E2E2;
	font-family: Impact;
	font-size: 3.5em;
	line-height: 1;
	height: 0px;
	padding-bottom: 22px;
}
p.interview_strap {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 0px;
}
p.question {
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p.answer {
	margin-top: 0px;
	padding-top: 0px;
}

/* ------------------------------------------------------------------------------- InReview */
#inreview_title {
	display: none;
	top: 35px;
	color: #CCCCCC;
	font-family: Impact;
	font-size: 1.6em;
	line-height: 1.25;
	height: 0px;
	left: 27px;
	position: relative;
	width: 800px;
}
#inreview_review {
	top: 55px;
	color: #AAAAAA;
	font-family: impact;
	font-size: 2.2em;
	font-weight: bold;
	height: 0px;
	left: 25px;
	position: relative;
	width: 800px;
}
#inreview_byline {
	top: 80px;
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 0px;
	left: 26px;
	position: relative;
	width: 800px;
}

/* ------------------------------------------------------------------------------- Splash Page */
#splash_page {
/*	top: 12px;
	font-family: arial;
	height: 0px;
	left: 28px;
	position: relative;
	width: 415px;
	padding-top: 25px;*/

	background-color: #FAFAFA;
	border: 1px solid #000000;
	top: 12px;
	font-family: arial;
	height: 679px;
	right: 2px;
	position: relative;
	width: 390px;
	padding: 25px 41px 0px 41px;
}
#splash_page h2 {
	font-size: 1.4em;
	font-style: italic;
	padding-top: 20px;
}
#splash_page p.intro {
	color: #B6B6B6;

/*	font-size: 1.4em;
	font-family: agency FB, arial narrow, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;*/

	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;

	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#splash_page table th {
	font-size: 1.1em;
	padding: 5px;
	vertical-align: top;
	padding-bottom: 10px;
}
#splash_page table td {
	font-size: 0.9em;
	padding-bottom: 3px;
}
#splash_page p.disclaimer {
	color: #999999;
	font-size: 0.85em;
	font-family: arial;
	padding-top: 15px;
}
#splash_page p.disclaimer a {
	color: #888888;
}
#splash_page p.disclaimer a:hover {
	color: #000000;
}

/* ------------------------------------------------------------------------------- Front Cover */
div.front_cover {
	position: absolute;
	left: 487px;
	top: 12px;
}

/* ------------------------------------------------------------------------------- Navigation table */
table.navigation {
	font-size: 1em;
}
table.navigation td {
	padding: 5px 0px;
}

/* ------------------------------------------------------------------------------- SUP */
span.sup {
	display: inline;
	font-size: 7px;
	color: #000000;
	font-weight: bold;
	position: relative;
	bottom: 4px;
	line-height: 8px;
}
span.sup a {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 2px 2px;
	border-bottom: 1px solid black;
/*	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	padding: 1px;*/
}

/* ------------------------------------------------------------------------------- CONTINUATION */
p.continued {
	color: #AAAAAA;
	font-family: arrus BT, Times New Roman, arial, serif;
	font-size: 1.4em;
	line-height: 1.25;
	font-style: italic;
	height: 0px;
	left: 20px;
	top: 10px;
	position: relative;
}
p.continued a {
	color: #AAAAAA;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------- IN MAG WARNING */
#inMagWarning {
	background-color: #660000;
	border: 3px solid #999999;
	display: block;
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
#inMagWarning p {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 20px;
	width: 600px;
	margin: auto;
	line-height: 25px;
}
#inMagWarning p.warning {
	font-size: 1.4em;
	padding-bottom: 0px;
}

