/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font:12px/1.5em "Helvetica Neue",Arial,Helvetica,sans-serif;
	background: #fff;
	color: gray;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { color: gray; text-decoration:none;-moz-outline: none !important;}
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color: black; text-decoration: none; }
a:focus { border: none; }
#menu ul li.active a { color: black; }

a img { border: none; }

a.thickbox {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#menu {
    overflow: hidden;
    margin: 0 auto 10px;
    position: relative;
    width: 800px;
    height:  40px;
    border-bottom: 1px solid gray;
	padding-top: 10px;
	background-color: #FFF;
	z-index: 20;
}

#menu ul {
	float: right;
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 12px;
	background-color: #fff;
}

#menu ul li {
	display: inline;
	margin-left: 30px;
}

#menu ul li.section-title { }

#content {
    margin: 70px auto 40px;
    position: relative;
    width: 800px;
}

.container {
    padding: 5px 0 25px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

.warning {
		color: red;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ width: 600px; margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

span.nothumb {
	margin-bottom: 20px;
}

#home {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 140px;
	margin-left: -400px;
	margin-top: -70px;
	background-color: #FFF;
}

#home a {
	display: block;
	text-align: center;
	font-size: 100px;
	color: #428ec2;
}
#home a:hover {
	text-decoration: none;
	color: #000;
}

#credit {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px;
}

#welcome {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 400px;
	text-align: center;
	margin-top: -200px;
	z-index: 10;
}

#welcome p {
	margin-top: 10px;
}

input {
	font-family: "Courier New", Courier, mono;
	background-color: #FFF;
	border: 1px solid #666;
	margin-bottom: 3px;
}
