/*  
Theme Name: CFAR
Theme URI: http://wordpress.org/
Description: The WordPress theme for CFAR.
Version: 0.0
Author: Jon Ardleigh
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

*/



/* Begin Typography & Colors */
body {
	background: #534988 ;
	font-family: Arial; font-size: 9pt 
}


a { text-decoration: none; color: blue }
a:active {text-decoration: none ; color: blue }
a:visited { text-decoration: none; color: blue }
a:hover {text-decoration: none; color: ; background: yellow}

a.h2 { color: black }
a.h2:active {text-decoration: none ; color: black }
a.h2:visited { text-decoration: none; color: black }
a.h2:hover {text-decoration: none; color: black; background: yellow}


blockquote { margin: 15px; padding: 10px; border: 1px dotted black; background: #f0f0f0; padding-top: 0px; padding-bottom: 0px }

div.comment { margin-left: 30px; margin-right: 30px;  border-bottom: 1px dotted #534988 }
div.entry { margin-top: 0 }
div.footer { text-align: center  }
div.post { border-bottom: 1px dotted #534988; margin-bottom: 10px }
div.webpage {  }

a.footer { color: cyan }
a.footer:visited { color: cyan }
a.footer:hover { background: black }

.footer {
	color: white
}





h2 {font-family: Arial; font-size: 16pt; font-weight: bold; margin: 0 }
h3 {font-family: Arial; font-size: 12pt; font-weight: bold; font-style: italic; line-height: 100%}

h2.blog { font-size: 11pt }


/* CFAR stuff */

td {}

td.mainmenu {text-align: center; 
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	background: #534988;
	color: white
}

td.selected {text-align: center; 
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	background: #cccccc;
	color: #332968
}

td.free {font-family: "Verdana"; font-size: 10pt}

td#blogbody {padding-left: 15px; padding-right: 15px }

div.h1 {font-family: "Verdana"; font-size: 14pt; color:#b20000; font-weight:bold; text-align: center}
div.h2 {font-family: "Verdana"; font-size: 10pt; color:#b20000; font-weight:bold; text-align: center}
div.h3 {font-family: Arial; font-size: 12pt; font-weight: bold }
div.heading {text-align: center; font-family: "Times New Roman"; font-size: 16pt; font-weight: bold}
span.red {font-family: "Verdana"; font-size: 10pt; color:#b20000}


a.menu {text-decoration: none; color: #cccccc; font-weight: bold}
a.menu:active {text-decoration: none; color: white; font-weight: bold}
a.menu:visited {text-decoration: none; color: #cccccc; font-weight: bold}
a.menu:hover {text-decoration: none; color: white; background: }



.smallgray {color: gray; font-size: 8pt; text-decoration: none}

div.testdiv { padding: 15pt; border-bottom: 1px solid #534988 }

ul {margin: 5px; padding: 0; 
	list-style-type: none; list-style-image: none; }