/* Reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
    margin: 1em;
	margin-left: 2em;
	list-style: square;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* styles */


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.9;
	font-weight: 200;
	background-color: #222;
	color: #8e8e8e;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	color: #e9f5ff;
	font-weight: 100;
	letter-spacing: 1px;
	text-shadow: #000 0 1px;
}

h2 em {
	color: rgba(255,255,255,0.5);
	margin-left: 20px;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 20px 30px;
	list-style-image: url("/img/malawi/bullet.png");
	list-style-type: square;
}

ul li {
	padding-left: 10px;
}

a {
	color: #e9f5ff;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 400;
	color: #fff;
}

em {
	font-style: italic;
}

#wrapper { 
	margin: 20px auto;
	width: 960px;
	padding: 0 20px;
	position: relative;
}

h1.malawi {
	clear: both;
	margin-top: 48px;
	background: url(/img/malawi/flag.png) no-repeat 0 10px;
	padding-left: 72px;
}

a#logo {
	background: url(/img/malawi/logo.png) no-repeat top left;
	text-indent: -999px;
	display: block;
	width: 140px;
	height: 40px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

a.logo {
	float: right;
	margin-left: 30px;
	opacity: 0.5;
}

a#logo:hover {
	background-position: -40px left;
}

a#logo:active {
	background-position: -39px left;
}


#press-release {
	margin: 30px;
	padding: 20px 60px;
	background-color: #e9f5ff;
	border: 1px solid rgba(255,255,255, 0.5);
	-webkit-box-shadow: 2px 4px 6px rgba(0,0,0, 1);
	-moz-box-shadow: 2px 4px 6px rgba(0,0,0, 1);;
	box-shadow: 2px 4px 6px rgba(0,0,0, 1);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
	position: relative;
}

#press-release h1, #press-release a{
	color: #222;
	text-shadow: #fff 0 1px;
}

#press-release #paperclip {
	float: left;
	width: 42px;
	height: 119px;
	position: relative;
	top: -42px;
	margin-bottom: -30px;
	margin-right: 20px;
	background: url(/img/malawi/paperclip.png) no-repeat top left;
}

#press-release p.pr{
	margin: 0;
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	color: #ccc;
}

#press-release p, #press-release ul {
	text-shadow: #fff 0 1px;
}

.fadein {
	position:relative;
	height:440px;
	width:960px;
}
.fadein img {
	position:absolute;
	left:0;
	top:0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom-right-radius: 120px;
	-moz-border-radius-bottomright: 120px;
	-webkit-border-bottom-right-radius: 120px;
}
.fadein.ready img {
	-webkit-transition: opacity 1s linear;
}

#overlay {
	position: absolute;
	top: 80px;
}

#overlay h1, #overlay h2, #overlay h3, #overlay ul li{
	margin: 0;
	padding: 10px;
	padding-left: 40px;
	line-height: 1;
	display:inline-block;
	float:left;
	clear: both;
	background-color: rgba(0,0,0,0.6);
	letter-spacing: 1px;
}


#overlay h1 {
	font-size: 3em;
}

#overlay h2 {
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 40px;
}

#overlay ul {
	color: #fff;
	font-weight: 100;
	font-size: 0.9em;
	margin: 0;
}