@charset 'utf-8';
@import url(reset.css);

body {
	font-family:Georgia, "Times New Roman", serif;
	font-size:100%;
	background: #19C7FF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #19C7FF 50%, #19C7FF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#19C7FF), color-stop(100%,#19C7FF));
}

strong {font-weight:bold;}

code {font-family:Courier New;font-size:0.9em;}


a:link, a:visited {
	color:#ff8100;
	text-decoration:none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}


.clear {
	clear:both;
}

header, #header {
	width:100%;
	height:5em;
	padding-top:1em;
	padding-left:0;
	padding-right:0;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 20px #000;
	box-shadow: 1px 1px 20px #000;
	border-bottom-right-radius:55px;
	border-bottom-left-radius:55px;
	-moz-border-radius-bottomleft: 55px;
	-moz-border-radius-bottomright: 55px;
	background-color: #00c1FF;

	background-repeat:no-repeat;
	background-position:center;
	line-height:1;
}

header, #header, #nav, #logo, #silhouette {
    position: static;
    margin-left:0;
}

#nav {
	margin:0;
	width:100%;
	border-radius: 35px;
	margin-top:0.5em;
	background-color:#0087b2;
	
}

#nav > li {
	float:none;
	margin-top:0.2em;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color:transparent;
	border-bottom:1px blue solid;
	border-radius:0;
	font-weight:bold;
	font-size:0.75em;
}

#nav > li:last-child {
	border-bottom:0;
}

#content, #teaser, .wrapper, #wrapper, #innerwrapper {
	width:100%;
	float:none;
	overflow-x:visible;
	margin:0;
}

#content {
	padding:0;
	width:90%;
	padding-left:5%;
	padding-right:5%;
}

#teaser {
	display:none;
}