@charset "utf-8";



html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
	}

body {
	margin-top: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	line-height: 1.5em;
	/* color: #fff; */
	color: #2f4f4f;
	text-align: left;
	min-width: 760px;
	background-color: white;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #696969;
	border-color: #aaa;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 3px 0px 3px 0px;
	background-color: inherit;
	}

a:visited {
        color: #2f4f4f;
	border-color: #aaa;
	border-width: 0 0 1px 0;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

a:hover {
        color: #708090
	text-decoration: none;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	}

a em {
	padding-bottom: 2px; /* Hack for WebKit; otherwise the underscore padding is 0 */
	}


sup {
	line-height: 0px;
	}
sup a:link {
	padding: 3px;
	}
sup a:visited {
	padding: 3px;
	}


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

h1 {
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", serif;
	font-size: 1.55em; /* was 1.46em for Georgia */
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	margin: 0em 0px 1.25em 0px;
	}

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

h1 + h2 {
	margin-top: 2em;
	}
h2 + h3 {
	margin-top: 1.5em;
	}

h3 {
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: .91em;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin-bottom: 1.4em;
	margin-top: 3em;
	text-transform: uppercase;
	}


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

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


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

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

em em {
	font-style: normal;
	}

strong strong {
	font-weight: bold;
	}

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;
	}

blockquote strong {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: normal;
	text-transform: none;
	}

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

img {
	margin-top: 5px;
	}

thead {
	font-weight: bold;
	}


ul, ol {
	padding-left: 1.25em;
	margin: 0 0 2em 1em;
	}


pre {
	font-family: "Bitstream Vera Sans Mono", Courier, Monaco, ProFont, "American Typewriter", "Andale Mono", monospace;
	line-height: 1.45em;
	/* color: #eee; */
	color: #2f4f4f
	background-color: inherit;
	margin: 2em 0 2.5em 0;
	padding: 5px 0 5px 10px;
	border-width: 1px 0 1px 0;
	border-color: #6b6b6b;
	border-style: dashed;
	}

code {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "American Typewriter", "Andale Mono", monospace;
	font-size: 0.91em; /* 1.09em for Courier */
	}


ul {
	list-style-type: none;
	}


hr {
	height: 1px;
	margin: 2em 1em 4em 0;
	text-align: center;
	border-color: #777;
	border-width: 0;
	border-style: dotted;
	}

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

dt {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 .4em 0;
	letter-spacing: normal;
	text-transform: none;
	}
dd {
	margin: auto auto 2.5em 2em;
	}

dd p {
	margin: 0 0 1em 0;
	}

input, select  {
	font-size: 1em;
	}
input[type="text"], input[type="password"]   { background-color: #ddd; }
/*
input[type="submit"] { background-color: #ccc;  border-width: 1px; }
*/
select { background-color: #ddd; }


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

#Box {
	border: 0;
	width: 720px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	}


#Banner {
	/* width: 300px; */
	height: auto;
	border: 0px dotted black;
	padding: 0;
	margin: 25px 60px 30px 0px;
	/* margin: 5px 0px 25px 0px; */
	/* margin: 59px 12px 69px 41px; */
	text-align: right;
	background-color: transparent;
	line-height: 0px;
	}

#Banner img {
        border: 1px solid black;
	width: 550px;
	height: 250px;
	}

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

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

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


#Main {
	padding: 0px;
	border: 0px dotted gray;
	margin-left: 222px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 425px;
	}


#Sidebar {
	/* position: absolute; */
	top: 191px;
	/* margin: 0 0 0 -222px; /\* IE/Win 6 Workaround Hack *\/ */
/*
	-- Used this instead of the above for Sidebar positioning from Oct 2003 - Feb 2006
	-- but abandoned it because of the way IE/Win deals with wider-than-425px elements
	-- with floating:
	float: left;
*/
	float: left;
	width: 160px;
	height: auto;
	border: 0px dotted gray;
	padding: 5px 60px 0 0;
	background-color: transparent;
	/* color: #eee; */
	color: #2f4f4f;
	text-align: right;
	font-size: 11pt;
	line-height: 1em;
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Verdana, "Bitstream Vera Sans", sans-serif;
	}


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

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

#Sidebar li ul{
    display: none;
    }

#Sidebar li:hover ul {
    margin-top: 1em;
    padding-right: .25em;
    display: block;
    color: aqua;
    border-right: 1px solid gray;
}

#Sidebar li ul:after {
    content: ""; clear: both; display: block;
}

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

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

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

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

#Sidebar a {
	/* color: #eee; */
        color: #708090;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	}
#Sidebar a:link {
	/* color: #2f4f4f; */
	border: 0;
	}
#Sidebar a:visited {
	/* color: #2f4f4f; */
	border: 0;
	}
#Sidebar a:hover {
	color: black;
	}



#Footer {
	margin-top: 14em;
	padding-bottom: 1em;
	text-align: left;
	background-color: transparent;
	font-size: 8pt
	}

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

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

#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: #708090;
	border-color: #708090;
	border-width: 1px;
	border-style: solid;
	}

#ProjectSubmenu li a.selected,
#ProjectSubmenu li a.selected:hover {
	color: #2f4f4f;
	background: #b0c4de;
	}

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

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


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

.article {
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-width: 0;
	border-style: dotted;
	border-color: gray;
	color: #2f4f4f;
	font-size: 10pt;
	}

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

.article h1 a:visited {
	color: #2f4f4f;
	}
.article img {
	border: 0px solid #ccc; /* 7 Jan 2011 */
	}
.noborder {
	border: 0px !important;
}

.bumpleft125 {
	position: relative; left: -125px; /* /2009/03/safari_4_public_beta */
}


.headline_list {
	}

.smallprint {
	line-height: 4em;
	text-align: left;
	color: #aaa;
	}
.smallprint a:link {
	color: #ddd;
	}
.smallprint a:visited {
	color: #ddd;
	}

.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: #fff; }


/* 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: #fff; }
h2.dateline {
	margin: 2em 0 0 0;
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Georgia, serif;
	}
dl + h2.dateline {
	margin: 5em 0 2em 0;
	}


.stats a {
	text-decoration: none;
	border: none;
	color: #fff;
	padding: 3px 2px;
	}
.stats a:visited {
	color: #ddd;
	}
.stats a:hover {
	color: #fff;
	}
.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;
	}

/* .article table { */
/* 	margin-left: 2em; */
/* 	margin-bottom: 2.5em; */
/* 	} */
/* .article td { */
/* 	padding: 0 1.5em 0 0; /\* Used to have 3px padding on left, don't know why. *\/ */
/* 	line-height: 1.6em; */
/* 	border: 0 solid #666; */
/* 	} */
/* .article th { */
/* 	border-bottom: 0px solid #666; */
/* 	padding: 0 1.5em 0 0; */
/* 	font-weight: normal; */
/* 	font-size: .91em; */
/* 	letter-spacing: .2em; */
/* 	line-height: 1em; */
/* 	text-transform: uppercase; */
/* 	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Verdana, "Bitstream Vera Sans", sans-serif; */
/* 	} */


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

.question {
	font-style: italic;
	}

.question em {
	font-style: normal;
	}

.name {
	font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
	position: relative;
	left: -1.75em;
	font-size: 1em;
	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: */
	}

.blockquote-extra-spacing blockquote {
	margin-top: 3em;
	}

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

.plug {
	margin-top: 120px;
	}


.article a.permalink {
	color: #606870;
	}
.article a.permalink:hover {
	color: #2f4f4f;
	}

a.no_underlines {
	border-width: 0;
	}
a.no_underlines:hover {
	background: transparent;
	}

p.footnotes {
	font-size: .91em;
	text-indent: -1em;
	padding-left: 1em;
	}
.footnotes hr {
	margin-left: 0;
	margin-bottom: 1.5em;
	margin-top: 5em;
	width: 8em;
	border-style: solid;
	border-width: 1px 0 0 0;
	}
.footnotes hr:after {
	content: "";
	}
.footnotes p {
	font-size: .91em;
	}
a.footnoteBackLink {
	border: 0;
	padding: 3px 4px 2px 4px;
	vertical-align: -.2em;
	font-size: 1.2em;
	line-height: 0px;
	color: #bbb;
	}
a.footnoteBackLink:hover {
	color: #fff;
	}

.roundrect {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.highlightOnHover:hover {
	background:#555e66;
}

/* Subtle Scrollbar by Neven Mrgan */
.subtleScroll::-webkit-scrollbar-track {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.02)), to(rgba(0,0,0,0)));
    border: 1px solid rgba(255,255,255,.15);
    -webkit-border-radius: 5px;
}

.subtleScroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.subtleScroll::-webkit-scrollbar-track-piece:disabled {
    display: none !important;
}
.subtleScroll::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,.4);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.2)));
    border: 0px solid;
    -webkit-border-radius: 5px;
}
.subtleScroll::-webkit-scrollbar-thumb:active {
	background-color: rgba(255,255,255,.6);
}



html>body div#Sidebar {
	/* Set the real margins, hidden from IE/Win: */
	top: 189px;
	margin: 0;
	}

/* Workaround for ImageZoom white boxes in non-Safari browsers */
/* #ShadowBox img, #ZoomBox img { margin-top: 0px; } */



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

	Darker 30:			#3e454c;
						#3f464c;
	Slate BG:			#4a525a;
	Adsense BG:			#535c66;
	SmartyPants BG:		#606870;
	Link:hover:			#626a73;

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

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