@import "/style-base.css?v=7";
@import "/style-headers.css?v=7";
@import "/style-std-docs.css?v=7";
@import "//cloud.typography.com/6742112/678766/css/fonts.css";

body, html { height: 100%; }
body {
	color: #000000;
    margin: 0;
	padding: 0;
    font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
    background-color: #dfdfdf;
    line-height: 18px;
}

#cyberphoto-index body {
    background-color: #fff;
}

.stage {
  width: 1250px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  position: relative;
}

.innerstage {
  width: 1250px;
  background-color: #dfdfdf;
  background-repeat: repeat-y;
  position: relative;
  border-bottom-right-radius: 10px;
  background-image: url(/styles/std/images/bg_faux_col_new.gif);
  background-repeat: repeat-y;
}

.contentstage {
  float: left;
  width: 980px;
  position: relative;
}

.contentstage-inner {
  position: relative;
}

.mainstage {
  background-color: #fff;
  float: left;
  width: 980px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}

.main {
  padding: 10px 0 10px 10px;
}

div.social-bookmarks {
  clear:both;
  border-bottom: 1px solid #b4b4b4;
  border-top: 3px solid #b4b4b4;
  font-family: arial;
  font-size: 11px;
}

.documentpage div.social-bookmarks {
  width:180px;
  margin: 0px 10px 10px 0px;
  padding: 9px 0px 9px 10px;
}

div.social-bookmarks a {
  text-decoration: none;
}

div.subsite-header {
  background: url(/images/subsite/cyberphoto-header_980.jpg);
  max-width: 980px;
  height: 162px;
  margin-top: 30px; 
}

div.subsite-menu {
  background: white;
  max-width: 940px;
  height: 40px;
  padding: 20px; 
  margin-bottom: 20px;
}


/* mobilt */

@media (max-width: 1260px) {
  div.subsite-header {}
  div.superingress {width: 100%; margin:0px;}
}


@media (max-width: 1000px) {
  a.bg-mini {width:450px;}
  #mini1, #mini2, #mini3, #mini4, #mini5, #mini6 {background-size: 450px auto;}
  #logopanel #logo {left: 200px;}
  }

@media (max-width: 640px) {

  }