/*   
	Kubrick v1.2.5  for  WordPress 1.2
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** 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.

	Have fun, and don't be afraid to contact me if you have questions.
*/



	

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #FFF;
	border: 1px solid #959596;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background: #B3BABF;
	width: 758px;
	padding: 0;
	height: 200px;
	width: 100%;
	margin: 0;

	}

		
	#footer 	{ 
	background: #fff;; 
	border: none;}
			
			
			/*	Because the template is slightly different, size-wise, with images, this needs to be set here
				If you don't want to use the template's images, you can also delete the following two lines. */
#content {
	float: right;
	width: 380px;;
	padding: 5em 1em 1em 1em;
	font-size: 1.2em
	}

a{
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
}
	

#header a, #header a:hover,#header a:visited{
	text-decoration: none;
	color: #0D436F;
	line-height: 200px;
	height: 200px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 350%;
	}
* html #header a,* html #header a:hover,* html #header a:visited{
	font-size: 200%;
}



/* End Typography & Colors */

	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

img.align{
	float: left;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}


hr {
	clear: both;
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


ul{
	list-style-type: circle;
	margin: 1em 1em 0 1em;
	padding: 0;
}
h2{
	font-size: 102%;
}