/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 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-family: Arial, Helvetica;
	font-size: 12px;
	}

td.head {
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #EDEDED;
	font-weight: 600;
	background-color: #252D8F;
	}

td.text, ul.text {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #3E3E3E;
	}

td.staff_head {
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: 600;
	background-color: #252D8F;
	}
a {
	color: #252D8F
  }
  
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica;
	background: #252D8F;
	color: #fff;
	padding: 2px;
	width: 100%;
	text-align: center;
	margin-top:0;
	}

img {
	border:none;
}