/* Start of CMSMS style sheet 'emmausmarket_screen' */
/* CSS for: projection, screen, tv */

div, h1, p, ul, img {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(uploads/images/background_texture.jpg);
}

#main {
  background-color: #FFF;
  border: 5px solid #660000;
  margin: -8px auto;
  width: 950px;
}

#head {
  float: right;
  width: 744px; /* width of #main minus total width of #sidebar */
}

#head p {
  background-color: #600;
  color: #FFF;
  font-weight: bold;
  padding: 3px;
}

#nav {
  float: right;
  margin: 12px 0 10px 0;
  text-align: center;
  width: 745px;
}

#nav li {
  background-color: #900;
  border: 4px solid #600;
  display: inline;
  margin: 0 2px;
  padding: 3px;
}

#nav a {
  font-weight: bold;
  text-decoration: none;
}

#nav a:link, #nav a:visited {
  color: #000;
}

#nav a:hover {
  color: #FFF;
}

#sidebar {
  border-bottom: 3px solid #600;
  border-right: 3px solid #600;
  float: left;
  width: 198px;
}

#sidebar a img {
  border: none;
}

#rooster_poster {
  border-bottom: 3px solid #600 !important; /* The !important makes this carry more weight than the border: none on #sidebar a img. */
}

#facebook_logo {
  margin: 0 33px;
  padding: 5px 0;
}

#email_signup {
  border-top: 3px solid #600;
  margin: 0 auto;
}

#email_signup_head {
  color: #000;
  font-weight: bold;
  text-align: center;
}

#ea {
  width: 50%;
}

#email_signup label, #email_signup_text {
  font-size: small;
}

#email_signup_text {
  margin: 0 2px;
}

#content {
  float: right;
  font-family: Georgia, serif;
  width: 744px;
}

#content h2 {
  color: #030;
  font-size: 125%;
  text-decoration: underline;
}

#foot {
  border-top: 5px solid #660000;
  font-size: small;
  clear: both;
}

#bfbl {
  float: left;
  margin-left: 5px;
}

#knbt {
  float: right;
  margin-right: 5px;
}

#knbt img, #bfbl img {
  border: none;
}

#foot p {
  padding-left: 3px;
}

h1 {
  width: 749px;
}

#content p {
  padding: 5px;
}

/* Hacks to fix IE6 rendering. ("* html" only affects IE 6 and earlier) */
* html #main {
  position: relative;
}
* html #sidebar {
  float: none !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* End of 'emmausmarket_screen' */

