/* CSS for Global Health Magazine ----------- */

/* ---- Global ------------------------------ */

body {
	font-size: 62.5%;
	font-family: /* DINPro, */ "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #333;
    background: #fff;
    line-height: 1.5em;
  }

* { 
	padding: 0; 
	margin: 0;
	}
	
/* ---- Layout ------------------------------ */

#wrapper1 {
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
	
#logo {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background: #871D03;
	}
	
#wrapper2 {
	padding-left: 148px;
	padding-right: 43px;
	}
	
#banner {
	height: 107px;
	border-bottom: 4px solid #010101;
	position: relative;
	}

#header {
	height: 80px;
	width: 759px;
	float: left;
	}

#header2 {
	height: auto;
	width: 759px;
	float: left;
	}
	
.col-middle-left {
  float:left;
  width:225px;
  margin-left:0px;
} 

.col-middle-right {
  float:left;
  width:225px;
  margin-left:10px;
} 

.story #header {
	width: 468px;
	}
	
.index #header {
	float: left;
	height: auto;
	width: 565px;
	}
	
.storyBox {
	float: left;
	width: 177px;
	 margin-right: 17px;
	}
	
.storyBox.last {
	margin-right: 0;
	}

#sidebarA {
	float: left;
	width: 274px;
	margin-right: 17px;
	margin-top: 8px;
	margin-bottom: 30px;
	}
	
.index #sidebarA, .screen #sidebarA {
	width: 177px;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bcbdc0;
	}

#main {
	float: left;
	border-top: 9px solid #871D03;
	width: 622px;
	margin-right: 17px;
    /* ie 6  
    width: 671px;
    margin-right: 8px; */
	padding-top: 18px;
	padding-bottom: 30px;
	}

#main2 {
	float: left;
	border-top: 9px solid #871D03;
	width: 594px;
	margin-right: 17px;
    /* ie 6  
    width: 671px;
    margin-right: 8px; */
	padding-top: 18px;
	padding-bottom: 30px;
	}

.story #main, .story #content {
	width: 331px;
	}
	
#subNav {
	float: left;
	width: 137px;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bcbdc0;
	}

#subNav2 {
	float: left;
	width: 100px;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bcbdc0;
	}
	
#screenshots {
	float: left;
	width: 157px;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bcbdc0;
	}
	
#exclusives {
	float: left;
	width: 254px;
    border-right: 1px solid #bcbdc0;
	}

#exclusives h3 {
	text-transform: uppercase;
	}
	
#exclusives, #screenshots {
	padding-right: 8px;
    margin-right: -16px;
    }
	
.wrapS, .wrapE {
	float: left;
	margin-right: 17px;
	border-top: 16px solid #000;
	padding-top: 7px;
	}
		
.wrapS {
	width: 157px;
	}
	
.wrapE {
	width: 254px;
	}
	
#exclusives, #screenshots, .index #sidebarB {
	margin-bottom: 30px;
	}
	
.index #sidebarB {
	border-top: 16px solid #000;
	padding-top: 7px;
	}

#content {
	float: left;
	width: 468px;
    padding-right: 8px;
    margin-right: -16px;
    /* ie 6 
    margin-right: 0px; */ 
    border-right: 1px solid #bcbdc0;
	}
	
.screen #content {
	width: 565px;
    padding: 40px 0 20px 0px;
    margin-right: 0;
	border-right: 0;
	}
	
#sidebarB {
	float: left;
	/* width: 80px; */
	/* newad */
	width: 120px;
	border-top: 9px solid #871D03;
	padding-top: 18px;
	padding-bottom: 30px;
	overflow-x: hidden;
	}

	
#footer {
	clear: left;
	width: 100%;
	border-top: 1px solid #bcbdc0;
	padding: 7px 0 40px 0;
	}
	
#footerRight {
	float: right;
	width: 50%;
	}
	
#footerRight p {
	text-align: right;
	}

#pressBox {
	float: right;
	width: 120px;
    margin-left: 8px;
	border: 1px solid #871D03; 
	padding: 8px; 
	background: #fbfce9;
	}
	
#content #pressBox ul {
	list-style: none; 
	margin: 1em 0 0 0; 
	font-size: 1.1em;
	}
	
/* ---- Type ------------------------------ */


p, ul, ol, dl, td, th {
	font-size: 1.2em;
	margin-bottom: 14px;
	color: #565656;
	}
	
h1 {
	font-size: 1.8em;
	padding-top: 7px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-bottom: 14px;
	background: url(../images/interface/dash.gif) 0 100% no-repeat;
	color: #000;
	text-transform: uppercase;
	}
		
.screen #sidebarA h1 {
	padding-top: 0;
	}
	
h2 {
	font-size: 1.4em;
	margin-bottom: 14px;
	color: #7d8c1e;
	text-transform: uppercase;
	font-weight: normal;
	}
	
.storyBox h2 {
	color: #cb582c;
	font-size: 1.2em;
	margin-bottom: 0;
	}
	
#exclusives h2 {
	font-size: 1.6em;
	margin-bottom: 14px;
	}

#screenshots h2 {
	margin-bottom: 0;
	}

h3 { 
	font-size: 1.1em;
	color: #7d8c1e;
	text-transform: uppercase;
	font-weight: normal;
	}

#screenshots h3 {
	font-size: 1.1em;
    line-height: 1.1em;
	padding-bottom: 12px;
	}
	
#content h3 {
	font-size: 1.2em;
	}
	
#content h3.author {
	color: #000;
	font-size: .9em;
	margin-bottom: 14px;
	}

h4 {
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 10px;
	color: #000;
	background: url(../images/interface/dash.gif) 0 100% no-repeat;
	text-transform: uppercase;
	}
	
#sidebarB h4 {
	margin-bottom: 14px;
	}

h5 {
	font-size: 14px;
        color: #333;
        text-transform: uppercase;
	}

h5 a {
         color: #333;
         text-transform: capitalize;
	}

li li, li p, td p {font-size: 1em;}

blockquote p {
	font-size: 1.333em;
	color: #7d8c1e;
	}

.caption2 {
	color: #7d8c1e;
	}
	
.caption2 img {
	padding-bottom: 4px;
	}
	
.caption {
	font-size: 0.90em;
    line-height: 1.00em;
	color: #7d8c1e;
	}
	
.caption img {
	padding-bottom: 0.5px;
	}

p.right {
	text-align: right;
	}
	
#footer p {
	font-size: 1.0em;
	line-height: 1.1em;
	}
		
p.nobot {
	margin-bottom: 0;
	}
	
address {
	font-size: 1em;
	padding: 0;
	margin: 0;
    font-style: normal;
	}
	
.small {
		font-size: 1em;
		color: #000;
		}

.medium {
		font-size: 1.3em;
		color: #000;
                border-top: 1px solid #EEE;
                padding-top: 10px;
		}

/* ---- Nav and Links ------------------------------ */


#mainNav {
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	}
	
#mainNav ul {
	font-size: 1.1em;
	}
	
#mainNav li {
	display: inline;
    list-style-type: none;
    text-transform: uppercase;
	}
	
#mainNav li a {
    padding: 0 7px;
	text-decoration: none;
	float: left;
	color: #000;
	border-right: 1px solid #000;
	}
		
#mainNav li li a {
	border-right: none;
	}

#mainNav ul ul {
	font-size: 1em;
	}
	
#mainNav li a:hover {
	color: #676767;
	}
	
#mainNav li a.first {
	padding-left: 0;
	}
	
#mainNav li a.last {
	border-right: 0;
	}
	
#mainNav li.urhere a {
	color: #cb582c;
	}
	
#subNav ul {
	list-style-type: none;
	color: #cd6632;
	text-transform: uppercase;
	font-size: 1.1em;
	}
	
a {
	color: #cd6632;
	text-decoration: none;
	}
	
a:hover {
	color: #676767;
	text-decoration: underline;
	}
	
a img {
	border: 0;
	}
	
.index #screenshots a, .index .storyBox a, .index #sidebarA a {
	color: #7d8c1e;
	}
	
.index #screenshots a:hover, .index .storyBox a:hover, .index #sidebarA a:hover {
	color: #676767;
	}

/* ---- Lists ------------------------------ */

.clist {
	list-style-type: none;
	margin-bottom: 2em;
	}
	
.clist li {
	display: inline;
	}
	
.clistComments {
	border-right: 1px solid black; 
	padding: 3px 8px 3px 0px; 
	margin-right: 4px;
	}
	
.clist img {
	margin-bottom: -9px; 
	padding: 0 6px;
	}

.clist a {
	text-transform: uppercase;
	}
	
ol {
	margin-left: 2em;
	}
	
#content ul {
	margin-left: 2em;
	}
	
#content ul.clist {
	margin-left: 0;
	}	

#content li {
	margin-bottom: .3em;
	}

/* ---- Images ------------------------------ */
	
.story #sidebarA img {
	padding: 8px 0 10px 0;
	border-bottom: 16px solid #231f20;
	}
	
.index #header img {
	padding-top: 8px;
	}
	
img.right {
	float: right;
	margin: 0 0 7px 8px;
	}
	
img.left {
	float: left;
	margin: 0 8px 7px 0;
	}
	
a img {
	border: none;
	}
	
/* ---- Misc ------------------------------ */

.left {
	float: left;
	margin-right: 8px;
	}
	
.right {
	float: right;
	margin-left: 8px;
	}
	
.clear {
	clear: both;
	}
	
.w177 {
	width: 177px;
	}
	
/* ---- Tables ------------------------------ */

table {
	margin-bottom: 14px;
	}


td, th {
	padding: 0 8px 4px 8px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #bcbdc0;
	border-collapse: collapse;
	}
	
td.first, th.first {
	border: 0;
	padding-left: 0;
	}

	
/* ---- Forms ------------------------------ */

form {
	padding: 8px;
	background-color: #e1e2e2;
	}

label { display: block; }
input { width: 266px; }
textarea { 
	width: 363px;
	height: 100px;
	}
input.radio, input.checkbox, input.submit {
	width: auto;
	}
input.radio, input.checkbox { 
	float: left;
	margin-right: 8px;
	}

input:focus, testarea:focus {
	background-color: #ffc;
	}
	
.comment {
	padding-top: 14px;
	border-top: 1px solid #bcbdc0;
	border-bottom: 1px solid #bcbdc0;
	margin-bottom: 14px;
	}
	
#search form {
	background-color: #fff;
	} 
	
#search input {
	width: 177px;
	}
	
#search input.submit {
	width: auto;
	}
	
#search {
	float: right;
	padding-top: 14px;
	}
	
#search .submit {
	border: 1px solid gray; 
	text-transform: uppercase;
	font-size: 9px; 
	padding: 2px;
	}

fieldset {
	padding: 8px;
	margin-bottom: 1em;
    background-color: #e1e2e2;
	}
	
legend {
	text-transform: uppercase;
	}
	
#content #subscription-form  {
	padding: 0;
    background: #fff;
		}
		
#subscription-form p.left {
	float: none;
	}
	
#subscription-form p.left label {
	float: left;
	width: 4em;
	}
