

* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans;
	font-size: 0.825em;
	line-height: 1.3em;
	color: #252525;
	background-color: #ffffff;
}

p {
	padding-bottom: 15px;
}

#right p {
	padding-bottom: 15px;
}

a {
	color: #ED0B6D;
}

ul.body {
	padding-left:30px;
}

h1 {
	text-transform: uppercase;
	font-size: 2.7em;
	line-height: .8em;
	color: #252525;
	padding-bottom: 4px;
}

.cufon-active a#navlink {
	font-size: 1.1em;
}

.cufon-active h1 {
	font-weight: bold;
	letter-spacing:-.05em;
}

.cufon-active #name {
	font-size:1.5em;
}

#bgphoto {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: white;
}

#bgphoto img {
	width: 100%;
	min-width: 960px;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper {
	position: absolute;
	z-index: 10;
	width: auto;
}

#main {
	width: 470px;
	float: left;
	padding-right: 20px;
	margin-top:120px;
	margin-left:120px;
}

#main_white {
	width: 430px;
	float: left;
	margin-top:80px;
	margin-left:120px;
	padding: 40px;
	overflow:auto;
	background-image: url(../images/overlay_bottom.png);
	background-repeat: repeat-y;
}

#facebook {
	width: 300px;
	float: left;
	margin-top:80px;
	margin-left:40px;
	padding: 40px;
	overflow:auto;
	background-image: url(../images/overlay_bottom.png);
	background-repeat: repeat-y;
}

#main img {
	padding-bottom: 7px;
}

#right {
	width: 180px;
	float: left;
}

#nav {
	width: 800px;
	height: 35px;
	list-style: none;
	float: left;
	font-size: 1.3em;
}

#sticky {
	background:#ED0B6D;
	position:fixed;
	z-index:20;
	top:0;
	height:auto;
	width:100%;
	opacity:0.9;
}

#nav li {
	float:left;
	margin-right: 1px;
	padding-top: 3px;
}

.nav_li {
	color:#fff;
}

#nav li a {
	color: white;
	float: left;
	padding-top: 2px;
	text-decoration: none;
	margin:0 30px;
}

#nav li a:hover, #nav li a.active {
	border-bottom: 1px solid #fff;
}

.gray {
	color:#252525;
	line-height:1.6em;
}
.headshot {
	float:left;
	padding:5px 15px 5px 0;
}

#name {
	width: 550px;
	top:6px;
	right:20px;
	position:absolute;
	text-align:right;
}

#name img {
	float:right;
	padding-left:15px;
	margin-top:20px;
}

#sidenav {
	width: 99px;
	padding-right: 21px;
	float: left;
	text-align: right;
	font-size: 1.3em;
	list-style: none;
}

#sidenav li {
	padding-bottom: 3px;
}


#sidenav li a {
	color: white;
	text-decoration: none;
}

#footer {
	position:fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 700px;
	height: 90px;
	z-index: 15;
}

#footer img {
	float: left;
}

#footernav {
	width: 300px;
	height: 33px;
	list-style: none;
	float: left;
	font-size: 1.3em;
	text-align: right;
	padding-top:57px;
	padding-left: 103px;
}

#footernav li {
	float:left;
	width: 99px;
	margin-right: 1px;
	padding-bottom: 1px;
	border-bottom: 8px solid #839dac;
}

#footernav li a {
	color: white;
	width: 100%;
	float: left;
	padding-bottom: 2px;
	border-bottom: 3px solid transparent;
	text-decoration: none;
}

#footernav li a:hover {
	border-bottom: 3px solid #839dac;
}

#lang, #credit {
	text-align: right;
	list-style: none;
	font-size: 1.3em;
}

#lang {
	position: absolute;
	top: 14px;
	right: 0;
	width: 200px;
	height: 20px;
	z-index: 20;
	padding-right: 20px;

}

#credit {
	position: fixed;
	bottom: 0;
	right: 0;
	/*width: 400px;*/
	height: 33px;
	z-index: 30;
	padding-right: 20px;
}

#links, #archive, #sponsors {
	padding: 20px;
}

#links p, #archive p, #sponsors p {
	color: #000000;
}

#links a, #archive a, #sponsors a {
	color: #000000;
}



#main span input {
	border: none;
	padding: 5px;
	margin-top: 3px;
	font-family: inherit;
	font-size: 1.1em;
	color: gray;
}

#main label {
	font-size: 1.1em;
	color: gray;
}

#main form div {
	padding-top: 10px;
} 


#main span.multiple {
	float:left;
} 

#main div.clear {
	clear:both;
	padding-top:5px;
}

#main span.button input {
	padding: 5px 10px 5px 10px;
}

#main span.button input:hover {
	background-color: #df3d7e;
	color: white;
}

#main #confirmation {
	color: #df3d7e;
	font-weight: bold;
}

.icon {
	padding-right:5px;
	margin-bottom:-4px;
}
