
/***********************************************************
adapted from Eric Meyer's recommended reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***********************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, small, strike, strong, ol, ul, li, form, table, tr, td {
	border: 0;
	font-family: inherit;
	font-size: 101%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

/*  remember to define focus styles!  */

:focus {
	outline: 0;
	}

body {
	background: white;
	color: black;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	list-style-position: outside;
	}

/*  tables still need 'cellspacing="0"' in the markup  */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote {
	quotes: "" "";
	}
/*  general  */

body {
	background-color: black;
	font-family: trebuchet,verdana,arial;
	font-size: 0.8em;
	line-height: 200%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}
	
#container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}
	
	
	
/*  header  */

#header {
	background: black url('../images/headerbkgrd.jpg') top left no-repeat;
	color: white;
	height: 288px;
	}
	
	
	
/*  content  */

#content {
	background: black url('../images/content.gif') top left repeat-y;
	}
	
	#content .pad {
		padding: 0 125px 0 20px;
		}
		
	.contentbottom {
		background: url('../images/contentbottom.png') top left no-repeat;
		clear: both;
		height: 21px;
		}

.date {
	color: #999999;
	font-size: 100%;
	font-weight: bold;
	}
	
.details a {
	font-size: 80%;
	margin-left: 30px;
	}
						
.blogmodule {
	padding-bottom: 30px;
	}	

.comments {
	padding-top: 50px;
	}
					
.comment {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	}
	
	.comment .head {
		border: 5px solid #999999;
		font-size: 90%;
		padding: 3px 10px;
		}
		
		.comment .head .name {
			font-weight: bold;
			padding-right: 20px;
			}
			
		.comment .head .url {
			padding-right: 20px;
			}
			
		.comment .head .permalink {
			padding-left: 20px;
			}
			
	.comment .text {
		padding: 10px 10px 15px 10px;
		}
	
	
	
	
/*  menu  */

#menu {
	background: black url('../images/menu.gif') top left repeat-y;
	float: right;
	margin-left: 15px;
	padding: 0;
	width: 251px;
	}
	
	#menu .pad {
		padding: 15px 15px 0 15px;
		}
		
	#menu h1 {
		display: block;
		font-size: 100%;
		font-weight: bold;
		padding: 20px 0 10px 0;
		}
		
		#menu h1.nopad {
			padding: 0 0 10px 0;
			}
		
	#menu .pad a {
		color: #F0D881;
		font-size: 95%;
		display: block;
		line-height: 140%;
		padding: 0;
		text-decoration: none;
		}
		
		#menu .pad a:hover {
			border: 0;
			text-decoration: underline;
			}
		
	.menubottom {
		background: url('../images/menubottom.png') bottom left no-repeat;
		clear: right;
		float: right;
		height: 20px;
		margin: 0 0 15px 15px;
		width: 251px;
		}
	
	
	
/*  chain  */

#chain {
	color: white;
	font-size: 90%;
	height: 115px;
	line-height: 95%;
	padding-top: 35px;
	}

.chaincode {
	margin: 0 0 10px 0;
	}

	.chaincode .code {
		margin: 0 20px 0 0;
		}

table.chain {
	width: 88%;
	}
	
table.chain td {
	border-bottom: 1px solid #5C5C5C;
	margin: 0;
	padding: 1px 0;
	width: 10%;
	}
	
table.chain td.head {
	color: white;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}

table.chain td.soda, .soda {
	border: 0;
	background-color: #D02913;
	}
	
table.chain td.sweets, .sweets {
	border: 0;
	background-color: #FA6100;
	}
	
table.chain td.gym, .gym {
	border: 0;
	background-color: #E99098;
	}
	
/*  text  */

p {
	margin: 0;
	padding: 0 0 20px 0;
	}

strong, b, .bold {
	font-weight: bold;
	}

em, i, .ital {
	font-style: italic;
	}

.small {
	font-size: 80%;
	}
	
.under {
	text-decoration: underline;
	}
	
.strike {
	text-decoration: line-through;
	}

.center {
	margin: 0 auto;
	text-align: center;
	}
	
.indent {
	padding-left: 20px;
	}
	
.nopad {
	padding: 0;
	}
	
blockquote {
	margin: 0 0 20px 0;
	padding: 20px;
	}



/*  headers  */

h1 {
	font-size: 170%;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
	
		
/*  links  */

a { 
	border: 0;
	color: #D02913;
	text-decoration: none; 
	}

a:active, a:hover {
	border-bottom: 1px dotted #E5B400;
	text-decoration: none;
	}
	
a.selected {
	color: black;
	font-weight: bold;
	}
	
a.noborder {
	border: 0;
	}
	
	a.noborder:active, a.noborder:hover {
		border: 0;
		}
	
h1 a:active, h1 a:hover, a:active h1, a:hover h1 {
	border: 0;
	color: #E5B400;
	text-decoration: none;
	}



/*  lists  */

ul {
	list-style-type: disc;
	margin: 0 0 10px 35px;
	padding: 0;
	}
	
ol {
	list-style-type: decimal;
	margin: 0 0 10px 35px;
	padding: 0;
	}

ul.space, ol.space {
	margin: 0 0 0 35px;
	padding: 0;
	}

ul.space li, ol.space li {
	margin: 0;
	padding: 0 0 20px 0;
	}

ul ul, ol ul {
	list-style-type: circle;
	}

ol ol, ul ol, ol.letters {
	list-style-type: lower-alpha;
	}



/*  tables  */

table {
	margin-bottom: 10px;
	}

table td {
	padding: 5px 20px 5px 0;
	text-align: left;
	vertical-align: top;
	}

td.required { 
	font-weight: bold;
	}

td.head { 
	font-size: 90%;
	font-style: italic;
	}

td.rowhead { 
	font-weight: bold;
	padding-top: 20px;
	}
	
	
	
/*  forms  */

.go {
	background-color: #5C5C5C;
	border: 0;
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin: 0 20px 0 0;
	text-align: center;
	}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #999999;
	padding: 3px;
	}