/*
Theme Name: Computer Modeling
Theme URI: http://wordpress.org/
Description: Custom theme.
Version: 1.0
Author: Computer Modeling theme creator guy
Author URI: http://www.computermodeling.info
Tags: blue, custom header, fixed width, two columns, widgets

	Computer Modeling v1.0
	 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: 62.5%;  Resets 1em to 10px */
	font-size: 0.8em;
	font-family: Arial, Verdana, Sans-Serif;
	background: black;
	color: black;
	text-align: center;
	}
//#d5d6d7

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.5em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	margin:0 0 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
	}
#sidebar ul li ul li{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	}

#sidebar ul li ul li a{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	}

#sidebar a{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	}

h3 {
	font-size: 1.0em;
	margin:20 0 0 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

