/* ============================================================================
 * MAIN BLOCKS (GLOBAL COLORED RIGHT SIDEBAR LAYOUT) */

body {
  background: url('../images/background-members.png') 49.8% 0pt no-repeat; }

#flash {
  background: #cc6600;
  color: #fff;
  font-family: "Comic Sans MS";
  text-align: center;
  font-size: 130%;
  padding: 8px 0;
  margin: 12px 0; }

#sidebar .gutter ul#navigation {
  line-height: 1.38em; }
  #sidebar .gutter ul#navigation li a:hover {
    background-color: #ed7e14; }
  #sidebar .gutter ul#navigation li a.active {
    background: #ed7e14 url("../images/active-members-nav-background.png") center right no-repeat; }

#copy {
  background: none;
  border-left: solid 1px #ccc; }
  #copy #main {
    width: 629px; }
    #copy #main .internalsplash {
      border-right: none;
      border-left: none;
      text-align: left; }
      #copy #main .internalsplash img {
        border-right: solid 1px #ccc; }

.context {
  font-family: "Comic Sans MS";
  font-size: 90%;
  text-align: right;
  float: right; }
  .context h2 {
    font-size: 130%;
    font-weight: bold;
    margin: 18px 4px 0px 4px;
    text-transform: uppercase; }

.minilogo {
  float: left;
  margin-top: 12px;
  padding: 0 24px 24px 0; }

table.videos {
  clear: left;
  margin-top: 12px;
  font-size: 80%;
  width: 100%; }
  table.videos tr th {
    background: #fff;
    color: #cc6600;
    font-family: "Comic Sans MS";
    text-align: center;
    text-transform: uppercase;
    font-size: 90%;
    padding: 4px 16px; }
  table.videos tr td {
    background: #f9f7ea;
    border-top: solid 2px #fff;
    padding: 4px 16px;
    text-align: center; }
  table.videos tr td.name, table.videos tr th.name {
    text-align: left; }
  table.videos tr td.sliderdescription {
    background: #edf4fb;
    text-align: left;
    border-top: none; }
    table.videos tr td.sliderdescription .close {
      text-align: right;
      padding-top: 3px; }

.fieldscallout {
  background-color: #f9f6e3;
  margin: 36px 72px;
  padding: 22px 36px;
  text-align: center; }
  .fieldscallout h1 {
    margin-top: -12px;
    margin-bottom: 12px; }
  .fieldscallout .button, .fieldscallout .submitbutton {
    border: none;
    background: url('../images/login.png') 50% 50% no-repeat;
    margin-top: 12px;
    height: 17px;
    width: 48px;
    text-indent: -9999px;
    cursor: pointer; }
  .fieldscallout .submitbutton {
    background: url('../images/submit.png') 50% 50% no-repeat; }
  .fieldscallout input {
    border: solid 1px #e5e2d1; }
  .fieldscallout label {
    font-family: "Comic Sans MS";
    color: #cc6600;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 70%; }
  .fieldscallout .form-field {
    text-align: left; }
