/* Primary stylesheet for hannaproject.com */
body {
  background-color: rgb(192, 192, 192);
  background-image: url(../images/background.gif);
  background-position: center;
  background-repeat: repeat-y;
  margin-top: 0px;
  font-family: Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Applies to all primary layout elements, such as header, content, topMenu, etc. */
.layout {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  border-left: 1px solid #baac88;
  border-right: 1px solid #baac88;
}

/* Header Image */
div#header {
  position: relative;
  border-bottom: 1px solid #000;
}

div#header img {
  display: block;
  border: 0px;
  height: 218px;
  width: 740px;
}

/* Top Menu */
div#topMenu {
  text-align: right;
  background-color: #453d27;
  background-image: url(../images/menubar.png);
  background-repeat: repeat-x;
  background-position: center;
  color: #ffffff;
  font-size: 0.97em;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

div#topMenu a {
  color: #ffffff;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

div#topMenu a.lastMenuItem, div#footer a.lastMenuItem, div#footer span.lastMenuItem {
  padding-right: 1.0em;
}

/* Content Area
   The bit with text and sidebar is to force the sidebar border to the bottom
   See: http://www.ejeliot.com/blog/61
*/

table#content {
  padding: 0px;
  border-collapse: collapse;
  width: 741px;
}

table#content td {
  margin: 0px;
  padding: 0px;
}

img#topSpacerImage {
  height: 30px;
  width: 740px;
  display: block;
}

/* Prevent sidebar border going to bottom bottom border. */
div#contentBottom {
  height: 40px;
  border-bottom: 1px solid #baac88;
}

/* Holds main text of the page */
td.textHolder {
  width: 540px;
}

div.text {
  margin: 0px 36px 0px 40px;
  width: 440px;
}

div.simpleText {
  margin: 0px 0px 0px 15px;
}

div.indexText {
  margin: 0px 15px 0px 15px;
  font-size: .9em;
  line-height: 1.5;
}

div.indexText h2 {
  font-size: 1.2em;
  margin-top: 0px;
  text-align: center;
  background-color:#FFFFCC;
}

div.indexText h3 {
  font-size: 1.1em;
  text-align: center;
}

div.textFull {
  margin: 0px 40px 20px 40px;
  width: 660px;
}

div.text h1, div.simpleText h1 {
  margin: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #584736;
}

div.text h1 a {
  color: #584736;
  border: 0px;
}

div.text ul {
  list-style-image: url(../images/arrow.gif);
  font-size: .9em;
}

div.text li {
  padding-left: 1em;
}

div.text a, div.indexText a {
  color: #000000;
  border-bottom: 1px dashed #000000;
}

div.text li a {
  color: #000000;
  border-bottom: 0px;
}

div.text a:hover {
  background-color: #000000;
  color: #ffffff;
}

div.text p {
  font-size: .9em;
  padding: 0px;
  margin-bottom: 0px
}

div.text p.note {
  font-style: italic;
  color: #999999;
}

div.text p.note a {
  color: #999999;
  border-bottom: 1px dashed #999999;
}

div.text p a {
  color: #000000;
}

div.text img {
  margin: 14px;
}

table#content div.text table {
  border: 1px solid #000000;
  border-collapse: collapse;
}

table#content div.text th {
  font-size: .9em;
  text-align: left;
  color: #999999;
  padding-left: 16px;
  padding-right: 16px;
}

table#content div.text td {
  font-size: .9em;
  padding-left: 16px;
  padding-right: 16px;
  margin: 3px;
}

table#content div.text td a {
  border-bottom: 0px;
}

/* Sidebar - contains links or additional information */
td.sidebarHolder {
  background-image: url(../images/sidebar_background.png);
  background-repeat: repeat-y;
  background-position: left;
}

div.sidebar {
  color: rgb(107, 86, 65);
  font-size: .95em;
  width: 220px;
  padding-right: 1px;
}

/* sidebarHeader doesn't have a border, hence it is not inside a sidebar element */
/* I'm beginning to wonder--as I always do--why tables are bad layout */
div.sidebarHeader {
  background-color: rgb(247, 106, 49);
  font-size: 0.95em;
  color: #ffffff;
  text-align: center;
  padding: 2px 1px 2px 0px;
  margin: 0px 1px 0px 0px;
}

div.sidebar ul {
  margin: 0px;
  list-style-type: none;
  list-style-position: outside;
  padding: .5em 0px 0px 0px;
}

div.sidebar li {
  border-bottom: 1px dashed #baac88;
  margin: 0px 26px 0px 0px;
  padding: .4em 0px .2em 14px;
}

div.sidebar li.hover {
  background-color: rgb(107, 86, 65);
  color: #ffffff;
  /* list-style-image: url(../images/arrow.gif); */
}

div.sidebar div.sidebarAddress {
  margin: 1em 0px 0px 20px;
}

div.sidebar dt {
  border-top: 1px solid rgb(107, 86, 65);
  padding-top: 10px;
  font-size: 1.25em;
  margin: 10px 14px 10px 14px;
}

div.sidebar dd {
  font-size: .85em;
  margin: 0px 6px 14px 20px;
  color: #000000;
}

div.sidebar a {
  color: rgb(107, 86, 65);
}

div.sidebar span.deadlink {
  color: #999999;
}

div.sidebar li.hover a {
  color: #ffffff;
}

div.sidebar img {
  padding: 10px;
}

div.sidebar .sidebarSpacer { /* for empty headers */
  margin-top: 30px;
}

div.sidebar dt.joinATeam {
  margin-bottom: 2px;
}

div.sidebar dd.joinATeam li {
  border-bottom: 0px dashed rgb(247, 106, 49);
  margin: 0px 26px 0px 0px;
  padding: .4em 0px .1em 3px;
  color: rgb(247, 106, 49);
  list-style: inside disc;
}

div.sidebar dd.joinATeam a {
  font-weight: bold;
  font-size: 1.05em;
  color: rgb(247, 106, 49);
}

div.sidebar dd.joinATeam li.hover {
  background-color: #fff;
}

/* Footer - includes copyright, bottom links */
div#footer {
  font-size: .9em;
  color: rgb(107, 86, 65);
  text-align: right;
  border: 0px;
  padding-top: 1em;
  position: relative;
}

div#footer span {
  padding-left: 1em;
}

div#footer a, div#footer span.lastMenuItem {
  color: rgb(107, 86, 65);
  padding-right: 0.5em;
  padding-left: 0.5em;
}

div#footer span.lastMenuItem {
  padding-right: 1.0em;
  cursor: pointer;
}

/* Drop Down Menus */
div.menuHeader {
  position: relative;
  display: inline;
}

div#topMenu div.dropdown li a {
  color: rgb(107, 86, 65);
  padding-right: 0em;
  padding-left: 0em;
}

div.dropdown {
  position: absolute;
  left: 0px;
  top: 1.2em;
  width: 160px;
  color: rgb(107, 86, 65);
  background-color: #ffffff;
  opacity: 0.94;
  filter: alpha(opacity=94);
  -moz-opacity: 0.94;
  border: 1px solid rgb(107, 86, 65);
  font-size: .9em;
  text-align: left;
}

div.dropdown ul {
  margin: 3px;
  list-style-type: none;
  padding: 0px;
}

div.dropdown li.hover {
  color: #ffffff;
  background-color: rgb(107, 86, 65);
}

div#topMenu div.dropdown li.hover a {
  color: #ffffff;
}

/* Login box */
div#login {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 1.2em;
  width: 200px;
  color: rgb(107, 86, 65);
  background-color: #ffffff;
  opacity: 0.94;
  filter: alpha(opacity=94);
  -moz-opacity: 0.94;
  border: 1px solid rgb(107, 86, 65);
  font-size: .9em;
  text-align: left;
  padding: 1em;
}

div#login input, div#login select {
  color: rgb(107, 86, 65);
  width: 180px;
  font-size: .9em; 
}

div#login div.closeLink {
  text-align: right;
}

div#login div.closeLink span, div.closeLink span {
  border-bottom: 1px dashed rgb(107, 86, 65);
  padding-left: 0px;
  cursor: pointer;
}

a.docsLink {
  border-bottom: 1px dashed rgb(107, 86, 65);
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  float: right;
}

/* Miscellaneous */
select#teamSelect {
  width: 90%;
  margin-left: 8px;
  border: 1px solid #000000;
}

div.text p.projectSteps {
  color: #000000;
  font-style: italic;
  font-size: .8em;
}

div.text p.projectSteps a, div.text p.projectSteps span.highlight {
  font-style: normal;
  font-weight: bold;
  color: rgb(247, 106, 49);
}

div.text p.projectSteps a {
  text-decoration: underline;
  border-bottom: 0px;
}

div.text p.projectSteps img {
  display: inline;
  vertical-align: middle;
  padding: 6px 6px 6px 0px;
  margin: 0px;
}

/* Video Page */
div.sidebarVideo {
  width: 260px;
  display: block;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  position: absolute;
}

div.sidebarVideoLeft {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}

div.sidebarVideoRight {
}

div.sidebarVideo img {
  display: block;
  border: 1px solid #000000;
  margin-bottom: 15px;
  padding: 0px;
}

div.sidebarVideoPages {
  width: 250px;
  text-align: center;
}

div.sidebarVideoPages span {
  position: relative;
  top: 300px;
  padding-left: .2em;
  padding-right: .2em;
  cursor: pointer;
}

div.videoMedium {
  background-image: url(../images/video_background.gif);
  background-repeat: no-repeat;
  width: 390px;
  height: 98px;
  padding: 6px 0px 6px 12px;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}

div.videoMedium div {
  margin: 10px 20px 0px 0px;
}

div.videoMedium img {
  float: left;
  margin: 0px 8px 0px 0px;
  border: 0px;
}

span.videoTitle {
  font-weight: bold;
}

div.videoTime {
  width: 234px;
  font-weight: bold;
  position: absolute;
  top: 60px;
  left: 127px;
  padding: 2px 2px 2px 14px;
  background-color: #dddddd;
  font-size: 12px;
}

div.text img.fullImage {
  margin: 0px;
  padding: 0px;
}

h3 {
  margin-bottom: 0px;
}
