@charset "utf-8";

body {
	font-size: 62.5%;
	background-color: black;
	color: white;
	font-family: Helvetica;
}

#header {
	float: top;
	background: url(/images/octave.png) repeat-x;
	height: 100px;
	width: 100%;
	padding-bottom: 10px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

#content {
	width: 82%;
	float: right;
	padding-top: 1em;
	margin-bottom: 4em;
}

#navlist {
	float: left;
	width: 15%;
	max-width: 150px;
	background: url(/images/kevin.png) no-repeat;
	background-position: 40px 0px;
}

#navlist ul {
	margin-top: 70px;
	list-style: none;
}

#navlist li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: grey;
}

#navlist a:hover {
	color: #6ffb54;
	background: url(/images/arrow-left-gray-small.png) no-repeat right 53%;
}

#navlist li a.current {
	color: white;
	font-weight: bold;
}

#navlist li a.current:hover {
	background: url(/images/arrow-left-blue-small-2.png) right 53% no-repeat;
}

a {
	color: rgb(50%, 50%, 100%);
	text-decoration: none;
}

a:hover {
	color: #6fff25;
//	color:#6ffb54;
}

#error {
	color: red;
	border: 1px solid red;
	padding: 5px;
	width: 30em;
	text-align: center;
}

#notice {
	color: #6ffb54;
	border: 1px solid #6ffb54;
	padding: 5px;
	width: 30em;
	text-align: center;
}

input[type="text"], textarea {
	font-family: Helvetica;
	font-size: 14px;
	padding: 4px;
	border: 2px solid #85b1de;
	background-image: url('/images/bluegradient.png');
	background-repeat: repeat-x;
	background-position: top;
}
	
input[type="text"]:focus, textarea:focus {
	border: 2px solid #6ffb54;
}

input[type="submit"] {
	background-color: black;
	color: white;
	border: 1px solid grey;
	margin-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

input[type="submit"]:hover {
	cursor: pointer;
	border: 1px solid lightgrey;
}

input[type="submit"]:active {
	color: black;
	background-color: white;
}

.error {
    color: #993300;
    border: 2px solid #993300;
}

.newPersonLabel {
    text-align: right;
}

p {
	margin-top: 0;
}

div.image {
	margin: 5px;
	padding: 5px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	border: 1px solid #ffffff;
}

div.image img {
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
}

div.image a:hover img {
	border: 1px solid #0000ff;
}

div.image description {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
}

div.description {
	position: relative;
}

div.description span {
	display: none;
}

div.description:hover span {
	display: block;
	position: absolute;
	top: -8em;
	left: 4em;
	padding: 0.2em 0.6em;
	border: 1px solid #dddddd;
	background-color: #000000;
	color: #dddddd;
}

label {
	display: block;
	margin-top: .75em;
	margin-bottom: .1em;
}

#home .home, #about .about, #pictures .pictures, #contact .contact, #links .links {
	background: url(/images/arrow-left-blue-small-2.png) right 53% no-repeat;
}

#footer {
	position: fixed;
	margin-top: 4em;
	bottom: 0;
	left: 0;
	height: 2.5em;
	width: 100%;
	border-top: 1px solid gray;
	background-color: #121212;
	padding: .5em .5em .5em .5em;
}

.label {
	text-align: right;
	font-weight: bold;
	vertical-align: text-top;
}
