/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";


/* OK NOW I'M JUST MAKING THIS UP */
body				{font-size: 62.5%; 
					 font-family: Arial; 
					 background: url(/images/layout/header.png) top center repeat-x white;
					 }

/* THIS BIT PUTS RED BOXES AROUND EVERY ELEMENT Ñ COMMENT OUT FOR NON-DEBUG*/
* {
   border: 1px solid red !important;
}


/*
	HEADER STUFF
*/
			 
/*any H1 with a logo id*/
h1#logo				{width: 200px; height: 100px;
					 background: url(/images/layout/logo.png) top left no-repeat;
					 text-indent: -9999px;
					 margin: -20px 20px 8px 0; /*the negative top margin makes up for whitespace in the logo png*/
					 float: left;
					 }

/*everything in the top bar*/			 
#top-bar		 	{padding: 20px 0 0 0;} /* This pushes it down from the top of the page a bit */

/*only paragraphs in the top bar*/
#top-bar p			{color: silver;
					 width: 300px;
					 float: left;
					 }

/*forms with id searchform, I guess*/
form#searchform		{margin: 0 0 10px 0;
					 float: right;
					 } /*this doesn't seem to be working*/
					 

