/* Whole-page selectors */
body {
	padding: 0;
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
    color: #464646;
	background: #fff; /* #E4E7EB url(../images/bgfade.png) repeat-x; */
}

img, a.img, ul.peoplelist img, ul.robotlist img, ul.projectlist img {
	border: 1px solid #464646;
	margin: 4px;
}

a, a:visited {
    color: #8f001f;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	margin: .5em 0 .5em 0;
	padding: 0;
	clear: left;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

p {
	margin: 0 0 .8em 0;
	padding: 0;
	line-height: 125%;
}

.danteimage {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 8px 8px 0;
	background: white url(../images/bigshadow2.png) no-repeat;
}

.clickinfo {
	font-size: .7em;
	text-align: center;
	clear: both;
}

.mainimage {
	display: block;
	margin: 0 auto 15px auto;
}

/* The header */
#header {
    background: url("../images/Robotics_Institute_logo.svg") top right no-repeat;
	position: relative;
	width: 780px;
	height: 135px;
	margin: 35px auto 0 auto;
}

#header h1,#header p {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: inline-block;
	height: 52px;
    font-size: 52px;
	width: 675px;
    line-height: 52px;
    color: #900;
    font-weight: bold;
}

#header a {
	text-decoration: none;
}

#header p a {
    color: #464646;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

/* The menu */
#menu {
	position: relative;
	width: 780px;
	height: 36px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	top: -42px;
    border-radius: 5px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
    background-color: #900;
    background: -moz-linear-gradient(top, rgba(170,0,0,1) 0%, rgba(136,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,0,0,1)), color-stop(100%,rgba(136,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(170,0,0,1) 0%,rgba(136,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(170,0,0,1) 0%,rgba(136,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(170,0,0,1) 0%,rgba(136,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(170,0,0,1) 0%,rgba(136,0,0,1) 100%); /* W3C */
	float: left;
	margin: 0;
	padding: 0;
	width: 14.2857142857143%; /* 106px;  (660-115) /  */
}
/*
#menu li#pubslink {
	width: 115px;
}
*/
#menu li a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 36px;
    line-height: 36px;
    vertical-align: middle;
    transition: background 0.2s ease;
}

#menu li a.current,#menu li a:hover {
    background: #500;
}

/* the sub menu*/
#submenu {
	position: relative;
	width: 740px; /*70px;*/
	height: 30px; /*28px;*/
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	/*margin: 0 auto 25px 28px;*/
	background: url(../images/subheadbg.png) no-repeat;
}

#submenu ul {
	list-style: none;
	margin: 0 0 0 15px; /*0 40px 0 15px;*/
	padding: 0;
}

#submenu li {
	float: left;
	margin: 0; /*10px 0 0;*/
	padding: 0;
	width: 106px; /* (660-115) /  */
}

#submenu li#pubslink {
	width: 115px;
}

#submenu li#first {
	margin: 0 0 0 15px;
}

#submenu li a {
	display: block;
	padding: 5px 0 4px 0;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 28px;
}

#submenu li a.current,#submenu li a:hover {
	background: url(../images/menuround.png) repeat-x;
}

/* The content area */
#content {
	margin: -28px auto 0 auto;
	background: white;
	padding: 20px;
	width: 740px;
}

/* Footer */
#footer {
	background: url(../images/roundbottom.png) no-repeat;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #555;
	width: 780px;
	text-align: center;
	font-size: .7em;
	clear: both;
}

#footer a {
	color: #555;
	margin-left: 20px;
}

/* Page-specific */

/* Projects list styling */
ul.projectlist,ul.projectlist li.condensed {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}

ul.projectlist li {
	margin: 0;
	padding: 0 0 25px 0;
	clear: left;
}

ul.projectlist img, ul.peoplelist img, ul.robotlist img {
	float: left;
}

ul.projectlist li.condensed {
	min-height: 130px;
	_height: 130px;
	width: 345px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 15px 0;
	clear: none;
}

ul.projectlist a,p.name {
	font-weight: bold;
	font-size: 1.2em;
}

ul.projectlist li.condensed a {
	font-weight: normal;
	font-size: 1em;
}

ul.projectlist p, ul.peoplelist p, ul.robotlist p {
	margin: 4px 0 0 0;
	padding: 0;
}

.textnotification {
	color: #c0c0c0;
}

.textnotification.right {
	text-align: right;
}

.textnotification img {
	vertical-align: middle;
	opacity: 0.5;
}

.textnotification a,.textnotification a.visited {
	color: #c0c0c0;
	font-weight: bold;
}

/* Specific people-list changes */
ul.peoplelist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.peoplelist li, ul.peoplelist li.condensed {
	width: 355px; /*360px;*/
	padding: 0 0 15px 0;
	margin: 0 10px 0 0;
	float: left;
	min-height: 184px;
	_height: 184px;
}

ul.peoplelist li.condensed {
	min-height: 130px;
	height: 130px;
}

ul.peoplelist p {
	font-size: .8em;
	margin: 0 0px 5px 90px;
}

ul.peoplelist p.name {
	font-size: 1em;
}

.sectionlinks {
	clear: both;
}

/* Specific robot-list changes */
ul.robotlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.robotlist li {
	width: 355px;
	padding: 0 0 15px 0;
	margin: 0 10px 0 0;
	float: left;
	min-height: 160px;
	_height: 160px;
}

ul.robotlist p {
	font-size: .8em;
	margin: 4px 0 0 0;
	padding: 0;
}

ul.robotlist p.name {
	font-size: 1em;
}

/* Robot Slideshow */
img.robotss_wide {
	margin: 0px auto;
	text-align: center;
}

.robotss_description_tall {
	text-align: left;
}

.robotss_description_wide {
	clear: both;
	text-align: center;
}

/* Learn more buttons */
a.learnmore {
	display: block;
	width: 250px;
	padding: 5px 5px 5px 30px;
	background: #990000 url(../images/link_arrow.png) no-repeat 5px 5px;
	text-decoration: none;
	border-top: 2px solid #FF3131;
	border-left: 2px solid #FF3131;
	border-right: 2px solid #440000;
	border-bottom: 2px solid #440000;
	color: white;
	font-weight: bold;
}

a.learnmore:hover {
	background-color: #CC0000;
}

div.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* Miscellaneous Styling */
#logout {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 0px;
}

/* Note (subscript) in forms */
.formNote {
	font-size: smaller;
	font-style: italic;
}

/* Arrow steps */
#selectedStep {
	color: #000000;
	font-size: 1em;
	text-decoration: ;
	display: inline;
	font-style: italic;
}

.unselectedStep {
	color: #cccccc;
	font-size: 1em;
	display: inline;
	font-style: italic
}

.stepArrows {
	color: #cccccc;
	display: inline;
	padding-right: 24px;
	padding-left: 24px;
}

.left, .right {
	text-align: left;
}

/* Embedded iframe styling */
#iframe {
	background: none;
	background-color: white;
	margin: 0px auto;
	text-align: center;
	border: none;
	overflow: auto;
}

img.icon, a.img.icon, ul.peoplelist img.icon,
ul.robotlist img.icon, ul.projectlist img.icon {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	vertical-align: middle;
}

.narrowOnly {
	display: block;
}

.wideOnly {
	display: none;
}
