/**
 * Page Structure Definition
 * @note		Structural Definitions, such as Grid, Navigation etc.
 *
 * @author		Larsen
 * @since		$Date: 2011-09-14 18:14:22 +0200 (Mon, 20 Jun 2011) $
 * @version		1.0
 * @revision	$Revision: 1 $
 *
 * ///////////////////////////////////////////////////////////////// */


/**
 * @section		FONTS
 * @note		Load Web-Fonts
 */

@font-face {
	font-family: 'DIN Alternate';
	src: url('fonts/DIN Alternate Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


/**
 * @section		HTML5
 * @note		initializes HTML5-Elements for older Browsers
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
video {
	display: block;
}



/**
 * @section		GRID STRUCTURE
 * @note		First Level Structure Elements
 */

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 6.25%; /* 'elasitc Pixels'; sets the base unit to 1 pixel */
	height: 100%;
}

body {
	background-attachment: fixed;
	background-color: #50688c;
	background-image: url('img/blueprint.gif'); /* doubled for Firefox, because it doesn’t support multiple backgrounds with gradients */
	background-image:
		-webkit-radial-gradient(center 0%, circle cover, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)),
		url('img/blueprint.gif');
	background-position: center top;
	background-repeat: repeat;
	color: #666666;
	font-family: "DIN Alternate", sans-serif;
/*	-webkit-font-smoothing: antialiased;*/
	font-size: 16rem;
	height: 100%;
	margin: 0px;
	padding: 0px 32px 0px 32px;
	position: relative;
/*	width: 960px;*/
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


header {
	display: none;
}


section.content {
	background: white;
	box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.5);
	left: 50%;
	margin-left: -190px;
	position: absolute;
	top: 15%;
	width: 480px;
}


nav.meta-navigation {
	bottom: -32px;
	padding: 0px 0px 8px 0px;
	position: absolute;
	right: 0;
}

nav.meta-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.meta-navigation ul li {
	display: inline-block;
	font-size: 12rem;
}

nav.meta-navigation ul li a {
	color: #ffffff;
	display: block;
	opacity: .5;
	padding: 0 5px;
}

nav.meta-navigation ul li a:hover {
	opacity: 1;
}


main {
	background-color: white;
	background-image: -webkit-radial-gradient(center 0%, circle cover, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01));
	float: left;
	padding: 24px 36px 8px 40px;
	width: 320px;
}

main h1 {
	color: black;
}


aside {
	background-color: #fcfcfc;
	background-image: -webkit-radial-gradient(center 0%, circle cover, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.02));
	border-left: 1px solid #f6f6f6;
	float: left;
	padding: 37px 16px 24px 16px;
	position: relative;
	width: 160px;
}

aside img.u-photo {
	border: 8px solid white;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
	left: -32px;
	position: relative;
	top: -24px;
	-webkit-transform: rotate(5deg);
}

aside address {
	font-style: normal;
}


footer {
	/*background: rgba(0, 0, 0, 0.25);*/
	bottom: 0px;
	opacity: 0.25;
	padding: 8px 16px 8px 16px;
	position: fixed;
	left: 0px;
	z-index: 1000;
}

footer .copyright {
	color: #ffffff;
	font-size: 12rem;
	margin: 0px;
}
