/*
Theme Name: v.2
Theme URI: http://www.npc-releases.net/
Description: This is the second layout for NP-Complete.
Author: Nite Phire
Author URI: http://www.quixoticrequiem.net/
*/

body
   {
      background: #000000;
      font-family: verdana, sans;
      font-size: 12px;
      margin: 0px;
      text-align: justify;
   }

a:link, a:visited
   {
      color: #cc0000;
      font-weight: bold;
      text-decoration: none;
   }

a:hover
   {
      color: #0000cc
   }

p.center
   {
      clear: both;
      text-align: center;
   }

div#navigation_wrapper
   {
      background: #000000;
   }

div#banner_wrapper
   {
      background: #ffffff;
   }

div#footer_wrapper
   {
      background: #000000;
   }

div#main_wrapper
   {
      background: #000000;
   }

div#navigation
   {
      background: #000000;
		border-bottom: 3px solid #ff0000;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
      width: 880px;
   }

div#banner
   {
      background: #ffffff;
      height: 200px;
      margin-left: auto;
      margin-right: auto;
      width: 900px;
   }

div#footer
   {
      background: #000000;
		color: #555555;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
		text-align: center;
      width: 880px;
   }

div#main
   {
      background: #ffffff;
      color: #222222;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
      width: 880px;
   }

div#navigation ul
   {
      list-style: none;
      margin: 0px;
      padding: 0px;
   }

div#navigation li a:link, div#navigation li a:visited
   {
      color: #ffffff;
      margin-right: 20px;
      text-decoration: none;
   }

div#navigation li a:hover
   {
      color: #ff0000;
   }

div#navigation li
   {
      display: inline;
      padding-bottom: 2px;
      padding-left: 22px;
      padding-top: 0px;
   }

div#navigation li.updates
   {
      background: url(images/updates.png) no-repeat;
   }

div#navigation li.about
   {
      background: url(images/about.png) no-repeat;
   }

div#navigation li.releases
   {
      background: url(images/releases.png) no-repeat;
   }

div#navigation li.rss
   {
      background: url(images/feed.png) no-repeat;
   }

h1
   {
      border-bottom: 3px solid #000000;
      color: #000000;
      font-size: 30px;
      font-weight: bold;
      margin: 0px;
      text-transform: uppercase;
   }

h2
   {
      font-size: 18px;
      font-weight: bold;
      margin-top: 20px;
      text-transform: uppercase;
   }
	
span.lowlight
   {
      color: #777777;
   }

span.highlight
   {
      color: #cc0000;
   }

p.comment_link
   {
      text-align: right;
   }
	
li.comment
   {
      background: url(images/comment.png) no-repeat;
      padding: 0px 0px 0px 22px;
   }

img.thumb
   {
      border: 0px;
      display: inline;
      padding: 3px;
   }	

img.title
   {
      float: left;
      margin-bottom: 20px;
      margin-right: 20px;
   }
   
ul.comments
   {
      list-style: none;
      margin: 0px;
      padding: 0px;
   }
	
