/* Global Reset */
*
{
    margin: 0;
    padding: 0;
}
 
html, body
{
    height: 100%;
    width: 100%;
}
 
body
{
    color:white;
    background-color: black;
    font-family: helvetica, arial, clean, sans-serif;
}
 
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

h1
{
    margin-bottom: 1em;
}
 
p
{
    margin: 1em 0;
}
 
a
{
    color: #00a;
}
 
a:link
{
    color: #ffffff;
}
 
a:hover
{
    color: #ffffff;
}
 
a:visited
{
    color: #ffffff;
}
 
table
{
    font-size: inherit;
    font: 100%;
}

img
{
	border: 0;
}

img.mainlogo
{
	height: 150;
}

img.thumbnail
{
	height: 175;
	margin-right:0.8em;
	margin-left:0.4em;
	margin-top:0.3em;
	margin-bottom:0.5em;

	float:left;
}

.ReleaseClear
{
	clear:both;
} 

.Title
{
	margin-top:0.8em;
	margin-bottom:0.8em;
	width: 100%;

	/* background-color:#b61329; */
	background-color:#0;
	text-align:center;
}

.Releases
{
	margin-top:1em;
	height:auto;
}

.Release
{
	margin-top:1.5em;
	font-size:medium;
}

.ReleaseTitle
{
	font-size:x-large;
}

.ReleaseNumber
{
	font-size:small;
}


/*
 * Wrapper and footer from:
 * http://ryanfait.com/sticky-footer/
 */
.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push
{
	text-align:center;
	height: 5em; /* .push must be the same height as .footer */
}

