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

body {
background-color: #006400;
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: justify;
/*To get solid green, just deactivate the background-image*/
background-image: url(images/Grass2.png);
/*
background-image: url(images/Background_Fade.png);
background-repeat: repeat-x;
*/
/* (this one starts darker)
background-image: url(images/Background_Fade.png);
background-repeat: repeat-x;
*/
color: #000;
margin-top: 0;
}

h1 {
display: none;
}

h2 {
color: #404050;
font-size: 12pt;
margin-bottom: 0;
padding: 0;
text-align: left;
}

h3 {
color: #404050;
font-size: 10pt;
margin-bottom: 0;
padding: 0;
margin-top: 0;
text-align: left;
}

img {
border: none;
}

a:link, a:visited, a:active {
font-weight: bold;
text-decoration: none;
color: #404050;
}

a:hover {
text-decoration: underline;
color: #404050;
font-weight: bold;
}

#wrapper {
width: 900px;
margin: 0 auto 0 auto;
position: relative;
}

#header {
width: 940px;
height: 205px;
background-image: url(images/Header.png);
float: left;
}

#middle {
width: 940px;
float: left;
padding-bottom: 25px;
padding-top: 10px;
background-image:url(images/Middle.png);
}

#left {
width: 600px;
margin-left: 50px;
float: left;
display: inline;
}

#left_frontpage {
width: 610px;
margin-left: 50px;
float: left;
display: inline;
}

#column1 {
width: 200px;
float: left;
text-align: left;
}

#column2 {
width: 380px;
float: right;
margin-left: 30px;
}

#right {
width: 200px;
float: right;
display: inline;
margin-right: 50px;
}

#publications {
padding: 0;
margin-left: 10px;
}

#publications ul {
padding: 0;
margin: 0;
}

#publications li {
background-image:url(images/BookIcon.png);
background-repeat:no-repeat;
list-style:none;
padding-left: 35px;
margin: 0 0 10px 0;
}

.research_item {
width: 600px;
margin: 10px 0;
float: left;
}

.research_item_text {
float: right;
width: 485px;
}

.research_item_pic {
height: 100px;
width: 100px;
float: left;
}

#lectures ul {
padding-left: 0;
margin-left: 0;
}

#lectures li {
background-image:url(images/LectureIcon.png);
background-repeat:no-repeat;
list-style:none;
padding-left: 35px;
margin: 0 0 10px 0;
}

.student_container {
width: 600px;
margin: 10px 0;
float: left;
}

.student_photo {
height: 100px;
width: 100px;
float: left;
margin: 0 10px 0 0;
}

.student_bio {
padding-left: 10px;
float: left;
}

#navigation {
width: 210px;
float: right;
color: #fff;
font-weight: bold;
text-align: right;
float: right;
margin-right: -10px;
}

.navigation_button {
display: block;
padding: 5px;
margin-bottom: 10px;
padding-right: 20px;
}

.heading_custom {
background-image: url(images/Header_Blank.png);
height: 40px;
width: 590px;
font-size: 18pt;
font-weight: bold;
color: #FFFFFF;
padding: 10px 0 0 10px;
margin-bottom: 20px;
}

.heading_custom_small {
background-image: url(images/Header_Blank.png);
height: 30px;
width: 590px;
font-size: 14pt;
font-weight: bold;
color: #FFFFFF;
padding: 5px 0 0 10px;
margin-bottom: 20px;
}

#navigation a:link, #navigation a:visited  {
background-image:url(images/NavRightNoArrow_Grey.png);
background-repeat: no-repeat;
text-decoration: none;
background-position: -5px 0;
}

#navigation a:hover, #navigation a:active {
background-image:url(images/NavRightNoArrow_Black.png);
background-repeat: no-repeat;
text-decoration: none;
color: #FFFFFF;
}

#bio_page #bio_button {
background-image:url(images/NavRightArrow_Black.png);
background-repeat: no-repeat;
color: #FFFFFF;
}

#research_page #research_button {
background-image:url(images/NavRightArrow_Black.png);
background-repeat: no-repeat;
color: #FFFFFF;
}

#students_page #students_button {
background-image:url(images/NavRightArrow_Black.png);
background-repeat: no-repeat;
color: #FFFFFF;
}

#teaching_page #teaching_button {
background-image:url(images/NavRightArrow_Black.png);
background-repeat: no-repeat;
color: #FFFFFF;
}

#service_page #service_button {
background-image:url(images/NavRightArrow_Black.png);
background-repeat: no-repeat;
color: #FFFFFF;
}

#press_page #press_button {
background-image:url(images/NavRightArrow_Black.png);
background-repeat: no-repeat;
color: #FFFFFF;
}

#fun_page #fun_button {
background-image:url(images/NavRightArrow_Black.png);
background-repeat: no-repeat;
color: #FFFFFF;
}

#contact_page #contact_button {
background-image:url(images/NavRightArrow_Black.png);
background-repeat: no-repeat;
color: #FFFFFF;
}

.project_silhouette {
/*background-image: url(images/Projects_Silhouette.png);*/
/*background-image: url(images/Projects_Silhouette_01.png);*/
/*background-image: url(images/Projects_Silhouette_02.png);*/
background-image: url(images/Projects_Silhouette_03.png);
height: 100px;
width: 100px;
}

#bio_links {
clear: both;
}

#robot_aibo {
height: 210px;
width: 210px;
background-image:url(images/Robot_AIBO.png);
bottom: 65px;
right: 20px;
position: absolute;
}

#robot_nao {
height: 286px;
width: 200px;
background-image: url(images/Robot_NAO.png);
float: left;
margin-top: 10px;
}

.photo_left {
float: left;
margin: 0px 20px 10px 0;
}

.photo_right {
float: right;
margin: 10px 0 10px 10px;
}

.timeline_line_left {
height: 25px;
width: 25px;
margin-left: 100px;
border-left: 2px solid #ccc;
clear: both;
}

.timeline_line_right {
height: 25px;
width: 25px;
margin-left: 500px;
border-left: 2px solid #ccc;
clear: both;
}

.timeline_line_middle {
height: 25px;
width: 25px;
margin-left: 300px;
border-left: 2px solid #ccc;
clear: both;
}

.timeline_item {
width: 580px;
padding: 10px;
background-color:#CCCCCC;
border: 2px solid #ccc;
clear: both;
text-align: left;
}

.timeline_date {
font-size: 12pt;
font-weight: bold;
color: #404050;
}

.book_bubble {
width: 560px;
padding: 20px;
background-color: #CCCCCC;
margin-top: 15px;
margin-bottom: 15px;
}

.book_bubble span {
display: none;
}

#mybooks {
width: 380px;
height: 220px;
background-image: url(images/MyBooks.png);
margin-top: 10px;
}

#book_autonomous {
width: 150px;
height: 217px;
background-image:url(images/Book_Autonomous.png);
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

#book_layeredlearning {
width: 150px;
height: 225px;
background-image:url(images/Book_LayeredLearning.png);
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

#book_intelligent {
width: 150px;
height: 180px;
background-image:url(images/Book_Intelligent.png);
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

#footer_text_left {
float: left;
}

#footer_text_right {
float: right;
padding-right: 40px;
}

#footer {
width: 900px;
height: 45px;
background-image: url(images/Footer.png);
padding: 10px 0 0 40px;
font-size: 8pt;
color: #FFFFFF;
clear: both;
}

#footer a:link, #footer a:visited, #footer a:active {
font-weight: bold;
text-decoration: none;
color: #fff;
}

#footer a:hover {
text-decoration: underline;
color: #fff;
font-weight: bold;
}

