/* common styles for the Quarter Century Club site  */


/* GENERAL */

/* scrollbar always on, prevents shifting of page in firefox */
html {
overflow-y: scroll;
}

html, body {
  margin: 0px;
}
body {
  background-image: url(/afs/athena.mit.edu/org/r/retireesassoc/img/pagebkg_violet.gif);
  background-repeat: repeat-x;
}
body.violet {
  background-image: url(/afs/athena.mit.edu/org/r/retireesassoc/img/pagebkg_violet.gif);
}

/* 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;
}

/* 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;
}

/* definition lists */
dl {
  margin: 0.5em 0px 1em 1.5em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0px 0px 0.5em 1.5em;
}

/* horizontal rules */
hr {
  height: 1px;
  border: none;
  color: #666666;
  background-color: #666666;
  margin: 0px 0px 14px 0px;
}

/* 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: #330099;
  text-decoration: none;
}
a:visited {
  color: #330099;
  text-decoration: none;
}
a:hover {
  color: #330099;
  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;
}



/* OUTER SHELL */
/* container for all page content */

#divoutershell {
  width: 1000px;
  margin: 0px auto;
}



/* PAGE AREA */
/* canvas for content */

#divpagearea {
  position: relative;
}



/* HEADER AREA */

#divheader {
  margin-bottom: 14px;
}



/* NAVIGATION */
/* area with black background */

#divnavigation {
  position: relative;
  z-index: 1;
  height: 102px;
}
#divsitetitle {
  position: absolute;
  left: 27px;
  top: 20px;
  z-index: 1;
  font-size: 2.2em;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  line-height: 100%;
  margin: 0px;
}
#divsitetitle span.date { /* date for printing only */
  font-size: 40%;
}
#divsitetitle a {
  display: block;
  width: 225px;
  height: 58px;
  color: #000000;
  text-decoration: none;
  text-indent: -9999px;
  outline: none;
}

#divsitetitle a:link; {
	color: #000000;
	text-decoration: none;
}
#divsitetitle a:hover; {
	color: #000000;
	text-decoration: none;
}
#divsitetitle a:select; {
	color: #000000;
	text-decoration: none;
}

/* search */
#divsearch {
  position: absolute;
  right: 2px;
  top: 20px;
  z-index: 1;
}
#divsearch td.input {
  padding: 0px 4px;
  vertical-align: middle;
}
#divsearch td.button {
  vertical-align: middle;
}
#divsearch #q {
  border: 1px solid #3a3a3a;
  background-color: #575757;
  padding: 1px 2px;
  width: 106px;
  font-size: 11px;
  font-weight: bold;
  color: #a0a0a0;
}
/* MIT logo */
#divsearch td.mitlink {
  padding: 9px 0px 0px 0px;
}
/* primary navigation */
#divprimarynav {
  position: absolute;
  left: 270px;
  font-weight: bold;
  top: 20px;
  width: 550px;
  height: 60px;
  z-index: 1;
}
#divprimarynav ul {
  float: left;
  width: 180px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divprimarynav ul li {
  float: left;
  width: 180px;
  height: 20px;
  margin: 0px;
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
}

#divprimarynav ul li a:link {
  color: #000000;
  text-decoration: none;
}
#divprimarynav ul li a:visited {
  color: #000000;
  text-decoration: none;
}
#divprimarynav ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
/* #divprimarynav ul li a {
  display: block;
  width: 180px;
  height: 20px;
  background-image: url(/afs/athena.mit.edu/org/r/retireesassoc/img/primarynav.gif);
  text-indent: -9999px;
  outline: none;
} */


#divprimarynav ul.col2 {
  float: left;
  width: 220px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divprimarynav ul.col2 li {
  float: left;
  width: 220px;
  height: 20px;
  margin: 0px;
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
}
/* #divprimarynav ul.col2 li a {
  display: block;
  width: 240px;
  height: 20px;
  background-image: url(/afs/athena.mit.edu/org/r/retireesassoc/img/primarynav.gif);
  text-indent: -9999px;
  outline: none;
} */

#divprimarynav ul.col3 {
  float: left;
  width: 150px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divprimarynav ul.col3 li {
  float: left;
  width: 150px;
  height: 20px;
  margin: 0px;
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
}
/*
#divprimarynav ul.col3 li a {
  display: block;
  width: 130px;
  height: 20px;
  background-image: url(/afs/athena.mit.edu/org/r/retireesassoc/img/primarynav.gif);
  text-indent: -9999px;
  outline: none;
}






#divprimarynav ul li a.about {
  background-position: 0px 0px;
}
#divprimarynav ul li a.membership {
  background-position: 0px -20px;
}
#divprimarynav ul li a.events {
  background-position: 0px -40px;
}
#divprimarynav ul.col2 li a.fund {
  background-position: -180px 0px;
}
#divprimarynav ul.col2 li a.memoir {
  background-position: -180px -20px;
}
#divprimarynav ul.col2 li a.memoriam {
  background-position: -180px -40px;
}
#divprimarynav ul.col3 li a.volunteer {
  background-position: -420px 0px;
}
#divprimarynav ul.col3 li a.resources {
  background-position: -420px -20px;
}
#divprimarynav ul.col3 li a.home {
  background-position: -420px -40px;
}

primary nav hover
#divprimarynav ul li a.about:hover {
  background-position: 0px -60px;
}
#divprimarynav ul li a.membership:hover {
  background-position: 0px -80px;
}
#divprimarynav ul li a.events:hover {
  background-position: 0px -100px;
}
#divprimarynav ul li a.fund:hover {
  background-position: -180px -60px;
}
#divprimarynav ul li a.memoir:hover {
  background-position: -180px -80px;
}
#divprimarynav ul li a.memoriam:hover {
  background-position: -180px -100px;
}
#divprimarynav ul li a.volunteer:hover {
  background-position: -420px -60px;
}
#divprimarynav ul li a.resources:hover {
  background-position: -420px -80px;
}
#divprimarynav ul li a.home:hover {
  background-position: -420px -100px;
}

primary nav active
body.about #divprimarynav ul li a.about {
  background-position: 0px -120px;
}
body.membership #divprimarynav ul li a.membership {
  background-position: 0px -140px;
}
body.events #divprimarynav ul li a.events {
  background-position: 0px -160px;
}
body.fund #divprimarynav ul li a.fund {
  background-position: -180px -120px;
}
body.memoir #divprimarynav ul li a.memoir {
  background-position: -180px -140px;
}
body.memoriam #divprimarynav ul li a.memoriam {
  background-position: -180px -160px;
}
body.volunteer #divprimarynav ul li a.volunteer {
  background-position: -420px -120px;
}
body.resources #divprimarynav ul li a.resources {
  background-position: -420px -140px;
}
body.home #divprimarynav ul li a.home {
  background-position: -420px -160px;
}
*/


/* BODY AREA */

#divbody {
  padding-left: 30px;
}
#divleftcolumn {
  float: left;
  width: 220px;
  min-height: 200px;
  margin-right: 20px;
  padding-bottom: 20px;
}
#divcentercolumn {
  float: left;
  width: 460px;
  min-height: 200px;
  margin-right: 20px;
  margin-top: 5px;
  padding-bottom: 20px;
}
#divrightcolumn {
  float: left;
  width: 220px;
  min-height: 200px;
  padding-bottom: 20px;
}



/* MAIN TEXT */

#divcentercolumn h1 {
  font-size: 1.67em;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 16px;
}
#divcentercolumn h2 {
  font-size: 1.33em;
  font-weight: bold;
  line-height: 140%;
  margin-top: 32px;
  margin-bottom: 6px;
}
#divcentercolumn p.date+h2,
#divcentercolumn h1+h2 {
  margin-top: 16px;
}
#divcentercolumn h3 {
  font-size: 1.08em;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 0px;
}
#divcentercolumn p {
  font-size: 1.08em;
  line-height: 140%;
  margin-bottom: 15px;
}
#divcentercolumn p.strongdate {
  font-family: Verdana, Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 1.08em;
  font-weight: bold;
  margin-bottom: 26px;
}
#divcentercolumn p.prelist {
  margin-bottom: 6px;
}
#divcentercolumn ul {
  margin-left: 0.85em;
  padding-left: 0.85em;
  list-style: disc;
  margin-bottom: 15px;
}
#divcentercolumn li {
  font-size: 1.08em;
  line-height: 130%;
}
#divcentercolumn li li {
  font-size: 100%;
}
#divcentercolumn ul.paragraphic li {
  margin-bottom: 15px;
}
#divcentercolumn ul.jumpMenu {
  margin-top: -8px;
  margin-bottom: 30px;
}

/* this table style carried over from old site */
#divcentercolumn table.amr {
  font-size: 1.00em;
  line-height: 140%;
  margin-bottom: 15px;
}


/* contact form controls */
#contactform input.inputbox {
  width: 400px;
}
#contactform textarea {
  width: 400px;
}


/* SIDEBARS */

div.divphotosidebar {
  margin: 0px 0px 36px 0px;
  border-top: 5px solid #000000;
  padding-top: 2px;
}
div.divtextsidebar h2 {
  font-size: 1.33em;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 6px;
}
div.divtextsidebar p {
  font-size: 1.0em;
  line-height: 130%;
  margin-bottom: 8px;
}
#divweatherbug {
  width: 175px;
  margin: auto;
}
div.divtextsidebar {
  padding-top: 7px;
  border-top: 5px solid #000000;
  margin: 0px 0px 36px 0px;
}



/* SECONDARY NAVIGATION */

#divsecondarynav {
  margin: 0px 0px 36px 0px;
  border-top: 5px solid #000000;
}
#divsecondarynav h2 {
  font-size: 1.33em;
  font-weight: bold;
  line-height: 100%;
  border-bottom: 5px solid #959595;
  margin: 0px;
}
#divsecondarynav h2 a,
#divsecondarynav h2 a:link,
#divsecondarynav h2 a:visited,
#divsecondarynav h2 a:hover {
  display: block;
  padding: 5px 4px 6px 4px;
  color: #000000;
  background-color: #ffcd33;
  text-decoration: none;
}
body.blue #divsecondarynav h2 a,
body.blue #divsecondarynav h2 a:link,
body.blue #divsecondarynav h2 a:visited,
body.blue #divsecondarynav h2 a:hover {
  color: #ffffff;
  background-color: #3300cc;
}
#divsecondarynav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divsecondarynav ul li {
  float: left;
  width: 220px;
  font-size: 1.08em;
  line-height: 130%;
}
#divsecondarynav ul li li {
  font-size: 100%;
}
#divsecondarynav ul li a {
  display: block;
  padding: 4px 4px;
  border-bottom: 1px solid #959595;
}
#divsecondarynav ul li li a {
  padding-left: 26px;
}
#divsecondarynav ul li a,
#divsecondarynav ul li a:link,
#divsecondarynav ul li a:visited {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}
#divsecondarynav ul li a:hover,
#divsecondarynav ul li a.active {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}
#divsecondarynav ul li li a,
#divsecondarynav ul li li a:link,
#divsecondarynav ul li li a:visited {
  background-image: url(/afs/athena.mit.edu/org/r/retireesassoc/img/nav2dot_black.gif);
  background-position: 18px 10px;
  background-repeat: no-repeat;
}
#divsecondarynav ul li li a:hover,
#divsecondarynav ul li li a.active {
  background-image: url(/afs/athena.mit.edu/org/r/retireesassoc/img/nav2dot_white.gif);
}



/* FOOTER */

#divfooter {
  margin: 30px 0px 0px 30px;
  width: 704px;
  border-top: 1px solid #6c6c6c;
  padding: 4px 0px 8px 236px;
}
#divfooter p {
  margin: 0px;
  line-height: 100%;
}
