common.css 2.21 KB

body {
  background: #9CA09A;
}

#wrap {
  background: #FFF url(../images/bg-top.png) 0px 34px repeat-x;
}
#wrap2 {
  background: url(../images/logo-bg.gif) 0px 34px no-repeat;
}
#wrap3 {
  background: url(../images/bg-down.png) 0% 100% repeat-x;
}

#lightbox{
  background: #FFF url(../images/bg-top.png) repeat-x;
}

/* * * Content * * * * * * * * * * * * * * * * * * * */

#content {
  padding: 0px 0px 15px 0px;
}

#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
  margin: 10px 0px;
  color: #A40000;
}

a {
  color: #ce5c00;
}
a:visited {
  color: #ab835c;
}
a:hover {
  color: #EA0;
}

hr {
  border: none;
  border-top: 2px dotted #CE5C00;
}

ul li {
  list-style: url(../images/list-dot.gif);
}

/* * * Footer * * * * * * * * * * * * * * * * * * * */

#footer {
  background: url("../images/bg-footer.gif") repeat-x;
  height: 55px;
  max-height: 35px;
  margin: 0px;
  padding: 10px;
  color: #FFF;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  color: #FFF;
}

#footer div a {
  border-bottom: 1px dotted #FFF;
}
#footer div a:hover {
  border-bottom: 1px solid #FFF;
}

#footer-esq,
#footer-dir,
#footer div {
  opacity: 0.4;
	filter: alpha(opacity=40);
}

#footer-esq {
  float: left;
  text-align: left;
  background: url(../images/logo-ynternet-footer.png) no-repeat 0% 50%;
  padding: 6px 0px 5px 30px;
  margin-top: 5px;
}

#footer-dir {
  width: 110px;
  float: right;
  text-align: center;
  margin: 0px 15px 0px 0px;
}
#footer #footer-dir a {
  border-bottom: none;
  text-decoration: none;
}

#footer-w3c {
  display: block;
  width: 88px;
  height: 15px;
  margin: 15px auto 10px auto;
  background: url(../images/bt_w3c.gif) no-repeat 50% 50%;
  opacity: 0.6;
	filter: alpha(opacity=60);
}
#footer-w3c:hover {
  opacity: 1;
	filter: alpha(opacity=100);
}

#footer-zen3-aff {
  display: block;
  width: 88px;
  height: 30px;
  margin: 3px auto;
  background: url(../images/zen3-affiliated.png) no-repeat 50% 50%;
}
#footer-w3c span,
#footer-zen3-aff span {
  display: none;
}

#footer-cred {
  position: relative;
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 2px dotted #FFF;
}

#footer-esq:hover,
#footer-dir:hover {
  opacity: 0.7;
	filter: alpha(opacity=70);
}

#header {
  padding: 0px;
}