/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Georgia, serif;/*'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif*/;
	color: #333;
	}

a {
	color: #000;
	}

a:focus {
	outline: 1px dotted invert;
	}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	}

h2 {
	font-size: 23px;
	}

h3 {
	font-size: 21px;
	}

h4 {
	font-size: 19px;
	}

h5 {
	font-size: 17px;
	}	

h6 {
	font-size: 15px;
	}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	}

ul {
	list-style: disc;
	}

li {
	margin-bottom: 10px;
	margin-left: 30px;
	}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Specific Styles
----------------------------------------------------------------------------------------------------*/

.hide {
	float: left;
	text-indent: -9999px;
	display: none;
	}

p {
	line-height: 1.8em;	
	}
	
.highlight, .pullquote {
	font-size: 15px;
	}
	
.pullquote {
	width: 300px;
	font-style: italic;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	}	

.huge {
	font-size: 45px;
	line-height: 45px;
	}

.bigger {
	color: #000;
	font-size: 37px;
	line-height: 37px;
	}

.big {
	color: #000;
	font-size: 25px;
	}

.roman {
	font-size: 18px;
	font-weight: normal;
	}

.roman_smaller {
	font-size: 15px;
	}

.author {
	font-style: italic;
	text-transform: none;
	}

.authorpad {
	float: left;
	width: 250px;
	padding: 20px;
	}
	
.caption {
	font-size: 11px;
	font-style: italic;
	padding: 5px;
	}

.iraq_title, h1.run {
	color: #fff;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	width: 700px;
	}

.iraq_title {
	text-transform: uppercase;
	padding: 260px 0 0 0;
	}

h1.run {
	font-size: 16px;
	line-height: 18px;
	padding: 300px 0 0 0;
	}

.iraq_title h1, h1.run .focus {
	text-transform: uppercase;
	}

.iraq_title h1 {
	font-size: 60px;
	}

h1.run .focus {
	font-size: 50px;
	line-height: 60px;
	}	

.iraq_title h1 {
	padding: 0;
	margin: 0;
	}

.iraq_title .author {
	font-style: italic;
	width: 700px;
	padding: 0;
	}

div.ghana_head h1 {
	font-size: 40px;
	margin-top: 440px;
	}

div.ghana_head p.author {
	font-size: 13px;
	}

#nav h3, #nav h4 {
	color: #833B4F;
	}
	
#nav h3 {
	font-size: 16px;
	padding: 15px 20px 0 20px;
	}

#nav h4 {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding: 0 20px 10px 20px;
	margin: 0;
	}

#nav li.on {
	background-color: #833B4F;
	}

#nav li.on a {
	color: #fff;
	font-weight: bold;
	}

/*#nav li.on a:before {
	content: '< ';
	}*/
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#nav ul li {
	font-size: 11px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 5px 10px 20px;
	margin: 0;
	}
	
#nav ul li a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	}	
	
ul.issue_list, ul.issue_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}			
	
ul.issue_list li {
	border-bottom: 1px dotted #ccc;
	display: block;
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}	
	
ul.issue_list li li {
	border-bottom: 0;
	clear: none;
	padding-left: 200px;
	padding-bottom: 0;
	margin-bottom: 7px;
	}	