/* GENERAL STYLES */

body {
  margin: .5em auto 2em;
  width: 90%;
  max-width: 45em;
  color: #321;
  background: #fed url(images/corn_palegold.gif) repeat-x fixed;
  }
body, table {
  font-family: Georgia, "Times New Roman", serif;
  }
h1 {
  text-align: center;
  }
a:link:hover, a:visited:hover {
  background-color: #cda;
  }
address { /* address footer */
  clear: both;
  font-size: smaller;
  margin-top: 2em;
  border-top: 1px dotted #321;
  padding-top: 1em;
  text-align: right;
  }
address span { /* left half of address footer */
  float: left;
  margin-right: 2em;
  }
hr {
  border: 1px dotted #321;
  border-width: 1px 0 0 0;
  }
.no-show {
  margin-left: -20em;
  height: 1px;
  }

/* MORE-SPECIFIC GENERAL ITEMS */

p#banner {
  text-align: center;
  margin: .5em 0 2em;
  }
p#banner a:hover {
  background-color: transparent;
  }
p#banner img {
  width: 100%;
  max-width: 700px;
  min-width: 350px;
  border-width: 0;
  }
div.inset-text {
  float: right;
  width: 18em;
  max-width: 50%;
  padding: 0 1em;
  margin: 1em 0 1em 1em;
  border: 1px dotted #321;
  }
img.inset-graphic {
  float: right;
  border: 1px dotted #321;
  margin: 0 0 2em 1em;
  background-color: #fee;
  }
p#hero { /* some dominant upper-left image */
  float: left;
  padding: 1em;
  margin: 0 1em 1em 0;
  border: 1px dotted #321;
  }
h2.sub-hero { /* a heading following a hero image */
  clear: left;
  }
img.generic { /* non-floated, non-framed image */
  padding: 1em;
  border: 1px dotted #321;
  }
p.starred {
  padding-left: 25px;
  background: url(images/redstar.gif) top left no-repeat;
  }
abbrev[title], acronym[title] {
  color: #930;
  }
div#lonelymessage { /* SINGLE-MESSAGE PAGES (THANK YOU, ETC.) */
  margin: 2em 10% 6em;
  padding: 0 1em;
  border: 1px dotted #642;
  }
span.construction {
  background: #f96;
  padding: .1em;
  }

/* UNIQUE PIECES */

div#ratecard { /* exhib-info page */
  float: right;
  margin-left: 1em;
  }
div#ratecard h3 {
  margin-top: 0;
  }
div#sponsor-opps h3 { /* sponsors page */
  font-size: 1em;
  display: run-in;
  color: #732;
  margin-right: 1em;
  }
div#sponsors h1, div#sponsors h1 + p {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  }
div#sponsors h2 {
  color: #732;
  }
div#lessersponsors h2 {
  font-size: 1em;
  }
div#sponsors img {
  float: right;
  clear: right;
  margin-left: 2em;
  }
div#sponsors p q { /* used with Bauer Power's sponsor statement (removed) */
  font-style: italic;
  font-size: smaller;
  color: #732;
  }
div#sponsors ul {
  list-style-type: none;
  }
div#sponsors ul#primary {
  font-weight: bold;
  font-size: larger;
  }
div#sponsors ul#primary li {
  margin-bottom: 0;
  }
div#sponsors ul#primary li p {
  font-weight: normal;
  font-size: smaller;
  margin-top: 0;
  margin-left: 1em;
  }
ul.tightlist { /* schedule page */
  margin: 0 0 0 1em;
  padding: 0;
  list-style-position: inside;
  text-indent: -1em; 
  }
ul.family-tent {
  float: left;
  width: 27%;
  min-width: 6em;
  margin-right: 3%;
  }
ul.family-tent + ul + div {
  clear: left;
  }
td#smith_mackinnon {
  background: url("images/SmithMacK_altered_bg.jpg") 43% 12% no-repeat;
  }
dl#menus dt {
  padding-top: 1em;
  border-top: 1px dotted #930;
  }
dl#menus + div#secondary-nav {
  border-top: 1px dotted #930;
  }
dl#menus span.food-desc {
  font-style: italic;
  }

/* NAVIGATION MENU */

div#secondary-nav {
  margin-top: 2em;
  clear: both;
  }
div#secondary-nav h2 {
  margin: 0 0 0 -1000px;
  height: 5px;
  padding: 0;
  }
div#secondary-nav ul {
  margin: 0;
  padding: 0 5em;
  text-align: center;
  font-size: smaller;
  line-height: 1.4;
  }
div#secondary-nav li {
  list-style-type: none;
  display: inline;
  padding: .5em;
  }
div#secondary-nav li a {
  padding: .25em;
  }

/* PARTICIPANT INFO */

dl.illustrated dt { /* people lists with a pic at right */
  font-weight: bold;
  margin-top: 1em;
  clear: both;
  }
dl.illustrated dd {
  margin-top: .25em;
  }
dl.illustrated dd img, .demo-detail img {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
  padding: .5em;
  border: 1px dotted #321;
  }
dl.illustrated ul {
  margin-top: .5em;
  margin-bottom: .5em;
  }
div#presentations { /* presenters page */
  float: right;
  width: 50%;
  }
div#presenter-bios {
  float: left;
  width: 45%;
  font-size: smaller;
  padding-right: 2%;
  }

/* TABLES */

table.format1 {
  border-collapse: collapse;
  border: 1px solid #321;
  border-width: 0 1px 1px 0;
  }
table.format1 th, table.format1 td {
  padding: .5em;
  border: 1px dotted #321;
  }
table.format1 th {
  border-style: solid;
  color: #732;
  }
table.format1 span.time {
  display: block;
  margin: .25em 0;
  font-weight: bold;
  color: #732;
  }
table.format1 td {
  min-width: 7em;
  }
table.format1 th.hide {
  border: 0;
  }
table.format1 th.hide span {
  margin-left: -1000em;
  }
table.format2 td {
  text-align: center;
  }

/* FORMS */

form#volunteer, form#inquiry, form#exhibitor, div#exhibprintform, div#exhib-options {
  border: 1px solid #642;
  padding: 1em 2em;
  background: #fed;
  }
.warning {
  color: red;
  background-color: #ff9;
  }
input.formbox {
  width: 20em;
  max-width: 100%;
  }
p#city input {
  width: 10em;
  }
p#state input {
  width: 3em;
  }
p#postal input {
  width: 5em;
  }
p#city, p#state, p#postal {
  float: left;
  margin-right: 1em;
  margin-top: 0;
  }
p#email {
  clear: left;
  }

/* CONTACT AND VOLUNTEER FORMS */

input.timebox {
  width: 4em;
  }
fieldset, div.contact {
  border: 0;
  padding: 0;
  margin: 0;
  }
fieldset ul {
  margin: 0 0 .5em;
  padding: 0;
  }
fieldset ul li {
  list-style-type: none;
  margin: 0 0 .25em 1.5em;
  text-indent: -1.5em;
  }
div#interests2, fieldset#availability {
  float: right;
  width: 48%;
  }
div#interests2 {
  float: left;
  }
span#date_note {
  font-weight: normal;
  margin-left: .5em;
  }
p#time_range {
  margin-left: 1.5em;
  }
fieldset p {
  margin-top: 0;
  }
div#contact label {
  display: block;
  }
form hr {
  border: 1px solid #642;
  border-width: 1px 0 0 0;
  margin: 1em 0;
  }
p.postal {
  margin-left: 1.5em;
  }

/* EXHIBITOR FORMS */

div#exhibprintform h2 {
  font-size: 1em;
  }
div.exhibformcolumn {
  float: left;
  width: 45%;
  margin-right: 4%;
  }
div.exhibformcolumn ul {
  margin-left: 2.5em;
  padding-left: 0;
  }
div.exhibformcolumn li {
  list-style-type: none;
  text-indent: -1.5em;
  }
div#exhib-options ul {
  margin-left: 4%;
  padding-left: 0;
  }
div#exhib-options li {
  list-style-type: none;
  text-indent: 0;
  clear: both;
  margin-top: .5em;
  padding-top: .25em;
  border-top: 1px dotted #642;
  }
div#exhib-options li:first-child {
  border-top-width: 0;
  padding-top: 0;
  }
div#exhib-options li form { /* 'Add to Cart' buttons */
  float: right;
  margin: 0 0 .5em .5em;
  }
div#exhib-options li#halfpage form {
  float: none;
  }
div#exhib-options li#halfpage span#orientbutton {
  float: left;
  }
div#exhib-options li#halfpage span#addbutton {
  float: right;
  }
ul#exhibformcontact {
  clear: both;
  margin: 0;
  padding: 1em 0;
  }
ul#exhibformcontact li {
  list-style-type: none;
  margin-bottom: .5em;
  }
div#exhib-options div#viewcart {
  text-align: center;
  }
span.unavailable {
  color: #987;
  text-decoration: line-through;
  }
span.sold {
  font-weight: bold;
  color: #732;
  font-variant: small-caps;
  letter-spacing: .1em;
  }
div#ratecard td[title] {
  cursor: help;
  }
