/* 
   
------------------------------------------------------------------- */

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, strong, sub, tt, var, b, u, i, 
center, 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-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	color: #77776A;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	font-family: Georgia, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #707065;
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Georgia,sans-serif;}
h2 {font: normal 2.0em Georgia,sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {
	font-family: Georgia, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C60000;
}
h5 {font: normal 1.2em Georgia,sans-serif;}
h6 {
	font-family: Georgia, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C60000;
	}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.2em;
	font-family: Verdana, sans-serif;
}

blockquote {
	background: #F6F6F2 url('img/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data1_table {
	border: 1px solid #A3A38F;
	margin-bottom: 2em;
	width: 100%;
}
table.data1_table th {
	background: url('img/grain_dark.gif');
	border: 1px solid #A3A38F;
	color: #555;
	text-align: left;
}
table.data1_table tr {border-bottom: 1px solid #A3A38F;}
table.data1_table td, table th {padding: 10px;}
table.data1_table td {
	background: url('img/grain_light.gif');
	border: 1px solid #A3A38F;
}

/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
	font-weight: bold;
}
table.data_table th {
	background: url('img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: url('img/grain_light.gif');
	border: 1px solid #DDC;
	font-weight: normal;
}

table.data_table2 {
	border: 1px solid #CCB;
	margin-bottom: 1em;
	width: 600 px;
	font-weight: bold;
}
table.data_table2 th {
	background: url('img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table2 tr {border-bottom: 1px solid #DDD;}
table.data_table2 td, table th {padding: 5px;}
table.data_table2 td {
	background: url('img/grain_light.gif');
	border: 1px solid #DDC;
	font-weight: normal;
}

table.data_table3 {
	border: 1px solid #CCB;
	margin-bottom: 1em;
	width: 650 px;
	font-weight: bold;
}
table.data_table3 th {
	background: url('img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table3 tr {border-bottom: 1px solid #DDD;}
table.data_table3 td, table th {padding: 5px;}
table.data_table3 td {
	background: url('img/grain_light.gif');
	border: 1px solid #DDC;
	font-weight: normal;
}

/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #543;}
a:hover {
	color: #C40;
	text-decoration: underline;
	font-size: 0.9em;
}





/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 950px;
}

#header {
	padding-top: 8px;
	background-color: #707065;
	background-image: url(img/backgrounds.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}


/* Toplinks */
#toplinks {
	background: #353530 url('img/toplinks.gif') no-repeat left top;
	color: #707065;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {color: #887;}
#toplinks a:hover {color: #DDC;}

/* Site title */
#site_title {
	color: #998;
	padding: 0 0 16px;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}
#site_title span {
	color: #CCB;
	font-size: 16px;
}


/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {background: #958573 url('img/backgrounds.gif') repeat-x 0 -222px;}
#navigation a {
	border-right: 1px solid #AFA69C;
	color: #654;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
}


/* Main */
#main_wrapper_outer {background: url('img/grain.gif');}
#main_wrapper_inner {
	background: url('img/main_wrapper_inner.gif') repeat-x left top;
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 985px;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Sidebar */
#sidebar {
	font: normal 0.9em Verdana,sans-serif;
	color: #665;
	width: 450px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #88854F;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}


/* Dashboard */
#dashboard {
	background: #DDD url('img/grain_dark.gif');
	border-top: 1px dashed #C0C0B0;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 185px;}
#dashboard .col3mid {width: 177px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #AA9;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}



/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	background: url('img/grain_dark.gif');
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}

/* 
   Box
------------------------------------------------------------------- */

.box1 {margin-bottom: 1.5em;}
.box1_title {
	background: url('img/grain_dark.jpg');
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box1_content {padding: 8px 0 8px;}
.box1 li {
	border-top: 1px solid #77776A;
	padding: 4px 6px;
}
.box1 li:first-child {border-top: none;}




/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}
#main_wrapper_outer #main_wrapper_inner .center_wrapper #main #main_content .post .post_body .data_table {
	font-weight: bold;
}
#main_wrapper_outer #main_wrapper_inner .center_wrapper #main #main_content .post .post_body p {
	text-align: center;
}
#main_wrapper_outer #main_wrapper_inner .center_wrapper #main #main_content .post .post_body p {
	text-align: center;
}
#main_wrapper_outer #main_wrapper_inner .center_wrapper #main #main_content .post .post_body .data_table2 {
	text-align: left;
}
