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

body {
background-color: #6CF;	
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 14px;
}

#wrapper {
width: 600px;
margin: auto;
border: thin black solid;
padding: 10px;
background-color: rgba(255,255,255,.8);
position: relative;
}

header {
background-image: url(../images/eyed.png);
background-repeat: no-repeat;
height: 80px;
margin-top: -20px;
}

header p {
margin-left: 100px;
padding-top: 20px;	
  font-size: 24px;
  font-weight: 600;
}

ul {
margin: 0px;
padding: 0px;	
}

nav {
margin-left:20px;
margin-top: 10px;
margin-bottom: 20px;	
}

li {
list-style: none;
display: inline;
padding-right: 20px;
font-weight: 600;	
}

li:last-child {
padding-right: 0px;	
}
#intro #makers #funders #disclaimer {
font-size: 14px;	
}

#tinytype {
	margin-top: 20px;
font-size: 12px;	
line-height: 20px;
background-color: rgba(255,255,255,1);
border: thin red solid;
padding: 10px;
}

.subhed {
color: red;
font-weight: 600;
font-size: 14px;	
}

#closeme {
	font-weight: 600;
}

#closeme input {
position: absolute;
bottom: 5px;
right: 10px;
font-size: 24px;
font-weight: 600;
width: 40px;
background-color: red;
border-radius: 100%;
color: white;	
}

a:link, a:visited {
	color: red;
}