@import url(default_no_ns4.css);
@import url(notes.css);
@import url(contact_top50.css);
@import url(community_top.css);
@import url(titles.css);

body {
  background: #fff repeat-y url(//www.mozdev.org/sharedimages/background.gif);
  color: #000;
  margin: 0;
  padding: 0;
}

:link {
  background-color: transparent;
  color:#910;
}

:link:active {
  background-color: inherit;
  color:#f60;
}

:visited {
  background-color: inherit;
}

#mozdev-logo,
html>body>h1#mozdev-logo[id="mozdev-logo"] {
  background-color: #970000 ! important;
  background-image: url(//www.mozdev.org/sharedimages/header.gif) ! important;
  background-position: 148px 0;
  background-repeat: no-repeat;
  color: inherit;
  font-size: smaller;
  height: 69px;
  margin: 0;
  padding: 0;
  text-align: left;
}

#mozdev-logo :visited {
  background-color: transparent; /* black in N4; inherit is green */
  color: #600;
}

#mozdev-logo a,
#mozdev-logo img {
  border: 0;
  padding: 0;
  margin: 0;
}

#mozdev-logo a {
/* LIR */
/*The image*/
  background-image: url(//www.mozdev.org/sharedimages/mozdev.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0;
/*Size of the image*/
  padding-top: 69px;
  width: 148px;
/*Hide the original item*/
  overflow: hidden;
/* WIN IE5 hack */
  height: 69px; voice-family: "\"}\""; voice-family:inherit;
  height: 0;
}

html>body>h1#mozdev-logo[id="mozdev-logo"]>a {
  display: block !important;
}

#mozdev-date,
html>body>#mozdev-date {
  background: #f90 ! important;
  text-align: right;
  font-size: smaller;
  color: #f93; /* kludge the warning */
  margin-bottom: 1em;
}

#mozdev-date .mozdev-fries {
  display: none;
}

div#mozdev-date:hover .mozdev-fries,
span.mozdev-fries:hover {
  background: inherit;
  color: white;
}

#mozdev-date .mozdev-date {
  padding-right: 1em;
  background: inherit;
  color: #fff;
  float: right;
}

html>body.adblock>#mozdev-date .mozdev-date {
  font-size: 100% ! important;
  padding-bottom: 0 ! important;
  padding-top: 0 ! important;
}

#mozdev-navigation {
  float: left;
  width: 148px; /* width of h4 (121px) + left padding (27px) */
}

#mozdev-donate {
 /* margin-top: -1em; */
}

#mozdev-navigation div {
  margin-bottom: 1em;
}

#mozdev-navigation h4 {
  background: #fff no-repeat url(//www.mozdev.org/sharedimages/nav_arrow.gif);
  border-color: #000;
  border-style: solid;
  border-width: 1px 0px;
  color: #900;
  font-family: helvetica, arial, san-serif, serif;
  line-height: 19px;
  margin: 0;
  min-height: 19px;
  padding: 0 0 0 27px;
  width: 121px;
}

#mozdev-navigation ul {
  background: inherit;
  color: #900;
  /* *old* font-size: 13px; */
  font-size: smaller;
  font-weight: normal;
  list-style-position: inside;
  list-style-type: none;
  margin: 1em 0 0 1em;
  padding: 0;
}

#mozdev-categories {
}

#mozdev-new-projects {
}

#mozdev-resources li.mozdev-all-resources,
#mozdev-categories li.mozdev-list-all-projects,
#mozdev-new-projects li.mozdev-start-new-project {
  margin-top: 1em;
}

#mozdev-for-developers {
}

.project-name {
  background: inherit;
  color: #900;
  font-family: helvetica,arial,san-serif, serif;
  padding: 0;
}

.project-navigations {
  margin-bottom: 2em;
  border: none; /* work around weird ns4 bug */
  font-size: smaller;
}

#project-navigation .navigation-list {
}

#project-navigation th {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  vertical-align: top;
}

#mozdev-feedback {
  background-color: inherit;
  clear: both;
  color: #999;
  font-size: smaller;
  margin: 2em 0 0 148px;
  padding: 1em 28px;
}

#mozdev-feedback em {
  background-color: inherit;
  color: #666;
  font-weight: bold;
}

#mozdev-feedback img {
  float: left;
  margin-left: -167px;
}

#main-content {
  padding-left: 28px;
}

#main-content-no-nav {
  padding-left: 10px;
}

#main-content h1,
#main-content h4,
#main-content h1#content {
  background: inherit;
  color: #900;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 1.5em;
  margin-top: 0;
}

#main-content h1#content:after {
  content: url(//www.mozdev.org/sharedimages/boxes.gif);
  padding-left: 1.1em;
}

/************** BUGS ********************/

#BZ-h4 {
}

#BZ-component-h4 {
}

.BZ-table {
}

.BZ-th-bug, .BZ-th-bug a {
  background: #900;
  color: #fff;
}

.BZ-th-desc {
  background: #f90;
  color: inherit;
}

.BZ-strike {
  text-decoration: line-through;
}

/************** BUGS ********************/

.invisible {
  display: none;
}

.date {
  font-size: small;
  font-weight: bold;
}

#mozdev-searchbox {
  position: absolute;
  right: 0;
  top: 0;
}

#mozdev-searchbox form {
  margin-left: 0.2em;
  margin-top: 1em;
}

/* .mozdev-textbox */
#mozdev-searchbox #inputField {
  background-color: #fff;
  color: #000;
  float: left;
  margin-top: 0.15em;
}
