/* @group Main */

html
{
	/* Text */
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	/* Background */
	background-color: white;
}
body
{
	padding: 0;

	margin: 0 0 60px 0;
}

/* @end */



/* @group Navigation */

nav
{
	display: block;
	background: url(next_images/border.png);
	height: 53px;
}
nav *
{
	font-size: 18px;
	color: #999898;
	text-decoration: none;
	
	margin: 0;
	padding: 0;
	
	position: relative;
	top: 12px;
	left: 12px;
}
nav a
{
	opacity: 0.4;
	color: black;
	text-decoration: none;
	
	margin-right: 10px;
}
nav a.nomargin
{
	margin-right: 0px !important;
}
nav span.divider
{
	margin-left: 2px;
	margin-right: 12px;
}
/*
nav a:visited
{
	color: #999898;
	text-decoration: none;
}*/
nav a.current
{
	opacity:0.75;
	color: black;
	text-decoration: none;
}

/*
nav a:hover
{
	color: black;
	text-decoration: none;
}*/
nav a:active
{
	color: black;
	text-decoration: none;
}

/* @end */



/* @group Titles */

h1
{
	font-size: 44px;
	font-weight: normal;
	
	display: none;
}
h2
{
	font-size: 18px;
	font-weight: normal;
	
	display: none;
}

div#header 
{
	width: 487px;
	height: 474px;
	
	position: relative;
	left: 50%;
	margin-left: -243px;
}

/* @end */



/* @group Blurb */

#blurb
{
	font-size: 15px;
	color: rgba(0, 0, 0, 0.85);
	
	margin-top: 23px;
	
	/* Centering */
	width: 322px;
	position: relative;
	left: 50%;
	margin-left: -161px;
}
#blurb h3
{
	font-size: 17px;
	font-weight: bold;
}
#blurb p
{
	
}
#blurb p.item
{
	margin-left: 10px;
}
#blurb a.action-button
{
	text-decoration: none;
	color: white;
	
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-color: rgba(0, 0, 0, 0.35);
	padding: 4px;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
}
#blurb a.action-button:visited
{
	text-decoration: none;
	color: white;
}
#blurb a.action-button:hover
{
	text-decoration: none;
	color: white;
	
	background-color: rgba(0, 0, 0, 0.65);
}
#blurb a.action-button:active
{
	text-decoration: none;
	color: white;
	
	background-color: rgba(0, 0, 0, 0.95);
}

/* @end */
