@charset "UTF-8";
/* CSS Document */

/* Eric Meyer's CSS Reset */
/* (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
ol, ul {list-style: none; margin-bottom: 1em;}
/* tables still need 'cellspacing="0"' in the markup */
table {border: 0; border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*Global*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}	
a {
	color: #FF7C24;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}	
#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
}
#header {
	width:900px;
	height:117px;
	background-image:url(/images/grad.gif);
	background-repeat: repeat-y;
	margin-top: 5px;
}
#left {
	background-color: #f6f6f6;
	float: left;
	height: auto;
	width: 230px;
	margin-top: 10px;
	position: relative;
}
#content {
	float: right;
	width: 660px;
	margin-top: 10px;
	position: relative;
	height: auto;
}
#sidebar {
	clear: left;
	float: left;
	height: auto;
	width: 660px;
	position: relative;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
#footer {
	clear: left;
	float: left;
	height: 60px;
	width: 900px;
	position: relative;
	margin-top: 20px;
	font-size: 80%;
	padding-top: 20px;
	background-image: url(/images/strip.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}
/*classes*/
.margin1 {
	margin-top: 25px;
}
.margin2 {
	margin-top: 16px;
}
.margin3 {
	margin-top: 5px;
}
.topnav {
	font-size: 90%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.alignleft, .left {
	float:left;
	width:auto;
	height:auto;
}
.alignright, .right {
	float:right;
	width:auto;
	height:auto;
	text-align: right;
}
h1 {
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 110%;
}
h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 110%;
}
.pagenav, .categories, .linkcat, .meta, .nocomments {
	display:none;
	visibility:hidden;
}
#searchform {
	width:300px;
	float:right;
	height: auto;
	text-align: right;
}
.archives {
	float: left;
	height: auto;
}
.post {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding: 10px;
}
.entry p {
	margin-top: 10px;
}
small {
	display: block;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.postmetadata {
	margin-top: 10px;
	color: #999999;
	display: none;
	visibility: hidden;
}
#comment {
	width:658px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}	
#respond {
	margin-bottom: 10px;
}
.navigation {
	float: left;
	margin: 10px;
}
