/*<"Body">*/
	body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
/*	line-height: 1.5em; */
/*messed up menu*/
	color: #333;
	background: #898989;
	}
	body#edges {
	background: #e5e5e5 url(../images/body_bg.gif) repeat-y 50% 0;
	}
	body#nosidebar #wrap {
	background: #fff;
	}
	body#wide #wrap {
	background: #fff;
	}
/*to avoid page shift*/
	html {
	min-height: 100%; margin-bottom: 1px;
	}

/*<"Links">*/
	a:link, a:visited {
	padding-bottom: 1px;
	color: #0B6EA9;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
	a:hover {
	padding-bottom: 0;
	color: #404040;
	border-bottom: 2px solid #dbd5c5;
	}

/*<"Common Elements">*/
	p {
	margin: 1em 0 1em 0;
	padding: 0;
	}
	h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
	h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
	h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #eaeaea;
	}
	h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #dbd5c5;
	}
	h3 a:hover {
	color: #fff;
	}
	h4, h5 {
/*	margin: 1.5em 0 0 0;
*/
	margin: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
	h1 span, h2 span, h3 span {
	color: #333;
	}
	abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
	a abbr {
	border: none;
	}
	address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
	blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	background: url(../images/quotemarks.gif) no-repeat 0 3px;
	}
	del {
	text-decoration: line-through;
	color: #999;
	}
	em {
	font-style: italic;
	}
	hr {
	background: transparent;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	}
	ins {
	text-decoration: none;
	font-style: italic;
	}
	strong {
	font-weight: bold;
	}

/*<"Top">*/
	#wrap {
	color: #333;
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 750px;
	background: #fff url(../images/wrap_bg.gif) repeat-y;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
	}
	#logo {
	color: #333;
	background: #fff url(../images/logo-bg-top.gif);
	text-decoration: none;
	}
	#logo h1 {
	background: url(../images/logo.gif);
	text-decoration: none;
	text-indent: -100em;
	margin: 0;
	width: 450px;
	height: 90px;
/*height equal to background image*/
	overflow: hidden;
	}
	#logo a {
	text-decoration: none;
	height: 90px;
	background-color: transparent;
/*height equal to background image*/
	display: block 
	}

/*<"Navigation">*/
/*Christopher Ware's Centered Sliding Doors menu*/
	#navigation {
	border-bottom: 1px solid #404040;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-image: url(../images/logo-bg-bot.gif);
	}
	#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#navigation ul {
	padding: 5px 0 5px 5px;
	text-align: left;
	}
	#navigation ul li {
	display: inline;
	margin-right: -2px;
	}
	#navigation ul li a {
	background: url(../images/tableft.gif) no-repeat left top;
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: none;
	}
	#navigation ul li span {
	background: url(../images/tabright.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 4px 0 4px 4px;
	}
	#navigation ul li a:hover span {
	color: #090909;
	text-decoration: none;
	background-position: 100% -75px;
	}
	#navigation ul li a:hover {
	background-position: 0 -75px;
	}
	#navigation #current a {
	background-position: 0 -150px;
	}
	#navigation #current a span {
	background-position: 100% -150px;
	}

/*<"Title Box">*/
	#title {
	background-color: #fff;
	clear: left;
	padding: 25px 310px 25px 25px;
	border-bottom: 1px solid #404040;
	}
	#home #title {
	background: #fff;
	}
	#title h1 {
	margin: 0;
	padding: 0;
	font-size: 150%; 
	font-weight: normal;
	color: #090909;
	}
	#title h1 span {
	color: #898989;
	}
	#title h2 {
	font-family: Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #898989;
	}

/*<"Main Column">*/
	#main-body {
	float: left;
	width: 521px;
	}
	#wide #main-body {
	width: 750px;
	}
	#content {
	margin: 25px 0;
	padding: 0 25px;
	}	

/*<"Lists">*/
	#content ol li {
	padding-bottom: 4px;
	line-height: 1.4em;
	}
	#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
	#content ul li {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../images/square-bullet.gif) no-repeat 0 5px;
	}
	#content ul li.linked {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../images/gray-bullet.gif) no-repeat 0 5px;
	}
	#content ul li.noBullet {
	padding: 8px 0 4px;
	line-height: 1.4em;
	background: transparent;
	}
	#content ul li.reader {
	padding: 8px 0 4px 24px;
	line-height: 1.4em;
	background: url(../images/Pdf_16x16.gif) no-repeat 0 5px;
	}
	#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.5em;
	}
	#content dl dt {
	font-weight: normal;
/*was bold*/
	line-height: 1.5em;
/*combat 2px hover link cram*/
	}
	#content dl dt span {
	font-weight: normal;
	}

/*<"Teasers">*/
	dl.teaser, #sidebar dl.teaser {
	margin: 0 0 10px 10px;
	padding: 0 20px 0 0;
	}
	dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }
	dl.teaser dt {
	margin: 0;
	padding: 0;
	}
	dl.teaser dt a {
	float: left;
	display: block;
	margin: 0px 10px 0 0;
	padding: 0px;
/*	border: 1px dotted #898989;
*/
	background: transparent;
	}
	dl.teaser dt a img {
	float: left;
	}
	dl.teaser dt a:hover {
	padding: 0px;
/*	border: 1px solid #898989;
*/
	}

/*<"Notes">*/
	#content .comment {
	color: #333;
	background-color: #fff;
	margin: 20px 0;
	padding: 10px;
	border: dotted 1px #404040;
	line-height: 150%;
	}
	#content .print {
	font-size: 90%;
	line-height: 1.6em;
	color: #777;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	}

/*<"Entries">*/
	#home #content h3 {
	margin: 0;
	padding: 0;
	border: none;
	}
	#content dl {
	margin-top: 0;
	}
/*invented*/
	#content dl.entries {
	margin: 0;
	padding: 0;
	}
	#content dl.entries dt {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 140%;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	}
	#content dl.entries dt a {
	text-decoration: none;
	border-bottom: none;
	color: #0B6EA9;
	}
	#content dl.entries dt a:hover {
	color: #0B6EA9;
	}
	#content dl.entries dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	#content dl.entries dd.email {
	color: #777;
	padding: 8px 0 0;
	background: url(../images/mail_32.gif) no-repeat 0px 50%;
	text-indent: 37px;
	}
	#content dl.entries dt.fold {
	padding-top: 8px;
	border-top: 1px dashed #898989;
	}
/*Listutorial method*/
	#content dl.entries dd.info {
	padding: 0;
	margin: 0;
	color: #777;
	background: url(../images/info.gif) no-repeat;
	background-position: 0 0;
	text-indent: 21px;
	}
	#content dl.entries dd.more {
	font-size: 90%;
	}
	#content dl.entries dd.posted {
	margin: 1em 0 20px 0;
	padding: 4px 0 0 0;
	font-size: 90%;
	color: #ccc;
	border-top: 1px solid #eaeaea;
	}
	#content dl.entries dd p {
	margin: 0 0 1em 0;
	}

/*<"Sidebar">*/
	#sidebar {
	width: 219px;
	float: right;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	}
	#sidebar h3 {
	margin: 30px 10px 12px 10px;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	line-height: 1em;
	border: 1px solid #404040;
	background: url(../images/sidebar-h3-bg.gif);
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	}
	#sidebar h3#quick {
	margin-top: 24px;
	}
	#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
	#sidebar p, #sidebar ul, #sidebar dl {
	margin: 4px 10px 4px 10px;
	padding: 0 15px;
/*	list-style: none;
*/
	list-style: disc;
	}
	#sidebar li {
	margin: 0 0 .5em 0;
/*	padding: 0 0 0 12px;
*/
	line-height: 1.4em;
/*	background: url(../images/gray-bullet.gif) no-repeat 0 5px;
*/
	}
	#sidebar img {
	vertical-align: top;
	}

/*<"Footer">*/
	#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #fff;
	background-color: #272727;
	border-top: 1px solid #404040;
	}
	#footer p {
	margin: 0;
	padding: 25px;
	}
	#footer a {
	color: #fff;
	padding-bottom: 0;
	border-bottom: 1px solid #fff;
	}
	#footer a:hover {
	color: #fff;
	background-color: #0B6EA9;
	border-bottom: 1px solid #fff;
	}

/*<"Forms">*/
	#contactform {
	margin: 0 0 25px 0;
	padding: 15px;
	background: none;
	}
	#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
	#contactform dt {
	color: #333;
	font-weight: normal !important;
	}
	#contactform dt em, #contactform .note em {
	color: #c00;
	font-weight: bold;
	font-style: normal;
	}
	#contactform #realname, #contactform #email, #contactform #url {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
	#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}

/*<"Misc.">*/
	#content .caption {
	margin: 0;
	padding: 0 0 20px 0;
	}
	#content img {
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #ccc
	}
	.center {
	text-align: center;
	}
	.codeblock {
	color: #333;
	background-color: #fff;
	margin: 20px 0;
	padding: 10px;
	border: dotted 1px #404040;
	font-family: courier, "courier new", monospace;
	line-height: 150%;
	}
	.floatright {
	float: right;
	width: 160px;
	margin: 10px 0 10px 10px;
	color: #2A6EC1;
	padding: 10px;
	border: 1px solid #ccc;
	}
	h3 img {
	vertical-align: middle;
	}
	.hide {
	display: none;
	}
	noBullet li {
	list-style-type: none;
	}
