/*
Website URI: http://www.animeomnitude.com
Description: Style sheet for the coded template of www.animeomnitude.com.
Version: 1.0
Author: Nick Ohrn
Author URI: http://www.abandonnest.com http://www.nickohrn.com

This work is done for free for milescb on the sitepoint.com forums. This is a one time only work. Do not steal this stylesheet as that will bring bad karma upon you. For further work please contact Nick via email at nickohrn@ohrnventures.com or via AIM screenname ahsguard60.
*/

* {
  padding: 0;
  margin: 0;
  background-repeat:no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}

body {
  background-color:#121212;
}

#container {
  margin:10px auto;
  width:800px;
  background-color:#FFF;
  background-image:url(images/nav.gif);
  background-repeat:repeat-y;
}

#topnav {
  background-image:url(images/top_nav.gif);
  width:100%;
  height:26px;
}

#topnav ul {
  list-style-type:none;
  padding:5px 0px 0px 0px;
}

#topnav ul li {
  float:left;
}

#topnav ul li a {
  color:#F60;
  text-decoration:none;
  font-weight:bolder;
  padding-left:20px;
  font-size:12px;
}

#topnav ul li a:hover {
  color:#FFA500;
}

#header {
  background-image:url(images/logo1.gif);
  width:100%;
  height:236px;
  position:relative;
}

#header a {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:236px;
}

#headlinenews {
  background-image:url(images/headline_news.gif);
  width:100%;
  height:35px;
}

/* The following is the side navigation styles. It seems a tad bit complicated, but that's just because of the required background images for each different section. */

#nav {
  float:left;
}

#nav ul {
  list-style-type:none;
  width:162px;
  background-color:#0d174c;
  color:#fff;
}

#nav ul li ul {
  width:auto;
  list-style-type:disc;
  list-style-position:inside;
  padding:10px 0px 5px 5px;
}

#nav ul li ul li a {
  color:#FFF;
  text-decoration:none;
}

#nav ul li ul li a:hover {
  color:#CCC;
}

#li_accountpanel {
  background-image:url(images/animeomnitude_04.gif);
  padding-top:27px;
}

#li_main {
  background-image:url(images/animeomnitude_07.gif);
  padding-top:34px;
}

#li_information {
  background-image:url(images/animeomnitude_08.gif);
  padding-top:34px;
}

#li_media {
  background-image:url(images/animeomnitude_09.gif);
  padding-top:34px;
}

#li_fanarea {
  background-image:url(images/animeomnitude_10.gif);
  padding-top:34px;
}

#li_donators {
  background-image:url(images/animeomnitude_12.gif);
  padding-top:34px;
}

#li_partners {
  background-image:url(images/animeomnitude_13.gif);
  padding-top:34px;
}

/* End the side navigation styles */

#maincontent {
  margin-left:162px;
}



/* The boxes for latest stuff... */
.latest {
  background-color:#0d174c;
  border-left:5px solid #0d174c;
  border-bottom:5px solid #0d174c;
  border-right:5px solid #0d174c;
  width:201px;
  margin:0px 1px 0px 0px;
  float:left;
}

.latest img {
  display:block;
  margin:0px auto;
}

* html #latestanime {
  margin-left:1px;
}

#latestanime {
  margin-left:2px;
  background-image:url(images/latestboxes_06.gif);
  padding-top:25px;
}


#latestmanga {
  background-image:url(images/latestboxes_08.gif);
  padding-top:25px;
}

#latestsite {
  background-image:url(images/latestboxes_10.gif);
  padding-top:25px;
  clear:right;
}

/* End the boxes */

#advertisements {
  float:left;
  background-image:url(images/content.gif);
  background-position:top right;
  padding:33px 1px 3px 2px;
  width:628px;
}

#articles {
  float:left;
  background-image:url(images/newcontent.gif);
  background-position:top right;
  padding:25px 1px 10px 2px;
  width:628px;
}

#articles h1 {
  color:#FFA500;
  font-size:24px;
}

#articles a {
  color:#FFA500;
  text-decoration:none;
}

#articles a:hover {
  color:#FFCC00;
  text-decoration:underline;
}

#articles p {
  padding-top:10px;
}

#article img {
  padding:5px;
  border:none;
}

#footer {
  background-image:url(images/copyright.gif);
  width:100%;
  height:35px;
  clear:both;
  color:#FFF;
  text-align:center;
}

#footer p {
  padding-top:10px;
}

#footer a {
  color:#F60;
  text-decoration:none;
}

