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-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1.5em;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

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

caption, th, td {
	text-align: center;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {	
	color: #2881A6;
	text-decoration: none;	
	background-color: rgba(000, 000, 000, 0.5);
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #A62872;
}

/*reset*/

body {
	background-color: #050505;
	background-image: url(../images/hessian.png);
	background-position: top left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #dedede;
}

.wrap {
	max-width: 45em;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 0;
}

.container {
	padding: 24px 1.5% 0 1.5%;
}

.header {
	padding: 0;
}

.primary {
	width: 63%;
	clear: left;
	float: left;
}

.secondary {
	width: 30%;
	float: left;
	margin: 0 0 1em 0;
}

.secondary li span {
	background-color: rgba(209, 37, 33, 0.5);
	background-image: url(../images/span-red.png);
	background-position: top left;
	padding: 2px;
}

.header .secondary {
	margin-bottom: 0;
}

.container.footer {
	border-top: 1px dashed #f5f5f5;
	padding: 23px 0 48px 0;
	clear: both;
	font-size: 0.6666em;
	overflow: hidden;
	margin: 0;
	position: relative;
	
}

.footer div {
	padding: 0 1.5%;
	width: 44%;
	float: left;
}

.footer li span {
	display: block;
}

h1 {
	display: block;
	width: 590px;
	height: 312px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	margin: -24px 0 0 0;
}

h2 {
	margin: 0 0 0.5em 0;
	letter-spacing: -1px;
}

h2 span {
	background-color: rgba(209, 176, 33, 0.75);
	background-image: url(../images/span-yellow.png);
	padding: 2px;
	color: #fff;
	font-weight: bold;	
}



*+html h2 span {
	white-space: nowrap;
}

p {
	margin: 0 0 1em 0; 
	float: left;
}

ul {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.blockquote li {
	float: left;
	display: inline;
	width: 30%;
	padding: 0 1.5%;
	font-style: italic;
}

.releases li {
	float: left;
	display: inline;
	width: 22%;
	padding: 1.5%;
}

.releases img {
	float: left;
	display: inline;
	border: 1px solid #fff;
	max-width: 149px;
	max-height: 149px;
}

.mute {
	font-size: 0.6666em;
}

a.pdf {
	font-size: 1.5em;
}

img {
	width: 100%;
	height: auto;
	float: left;
}

.footer p a {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 1.5% 12px 0;
	background-color: #fff;
	padding: 2px 4px;
}




















