/* reset CSS first */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* main styles for fishtank.be
 * last update: 20/09/2009 */

* {
  z-index: 2; }

body {
  text-align: center;
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  line-height: 18px;
  background-image: url('../bg1.png');
  background-position: center top;
  color: #333; }

a {
  color: #333; }

h1 {
  width: 955px;
  height: 198px;
  text-indent: -5000px;
  position: fixed;
  top: 0;
  left: center;
  z-index: 100;
  background-image: url('../fishtank_big_logo.png');
  background-repeat: no-repeat; }

h2 {
  font-size: 18px;
  line-height: 36px; }

h3 {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 18px;
  color: #6e747d; }

h4 {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 18px;
  color: #6e747d; }

#container {
  width: 955px;
  padding-left: 1px;
  text-align: left;
  margin: 0 auto;
  background-image: url('../bg1.png');
  background-position: center top;
  overflow: auto;
  z-index: 2; }

.elements {
  float: left;
  margin: 27px 0;
  position: relative; }
  .elements h2 {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    background: #ccc;
    color: #333;
    margin-bottom: 18px; }
    .elements h2 a {
      display: inline-block;
      height: 36px;
      width: 27px;
      text-indent: -5000px; }
    .elements h2 a.help {
      background-color: transparent;
      background-image: url('../fishtank-help.png');
      background-repeat: no-repeat; }
      .elements h2 a.help:hover {
        background-position: 0 -36px; }
    .elements h2 a.close {
      background-color: transparent;
      background-image: url('../fishtank-help.png');
      background-repeat: no-repeat;
      background-position: 0 -72px; }
      .elements h2 a.close:hover {
        background-position: 0 -108px; }

form label {
  width: 522px;
  display: block;
  color: #6e747d;
  font-weight: bold; }
form input[type="text"]:not([size]), form input[type="email"]:not([size]) {
  width: 198px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
form textarea {
  width: 522px;
  height: 162px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
form .button {
  float: left;
  clear: both;
  width: 90px;
  height: 27px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-image: url('../fishtank-button1.png'); }
  form .button:hover {
    border: none;
    color: #65bad3;
    cursor: default;
    background-position: 0 -60px; }

#actions {
  float: left;
  width: 432px; }
  #actions h2 {
    color: #333;
    background-color: #dbdada;
    background-image: url('../fishtank_head_1.png');
    margin-right: 18px; }
  #actions .description {
    width: 378px;
    padding: 18px 18px;
    margin-right: 18px; }

#talk {
  float: left;
  width: 540px;
  margin-left: -18px; }
  #talk h2 {
    background-color: #e5e4e4;
    background-image: url('../fishtank_head_2.png');
    color: #666;
    margin-left: 18px; }
  #talk .description {
    width: 486px;
    padding: 18px 18px;
    margin-left: 18px; }

.portfolio {
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
  padding-bottom: 8px; }

.first {
  border-top: 1px solid #ccc;
  padding-top: 17px;
  margin-top: 18px; }

.image {
  min-height: 207px;
  background-image: url('../fishtank_imac.png');
  background-repeat: no-repeat;
  background-position: 0 9px; }
  .image img {
    margin: 11px 0 0 12px; }

header {
  margin: 0 0 206px 0;
  float: left;
  width: 954px; }

nav {
  position: fixed;
  top: 0;
  left: center;
  z-index: 200;
  font-size: 12px;
  vertical-align: bottom;
  text-transform: uppercase;
  width: 954px; }
  nav ul {
    float: left;
    margin-left: 362px; }
    nav ul li {
      float: left;
      line-height: 36px; }
      nav ul li a {
        text-decoration: none;
        display: block;
        color: #535961;
        background: transparent;
        padding: 0 18px; }
        nav ul li a:hover {
          background: rgba(204,225,232,0.5);
          color: #22262b; }
        nav ul li a:active {
          background: #feffc7; }
        nav ul li a.current {
          background: rgb(232,232,232);
          color: #000; }

dl {
  color: #6e747d;
  float: left;
  clear: both;
  margin-bottom: 36px;
  font-size: 12px;
  font-style: normal; }

dt {
  font-weight: bold;
  float: left;
  clear: left;
  width: 90px;
  margin-right: 18px; }

dd {
  width: 198px;
  margin-left: 108px; }

footer {
  float: left;
  width: 954px;
  text-align: center;
  color: #0094c2;
  line-height: 34px;
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 18px 0 0 0;
  background-color: rgba(156,156,156,0.2); }
  footer address {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 34px;
    color: #0094c2;
    background: transparent; }
    footer address a {
      color: #0094c2;
      text-decoration: none; }
      footer address a:hover {
        background-color: rgba(156,156,156,0.2);
        color: #22262b; }

#intro {
  font-size: 24px;
  line-height: 36px;
  margin: 27px 0 0 0;
  color: #6e747d; }
  #intro a {
    color: #535961;
    text-decoration: none;
    background-color: #feffc7; }
    #intro a:hover {
      background-color: #cce1e8;
      color: #22262b; }
    #intro a:active {
      background-color: #0094c2;
      color: #fff; }

p a {
  text-decoration: none;
  background-color: #feffc7; }
  p a:hover {
    background-color: #cce1e8;
    color: #22262b; }
  p a:active {
    background-color: #0094c2;
    color: #fff; }

.description {
  float: left;
  clear: both;
  display: none;
  margin-bottom: 18px;
  background: rgba(210,210,210,0.4);
  color: #0094c2; }
  .description p {
    padding: 9px; }

ul.data {
  list-style-type: none; }
  ul.data li {
    padding-left: 18px;
    color: #6e747d;
    background-image: url('../fishtank-bullet1.png');
    background-repeat: no-repeat;
    background-position: 7px 6px; }

.column {
  float: left;
  margin-right: 18px; }
  .column p {
    margin-bottom: 18px; }

.simple {
  width: 198px;
  padding: 9px 0; }

.elements img, .elements div a {
  float: left;
  height: 90px !important; }

.elements div {
  font-size: 12px;
  line-height: 18px;
  float: left;
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin: 0 18px 18px 0; }
  .elements div.feed {
    width: 198px !important;
    background-image: url('../fishtank_bg_feed.png'); }
    .elements div.feed span {
      display: block;
      background-color: white;
      background-image: url('../fishtank_bg_feed_on.png');
      background-repeat: no-repeat;
      width: 163px;
      height: 72px;
      padding: 9px 9px 9px 27px; }
    .elements div.feed a {
      color: #000; }
  .elements div.twitter {
    width: 198px !important;
    background-image: url('../fishtank_bg_twitter.png'); }
    .elements div.twitter span {
      display: block;
      background-image: url('../fishtank_bg_twitter_on.png');
      background-repeat: no-repeat;
      background-color: white;
      width: 163px;
      height: 72px;
      padding: 9px 9px 9px 27px; }
    .elements div.twitter a {
      color: #333; }
  .elements div.flickr {
    background-image: url('../fishtank_bg_flickr.png'); }
  .elements div.youtube {
    background-image: url('../fishtank_bg_youtube.png'); }
  .elements div.blank {
    background: url('../stripes.png'); }
    .elements div.blank:hover {
      cursor: not-allowed; }
  .elements div.eol {
    float: left;
    width: 90px;
    height: 81px !important;
    border-top: 9px solid #ccc; }
  .elements div a {
    text-decoration: none; }
  .elements div p {
    padding: 9px; }

.single {
  width: 108px;
  padding: 9px 0; }

.double {
  width: 198px;
  padding: 9px 0; }

.triple {
  width: 306px;
  padding: 9px 0; }

.quadruple {
  width: 414px;
  padding: 9px 0; }

.quintuple {
  width: 522px;
  padding: 9px 0; }

.sextuple {
  width: 630px;
  padding: 9px 0; }

.septuple {
  width: 738px;
  padding: 9px 0; }

.octuple {
  width: 846px;
  padding: 9px 0; }

.full {
  width: 954px;
  margin-right: 0 !important; }

.last {
  margin-right: 0 !important; }

.lone {
  margin-left: 216px; }

.split {
  -moz-column-width: 306px;
  -webkit-column-width: 306px;
  -moz-column-gap: 18px;
  -webkit-column-gap: 18px;
  word-wrap: break-word; }

.skipped {
  margin-left: 108px; }

#actions div {
  margin: 0 18px 18px 0; }

#talk div {
  margin: 0 0 18px 18px !important; }
  #talk div a {
    color: #666 !important; }

.errorlist {
  color: #f00; }

#photolist {
  float: left;
  width: 108px;
  margin: 0; }

#textlist {
  float: left;
  width: 216px;
  margin: 0; }

#videolist {
  float: left;
  width: 216px;
  margin: 0; }

#manual_photolist {
  float: left;
  width: 108px;
  margin: 0; }

#manual_videolist {
  float: left;
  width: 108px;
  margin: 0; }

#manual_textlist {
  float: left;
  width: 216px;
  margin: 0; }




#wrapper {
  width: 100%;
  z-index: 0; }

/* recaptcha stuff */

#recaptcha_container {
    display: none;
}

.js #recaptcha_container {
    width: 306px;
    overflow: hidden;
    float: left;
    margin-bottom: 18px;
    display: block;
}

#recaptcha_image {
    height: 57px;
    margin: 6px 0 9px 0;
}

form textarea#recaptcha_challenge_field {
  width: 306px;
  height: 90px;
  float: left;
  margin-bottom: 18px;
}

form .sidenote {
    display: none;
}

.js form .sidenote {
    width: 180px;
    padding: 9px 9px 0 9px;
    float: left;
    clear: right;
    margin: 9px 0 0 18px;
    color: #999;
    background: #f7f7f7;
    display: block;
}
    form .sidenote p {
        padding: 0;
        margin: 0 0 9px 0;
    }
        form .sidenote p a:link {
            color: #666;
        }
