/* OOPSLA 2009 layout css
 *
 * Primary uses skidoo_redux.
 *
 * see http://webhost.bridgew.edu/etribou/layouts/skidoo_redux/index.html
 */

#page-container {
    max-width: 1160px;
    padding: 0;
    padding-bottom: 1ex;
    margin-top: -10px;
}

#masthead {
    margin-left: 1em;
    margin-right: 4em;
}

#masthead .logo {
    margin-top: -70px;
    margin-bottom: 0px;
    float: left;
    position: relative;
    left: 70px;
    top: 60px;
}

#masthead .tombstone {
    float: right;
}

.survey_link {
    margin: 1ex 5px 10px 0px;
    float: right;
}

.survey_link.page {
  margin-top: -6ex;
}

#masthead .tombstone p {
  padding: 0;
  margin: 0;
}

#page-body {
  margin: 0 4em 0 6em;
  padding-bottom: 1px;
  background-color: white;
  border: 1px solid black;
    border-radius: 15px;
    -moz-border-radius: 15px;		/* for Firefox */
    -opera-border-radius: 15px;		/* for Opera */
 /*   -webkit-border-radius: 15px;	/* for Safari */
}

#page-top-margin {
  background-color: white;
  border: 1px solid white;
  height: 60px;
    border-radius-topleft: 15px;
    -moz-border-radius-topleft: 15px;		/* for Firefox */
    -opera-border-radius-topleft: 15px;		/* for Opera */
    -webkit-border-radius-topleft: 15px;	/* for Safari */
    border-radius-topright: 15px;
    -moz-border-radius-topright: 15px;		/* for Firefox */
    -opera-border-radius-topright: 15px;		/* for Opera */
    -webkit-border-radius-topright: 15px;	/* for Safari */
}

#page-bottom-margin {
  background-color: white;
  height: 60px;
  float: bottom;
}

#page-top-margin p {
  padding-top: 0;
  margin-top: 0;
  padding-right: 1em;
}

#left-column {
    border-radius: 15px;
    -moz-border-radius: 15px;		/* for Firefox */
    -opera-border-radius: 15px;		/* for Opera */
    -webkit-border-radius: 15px;		/* for Safari */
}

#current {
    border: solid 1px gray;
    border-radius: 5px;
    -moz-border-radius: 5px;		/* for Firefox */
    -opera-border-radius: 5px;		/* for Opera */
    -webkit-border-radius: 5px;		/* for Safari */
}

#outer-column-container {
    margin-left: 8em;
    margin-right: 0em;
    border-left: none;	/* left column's width and background color */
    background-color: white;		/* middle column's background color */
    border-right: solid 13em white;	/* right column's width and background color */
    border-radius-bottomright: 15px;
    -moz-border-radius-bottomright: 15px;		/* for Firefox */
    -opera-border-radius-bottomright: 15px;		/* for Opera */
    -webkit-border-radius-bottomright: 15px;	/* for Safari */
}

#thanks {
    padding: 0px 5px;
    margin: 10ex 0;
    border: 2px solid #DCCEDC;
    border-radius: 5px;
    -moz-border-radius: 5px;		/* for Firefox */
    -opera-border-radius: 5px;		/* for Opera */
    -webkit-border-radius: 5px;		/* for Safari */
}

#InfoQ {
    margin-top: 1ex;
    margin-left: -3em;
    padding: 2px;
    width: 15em;
    border-radius: 5px;
    -moz-border-radius: 5px;		/* for Firefox */
    -opera-border-radius: 5px;		/* for Opera */
    -webkit-border-radius: 5px;		/* for Safari */
}

#news {
    margin: -80px 0px 4ex 130px;
    zoom: 1;				/* To cause this element to be on the top in IE 7 */
    position: relative;
    border: 2px solid white;
    border-radius: 5px;
    -moz-border-radius: 5px;		/* for Firefox */
    -opera-border-radius: 5px;		/* for Opera */
    -webkit-border-radius: 5px;		/* for Safari */
}

#news .inside {
    padding: 0 5px 0 5px;
}

#no-news {
    visibility: hidden;
    height: 0;
}

.portrait {
  position: relative;
  float: right;
  padding: 0;
  margin-left: 1em;
  margin-bottom: 1ex;
}

#blog {
    margin: -0px -6em 2ex 2em;
    zoom: 1;				/* To cause this element to be on the top in IE 7 */
    border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;		/* for Firefox */
    -opera-border-radius-topright: 10px;		/* for Opera */
    -webkit-border-radius-topright: 10px;	/* for Safari */
}

#blog .inside {
    padding: 5px 3em 10px 75px;
}

#no-blog, .no-infoq {
    visibility: hidden;
    height: 0;
}

#cfp_tombstone {
    float: right;
    margin-left: 2em;
}

#inner-column-container {
    border: solid 0px #000;
    border-width: 0 0px;
    margin: 0 0px;	/* compensate for the borders because of 100% width declaration */
}

#support_benefits {
    float: right;
    width: 50%;
    margin-left: 2em;
}

#right-column {
    padding-top: 4ex;
    float: right;		/* float on the right side of the layout */
    margin-right: -23em;	/* move it further right. the value here should
				   be the same value as the right border width
				   on #outer-column-container, but negative */
    width: 19em;		/* need to set a definite width, should be the
				   same width as the right border width on
				   #outer-column-container */
}

#footer {
  margin-left: 1em;
  margin-right: 4em;
  padding-right: 3em;
    border: none; /* 1px solid black; */
    border-radius: 15px;
    -moz-border-radius: 15px;		/* for Firefox */
    -opera-border-radius: 15px;		/* for Opera */
    -webkit-border-radius: 15px;		/* for Safari */
}

#footer .inside {
  margin: 0;
}

#footer .logo {
    margin: 7px 0 0 0;
    float: right;
    padding: 0;
}

#footer .chair {
    padding: 3px 0 0 0;
    margin: 10px 0 0 0;
}

#footer .chair ul li {
    float: left;
}

#footer .chair p {
    padding-left: 2em;
}

#footer-thanks {
    margin-left: 4em;
}

#footer .tombstone {
    float: right;
    width: 30em;
    margin: 10px 0 0 0;
}

.cols1 {
	display: block;
	float: none !important;
}

.cols2 {
    width: 45%;
}

.cols3 {
    width: 30%;
}

.column1 , .column2 {
	position: relative;
}

.column2 , .column1 {
	float: left;
}

.column2 {
	float: right;
	margin: 0;
	width: 45%;
}

thead td p, tbody td p {
    margin: 0px;
    padding: 0px 2px 0px 2px;
}
