/* 
Title:	Master styles for screen media
Author:	George Smerin
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;border: 0;outline: 0;background: transparent;}
ol, ul {list-style-type: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}

#main {
	background: #e1e298 url(images/gradient-green.jpg) repeat-x bottom;	
	padding: 40px 25px;
}

#diary-content {
	width: 60%;
	float: left;
	padding-left: 3%;
}

#diary-text {
	width: 60%;
	margin: 0 8%;
	float: left;
	padding-bottom: 20px;
}
img {
	display: block;
}
#diary-sidebar {
	width: 30%;
	float: right;
}
#diary-sidebar ul {
	list-style-type: disc;
	margin-left: 20px;
	
}
.diary-entry {
	margin: 20px 0 30px;
}
.navigation {
	font-size: 1.6em;
}
div.navigation a {
	text-decoration: none;
	color: #FFF;
	padding: 8px 12px 5px;
	background: #1d2a00;
	color: #FFF;
	border-radius:12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
div.navigation a:hover {
	background-color: #314f00;
	text-decoration: underline;
}
.right {
	float: right;
}
.left {
	float: left;
}
.diary-entry {

}
p.postmetadata {
	border: 2px solid #1d2a00;
	border-radius:12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 8px 12px 10px;
}

cite {
	font-size: 1.6em;
	font-style: normal;
}

div.comment-meta {
	font-size: 1.6em;
}

.commentlist li {
	background: #314f00;
	color: #e1e298;
	border-radius:12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 8px 12px 10px;
	margin-bottom: 20px;
}

.commentlist li a{
color:#FFF}

body {
	font-family: Hoefler Text, Garamond, Georgia, serif;
	color: #333;
	font-size: 67.5%;
	background: #e1e298;
}


#lead-content-inner {
	background: url(images/journey-cairo.png) no-repeat bottom left;
}

#journey {
	float: right;
	width: 50%;
	height: 260px;
	background: url(images/journey-cairo.png) no-repeat bottom left;
	
}



/* text styles
----------------------------------------- */

h1, h2, h3, h4, h5, h6 {color:#000; font-weight: normal;}
h1 {font-size: 3.4em;}
h2 {font-size: 2em; color: #1d2a00; text-transform: uppercase;}
h3 {font-size: 3em; padding: 20px 0; color: #1d2a00;}
h4 {font-size: 2.2em; color: #314f00;}
h5 {font-size: 2em; color: #314f00;}

ul h4 {
	font-size: 1.3em;
	padding-bottom: 11px;
}

p {
	font-size: 1.4em;
	line-height: 24px;
	padding: 11px 0;
}

a:link, a:visited {
	color: #1d2a00;
	outline: none;
}
a:hover {
	color: #FFF;
}

ul {
	font-size: 1.4em;
}

li {
	line-height: 24px;
}

/* page structure
----------------------------------------- */

#wrap {
	min-width: 1000px;	
}

#main {

}

#lead-content {
	background: #e1e298 url(images/gradient-green.jpg) repeat-x bottom;
}


#lead-content #bloglatest {
	float: left;
	position: relative;
	left: 22%;
	top: 50px;
}

#bloglatest {
	width: 250px;
	background-color: rgb(80,80,80);
	background-color: rgba(0,0,0,0.7);
	color: #c4c4c4;
	padding:  10px;
	border-radius:12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#bloglatest li a {
	color: #999;
}
#bloglatest li a:hover {
	color: #FFF;
}
#bloglatest ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-top: 8px;
}


#bloglatest h4 {
	color: #FFF;
	border-bottom: 1px solid white;
	font-size: 1.6em;
}

.donate h3 {
	padding: 0;
}

#header h3 {
	float: right;
	position: relative;
	right: 20px;
	margin-top: -42px;
}

.donate a {
	display: block;
	width: 210px;
	height: 90px;
	background: url(images/donate-rollover.png) 0 0;
}

.donate a:hover {
	background-position: 0 -90px;
}

.donate a span {
	display: none;
}

#actions h3.donate {
	float: right;
	padding: 0;
}

#facts {
	min-width: 400px;
}

#lead-content #facts {
	float: right;
	width: 50%;
}
#facts-inner {
	padding: 20px 8px 8px 20px;
	background: url(images/photostrip.png) no-repeat bottom right;
}
#story {
	background: #314f00 url(images/gradient-story.jpg) repeat-x top left;
	padding: 25px 1% 12px 2%;
	min-width: 600px;
	border-bottom: 3px solid #1d2a00;
}

#secondary-content {
	background: #e1e298 url(images/gradient-green.jpg) repeat-x bottom;	
}
#secondary-content-inner {
	background: url(images/flash.png) bottom right no-repeat;
	padding-top: 20px;	
}

#actions {
	float: left;
	padding-left: 2%;
	width: 47%;
}
#news {
	float: right;
	width: 35%;
	padding: 0 10% 0 2%;	
}



#links-content {
	padding: 44px 0 0;
	background: #e1e298 url(images/gradient-green.jpg) repeat-x bottom;
}

#links-text {
	width: 46%;
	margin: 0 2%;
	float: left;
	padding-bottom: 20px;
}


#content {
	padding: 44px 0 0;
	margin: 0 8%;
	background: #e1e298 url(images/gradient-green.jpg) repeat-x bottom;
}

#sidebar {
	width: 50%;
	float: right;
	background: #314f00 url(images/gradient-story.jpg) repeat-x top;
	
}


#sidebar h4 {
	color: #FFF;
	padding-top: 20px;
}
#sidebar .video {
	margin: 20px;
}
.video {
	width: 425px;
	padding: 8px;
	background: #dbceaa;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#story .video {
	margin-top: 84px;
	float: right;
	margin-left: 1%;
}

#story .video {
	float: right;
}


#sidebar #facts {
	background: url(images/gradient-sidebar.jpg) left bottom repeat-x;
}



/* main styles
----------------------------------------- */


#facts ul li {
	color: #333;
	padding-left: 70px;
	padding-top: 6px;
	min-height: 68px;
}

#sidebar #facts ul li {
	color: #FFF;
}
#facts .emphasis {
	font-size: 1.3em;
}
li.list-earth {
	background: url(images/icon-earth-black.png) no-repeat top left;
	width: 75%;
}
li.list-plane {
	background: url(images/icon-plane-red.png) no-repeat top left;
	width: 75%;
}
li.list-question {
	background: url(images/icon-question-orange.png) no-repeat top left;
	width: 65%;
}
li.list-train {
	background: url(images/icon-train-green.png) no-repeat top left;
	width: 58%;
}
p.note {
	float:right;
	width: 220px;
	background-color: rgb(80,80,80);
	background-color: rgba(0,0,0,0.7);
	color: #c4c4c4;
	font-size: 0.9em;
	line-height:12px;
	padding: 5px 10px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
}
span.ref {
	vertical-align: bottom;
	font-size: 2.0em;
	line-height:0.35em;
}


#story-text p {
	color: #dbceaa;
	max-width: 650px;
}
#story-text h3 {
	color: #FFF;
}
#story-text .emphasis {
	font-size: 2em;
	color: #FFF;
}

li.list-1, li.list-2, li.list-3 {
	padding-left: 70px;
	margin-bottom: 20px;
	min-height: 80px;
}

li.list-1 {
	background: url(images/number-1.png) no-repeat top left;
}
li.list-2 {
	background: url(images/number-2.png) no-repeat top left;
}
li.list-3 {
	background: url(images/number-3.png) no-repeat top left;
}

#links-text li a, p.link a {
	font-size: 1.6em;
	display: block;
	padding: 0.5em 0 0.1em 36px;
	background:url(images/footprint-green.png) no-repeat left 0.3em;	
	text-decoration: none;
	color: #1d2a00;
	margin-left: 24px;
	margin-top: 4px;
}
#links-text li a:hover,  p.link a:hover {
	color: #FFF;
	background:url(images/footprint-on.png) no-repeat left 0.3em;
}

#links-content h4 {
	text-indent: 24px;
}

#links-text p {
	padding: 22px 0 0;
}

#links-text p.link, #links-text ul {
	padding: 0 0 10px;
	margin-top: -6px;
}

/* header styles
----------------------------------------- */
#header {
	padding: 20px;
	width: 1050px;
}

#logo {
	background: url(images/header.gif) no-repeat top left;
	width: 800px;
	height: 68px;
	float: left;
}
#logo h1, #logo h2, #logo p {
	display: none;
}

/* nav */

#nav {
	height: 40px;
	padding: 0;
	background: #437200  url(images/nav-repeat.jpg) left bottom repeat-x;
}
#nav ul {
}
#nav li {
	float: left;
	padding: 0 12px;
}
#nav li a {
	display: block;
	height: 40px;
}

#nav li.nav-home a {
	width: 142px;
	background: url(images/nav-home.jpg) no-repeat 0 0;
} 
#nav li.nav-diary a {
	width: 148px;
	background: url(images/nav-diary.jpg) no-repeat 0 0;
}
#nav li.nav-where a {
	width: 325px;
	background: url(images/nav-where.jpg) no-repeat 0 0;
}
#nav li.nav-home a:hover, #nav li.nav-diary a:hover, #nav li.nav-where a:hover {
	background-position: 0 -40px;
}
#nav li.nav-home a span, #nav li.nav-diary a span, #nav li.nav-where a span {
	display: none;
}
#body-default li.nav-home a, #body-diary li.nav-diary a, #body-links li.nav-where a {
        background-position: 0 -80px;
}

/* footer
----------------------------------------- */

#footer {
	background: #314f00;
	border-top: 3px solid #1d2a00;
	padding: 12px 25px;
	
}
#footer p {
	margin: 0;
	padding: 0;
	color: #f7f0dd;
	float: left;
}


#footer li a {
	color: #FFF;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}

#footer li {
 float: right;
 padding: 0 20px;
}

/* misc.
----------------------------------------- */

hr, .hide {
	display: none;
}

a img {
	border: none;
}

/* self clear floats */

.group:after {
	content:"."; 
	display:block; 
	height:0;
    clear:both; 
    visibility:hidden; 
}
.group {display:inline-block;}
/* Hide from IE Mac */
.group {display:block;}
/* End hide from IE Mac */