@import url("./color/custom.css");

/*
@font-face {
  font-family: FontMB;
  font-weight: bold;
  src: url("../font/MtBdLfRg.ttf");
}

@font-face {
  font-family: FontMBIE;
  font-weight: bold;
  src: url("../font/MtBdLfRg.eot");
}
*/

p {
  text-indent: 3em;
}
#content .subheadline {
  text-indent: 0;
}

#header-bar {
  background-image: url("../img/hb/hback1.png");
  height: 41px;
  line-height: 41px;
}

#header-bar .dino {
  padding-bottom: 4px;
}

#header-bar .mozilla {
  padding-bottom: 6px;
}

#header-bar .mcs-logo-dark {
  display: none;
}

#header .doc {
  background-image: url("../img/header/bgstrp.png");
}

#header {
  background-image: url("../img/header/bgsidel.png");
}

#header #logo {
  width: 148px;
  height: 110px;
  left: 30px;
  top: 68px;
}

#header, #header .doc {
  height: 228px;
}

.doc {
  width: 980px;
  margin: 0 auto;
}

#footer {
  min-height: 74px;
}
#footer p {
  text-indent: 0;
}
/*
#right-menu {
   display: none;
}
*/
.aside .beta {
  background: url("/pics/fx4rc-title.png") no-repeat scroll 5px 5px rgba(139, 195, 223, 0.5);
  border-bottom: 2px solid #1E4262;
  border-radius: 5px;
  border-top: 2px solid #1E4262;
  box-shadow: 0 1px 5px 1px gray;
  color: #4B4742;
  font-family: Georgia;
  font-size: 90%;
  line-height: 150%;
  padding: 50px 5px 10px 10px;
  z-index: 2;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 5px 1px gray;
}
.aside .beta:hover {
  background-color: #8bc3df;
}
.aside .beta a {
  color: #09700b;
}

