@charset "UTF-8";
/* CSS Document */

/* ===================================================================================

version:	1.0
date:		01/04/2014
author:		Thomas James

*/

/* Import Stylesheets
=================================================================================== */

@import url("normalize.css"); /* Normalize Stylesheet v1.0.2 */

/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800); /* Open Sans */


/* Font Chart
=================================================================================== */
/*

body = 62.5%

08px = 0.8em
09px = 0.9em
10px = 1.0em
11px = 1.1em
12px = 1.2em
14px = 1.4em
16px = 1.6em
18px = 1.8em
20px = 2.0em
22px = 2.2em
24px = 2.4em
and so on...

*/

/* Overall Document Styles
=================================================================================== */

/** {
	-webkit-transition: all .33s ease-in-out;
	-moz-transition: all .33s ease-in-out;
	-o-transition: all .33s ease-in-out;
	-webkit-backface-visibility: hidden;
}*/

html, body {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* See Font Chart Above */
	color: #e8e7e5;
	line-height: 1.3em;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	/* Optional Styling */
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}

.ie6 {
}

.ie7 {
}

.ie8 {
}

.ie9 {
}


/* Layout Styles
=================================================================================== */

#container {
	width: 350px;
	height: auto;
	position: absolute;
	top: 175px;
	left: 50%;
 	margin: 0 0 0 -175px;
	padding: 0 10px 0 10px;
	float: left;
	clear: both;
	position: relative;
}

#atalanta_logo {
	width: 350px;
	height: auto;
 	margin: 0;
	padding: 20px 0 25px 0;
	float: left;
	clear: both;
	text-align: center;
}

#text_box {
	width: 350px;
	height: auto;
	margin: 20px 0 50px 0;
	padding: 0;
	float: left;
	clear: both;
	text-align: center;
}


/* IE Clear Fix Class
=================================================================================== */

.clear {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	float: left;
	clear: both;
	line-height: 0;
}

/* Typography
=================================================================================== */

p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: ##58585a;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3em;
}


/* Links
=================================================================================== */

a {
	color: #58585a;
	text-decoration: none;
}

a:hover {
	color: #58585a;
	text-decoration: underline;
}

a img { border: 0; }



/* Outdated Browser Warning!
=================================================================================== */

#outdated_browser {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px 0 8px 0;
	background: #ffd300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	text-align: center;
	z-index: 5000;
}

#outdated_browser a {
	color: #ff0000;
	text-decoration: none;
}

#outdated_browser a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* No JavaScript Warning!
=================================================================================== */

.js #noscript-warning {
	display: none;
}

.no-js #noscript-warning {
	min-width: 940px;
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 10px 0 8px 0;
	background: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	text-align: center;
	z-index: 5000;
}



