@import url("css/colors.css");
@import url("css/post.css");
@import url("css/slide.css");
@import url("css/featured.css");
* {
  margin: 0;
  padding: 0;
}
html body {
  background: url(images/bg.jpg);
  text-align: center;
}

#mainwrap {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  font-family: Verdana;
  background: #0d0d0d;
}
#header {
  width: 960px;
  height: 160px;
  background: #0d0d0d;
}
ul#nav {
  background: url(images/nav.jpg) repeat-x;
  height: 30px;
  border-bottom: 1px solid #0e0e0e;
  width: 666px;
  float: left;
}
ul#nav li {
  display: inline;
}
ul#nav li a {
  display: block;
  float: left;
  padding: 6px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 5px;
}
ul#nav li a:hover {
  color: #fff;
  background: #000;
  border-top: 2px solid #fff;
  padding-top: 4px;
  height: 17px;
}
#logo {
  float: left;
  width: 280px;
  height: 65px;
  background: url(images/logo.jpg) no-repeat;
  position: relative;
  top: 7px;
}


/* BANNER */

.adv {
  clear: both;
  float: right;
  margin: -55px 10px 15px 10px;
}
*+html .adv {
  margin-left: -310px;
  margin-top: 5px;
}


/* END BANNER */

/* SECOND MENU */

ul#nav2 {
 clear: both;
 float: left;
 height: 38px;
 background: #151515 url(images/nav2.jpg) repeat-x;
 width: 700px;
}
ul#nav2 li {
  display: inline;
}
ul#nav2 li a {
  display: block;
  float: left;
  padding: 9px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 8px;
}
ul#nav2 li a:hover {
  color: #fff;
  background: #0114A4;
  border-bottom: 1px solid #fff;
}
/* END SECOND MENU */
#rsscom {
  clear: both;
  float: right;
  background: url(images/nav2.jpg) repeat-x;
  padding: 8px;
  height: 28px;
  width: 245px;
  margin-top: -38px;
}
*+html #rsscom {
  margin: 0;
}

.rss, .rsscomments {
  background: url(images/rss.png) no-repeat scroll top right;
  padding-right: 17px;
  margin-left: 18px;
}
/* CONTENTWRAP */

#upcontent {
  clear: both;
  margin: 20px 0;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 20px 0 0 15px;
  background: #0114A4;
}
#sl {
  clear: both;
  width: 960px;
  height: 225px;
  background: #0114A4;
}


#contentwrap {
  width: 728px;
  float: left;
}
#content {
  float: right;
  width: 496px;
}
#sidebar2 {
  float: left;
  width: 228px;
  color: #fff;
}
#sidebar {
  float: right;
  width: 228px;
  color: #fff;
}
.inside3 {
  padding: 10px;
}
.inside2 {
  padding: 12px 0;
}
.clear {
  clear: both;
}


#footer {
  clear: both;
  height: 20px;
  padding: 0 5px;
}
#designer {
  float: left;
}
.sponsor {
  float: right;
  margin-left: 10px;
}


#sidebar2 ul li {
  margin-left: -8px;
  list-style:none;
  height: 20px;
  background: #0114A4;
  border-bottom: 1px solid #000;
  padding: 10px;
  width: 194px;
  position: relative;
  top: -24px
}
#sidebar ul li {
  margin-left: 1px;
  list-style:none;
  height: 20px;
  background: #0114A4;
  border-bottom: 1px solid #000;
  padding: 10px;
  width: 195px;
  position: relative;
  top: -24px;
}
#sidebar ul li:hover, #sidebar2 ul li:hover {
  background: #00083e;
  color: #fff;
}


#sidebar a, #sidebar2 a {
  color: #fff;
  font-weight: bold;
}

#sidebar2 h3 {
  background: url(images/leftwidget.gif) no-repeat scroll top left;
  padding: 12px;
  height: 40px;
  margin-left: -30px;
  width: 250px;            
}
#sidebar h3 {
  background: url(images/rightwidget.gif) no-repeat top left;
  padding: 12px;
  height: 40px;
  width: 250px;
  margin-right: -30px;
}


