/* -------------------------------------------------------------- 
  Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a     { outline: none; }
a img { border: none; }




/* General */

body {
  font-family: "helvetica neue", helvetica, Arial, sans-serif;
  background-color: #222;
  color: #ddd;
  margin: 25px;
}
img {
  display: block;
}
br {
  clear: both;
}



/* Layout */
.container {
  margin: 0 auto;
}
.header {
  height: 75px;
  padding-bottom: 79px;
  width: 100%;
}
.content {
  clear: both;
  overflow: hidden;
}
.footer {
  clear: both;
  overflow: hidden;
  margin: 2px;
  margin-top: 25px;
  height: 154px;
  width: 100%;
  color: #777;
  font-size: 13px;
}

/* Footer typography */

.footer a {
  color: #999 !important;
  text-decoration: none;
  border-bottom: 1px solid #666;
}
  .footer a:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 1px solid #ccc;
  }
.footer .about {
  float: left;
  padding-right: 20px;
  max-width: 454px;
}
  .footer .about p {
    margin-bottom: 1em;
  }
.footer .links {
  float: right;
  margin-left: 4px;
  width: 292px;
  padding-right: 20px;
}
.footer .links ul {
  list-style: none;
}


/* Header typography */

.avatar {
  float: left;
}
  .avatar img {
    border: 2px solid transparent !important;
  }

h1 {
  color: #ccc;
  float: left;
  font-size: 48px;
  font-weight: bold;
  height: 75px;
  margin: 2px;
  padding-left: 5px;
}
  h1 a {
    text-decoration: none;
  }
  h1 span {
    font-weight: normal;
  }

ul.navigation {
  float: right;
}

ul.navigation li {
  font-size: 10px;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
}
  ul.navigation li a {
    height: 65px;
    margin: 2px;
    padding: 5px;
    width: 65px;
    display: block;
    background-color: #333;
    text-decoration: none;
  }
  ul.navigation li a:hover {
    text-indent: -10000em;
  }


/* grid styles */

  .grid-container {
    background: url('../images/bg-grid.gif') repeat;
    overflow: hidden;
    zoom: 1;
  }

  ul.grid li {
    list-style: none;
    float: left;
  }
    ul.grid li img{
      border: 2px solid #222;
    }
    ul.grid li a:hover img {
      border: 2px solid #ccc;
    }

    li.separator {
      float: left;
      background-color: #1b1b1b;
      height: 65px;
      width: 75px;
      padding: 5px 0;
      margin: 2px;
    }
    h2 {
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      letter-spacing: 1px;
      font-size: 10px;
    }
      h2.calendar {
        line-height: 15px;
      }

      h2 span {
        display: block;
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 48px;
        line-height: 48px;
      }

    li.tweet {
      color: #999;
      background-color: #1b1b1b;
      font-size: 12px;
      line-height: 16px;
      margin: 2px;
      height: 65px;
      padding: 5px 10px;
      width: 292px;
    }
      li.tweet a {
        color: #999;
        border-bottom: 1px solid #666;
        text-decoration: none;
      }
      li.tweet a:hover {
        color: #fff;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
      }

  
/* Photo details page */

.photo-wrapper {
  background-color: #1b1b1b;
}

.photo-details-container {
  
}
  .photo-details {
    margin-right: 326px;
    zoom: 1;
    border-right: 4px solid #222;
  }
    .photo-details a img {
      width: 100%;
      -ms-interpolation-mode:bicubic;
    }

object {
  display: block;
}

.photo-info-container {
  background-color: #1b1b1b;
  float: right;
  width: 292px;
  padding: 10px 15px;
  font-size: 14px;
}
  .photo-meta ul {
    list-style: none;
  }
    .photo-meta li.description {
      padding: 24px 0;
    }

  .photo-comments {
    margin-top: 24px;
  }
    .photo-comments ol {

    }


/* site specific style */

.felixoye h1 { color: #9be302;}
.jessicaoye h1 { color: #ff0066;}
.simonoye h1 { color: #00dbff;}
.oyekids h1 { color: #ffb006;}

.felixoye a { color:#9be302; }
.jessicaoye a { color:#ff0066; }
.simonoye a   { color:#00dbff; }
.oyekids a   { color:#ffb006; }

/*.felixoye .grid.navigation a:hover { color:#222; background-color: #9be302; }
.jessicaoye .grid.navigation a:hover { color:#222; background-color: #ff0066; }
.simonoye .grid.navigation a:hover   { color:#222; background-color: #00dbff; }
.oyekids .grid.navigation a:hover   { color:#222; background-color: #ffb006; }
*/

.nav-felixoye a:hover { background-image: url(http://farm4.static.flickr.com/3257/3169689939_6ef957dcf4_s.jpg); }
.nav-jessicaoye a:hover { background-image: url(http://farm4.static.flickr.com/3258/3170518772_83651f3958_s.jpg); }
.nav-simonoye a:hover { background-image: url(http://farm2.static.flickr.com/1188/3170516144_607d4ed43c_s.jpg); }
.nav-oyekids a:hover   { background-image: url(http://farm4.static.flickr.com/3636/3556138250_0ede1e9e86_s.jpg); }

.felixoye a:hover img { border-color: #9be302 !important; }
.jessicaoye a:hover img { border-color: #ff0066 !important; }
.simonoye a:hover img { border-color: #00dbff !important; }
.oyekids a:hover img { border-color: #ffb006 !important; }

.felixoye li.separator { color:#9be302; }
.jessicaoye li.separator { color:#ff0066; }
.simonoye li.separator { color:#00dbff; }
.oyekids li.separator { color:#ffb006; }

