/******
RESET
******/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

fieldset{
	border:0;
}
/*end of reset*/

* {
	margin: 0;
}

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	font-family: Helvetica, Arial;
	padding: 0;
	height: 100%;
	background:url('../images/tiny_grid.png');
}

a:hover{
	text-decoration: none;
}

a:active{
	color: #C2C2C2;
}

a {
	color: #C2C2C2;
}

a:visited{
	color: #C2C2C2;
}

#wrapper {
	width: 100%;
	margin-top: 1%;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 0;
}

/*************
SPLASH PAGE
**************/

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}

#links {
	margin: 0 auto;
	padding-top: 2%;
	padding-left: 1%;
	text-align: center;
	font-size: 2em;
	color: #000;
	height: 3em;
	font-family: 'Graduate', serif;
	font-weight: bold;
}

#info {
	position: relative;
	padding-top: 25%;
	margin-left: 5%;
	color: #FFF;
}

#links a, #links a:visited, #links a:active, #links a:hover {
	color: #000;
}

/**************
HEADER
***************/
#header {
	margin: 0 auto;
	float: left;
	width: 35%;
	height: 8%;
	padding-top: 2%;
	padding-left: 2%;
	z-index: 10000;
}
#logo {
	width: 70%;
	margin: 0 auto;
	border: 0;
	z-index: 6;
}

/*********************
Navigation
*********************/

#nav {
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 6%;
	font-family: 'Graduate', serif;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	z-index: 1;
}

#nav li {
	margin: 0 auto;
	list-style:none;
	padding-right: 15px;
	padding-bottom: 10px;
	display: inline;
	margin-right: 10px;
	font-size: 1.7em;
	font-weight: bold;
}

#nav a:hover{
	text-decoration: none;
}

#nav a:active{
	color: #C2C2C2;
}

#nav a {
	color: #C2C2C2;
	text-decoration: underline;
}

#nav a:visited{
	color: #C2C2C2;
}

#nav-bar {
	margin-top: 5%;
	background-image: url('../images/nav-bg.png');
}

/**************
CONTENT
**************/
#content {
	overflow: hidden;
	background:url('../images/tiny_grid2.png');
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #242424;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f9a257;
	font-family: heveltica, sans-serif;
	font-size: 1.4em;
	max-width: 100%;
	margin: 0 auto;
	padding: 1%;
	background-color: #bdbdb6;
}
#content img {
	box-shadow: 7px 7px 5px #888888;
}
#content p {
	padding-top: 5px;
	padding-left: 30px;
}
#greyed-out {
	opacity: 1;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
#greyed-out:hover {
	opacity: .4;
}
#icons img {
	padding-left: 12%;
	padding-top: 2%;
}
#icons {
	background-color: #FFF;
	max-width: 100%;
}


/***************
FOOTER
**************/

#footer {
	color: #FFF;
	text-align: right;
	background-image: url('../images/footer-bg.png');
	padding: 1%;
}