/*
Theme Name: Plain
Theme URI: http://www.idobi.com/
Description: A plain and simple theme. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0
Author: Tom Cheney
Author URI: http://www.idobi.com/
Tags: fixed width, two columns, left sidebar, widgets, gravatars, simple, minimalist, clean, valid XHTML, valid CSS
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	color:#fff;
	margin: 0;
	padding: 0;
	background-color: #444444;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	text-transform:uppercase;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#000;
}

a {
	color: #9f752b;
	text-decoration: none;
}


a:hover {
}


a img {
	border: none;
	}

p, li {
	font-size: 1.2em;
}
