
/* Basic ---------------------------- */
* {
	margin:0;
	padding:0;
	list-style: none;
}
body {
	min-height: 100%;
	height: 100%;
	color: #222;
	text-aling: center;
	margin-bottom:700px;
	background-color: #edeeeb;
}
td {
	vertical-align:top;
}
.container {
	zborder: 1px solid #888;
}
.spacer {
	zbackground-color: #eee;
}
a, a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: underline;
	color: #00f;
}
div {	zborder: 1px solid #888;}
ul.normal {
	margin:2px;
}
ul.normal li {
	list-style-type: disc;
	margin-left: 40px;
}
textarea {
	display: block;
	width: 80%;
	//height: 4em;
}
p {
	padding-top: 4px;
	padding-bottom: 6px;
}
.h1, .h2, .h3, .h4 {
	font-weight: normal;
	padding: 0;
	margin: 4px 0;
	width: 75%;
	zpadding-top:12px;
	zborder: 1px solid #444;
}
.h1 {
	background: url(/img/underline400.png) bottom left no-repeat;
	font-size: 200%;
	padding-top:10px;
	margin-top:10px;
}
.h2, .h3 {
	background: url(/img/underline.png) bottom left no-repeat;
	zpadding-top:12px;
}
.h2 {
	font-size: 160%;
}
.h3 {
	font-size: 130%;
}
.h4 {
	font-size: 110%;
	padding-top:6px;
}
.s1, .s2, .s3, .s4, .s5 { zborder: 1px solid blue;}
.s1 {	margin-left: 0px;}
.s2 {	margin-left: 10px;}
.s3 {	margin-left: 20px;}
.s4 {	margin-left: 30px;}
.s5 {	margin-left: 40px;}



/* Sections ---------------------------- */
#main {
	text-align: left;
	padding: 0px;
	width: 760px;
	margin: 0 auto;
	background: white url(/img/topblue5.png) top left no-repeat;
	min-height: 100%;
	font-family: Calibri, Verdana, Tahoma, sans-serif;
}
#topbox {
	float: right;
	width: 304px;
	margin: 0px 8px;
	padding: 2px;
	font-size: 14px;
	text-align: center;
}
#pagecontent {
	background: transparent url(/img/bottomblue2.png) bottom center repeat-x;
	padding: 0px 4px 20px 4px;
	margin: 0;
	min-height: 80%;
}
#pagecontent a {
	border-bottom: 1px solid #7694c6;
	text-decoration: none;
}
#pagecontent a:hover {
	border-bottom: 1px solid #00f;
	text-decoration: none;
}
#footer {
	background-color: #edf1f7;
	border-top: 1px solid #2255a1;
	font-size: 70%;
	color: #555;
	width: 760px;
	font-family: Calibri, Verdana, Tahoma, sans-serif;
	text-align: center;
}
.sidetoc {
	font-size: 12pt;
}
.sidetoc a {
	display: block;
	zbackground: url(/img/sideblue.png) repeat-y top right;	
	margin-top:2px;
	padding-right: 4px;
}


/* Header ---------------------------- */
.topmenu {
	text-align: right;
}
.topmenu a, .topmenu a:visited {
	border-top: 4px solid transparent;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	font-weight: bold;
	padding: 0 12px;
	font-size: 16px;
}
.topmenu a:hover, .topmenu a.active:hover {
	color: #ff4;
	border-top: 4px solid #DEE8F8;
	background-color: #2f5fab;
	text-decoration: none;
}
.topmenu .active, .topmenu a.active:visited  {
	border-top: 4px solid #DEE8F8;
	zbackground: url(/img/top.png) top left repeat-x;
	color: #ffc;
}
.bottommenu {
	text-align: right;
	margin: 40px 0 10px 0;
	padding-bottom: 20px;
	background: url(/img/overline.png) top right no-repeat;
}
.breadcrumbmenu {
	text-align: left;
	margin:0;
	padding:0;
zbackground: url(/img/underline.png) bottom left no-repeat;
	color: #2f5fab;
	font-size: 80%;
}
.white {
	background: url(/img/whitefade.png) repeat-y right; 
	padding-right: 8px;
}


/* Specifics --------------------------------- */
.greenbutton {
	border: 1px solid #98b954;
	background: url(/img/green.png) top left repeat-x;
	padding: 16px 16px;
	margin: 4px;
	text-decoration: none;
}
.greenbutton:hover {
	background: url(/img/green2.png) top left repeat-x;
	border: 1px solid #d9d800;
	text-decoration: none;
}
a.white { color: white; }
a.white:hover { color: #ff8; }

div.section {
	border: 1px solid #888;
	margin: 4px;
}
div.sectionheader {
	background-color: #eee;
	text-align: center;
	color: #333;
}
div.sectioncontent {
	padding: 4px;
}
.highlight {
	color: #000;
	border: 1px solid #ff8;
	background-color: #ffe;
	margin: 0 12px 0 12px;
}
.code {
	font-family: consolas, monospace;
	background-color: #eee;
	padding: 2px; margin: 4px;
	border: 1px solid #ccc;
}
.bigoption {
	margin: 10px 20px;
	padding: 8px;
	zborder: 1px solid #888;
	background: url(/img/fadedown.png) repeat-x top left;
}
.bigoptions {
	font-size: 110%;
}


/* Blog --------------------------------- */
div.post  {
	margin-bottom: 20px;
	border-left: 4px solid #edeeeb;
	padding:4px;
}
div.post div.subtitle {
	font-size: 125%;
}
div.post div.entry {
	padding:2px;
	margin-left: 8px;
}
div.post div.entry blockquote {
	font-family: consolas, foxed-width, serif;
	margin: 4px;
	margin-left: 20px;
	font-size: 90%;
	color: #333;
}
div.post div.entry p {
	margin-bottom: 8px;
}
div.post .postmetadata {
	padding-right: 12px;
}

img {
	padding:0; margin:0;
}

#sidebar {
	float: right;
	text-align: right;
	padding: 4px;
	margin-left: 6px;
	font-size: 75%;
	border-left: 1px solid #888;
	color: #333;
	width:140px;
}
.postmetadata {
	font-size: 75%;
	color: #333;
}
div#content {
	min-height: 100%;
}

