body {
  background-image: url(../images/body-bg.jpg) !important;
  background-repeat: repeat-x !important;
  background-color: #005c95 !important;
  color: #333333;
}
div#page {
  background-image: url(../images/content-bg.png);
  background-repeat: repeat-y;
  background-position: center top;
}
a {
  text-decoration: none;
  color: #005c95;
}
#main-content {
  margin-right: 10px;
}
#sidebar-left .block {
  margin: 10px;
}
.views-admin-links {
  display: none;
}

/**
 * Sidebar Left
 */
#sidebar-left .block > h2 {
  color: #0fcdeb;
  text-align: center;
  font-size: 1.4em;
  margin: 0;
}

/**
 * Embedded Video Lightbox fixes
 */
body.emvideo-modal-iframe {
  background-image: none !important;
  background-color: #fff !important;
}
body.emvideo-modal-iframe div#admin-toolbar {
  display: none;
}
.emvideo-thumbnail-replacement span {
  background: transparent url(../images/play.png) center no-repeat;
  left: auto;
  top: auto;
  height: 100%;
  width: 100%;
  display: block;

}
.emvideo-thumbnail-replacement span:hover {
  background-position: center;
}

/**
 * Fishies
 */

#kissy {
  height: 281px;
  width: 230px;
  position: absolute;
  background: transparent url(../images/fish/fish-kissy.png) center no-repeat;
  left: 50%;
  top: 440px;
  margin-left: -650px;
}
#bluey {
  height: 226px;
  width: 275px;
  position: absolute;
  background: transparent url(../images/fish/fish-bluey.png) center no-repeat;
  left: 50%;
  top: 0px;
  margin-left: 390px;
  z-index: -1;
}
#blueys-bro {
  height: 226px;
  width: 275px;
  position: absolute;
  background: transparent url(../images/fish/fish-bluey.png) center no-repeat;
  left: 50%;
  top: 90px;
  margin-left: 410px;
}
#nemo {
  height: 107px;
  width: 151px;
  position: absolute;
  background: transparent url(../images/fish/fish-nemo.png) center no-repeat;
  left: 50%;
  top: 700px;
  margin-left: 390px;
  z-index: -1;
}


/**
 * Footer Region
 */
#footer a {
  color: #fff;
}
#footer {
  color: #3be6f8;
  background: transparent url(../images/content-bottom-bg.png) no-repeat;
  padding: 15px 0 0 0;
}

/**
 *  Content Classes
 */
.content-table td {
  width: 33%;
  padding: 5px;
}
a.lightbox {
  color: #333;
}