/* common styles for MIT Inauguration site  */


/* GENERAL */

html, body {
  margin: 0px;
}
html {
  overflow-y: scroll;  /* force vertical scrollbar */
}
body {
  background-color: #000000;
}

/* for div containing content that should never be seen by visual browsers */
.offscreen {
  position: absolute;
  left: 0px; top: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}
/* for skip link and back to top anchor */
#divskiplink,
#divtopanchor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  z-index: 1;
}

/* floating things */
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
/* div or other to clear floating things */
.clear, .divclear {
  clear: both;
}
/* clear block */
.tinyclear {
  clear: both;
  font-size: 0px;
  height: 0px;
}
/* clear self *//* http://www.positioniseverything.net/easyclearing.html */
.clearself:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }

/* center */
.center {
  text-align: center;
}
/* don't allow to wrap */
.nowrap {
  white-space: nowrap;
}

/* elements for screen display or print display only */
.screenonly {
  display: block;
}
.printonly {
  display: none;
}
span.screenonly {
  display: inline;
}
span.printonly {
  display: none;
}

/* remove space around form */
form {
  display: inline;
  margin: 0;
  padding: 0;
}
/* get rid of fieldsets and legends */
fieldset {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}

/* standard table styles */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
}
thead, tbody, tfoot {
  border: none;
}
/* table cells all aligned left and top */
td, th {
  text-align: left;
  vertical-align: top;
}
td.center,
th.center {
  text-align: center;
}
td.right,
th.right {
  text-align: right;
}

/* layout table */
/* note: cellspacing=0 must still be specified in table tag because of IE */
table.layouttable {
  border: none;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
table.layouttable td {
  padding: 0px;
}

/* all lists use solid bullet */
ul {
  list-style-type: disc;
}

/* no borders on images */
img {
  border: none;
}

/* default font and links */
body {
  font-family: Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 12px;
  line-height: 133%; /* relative to font size */
  color: #000000;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin-top: 0px;
}
a,
a:link {
  color: #006666;
  text-decoration: none;
}
a:visited {
  color: #006666;
  text-decoration: none;
}
a:hover {
  color: #006666;
  text-decoration: underline;
}

/* size corrections for nested tags */
li li {
  font-size: 100%;
}



/* PRE-PAGE */
/* hidden stuff and stuff outside of the normal page flow */

#divprepage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
}



/* PAGE BACKGROUNDS */

#divbkgimage {
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  min-width: 862px;
  min-height: 100%;
  overflow: hidden;
  background-color: #333333;
}
#divbkgimage img {
  width: 100%;
}
#divbkgpanel {
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 0px;
  width: 862px;
  min-height: 100%;
  margin-left: -431px;
  overflow: hidden;
  background-color: #555555;
  background-color: rgba(85,85,85,0.70);
}



/* OUTER SHELL */
/* horizontally-centered outer container */

#divoutershell {
  position: relative;
  z-index: 5;
  width: 862px;
  margin: 0px auto;
}



/* PAGE AREA */
/* canvas for page content, just inside outer shell */

#divpagearea {
  position: relative;
}



/* HEADER */

#divheader {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
/* MIT logo */
#divmitlogo {
  margin: 0px;
  width: 330px;
  padding: 15px 0px 21px 24px;
}
/* tool navigation */
#divtoolnav {
  position: absolute;
  left: 696px;
  top: 12px;
  z-index: 1;
  font-family: "ff-meta-web-pro", Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
}
#divtoolnav a,
#divtoolnav a:link,
#divtoolnav a:visited {
  color: #ffffff;
  text-decoration: none;
}
#divtoolnav a:hover,
#divtoolnav a.active {
  color: #00bff0;
  text-decoration: none;
}
/* search */
#divsearch {
  position: absolute;
  left: 696px;
  top: 32px;
  z-index: 2;
}
#divsearch table {
}
#divsearch table td {
  vertical-align: middle;
}
#divsearch table td.label {
  display: none;
}
#divsearch table td.input {
  padding-right: 1px;
}
#divsearch #q {
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  line-height: 14px;
  color: #737779;
  width: 126px;
  padding: 2px 5px;
  background-color: #c7c6c4;
  border: none;
  outline: none;
}
/* tagline */
#divtagline {
  margin: 0px;
  line-height: 100%;
  width: 862px;
  height: 130px;
  background-color: #111111;
  background-color: rgba(17,17,17,0.71);
}



/* PAGE LAYOUT */

#divband1 {
  display: table;
  margin-bottom: 14px;
}
#divband1 div.column1,
#divband1 div.column2 {
  display: table-cell;
  text-align: left;
  border-bottom: 5px solid #d01448;
  background-color: #111111;
  background-color: rgba(17,17,17,0.71);
}
#divband1 div.column1 {
  vertical-align: top;
  width: 188px;
}
#divband1 div.column2 {
  vertical-align: bottom;
  width: 660px;
}
#divband1 div.intercolumn {
  display: table-cell;
  width: 14px;
}
#divband2 {
  display: table;
}
#divband2 div.column1,
#divband2 div.column2 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
#divband2 div.column1 {
  width: 188px;
  background-color: #111111;
  background-color: rgba(17,17,17,0.71);
}
#divband2 div.column2 {
  width: 660px;
  background-color: #ffffff;
}
#divband2 div.intercolumn {
  display: table-cell;
  width: 14px;
}



/* NAVIGATION */

#divprimarynav {
  padding: 13px 0px 6px 0px;
}
#divprimarynav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divprimarynav ul li {
  float: left;
  margin: 0px;
  font-family: "ff-meta-web-pro", Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
#divprimarynav ul li a {
  display: block;
  padding: 7px 8px 6px 28px;
  width: 152px;
}
#divprimarynav ul li a,
#divprimarynav ul li a:link,
#divprimarynav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}
#divprimarynav ul li a:hover,
#divprimarynav ul li.active a {
  color: #00bff0;
  text-decoration: none;
}


/* SITE AND PAGE TITLES */

#divsitetitle,
#divpagetitle {
  padding: 0px;
  margin: 0px;
  line-height: 100%;
}
#divsitetitle a {
  display: block;
  /* padding: 0px; */                  /* if 8 or less primary nav items */
  padding: 12px 0px 12px 0px;    /* if 9 primary nav items */
  /* padding: 25px 0px 26px 0px;   */ /* if 10 primary nav items */
  /* padding: 39px 0px 39px 0px;   */ /* if 11 primary nav items */
  /* padding: 52px 0px 53px 0px;   */ /* if 12 primary nav items */
  /* add 27 more padding per item */
}


/* PAGE CONTENT */

#divcontent {
  min-height: 352px;
  padding: 24px 22px 24px 22px;
}
/* headings */
#divcontent h2 {
  font-family: "ff-meta-web-pro", Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 1.50em;
  font-weight: bold;
  line-height: 100%;
  color: #0b6998;
  margin-top: 28px;
  margin-bottom: 18px;
}
#divcontent h2:first-child {
  margin-top: 0px;
}
#divcontent h3 {
  font-family: "ff-meta-web-pro", Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 1.16em;
  font-weight: bold;
  line-height: 130%;
  color: #0b6998;
  margin-bottom: 4px;
}
/* paragraphs */
#divcontent p {
  font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
  font-size: 1.16em;
  font-weight: normal;
  line-height: 130%;
  color: #000000;
  margin-bottom: 18px;
}
#divcontent p.prelist {
  margin-bottom: 4px;
}
/* bullet lists */
#divcontent ul {
  margin: 0px 0px 18px 0.75em;
  padding-left: 0.75em;
}
#divcontent ul li {
  font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
  font-size: 1.16em;
  font-weight: normal;
  line-height: 130%;
  color: #000000;
  margin-bottom: 0px;
}
#divcontent ul li li {
  font-size: 100%;
}
#divcontent ul.paragraphic li {
  margin-bottom: 18px;
}
/* horizontal rules */
#divcontent hr {
  height: 1px;
  border: none;
  color: #d01448;
  background-color: #d01448;
  margin: 0px -22px 16px -22px;
  width: 660px;
}
/* tables */
#divcontent table {
  margin-bottom: 16px;
}
#divcontent table td {
  padding: 0px 32px 16px 0px;
  font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
  font-size: 1.16em;
  font-weight: normal;
  line-height: 130%;
  color: #000000;
}
#divcontent table td p {
  font-size: 100%;
}
/* links */
#divcontent a,
#divcontent a:link,
#divcontent a:visited {
  color: #006666;
  text-decoration: none;
}
#divcontent a:hover,
#divcontent a.active {
  color: #006666;
  text-decoration: underline;
}



/*** HOME PAGE ***/

body.home #divband1 div.column2 {
  vertical-align: middle;
  background-color: #ffffff;
}



/*** EVENTS PAGE ***/

#divcontent table.eventstable {
  margin-bottom: 18px;
}
#divcontent table.eventstable td {
  font-family: Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 1.16em;
}
#divcontent table.eventstable td.column1 {
  padding: 0px 0px 12px 32px;
  width: 80px;
}
#divcontent table.eventstable td.column2 {
  padding: 0px 0px 12px 32px;
  width: 472px;
}
#divcontent table.eventstable tr:last-child td.column1,
#divcontent table.eventstable tr:last-child td.column2 {
  padding-bottom: 0px;
}



/*** CONTACT PAGE ***/

#divcontent #contactform p,
#divcontent #contactform input,
#divcontent #contactform textarea {
  font-family: Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 1.08em;
}
#divcontent #contactform input,
#divcontent #contactform textarea {
  border: 1px solid #666666;
}
#divcontent #contactform input#inputname,
#divcontent #contactform input#inputemail,
#divcontent #contactform textarea {
  padding: 4px;
  width: 420px;
}
