/*  
Theme Name: Whipper-Snappers
Theme URI: http://www.veratac.com/wordpress/whipper-snappers
Description: Whipper Snappers's Wordpress Theme
Version: RC1
Author: John Van Boxtel
Author URI: http://www.veratac.com/wordpress

	This theme was designed and built by John Van Boxtel,
        whose website is http://www.veratac.com/
        
        This theme is copyright 2006 Veratac, all rights reserved!

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

*/

body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #000000;
	text-align: left; 
	}

#content {
	font-size: 1.0em
	}

#copyright {
	font-size: 0.5em
	}

#content {
	font-size: 1.0em
        color: #111111
	}

#content h1 {
	font-size: 1.4em
        color: #111111
	}

#content h2, a {
	font-size: 1.2em
        color: #111111
	}

#navbar {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000000;
	color: #111111;
	}
	

#navbar ul {
	list-style: none;
	border: none;
	}
		
#navbar li {
        display: inline;
        list-style: none;
	list-style-type: none;
	white-space: nowrap;
        float: none;
	}
	
#navbar li A {
	padding: 5px 5px 5px 0.5em;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}

#navbar li A:hover {
	background-color: #333333;
	color: #ffffff;
	}