/*
charlie
© Copyright 2013 by Benjamin Röder & Jens Buss
*/

/*------------ FONTS -------------------------*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------ GLOBAL -------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
body {
	font: normal 16px/22px "BebasNeueRegular", Helvetica, Arial, sans-serif;
	letter-spacing: 4px;
}
a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #773180;
}
.purple a {
	color: #ff0;
}
.rightFrame a {
	color: #773180;
}
.rightFrame a:hover {
	color: #ff0;
}
.purple .rightFrame a {
	color: #ff0;
}
.purple .rightFrame a:hover {
	color: #773180;
}
a.active {
	text-decoration: underline;
}
::-moz-selection {
	background: black;
	color: white;
}
::selection {
	background: black;
	color: white;
}

.hide {
	display: none;
}

/*------------ TYPE -------------------------*/

p {
	margin: 0 0 22px;
}
.container h1 {
	margin: 0 0 22px;
}
.container ul {
	margin: 0 0 22px;
}
.container li {
	margin: 0 0 0 15px;
	list-style-type: disc;
}
.container.serif {
	font-family: "Lucida";
	font-size: 80%;
	letter-spacing: 0;
}
b, strong {
	font-weight: bold;
}
/*------------ MAIN NAVIGATION -------------------------*/

#header {
	position: fixed;
	z-index: 1000;
}

#header h1, #header ul {
	display: inline-block;
	width: 570px;
	margin: 20px 0;
}

#header h1 {
	text-align: center;
}

#header ul {
	margin: 20px 0 20px 20px;
}

#header li {
	display: inline-block;
	margin: 0 10px 0 0;
}

/*------------ FRAMES -------------------------*/

.leftFrame, .rightFrame {
	width: 570px;
	float: left;
}

.topFrame {
	height: 570px;
	text-align: center;
}

.yellow .topFrame {
	background: #ff0;
}
.purple .topFrame {
	background: #773180;
}

.container {
	padding: 200px 0 0;
}

.topFrame .container {
	width: 80%;
	margin: 0 auto;
}

.rightFrame {
	position: relative;
}

.rightFrame .container {
	margin: 0 20px;
}
.rightFrame .container .article {
	margin: 0 0 60px;
}
.article img {
	display: block;
	margin: 0 0 10px;
}

/*------------ NAVIGATION -------------------------*/

#navigation {
	margin: 50px 0;
	text-align: center;
}

/*------------ NOISE -------------------------*/

#logo {
	position: absolute;
	left: 110px;
	top: 90px;
}

#glow {
	position: fixed;
	left: 30px;
	top: 70px;
	z-index: 1000;
	width: 561px;
	height: 260px;
	background: transparent url("../img/glow.png") no-repeat;
	pointer-events: none;
}

#map-canvas {
	width: 570px;
	height: 570px;
}