/* title: screen.css */
/* author: Seth Syberg */
/* layout */

/* layout */

#container {
	height: 100%;
	width: 800px;
	margin: 20px auto;
}

#header {
	height: 100px;
	background: #FFAB00 url('../img/logo.png') no-repeat;
}

#navigation {
	height: 30px;;
}

#content {
	height: 340px;
	padding: 20px;
	background-color: #FFC373;
}

#footer {
	height: 20px;
	background-color: #A66F00;
	text-align: center;
	padding-top: 5px;
	color: #FFC373;
	font-size: 8pt;
}

div {
	margin-bottom: 5px;
}

#cv_content {
	height: 340px;
	overflow: auto;
	padding-right: 10px;
}
/* navigation */
#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;	
}

#navigation a {
	width: 100px;
	height: 30px;
	margin-right: 5px;
	display: block;
	color: #FFAB00;
	padding: 5px;
	font-size: 16pt;
	text-align: center;
	background-color: #A66F00;
	background-repeat: no-repeat;
	background-position: center center;	
}

#navigation #home {
	background-image:  url('../img/home.png');	
}

#navigation #cv {
	background-image:  url('../img/cv.png');	
}

#navigation #contact {
	background-image:  url('../img/contact.png');	
}

#navigation #classes {
	background-image:  url('../img/classes.png');	
}

#navigation #links {
	background-image:  url('../img/links.png');
}

#navigation a:hover {
	background-color: #BF8230;
	width: 99px;
	height: 29px;
	margin-right: 4px;
	border: 1px #FFAB00 solid;
}

#navigation .active {
	background-color: #BF8230;
}

/* style */
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #744a1d;
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	background-color: #A66F00;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 15px;
}

a {
	color: #dd8000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#bar {
	margin: auto;
	width: 200px;
	border: 1px solid #A66F00;
}

h3 {
	text-align: center;
}

#cv_content ul {
	padding: 0px;
}

#cv_content h2 {
	border-top: 1px solid #A66F00;
	padding-top: 20px;
}

#teaching_history li {
	clear: both;
	list-style-type: none;
	height: 30px;
	width: 450px;
}

#content_home dd {
	margin-bottom: 2px;
}

#content_home dt {
	margin-top: 10px;
}
/* forms */
form ul {
	list-style-type: none;
}

form input[type="text"], form textarea {
	background-color: #FFAB00;
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #ffffff;
	margin-top: 2px;
	padding: 2px;
}

form input[type="text"] {
	width: 200px;
}

form textarea {
	height: 150px;
	width: 400px;
	float: left;
}

form input[type='submit'] {
	float: right;
	background: url('../img/send.png') no-repeat;
	height: 48px;
	width: 124px;
	border: 0px;
	margin-top: 110px;
}

form input[type='submit']:hover {
	background-position:0 -48px;
	cursor: pointer;
}

form label {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

/* classes */

.left {
	clear: both;
	float: left;
}

.right {
	float: right;
}
