/*
Theme Name: v4 Rebirth
Theme URI: http://www.frozensky.net/
Description: Version 4.  Features images from the second Digimon movie.
Version: 4.0
Author: Nite Phire
Tags: digimon

Long description here.
*/

/* Body Classes */

   body
      {
         background: #cccccc url(/wp-content/themes/v4/images/bg.png) repeat-x;
         color: #000000;
         font-family: calibri, arial, sans;
         font-size: 15px;
         font-weight: regular;
         margin: 20px;
      }

   a:link, a:visited
      {
         color: #2181d2;
         font-weight: bold;
         text-decoration: none;
      }
   
   a:hover
      {
         color: #000000;
      }
        
   img
      {
         border: 0px;
         margin: 0px;
         vertical-align: middle;
      }

   p
      {
         text-align: justify;
      }

   p.center
      {
         text-align: center;
      }
        
/* Main Layout IDs */

   div#envelope
      {
         height: 100%;
         margin-bottom: 0px;
         margin-left: auto;
         margin-right: auto;
         margin-top: 0px;
         padding: 0px;
         width: 904px;
      }
        
   div#copyright
      {
         clear: both;
         color: #ffffff;
         background: #000000;
         border-top: 7px solid #2181d2;
         padding: 5px 10px 5px 10px;
         width: 880px;
      }

   div#footer
      {
         height: 32px;
         margin: 0px;
         padding: 0px;
         width: 904px;
      }

   div#header
      {
			border-bottom: 2px solid #000000;
         height: 400px;
         width: 904px;
      }
        
   div#main
      {
         background: #ffffff;
         border-left: 2px solid #000000;
         border-right: 2px solid #000000;
         padding: 0px;
         width: 900px;
      }
		
/* Navigation*/

	div#navigation
		{
			margin: 0px;
			padding: 0px;
		}

   div#navigation ul
        {
				float: left;
				list-style: none;
           margin: 0px 0px 20px 0px;
           padding: 0px 15px 0px 0px;
           width: 205px;
        }
        
   div#navigation li
        {
           color: #2181d2;
           font-size: 16px;
           font-weight: bold;
           margin: 2px 0px 2px 0px;
           padding: 0px;
           width: auto;
        }
   div#navigation li.header
        {
			  border-bottom: 2px solid #2182d2;
           color: #ffffff;
           font-size: 22px;
			  padding-bottom: 2px;
        }
        
   div#navigation li.spacer
        {
           padding: 0px;
        }

   div#navigation li.link:hover, ul#navigation a:hover
        {
           background: #2181d2;
        }
        
   div#navigation li a:hover
        {
           color: #ffffff;
           padding: 0px;
        }
		  
	div#copyright p
		{
			clear: both;
			margin-top: 20px;
		}

	div#topsites, 	div#topsites a, div#topsites img
		{
			display: none;
		}

/* Content */

   div#main div.item
      {
         padding: 10px;
      }

   div#main div.header
      {
         border-bottom: 3px solid #2181d2;
         color: #000000;
         font-size: 30px;
         font-weight: bold;
         margin: 0px;
         padding: 0px;
         text-align: left;
         width: 880px;
      }
   
   div#main div.body
      {
         margin: 0px;
         padding: 0px;
      }
        
   div#main div.footer
      {
         border-bottom: 1px solid #cccccc;
         border-left: 1px solid #cccccc;
         border-right: 20px solid #cccccc;
         border-top: 1px solid #cccccc;
         margin: 0px;
         padding: 3px 3px 3px 6px;
         width: 850px;
      }
        

/* Copyright */

   div#copyright a:hover
      {
         color: #ffffff;
      }
        
/* Comments */

   textarea#comment
      {
         border: 1px solid #cccccc;
         height: 200px;
         padding: 10px;
         width: 858px;
      }

/* Screenshots */

   div#views
      {
         clear: both;
         margin: 0px 0px 10px 0px;
         padding: 5px;
         text-align: right;
      }
   
   div#views input, div#views select
      {
         vertical-align: middle;
      }
      
   div#thumbs_main
      {
         clear: both;
         margin: 10px 0px 10px 0px;
         text-align: center;
      }
      
   div#pages
      {
         border-bottom: 1px solid #cccccc;
         border-left: 1px solid #cccccc;
         border-right: 20px solid #cccccc;
         border-top: 1px solid #cccccc;
         margin: 10px 0px 0px 0px;
         padding: 3px 3px 3px 6px;
         text-align: center;
         width: 850px;
      }
      
   span.current_page
      {
         background: #cccccc;
         padding: 0px 4px 0px 4px;
      }

   img.thumbnail
      {
         border: 1px solid #cccccc;
         margin: 5px;
         padding: 2px;
         width: 200px;
      }
      
   div.single_main
      {
         padding: 10px 0px 0px 0px;
      }
   
   div.screenshot
      {
         clear: both;
         margin-bottom: 10px;
         margin-left: auto;
         margin-right: auto;
         margin-top: 0px;
         text-align: center;
         width: 870px;
      }
      
   img.screenshot
      {
         border: 1px solid #cccccc;
         clear: both;
         padding: 2px;
      }
      
   table.navigation
      {
         border-collapse: collapse;
         width: 880px;
      }
      
   td.nav_prev
      {
         padding: 0px;
         text-align: left;
         width: 206px;
      }
   
   table.navigation img
      {
         display: block;
         margin: 0px;
      }
      
   td.nav_next
      {
         padding: 0px;
         text-align: right;
         width: 206px;
      }
      
   td.nav_center
      {
         padding: 0px;
         text-align: center;
         vertical-align: top;
         width: 468px;
      }
