/*
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.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



/* Begin Typography & Colors */



body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'geneva', veranda, sans-serif;
	background: #000 url('../../../img/BG.gif');
  background-repeat: repeat-x;
  background-attachment: fixed;

	}


/* FONTS
_____________________________________ */ 
/* STANDARD 11 PT. BLACK */

.eBurgBigger {color: #660000; font-size: 12px; font-family: geneva,veranda,sans-serif;}


font.eBlackBigger {color: #000000; font-size: 12px; font-family: geneva,veranda,sans-serif;}

font.eBlack {color: #000000; font-size: 11px; font-family: geneva,veranda,sans-serif;}

font.eBLACK {color: #000000; font-size: 11px; font-family: geneva,veranda,sans-serif;}

/* STANDARD 11 PT. WHITE */
font.eWhite {color: #FFFFFF; font-size: 12px; font-family: geneva,veranda,sans-serif}

/* STANDARD 11 PT. BLACK BOLD */
font.eBlack_Bld {color: #000000; font-size: 11px; font-family: geneva,veranda,sans-serif; font-weight: bold}

/* STANDARD 11 PT. INDIGO */
font.eBlue {color: #000033; font-size: 11px; font-family: geneva,veranda,sans-serif}

/* STANDARD 11 PT. INDIGO */
font.eBlue_Bld {color: #000033; font-size: 11px; font-family: geneva,veranda,sans-serif; font-weight: bold}

/* BOLD GREEN HIGHLIGHT */
font.eHIGH_Grn {color: #669966; font-size: 11px; font-family: geneva,veranda,sans-serif; font-weight: bold}

/* GREEN HIGHLIGHT */
font.eHIGH_Grn_NoBld {color: #669966; font-size: 11px; font-family: geneva,veranda,sans-serif}

/* MAIN LINKS */
A {color: #FFFFFF; text-decoration: none; font-size: 11px; font-family: geneva,veranda,sans-serif}
A:visited {color: #FFFFFF}
A:active {color: #FFFFFF}
A:hover {color: #FFFFFF}


.BlackLink A {color: #660000; text-decoration: underline; font-size: 12px; font-family: geneva,veranda,sans-serif}
.BlackLink A:visited {color: #660000; text-decoration: underline; font-size: 12px; font-family: geneva,veranda,sans-serif}
.BlackLink A:active {color: #660000; text-decoration: underline; font-size: 12px; font-family: geneva,veranda,sans-serif}
.BlackLink A:hover {color: #660000; text-decoration: underline; font-size: 12px; font-family: geneva,veranda,sans-serif}



/* LINKSPANS
_____________________________________ */ 

/*  ALT LINKS */
.link2 A {color: #FFFFFF; text-decoration: none; font-size: 11px; font-family: geneva,veranda,sans-serif}
.link2 A:visited {color: #FFFFFF; text-decoration: none; font-size: 11px; font-family: geneva,veranda,sans-serif}
.link2 A:active {color: #FFFFFF; text-decoration: none; font-size: 11px; font-family: geneva,veranda,sans-serif}
.link2 A:hover {color: #FFFFFF; text-decoration: none; font-size: 11px; font-family: geneva,veranda,sans-serif}





/*  BOLD COLOR LINKS ON WHITE */
.elink A:link {color: #990000; font-size: 12px; font-family: geneva,veranda, sans-serif; text-decoration: none; font-weight: bold}
.elink A:visited {color: #990000; font-size: 12px; font-family: geneva,veranda, sans-serif; text-decoration: none; font-weight: bold}
.elink A:active {color: #990000; font-size: 12px; font-family: geneva,veranda, sans-serif; text-decoration: none; font-weight: bold}
.elink A:hover {color: #990000; font-size: 12px; font-family: geneva,veranda, sans-serif; text-decoration: none; font-weight: bold}





/* MISC
_____________________________________ */ 
/* BLACK -  */
font.C3S {color: #000000; font-size: 11px; font-family: geneva,veranda,sans-serif}

/* WHITE -  */
font.C2S {color: #FF0000; font-size: 12px; font-family: geneva,veranda,sans-serif}

/* WHITE -  */
font.C4S {color: #FF0000; font-size: 11px; font-family: geneva,veranda,sans-serif}

/* GREY -  */
font.CLS {color: #CCCCCC; font-size: 11px; font-family: geneva,veranda,sans-serif}



