/*
	Daring Fireball CSS
	Copyright (c) 2003 John Gruber; all rights reserved.
	Thu 16 Oct 2003
*/

a:link {
	color: #eee;
	/* 	color: #E5E5F2; */
	text-decoration: underline;
	/*	line-height: normal;*/
	background-color: transparent;
}

a:visited {
	color: #ddd;
	background-color: transparent;
}

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

#Banner {
	width: auto;
	height: auto;
	border-width: 0 0 0px 0;
	border-color: black;
	border-style: solid;
	padding: 30px 12px 25px 50px;
	margin: 0;
	text-align: left;
	background-color: transparent;
	line-height: 0px;
}

#Banner img {

	border-width: 0px;
	display: block; /* keeps mozilla from sticking whitespace between img's */
}

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

#Banner a:hover {
	background-color: #575E66;
	color: #fff;
}

#Main {
	/* 	position: absolute; */
	/* 	top: 170px; */
	padding: 0px;
	border-color: white;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	/* 	width: 400px; */
	margin-left: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

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


#Menu {
	position: absolute;
	top: 142px;
	width: 150px;
	height: auto;
	border-color: #aaa;
	border-width: 0px;
	border-style: dotted;
	margin-left: 20px;
	padding: 0px;
	background-color: transparent;
	font-size: 10px;
	color: #eee;
	text-align: right;
}

#Menu p {
	padding: 0;
	margin: 0;
	line-height: 1.75em;
}

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

#Menu a {
	color: #eee;
	padding: 1px;
	text-decoration: none;
}
#Menu a:link {
	color: #ddd;
}
#Menu a:visited {
	color: #eee;
}
#Menu a:hover {
	color: #fff;
}

.box {
	border-color: #CCC;
	border-width: 0px;
	border-style: dotted;
	width: 700px;
	height: auto;
	margin: 0px auto 0px auto;
	/* 	background-color: #F1F1F1; (light gray) */
	padding: 0;
	/* background-color: transparent; */
	/* background-color: #B2B2B2; */ /* 70% gray */
	/* 	background-color: #788088; */ /* slate type thing */
}

.article {
	background-color: transparent;
	margin: 0 0 12px 0;
	padding: 0px 50px 10px 35px;
	font-size: 11px;
	line-height: 18px;
	border-width: 0;
	color: #eee;
}

.article a {
	text-decoration: none;
	color: #fff;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 1px 0px 1px 0px;
}

.article a:hover {
	border-color: #70787F;
}

.article h1 {
	font-family: Georgia, serif;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	margin: .75em 0px .75em 0px;
}

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

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

.article h2 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: .15em;
	margin: 30px 0 12px 0;
	text-transform: uppercase;
}

.article h3 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: .9em;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: .2em;
	margin: 24px 0 0 0;
	text-transform: uppercase;
}

.article h4 h5 h6 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: .9em;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	margin: 12px 0 0 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.article pre {
	font-family: Monaco, "Andale Mono", Courier, "Courier New", monospace;
	font-size: 10px;
	line-height: 13px;
	color: #EEE;
	background-color: transparent;
/* 	background-color: #4F5861; */
	/*     border: 1px solid #333; */
	padding: 2px;
	margin-left: 20px;
	/*     margin-right: 0px; */
}

.article blockquote {
	font-size: 10px;
	line-height: 16px;
}

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

.article hr {
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	margin: 2em 4em 2em 0em;
	border: 0;
}

.article img {
	margin-top: 5px;
}

.article thead {
	font-weight: bold;
}

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


.archive {
	background-color: transparent;
	margin: 0 0 12px 0;
	padding: 0px 50px 10px 35px;
	font-size: 11px;
	line-height: 20px;
	border-width: 0;
	color: #eee;
}

.archive p {
	margin: 0;
}

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

.archive h1 {
	font-family: Georgia, serif;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	margin: .75em 0px .75em 0px;
}

.archive h2 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	margin: 24px 0 0 0;
	text-transform: uppercase;
}

.archive h3 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	margin: 24px 0 6px 0;
}

.archive h4 h5 h6 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	margin: 12px 0 0 0;
	text-transform: uppercase;
}

code {
	font-family: Monaco, "Andale Mono", Courier, "Courier New", monospace;
	font-size: 10px;
}

.dateline {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	width: 100%;
	color: #aaa;
	background-color: transparent;
	border-width: 0px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.smallprint {
	margin-top: 50px;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	color: #aaa;
	background-color: transparent;
}

.lastline {
	font-size: 10px;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 15px;
}

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


.stats a {
	text-decoration: none;
	border: none;
	color: #fff;
}
.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;
}

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

.question {
	font-style: italic;
}

.question em {
	font-style: normal;
}

.name {
	position: relative;
	left: -1.75em;
	font-size: .9em;
	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: */
}

body {
	margin-top: 0px;
	/*     margin-left: 60px; */
	/*     margin-right: 60px; */
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	color: #fff;
	background-color: #4A525A; /* dark blue slate thing */
	/* background-color: #BABDBF; */
	border-width: 1px;
}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
}

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

.plug {
	margin-top: 120px;
}
.adsense {
	border-color: #727272;
	border-width: 1px;
	border-style: solid;
	background-color: #535C66;
	margin: 20px 0 70px 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;
	/* 	height: 62px; */
}

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

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

