/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f2f1ed url('images/bg.jpg');
	background-repeat: repeat-x;

}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}


#content {
	margin:0 0 0 20pxg
	font-size: 11px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
        padding-left: 20px;
        color: #207acb;
	font-size: 2.3em;
	border-bottom: 2px dotted #dbdbdb;
	text-align: center;
}

h2 {
	font-size: 3.4em;
}


h3 {
        color: #207ACB !important;
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

a, h2 a:hover, h3 a:hover {
	color: #114477;
	text-decoration: none;
}
h2 a, h2 a:hover {
	color: #22640F !important;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
}

h2 {
	color: #f95908;
	margin: 2px 0 0;
        padding-top: 2px;
	padding-left:5px;
}

h3 {
	margin: 5px 0 0;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999;
}
.arialsmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
}
.ARIALBIG {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.BOLD {
	font-weight: bold;
}

label.error {
	float: none; color: red;
	padding-left: .5em;
	vertical-align: top;
}

.th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #FFF;
}

.hr {
	width:585px;
	margin:2px 0 2px;
	border-bottom:#ccc 2px dashed;
}

.entry, .resource, #unitcalc, #boxcalc{
	margin:0 auto;
}

#unitcalcForm {
	width:200px;
	float:left;
}

#boxcalcForm {
	width:400px;
	margin:20px auto;
}

#results {
	width:200px;
	float:left;
}

.wideResults {
	width:400px !important;
	margin:0 auto;

}

.boxcalcResults {
	margin:20px 0;
	width:400px;
}

.boxcalcResults td{
	border:#ccc 2px solid;
}

.small { font-size: .85em;}

