@namespace url(http://www.w3.org/1999/xhtml);

/* This file is licensed under Creative Commons Attribution License
 * http://creativecommons.org/licenses/by/3.0/
 *
 * Initial Developer:
 * Andreas Jung (sd-daken.deviantart.com)
 *
 * Contributor(s):
 *
 */

@-moz-document url-prefix("http://www.fakku.net/viewonline") {

/*** overall ***/
  #wrap #header,
  #wrap #header #header_left a {
    -moz-border-radius-topleft: 8px !important;
  }

  #wrap #header,
  #wrap #header #header_right {
    -moz-border-radius-topright: 8px !important;
  }

  #bottom_ads {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1000px !important;
  }

/*** thumbs ***/
  #wrap .middle_thumbs {
    width: 948px !important; /* 1000 - border(left+right) - padding(left+right) = 948 */
  }

/*** pages ***/
  /* only-child, so it will not be applied to the thumbs page */
  #wrap #content a:only-child,
  #wrap #content a:only-child:visited {
    width: 998px !important; /* 1000 - border left - border right = 998 */
    background-color: white !important;
    display: inline-block !important;
    border-left-width: 1px !important;
    border-left-style: dashed !important;
    border-left-color: rgb(207, 207, 207) !important;
    border-right-width: 1px !important;
    border-right-style: dashed !important;
    border-right-color: rgb(207, 207, 207) !important;
  }

  #wrap #content a:only-child:hover {
    border-color: rgb(175, 175, 175) !important;
  }

  #wrap #content a:only-child img {
    border-width: 0px !important;
  }
}