/* 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: 14px;
  font-family: "proxima-nova-1","proxima-nova-2", 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;
  background-image: url('../fishtank_big_logo.png');
  background-repeat: no-repeat;
  z-index: 100;
  }

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

h3 {
  font-size: 16px;
  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 {
  position: relative;
  margin: 54px 0 27px 0;
  }
  .elements h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    padding: 3px 0 0 0 ;
    color: #6E747D;
    border-top: 1px solid #b5c4bf;
    border-bottom: 1px solid #b5c4bf;
    margin: 0 0 36px 0;
    
    }
    .elements h2 span {
        font-size: 12px;
        padding: 0 0 0 14px;
        color: #999;
    }

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;
    margin-right: 18px; }
  #actions .description {
    width: 378px;
    padding: 18px 18px;
    margin-right: 18px; }

#talk {
  float: left;
  /* width: 540px; */
  width: 973px;
  margin-left: -18px; }
  #talk h2 {
    margin-left: 18px; }
  #talk .description {
    width: 486px;
    padding: 18px 18px;
    margin-left: 18px; }

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

.portfolio h3 {
   font-size: 18px; 
}

.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 {
    height: 36px;
    margin-left: 362px;
}
  #nav, #nav ul{
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  float: left;
  line-height: 36px;
  display: block;
  }

  #nav a{
  display:block;
  padding:0px 10px;
  text-decoration:none;
  color: #535961;
  background: transparent;
  line-height: 36px;
  
  }
  
  #nav a.current {
      background: rgb(232,232,232);
      color: #000;
      
  }

  #nav a:hover,.hover{
      background: rgba(204,225,232,0.7);
      color: #22262b;
  }

#nav ul a:hover {
    background: #a3c0ca;
      color: #000;
}

  #nav li{
  float:left;
  position:relative;
  line-height: 36px;
  }

  #nav ul {
  position:absolute;
  display:none;
  width: 180px;
  }

  #nav li ul a{
  height:auto;
  float:left;
  width: 180px;
  -webkit-transition: background-color 0.5s ease-out;
  font-size: 12px;
  line-height: 36px;
  margin-top: 2px;
  margin-right: 4px;
  background: rgba(204,225,232,0.7);
  color: #22262b;
  
  }

  #nav li ul ul a{
      width:240px;
}

  #nav ul ul{
  top:auto;
  margin-left: 0;
  }	

  #nav li ul ul {
  left:192px;
  margin:0px 0 0 10px;
  }

  #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
  display:none;
  }
  #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
  display:block;
  }

#langnav {
    float: right;
    font-size: 11px;
    line-height: 36px;
    width: 90px;
    text-align: center;
}
#langnav li {
    display: inline;
    margin: 0 0 0 3px;
    color: #63bad5;
}

#langnav a:link,#langnav a:visited {
    font-size: 11px;
    color: #63bad5;
}

nav {
  position: fixed;
  top: 0;
  left: center;
  z-index: 200;
  font-size: 14px;
  font-weight: normal;
  vertical-align: bottom;
  text-transform: uppercase;
  width: 954px; }
/*   nav ul {
      float: left;
    }
   nav ul li {
      float: left;
      -webkit-transition: background-color 0.5s ease-out;
      line-height: 36px; }
      nav ul li a {
        text-decoration: none;
        display: block;
        color: #535961;
        background: transparent;
        -webkit-transition: background-color 0.5s ease-out;
        padding: 0 18px; }
        nav ul li: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; }
    nav ul#sdo {
        display: inline;
        width: auto;
        margin: 0;
        position: absolute;
    }
    nav ul#sdo li {
        float: left;
        margin-right: 1px;

    }
    nav ul#sdo li a {
        background-color: rgba(204,225,232,0.5);
        border-top: 1px solid #fff;
          color: #22262b;
    }
    nav ul#sdo li a:hover {
        background: rgba(204,225,232,0.8);
          color: #000;
    }
    #do nav ul#sdo li a {
        background: rgba(232,232,232,0.8);
        color: #333; }
    }
    #do nav ul#sdo li a:hover {
        background: rgba(232,232,232,0.6) !important;
        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 {
    margin: 27px 0 0 0;
    font-size: 18px;
}

#intro p {
    font-size: 18px;
    line-height: 27px;
}

 
#home #intro {
  background: transparent url('../fishtank-bgarrows.png') center bottom no-repeat;
  font-size: 12px;
  line-height: 18px;
  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; }


#three {
    margin: 0;
}


#home #intro h2, #home #intro h2 {
    /* background-color: #cce1e8; */
    background: none;
    color: #20708A;
    display: block;
    line-height: 27px;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: normal;
    border-top: 1px solid #b5c4bf;
    padding: 8px 0 0 0;
}


#home #intro h2 a:hover {
    background: none;
    color: #333;
}

#home #intro h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b5c4bf;
    padding-bottom: 17px;
}


#home #intro h4, #home #intro h4 a:link,#home #intro h4 a:visited {
    margin: 3px 0 6px 0;
    font-weight: normal;
    color: #8F765C;
    background: none;
    text-decoration: underline;
}

#home #intro h4 a:hover {
    color: #20708A;
}

#home #intro p,#home #intro p a,#home #intro p a:visited,#home #intro p a:hover {
    font-size: 12px;
    color: #6E747D;
    text-decoration: none;
    background: none;
    line-height: 27px;
    display: block;
}


#one h2 {
    /* background: url('/media/numbers.png') -3px 0 no-repeat;
    line-height: 50px;
    padding-left: 50px;
    margin-bottom: 9px; */
}

#two h2 {
    /* background: url('/media/numbers.png') -3px -100px no-repeat;
    line-height: 50px;
    padding-left: 50px;
    margin-bottom: 9px; */
}

#three h2 {
    /* background: url('/media/numbers.png') -3px -200px no-repeat;
    line-height: 50px;
    padding-left: 50px;
    margin-bottom: 9px; */
}


#bone, #btwo, #bthree {
    height: 52px;
    overflow:hidden;
    margin: 0;
    padding: 14px 0 0 0;
    width: 306px;
}


#bone p,#btwo p, #bthree p {
    margin: 0;
    padding: 0 0 0 36px;
    width: 306px;
    font-size: 14px;
    line-height: 18px;
    color: #20708A;
}

.foot, .foot p {
    line-height: 18px !important;
}

#bone,#btwo {margin-right: 18px;}

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 {
  height: 90px !important; }

.elements div {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  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: #000; }
  .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; }


 #item_list {
    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;
        }
        

.flatpage {
    margin: 27px 0 54px 0;
}

.flatpage h2 {
    font-size: 27px;
    line-height: 36px;
    margin: 0 0 27px 0;
    color: #20708A;
    font-weight: normal !important;
    border-bottom: 1px solid #b5c4bf;
    
}

.flatpage h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 36px 0;
    color: #999;
    font-weight: normal !important;
    font-style: italic !important;
    padding: 0 9px 0 27px;
}

.flatpage h4 {
    color: #8F765C;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 9px  0;
    font-weight: bold !important;
    font-style: normal !important;
    padding: 0 0 0 27px;}

.flatpage p {
    padding: 0 18px 0 27px;
}

.flatpage ul {
    padding: 0 18px 0 9px;
    margin: 0 0 18px 0;
}

.flatpage li {
    color: #666;
    line-height: 18px;
    background-image: url('../fishtank-bullet2.png');
    background-repeat: no-repeat;
    background-position: 5px 7px;
    padding: 0 0 0 18px;
}

.subnav {
    margin: 73px 0 0 18px;
    background: rgba(204,225,232,0.3);
}


.subnav ul {
    padding: 0 0 0 18px;
    font-size: 14px;
    line-height: 18px;
    color: #20708A !important;
}

.subnav ul li {
    padding: 0 0 12px 0;
}

.subnav a, .subnav a:link {
    color: #20708A;
 }
 .subnav a:hover {
     text-decoration: none;
 }

