/* (c)2009 Diseño y Marquetación XHTML/CSS por Cristian R. Arroyo [cristian.arroyo@vivaserver.com.ar] */

@import url(sen.css);
@import url(malo.css);

body {
  background: #e2ebf3 url(header.png) repeat-x;
}

a {
  color: #4682b4;
}

/* @group gse */

#cse-search-box .button {
  font-size: 12px;
  margin-left: 10px;
}

#cse-search-box {
  padding-top: 25px;
}

#cse-search-box input {
  height: 25px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 2px 2px;
}

#cse-search-results {
  width: 800px;
  margin: 0 auto;
}

/* @end */

/* @group header */

#header {
  color: #fff;
  width: 768px;
  margin: 0 auto;
  padding-top: 25px;
}

#header .dp50 {
  padding-bottom: 15px;
}

#header a {
  color: #fff;
}

#header p a {
  text-transform: uppercase;
}

#header p {
  padding-top: 5px;
  font-size: 90%;
  text-align: left;
  padding-right: 20px;
  line-height: 125%;
}

#header h2 {
  margin: 0;
  font-weight: normal;
  font-style: normal;
}

#header h2 strong {
  font: bold 135% Georgia, "Times New Roman", Times, serif;
}

#header h3 {
  font-variant: small-caps;
  font-size: 150%;
}

/* @end */

#container {
  clear: both;
  width: 960px;
  margin: 0 auto;
  padding-top: 15px;
}

#linuxfeed, #phpfeed, #bsdfeed, #hardfeed {
  margin-left: 20px;
  height: 260px;
}

#linuxfeed li, #phpfeed li, #bsdfeed li, #hardfeed li {
  line-height: 95%;
  list-style-type: none;
  margin-bottom: 1em;
}

p.subscribe {
  width: 385px;
  text-align: left;
  margin-left: 20px;
}

p.made_by {
  clear: both;
  text-indent: -9999px;
}

/* @group linux */

#linux {
  min-height: 350px;
  border-top: 4px solid #63a7c4;
  background: #f3fffb url(linuxbg.gif) repeat-x;
}

#linux h1 {
  width: 331px;
  height: 120px;
  background: url(linuxlogo.gif) no-repeat;
  text-indent: -9999px;
}

#linux .content {
  width: 385px;
  float: right;
  margin-right: 10px;
}

#linux a {
  color: #63a7c4;
}

#linuxfeed a {
  font-weight: bold;
}

/* @end */

/* @group php */

#php {
  min-height: 350px;
  background: #edf0fa url(phpbg.gif) repeat-x;
  border-top: 4px solid #7377b5;
}

#php h1 {
  width: 141px;
  height: 120px;
  background: url(phplogo.gif) no-repeat;
  text-indent: -9999px;
}

#php .content {
  width: 385px;
  margin-left: 10px;
}

#php a {
  color: #7377b5;
}

#phpfeed a {
  font-weight: bold;
}

/* @end */

/* @group bsd */

#bsd {
  min-height: 350px;
  border-top: 4px solid #6e1313;
  background: #fff1ed url(bsdbg.gif) repeat-x;
}

#bsd h1 {
  width: 316px;
  height: 106px;
  background: url(bsdlogo.gif) no-repeat;
  text-indent: -9999px;
}

#bsd .content {
  width: 385px;
  float: right;
  margin-right: 10px;
}

#bsd a {
  color: #6e1313;
}

#bsdfeed a {
  font-weight: bold;
}

/* @end */

/* @group hard */

#hard {
  min-height: 350px;
  background: #f1f4e3 url(hardbg.gif) repeat-x;
  border-top: 4px solid #7d974e;
}

#hard h1 {
  width: 430px;
  height: 106px;
  background: url(hardlogo.gif) no-repeat;
  text-indent: -9999px;
}

#hard .content {
  width: 385px;
  margin-left: 10px;
}

#hard a {
  color: #7d974e;
}

#hardfeed a {
  font-weight: bold;
}

/* @end */

/* @group footer */

#footer {
  color: #4682b4;
  clear: both;
  min-height: 300px;
  background: url(footer.png) repeat-x;
  text-align: center;
  padding-top: 20px;
  font-size: 90%;
}

#footer form {
  margin-bottom: 20px;
}

/* @end */

