/* blue-imstc.css
Blue color scheme for STC Intermountain Chapter website 
copyright 2004-2007 Intermountain Chapter Society for Technical Communication. All rights reserved.
last modified: 20070830
*/

BODY {
  background-color: #86a5e1;
  background-image: url("mtn-banner-blue5-emboss.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: scroll;
  font-family: Verdana,"Arial","Helvetica",sans-serif;
}
#banner {
  height: 140px;
  top: 100px;
  color: #03A;
}
.banner-name {
  font-family: Arial,"Helvetica",sans-serif;
  font-size: 36pt;
  font-variant: small-caps;
  margin-top: 100px;
  margin-left: 90px;
}
.banner-stc {
  font-family: "Arial","Helvetica",sans-serif;
  font-size: 18pt;
  font-stretch: wider;
  font-variant: small-caps;
  margin-left: 160px;
}
#tagline {
  font-family: Georgia,"Times New Roman",Times,serif;
  margin-top: 1em;
  margin-left: 130px;
  width: 80%;
}
#nav-links {
  width: 150px;
  float: left;
  padding: 15px;
  margin-top: 30px;
}
.navlink {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #03c;
  font-family: Arial,Helvetica,sans-serif;
}
.resource-link {
  text-decoration: none;
}
.navlink:link, .resource-link:link {
  color: #EEE;
}
.navlink:visited, .resource-link:visited {
  color: #EEE;
}
.navlink:hover, .resource-link:hover {
  color: #FFF;
  background-color: #36F;
}
/*.navlink:active {
  color: #000;
  background-color: #03c;
}*/
#main-body {
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  padding: 1em 2em;
  margin-left: 180px;
  margin-top: 30px;
  font-size: small;
}
hr.footer {
  border-style: solid;
  border-color: white;
}
img#stclogo {
  float: left;
  margin: 5px;
}
#copyright, #lastupdate {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
}
#resource-nav, .election-phase {
  background-color: #03c;
  color: #FFF;
  padding: 3px 10px;
}

.nonSTC {
  background-color: #a6bffc;
  border-style: dashed;
  border-width: 2px;
  border-color: #03c;
  padding: 1em 1em;
}

/* ** Special class values for aligning images and tables ** */

.float-left {
  float: left;
  margin-right: 6px;
}
.float-right {
  float: right;
  margin-left: 6px;
}


/* Usage note:
	The following clear class values should be used cautiously.
	Because the nav-links div uses float left for alignment,
	clear-left or clear will cause the element to clear
	the links in addition to any other floated objects.
	May also cause other display anomalies.
*/
.clear { clear: both }
.clear-left { clear: left }
.clear-right { clear: right}


/* ** Table Styles ** */

table {
  border-style: solid;
  border-color: #000;
  border-collapse: collapse;
  empty-cells: show;
}
.navtable {
  border-style: solid;
  border-color: #03c;
  border-width: thick;
}
thead {
  background-color: #ccdfff;
  border-bottom: 3px solid #000; /* doesn't appear to have any effect in IE */
}
tfoot {
  background-color: #ccdfff;
  border-top: 3px solid #000; /* doesn't appear to have any effect in IE */
}
th, td {
  padding: 3px;
/*  border-style: solid; */
  border-color: #000;
}
.navcell {
  border-color: #eee;
  padding: 0px 7px; /* top, right, bottom, left */
}
.noborder {
  border-style: none; /* the value "hidden" is not supported in IE */
}
table.job {
  margin-top: 2em;
}
table.job td {
  padding: 1em 2em;
}
table.candidate td {
  padding: 1em 2em;
}
.center {
  text-align: center;
}
.aligntop {
  vertical-align: top;
}

img.link { border: none }
