@charset "UTF-8";


/* CSS Snippett */
/* Standardises Styles Across Browsers */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

body { line-height:1; }

h1, h2, h3, h4, h5, h6, p { padding:0.5em 0px; }

article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; outline:none; }

ins { background-color:#000; color:#FFF; text-decoration:none; }

mark { background-color:#000; color:#FFF; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* Site Styles */

html { 
	background-color: rgb(23,19,19); 
	color: #FFF; 
	font-family: "GothamBook",Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%; 
}

body {
	height: 100%;
}

body * {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: 1px rgba(0,0,0,0);
}

* html #container {	
	height: 100%; 
}

strong {
	font-family: "GothamBold",Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

img#bgimage { position: fixed; z-index:-2;}

#container { 
	margin: 0px auto; 
	min-height: 100%;
	padding: 0px 10px; 
	position: relative;
	width:608px;
}

#header {
	height: 400px;
	padding: 70px 0px 0px 0px;
	position: relative;
}

#contact {
	font-family: "GothamLight",Arial, Verdana, Helvetica, sans-serif;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

#contact a {
	color:#fff;
	text-decoration: none;
}

#contact:hover {
	cursor: pointer;
}

#contact-info {
	background-image: url(../images/bg-contact.png);
	color: #FFF;
	font-size: 15px;
	padding: 5px 10px;
	position: absolute;
	right: 0px;
	top: 30px;
	width: 400px;
	z-index: 2;
}

#contact-info strong{
	color: rgb(249,105, 21);
	font-family: "GothamLight",Arial, Verdana, Helvetica, sans-serif;
	font-weight: 200;
}

#contact-info a {
	color: #FFF;
	text-decoration: none;
}

div#close {
	left: 15px;
	top: 453px;
	position: absolute;
	z-index: 1000;
}

div#close:hover {
	cursor: pointer;
}

div.text {
	border-top: 7px solid rgb(75,93,92);
	margin-top: 3px;
	position: absolute;
	width: 600px;
}

/*
#t-charity.text {
	border-bottom: 7px solid rgb(75,93,92);
}
*/

div.text div#diagram-explanation {
	border-bottom: 7px solid rgb(75,93,92);
	height: 180px;
	margin: 20px 0px;
	padding-bottom: 20px;
}

div#diagram-explanation img {
	height: 180px;
	float: right;
}

div.text h1 {
	color: rgb(249,105, 21);
	font-family: "GothamLight",Arial, Verdana, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 120%;
}

div#charities {
	margin: 10px 0px;
	position: relative;
}

#footer {
	font-size: 10px;
	margin: 0px auto;
	padding: 10px 0px;
	position: absolute;
	width: 608px;
}

#footer div.logos {
	float: right;
	padding-top: 13px;
}

#footer p.jhatty {
	line-height: 13px;
	padding-top: 34px;
}

#goleft {
	left: 0;
	position: absolute;
	top: 100px;
	z-index: 1000;
}

#goright {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 1000;
}

#goleft:hover,
#goright:hover {
	cursor: pointer;
}

#cover-fallback {
	display: none;
}

#cover-fallback img {
	width: 180px;
}