/*
	Copyright (c) 2004 Open Trade Network; all rights reserved.
	Saturday 17th July 2004
*/



body {
	font-size: 11px;
	margin-top: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	line-height: 1.8em;
	color: #333333; /* dark blue slate thing */
	background-color: #fff;
	text-align: center;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #333333;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 1px 0px 1px 0px;
	background-color: transparent;
	}

a:visited {
	color: #333333;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 1px 0px 1px 0px;
	background-color: transparent;
	}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #70787F;
	border-color: #70787F;
	}

p {
 	margin: 0 0 1.8em 0;
	padding: 0;
	}

h1 {
	font-family: Georgia, serif;
	font-size: 1.46em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	margin: 0em 0px .8em 0px;
	}

h2 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin: 4em 0 1em 0;
	text-transform: uppercase;
	}

h3 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 1.4em;
	margin-top: 2.5em;
	}


p + h3 {
	margin-top: 2.5em;
	}
pre + h3 {
	margin-top: 4em;
	}

h6 + h2 {
	margin-top: 2em;
	}


h4 h5 h6 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin: 2em 0 0 0;
	}

blockquote {
	font-size: 1em;
	margin: 2em 2em 2em 1em;
	padding: 0 .75em 0 1.25em;
	border-left: 1px solid #777;
	border-right: 0px solid #777;
	}

strong {
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

cite {
	font-weight: normal;
	font-style: italic;
	}

img {
	margin-top: 5px;
	}

thead {
	font-weight: bold;
	}


ul, ol {
	margin: 0 0 1.4em 0;
}


pre
{
	font-family: Monaco, ProFont, "Andale Mono", "Lucida Console", Courier, monospace;
	line-height: 1.45em;
	color: #333333;
	background-color: transparent;
/*	background-color: #4F5861; */
	margin: 2em 0 2.5em 0;
	padding: 5px 0 5px 10px;
	border-width: 1px 0 1px 0;
	border-color: #6b6b6b;
	border-style: solid;
}

code {
	font-family: Monaco, ProFont, "Andale Mono", "Lucida Console", Courier, monospace;
	font-size: .91em;
	}

ul {
	list-style-type: square;
	}

ul ul {
	list-style-type: square;
	}
ul ul ul {
	list-style-type: square;
	}

hr {
	color: #333333;
	height: 1px;
	margin: 2.5em 3em 4em 0em;
	border: 0;
	text-align: center;
	}

hr:after {
	content: "***";
	letter-spacing: 2em;
	}

fieldset {
	border: 1px solid #777;
	padding: 1em 1em .5em 1em;
	margin: 0 0 2.5em 0;
	}

legend {
	color: #aaa;
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}



/**** IDs *************************************************************/

#Box {
	border-color: #CCC;
	border-width: 0px;
	border-style: dotted;
	width: 700px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	}


#Banner {
	width: auto;
	height: auto;
	border-width: 0px;
	padding: 0;
	margin: 59px 12px 69px 21px;
	text-align: left;
	background-color: transparent;
	line-height: 0px;
	}

#Banner img {
	border: 1px solid #333333;
	}

#Banner img:hover {
/* 	border: 1px dotted #888; */
	background-color: #575E66;
	}

#Banner a {
	border-width: 0px;
	}

#Banner a:hover {
	background-color: transparent;
	}

/*** Banner promos: ***/
#BannerPromo {
	float: right;
	margin: 0 60px 0 0;
}
#BannerPromo img {
	border-color: #727272;
	border-width: 1px;
	border-style: solid;
	margin-left: 200px;
	}
#BannerPromo img:hover {
	border-color: #999;
	}
#BannerPromo a       { border: 0; background: transparent; }
#BannerPromo a:link  { border: 0; }
#BannerPromo a:hover { border: 0; }


#Main {
	padding: 0px;
	border-color: white;
	border-width: 0px;
	border-style: dotted;
	margin-left: 202px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 425px;
	}

#MainFullWidth {
	/*
		Like #Main, but used on pages without #Sidebar; e.g. the Referrers stats page
	*/
	padding: 0px;
	border-color: white;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}


#Sidebar {
	float: left;
	width: 140px;
	height: auto;
	border: 0px dotted gray;
	margin: 0;
	padding: 5px 0 0 0;
	background-color: transparent;
	color: #333333;
	text-align: right;
	font-size: .91em;
	line-height: 1.25em;
	}

#Sidebar ul {
	margin: 0 0 5em -4em;
	}

#Sidebar li {
	list-style: none;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0;
	}

#Sidebar p {
	padding: 0;
	letter-spacing: .2em;
	margin: 0 0 0 -3em;
	}

#Sidebar h2 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: .25em;
	margin-top: 2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	}

#Sidebar strong {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

#Sidebar a {
	color: #333333;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	}
#Sidebar a:link {
	color: #333333;
	border: 0;
	}
#Sidebar a:visited {
	color: #333333;
	border: 0;
	}
#Sidebar a:hover {
	color: #333333;
	}

/* ProjectSubmenu: Cribbed from Waferbaby... */

#ProjectSubmenu {
	list-style: none outside;
	padding: 0;
	margin: 2em 0 1em 0;
	height: 4em; /* Setting a height makes it act like a block */
	border: 0px dotted gray;
	}

#ProjectSubmenu li {
	display: inline;
	padding: 0;
	margin: 0;
	}


#ProjectSubmenu li a,
#ProjectSubmenu li a:link,
#ProjectSubmenu li a:visited {
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	min-width: 45px;
	padding: 1px 15px 2px 15px;
	margin: 0;
	margin-right: -1px;
	background: transparent;
	color: #ccc;
	border-color: #727272;
	border-width: 1px;
	border-style: solid;
	}

#ProjectSubmenu li a.selected,
#ProjectSubmenu li a.selected:hover {
	color: #333333;
	background: #606870;
	}

#ProjectSubmenu li a:hover {
	background-color: #535C66;
	}

#ProjectSubmenu li a:active {
	color: #333333;
	background: #606870;
	}

#PreviousNext {
	background-color: transparent;
	padding: 0;
	margin: 8em 0 0 0;
	border: 0px dotted gray;
	color: #aaa;
	}
#PreviousNext a:link {
	color: #ddd;
}
#PreviousNext a:visited {
	color: #ccc;
}



/**** Classes *************************************************************/

.article {
	background-color: transparent;
	padding: 0 0 11em 0;
	margin: 0;
	border-width: 0px;
	border-style: dotted;
	border-color: gray;
	color: #333333;
	}

.article h1 a {
	color: #333333;
	text-decoration: none;
	border: 0;
	}

.article h1 a:visited {
	color: #333333;
	}


.archive {
	background-color: transparent;
	margin: 0 0 12px 0;
	padding: 0 0 11em 0;
	line-height: 2.25em;
	border-width: 0;
	color: #333333;
	}

.archive small {
	color: #aaa;
}

.archive p {
	margin: 0;
	}

.archive a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	}

.smallprint {
	margin-top: 50px;
	text-align: left;
	color: #aaa;
	background-color: transparent;
	}

.timestamp {
	font-size: 1em;
	color: #AAA;
	margin-top: 1em;
	font-weight: normal;
	}

.timestamp a {
	color: #aaa;
	text-decoration: none;
	border: 0;
	}
.timestamp a:visited { color: #aaa; }
.timestamp a:hover { color: #333333; }


/* Datelines go under article headers: */
.dateline {
	font-size: 1em;
	color: #aaa;
	margin-top: -.75em;
	margin-bottom: 1.5em;
	font-weight: normal;
	}

.dateline a {
	color: #aaa;
	text-decoration: none;
	border: 0;
	}
.dateline a:visited { color: #aaa; }
.dateline a:hover { color: #333333; }
h2.dateline {
	margin: 2em 0 2em 0;
	}


.stats a {
	text-decoration: none;
	border: none;
	color: #333333;
	}
.stats a:visited {
	color: #ddd;
	}
.stats a:hover {
	color: #333333;
	}
.stats td {
	white-space: nowrap;
	padding: 0 5px 0 3px;
	font-size: 91%;
	line-height: 1.8em;
	border-bottom: #666;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	}

.stats {
	margin-bottom: 2em;
	}

.extended {
	font-style: italic;
	margin-bottom: 1em;
	}

.question {
	font-style: italic;
	}

.question em {
	font-style: normal;
	}

.name {
	position: relative;
	left: -1.75em;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-style: normal;
	margin-right: -1.5em; /* Compensate for extra space after positioning */
	}

.interview p {
	margin-left: 1.75em; /* Should be equivalent to value for .name left: */
	}

.blackborder {
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	}

.plug {
	margin-top: 120px;
	}

/**** Promos for the AdSense slot: ****/
.promo img {
	border-color: #727272;
	border-width: 1px;
	border-style: solid;
	margin: -40px auto 100px auto;
	}
.promo img:hover {
	border-color: #999;
	}
.promo a       { border: 0; background: transparent; }
.promo a:link  { border: 0; }
.promo a:hover { border: 0; }


.adsense {
	border-color: #727272;
	border-width: 1px;
	border-style: solid;
	background-color: #535C66;
	margin: -40px 0 100px 35px;
	padding: 5px 0 0 12px;
	/*	Safari won't draw a border around an iframe, or else I just can't figure out how to do it,
	so here's the workaround: draw the border around the adsense div. Set the background
	on the div because some browsers have an extra px of space around there.
	*/
	width: 325px;
	}

.adsense iframe {
	/* Cover up Safari's "white stripe" in post-1.0 versions */
	background-color: #535C66;
	}

.caps {
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

.photo img {
	border: 4px solid #333333;
	}

.thumbnailphoto {
	background-color: transparent;
	}
.thumbnailphoto a {
	border-width: 0;
	border-style: none;
	background-color: transparent;
	}
.thumbnailphoto a:hover {
	border-width: 0;
	}
.thumbnailphoto a:link {
	border-width: 0;
	}
.thumbnailphoto a:visited {
	border-width: 0;
	}
.thumbnailphoto img {
	border: 4px solid #333333;
	}
.thumbnailphoto img:hover {
	border: 4px solid #70787F;
	}

/**** Linked List ********/
.linkedlist {
	line-height: 1.6em;
}
.linkedlist dt {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 .75em 0;
	letter-spacing: normal;
	text-transform: none;
	}
.linkedlist dt a {
	padding-top: 2px;
	padding-bottom: 3px;
	}
.linkedlist dd {
	margin: auto auto 4em 2em;
	}
.linkedlist p {
	margin: 0 0 1em 0;
	}
.linkedlist blockquote {
	margin: -.25em 3em 0 0;
	font-size: 1em;
	padding: 0 .75em 0 1em;
	border-left: 1px solid #777;
	border-right: 0px solid #777;
	color: #ccc;
	}
/* .linkedlist blockquote p { */
/* 	margin: 0 0 1em 0; */
/* 	} */

a.permalink {
	color: #888;
	border: 0;
	padding: 3px;
	margin-left: .5em;
	}

dt:hover a.permalink {
	color: white;
}


p.footnote {
	font-size: .91em;
	text-indent: -1em;
	padding-left: 1em;
}

/**** Colors ***************************************************

	Darker 30:				#3E454C;
						#3F464C;
	Slate BG:			#333333;
	Adsense BG:			#535C66;
	SmartyPants BG:		#606870;
	Link:hover:			#70787F;

	Link:bottom:		#999;
	AdSense Border:		#727272;
	Blockquote rule:	#777;
	Stats Rule:			#666;

****************************************************************/