/*
technical_imperfection.css
technical imperfection
(c) 2004-2005 chris kuehn
*/

/* basic site-wide attributes */
html { /* not body */
	margin: 0;
	padding: 0;
	border: 0;
	background: #00204f url("/themes/technical_imperfection/ti-bg.jpg") fixed bottom left no-repeat;
	color: black;
	font-family: georgia, "bitstream vera serif", serif;
	font-size: 14px;
}
body {
	margin: 0px;
}
a:link {
	color: #854;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #511;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #11a;
	text-decoration: underline;
}
a:active {
	color: #44e;
	text-decoration: underline;
}
img {
	border: 1px solid #999;
	margin: 4px;
}
table {
	width: 100%;
	_width: auto; /* ie/win */
	max-width: 100%;
	border: 0px;
	border-top: 1px dotted #854;
	border-right: 1px solid #bbb;
	padding: 0px;
	table-layout: auto;
	border-spacing: 0px;
	margin: 16px auto 24px auto;
	text-align: left;
	font-size: 14px;
}
td {
	border-bottom: 1px dotted #854;
	border-left: 1px solid #bbb;
	padding: 4px;
	vertical-align: top;
}
table h3 {
	font-weight: normal;
	font-size: 13px;
	margin: 0;
}
h1 {
	margin: 0px;
	font-size: 25px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	margin-top: 1.5em;
	margin-bottom: 0;
	font-weight: bold;
}
.center {
	text-align: center;
}
.monospace {
	font-family: monospace;
	font-size: 12px;
}
input,textarea {
	background-color: #ddd;
	color: black;
	border: 1px solid #999;
	font-size: 10px;
}
blockquote {
	background-color: white;
	margin: 16px 32px;
	padding: 8px;
	font-family: monospace;
	font-size: 12px;
	border: 1px dotted #ddd;
}
pre {
	font-size: 12px;
	font-family: monospace;
	white-space: -moz-pre-wrap;
}

/* set defaults for entities that will appear as distinct boxes. */
#genericbox, #top, #menu, #nowplaying, .entry, #commentblock, #archive, #bottom {
	background: white url("/themes/technical_imperfection/ti-bg2.jpg") fixed bottom left no-repeat;
	_background: white; /* screw you, ie/win */
	border: 1px solid #999;
	padding: 4px;
	margin-bottom: 24px;
}

/* box that holds the title, menu, and content blocks */
#outerbox {
}
/* title bar across the top */
#top {
	margin: 24px 0;
	padding: 0px;
	border-left: none;
	border-right: none;
	color: black;
	white-space: nowrap;
	text-align: center;
}
#title {
}
/* container to hold the menu and content boxes */
#main {
}
#mainfloor {
	clear: both;
	height: 0px;
	_padding: 0;
}
/* container to hold the left column of stuff */
#leftcol {
	float: left;
	margin: 0 0 0 24px;
	width: 110px;
	_margin-left: 12px;
}
/* site navigation menu */
#menu, #nowplaying {
	padding: 6px 0 6px 6px;
	margin: 0 0 24px 0;
	_width: 110px;
}
#menu a {
	font-weight: normal;
}
#menu ul, #nowplaying ul {
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
}
#menu img, #nowplaying img {
	padding: 0;
	margin: 0;
	display: block;
	_display: inline;
}
.indented {
	background: url("/themes/technical_imperfection/blackarrow.png") left no-repeat;
	padding-left: 20px;
}
/* nowplaying - see menu */
#nowplaying p {
	margin-top: 0px;
	margin-bottom: .25em;
}
#nowplaying ul {
	_white-space: nowrap; /* ie/win only */
}
#nowplaying li {
	margin: 4px 0px 0px 2px;
	padding: 0px;
}
/* the big block of utility */
#content {
	margin: 0 24px 24px 160px;
}
#contentlisting h2 {
	margin: 16px 0px 0px 0px;
}
#contentlisting p {
	margin: 0px 0px 16px 0px;
}
/* genericbox is good enough for most of the non-blog-entry-holding pages */
#genericbox {
}
#genericbox h2,p {
	margin-top: 0;
}

/* blog entry formatting */
#bloglisting {
	/* not used in this theme */
}
.entry {
	margin: 0px 0px 24px 0px;
	padding: 8px 4px 16px 4px;
}
.entrytop {
	height: 14px;
	border-bottom: 1px dotted #854;
	margin: 0px;
	padding: 0px 4px 6px 4px;
}
.entrytitle {
	float: left;
	white-space: nowrap;
}
.entrytitle h2 {
	font-size: 18px;
}
.entrycomments {
	font-size: 12px;
	text-align: left;
}
.entrycomments a:link {
	font-weight: bold;
}
.entrycomments a:visited {
	font-weight: bold;
}
.entrydate {
	font-size: 12px;
	float: right;
	margin-top: 6px;
	font-weight: bold;
}
.entrybody {
	margin: 1em 0 0 0;
	padding: 0px 48px 0px 48px;
	
}
.entrybody a:link {
	font-weight: bold;
}
.code {
	font-family: monospace;
	font-size: 11px;
	margin: 16px 16px 16px 16px;
	padding: 4px;
}
.spoiler {
	padding: 4px;
	background-color: #000;
	color: #000;
}
/* comments-specific formatting */
#commenttitle {
	text-align: center;
}
#commenttitle h1 {
	font-size: 22px;
}
.commentary {
	margin: 0px;
	padding: 12px;
	border-bottom: 1px #854 dotted;
}
#commentblock {
	margin: 24px;
	padding: 6px;
	background: white url("/themes/technical_imperfection/ti-bg-comments.jpg") fixed bottom left no-repeat;
}
/* archive-specific formatting */
#archive {
}
#archive h2 {
	text-align: center;
	border-bottom: 1px dotted #888;
	width: 100%;
	font-size: 24px;
}
#archive h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#navrow {
	height: 20px;
	padding: 0 4px;
}
#navprev {
	float: left;
}
#navnext {
	float: right;
}
.listingtable {
	width: auto;
	border: 0px;
	padding: 0px;
	table-layout: auto;
	border-spacing: 0px;
	margin: 0px auto 24px auto;
	text-align: left;
	border-top: 1px dotted #bbb;
}
.listingtable tr {
	margin: 0px;
	padding: 0px;
}
.listingtable td {
	border: 0;
	margin: 0px;
	padding: 4px 8px;
	font-size: 14px;
	border-bottom: 1px dotted #bbb;
	vertical-align: bottom;
}
.datecell, .numcell {
	text-align: right;
}
.archivelinkback {
	margin: 0;
	text-align: center;
}
/* photo gallery-specific formatting */
.gallerylist {
	list-style: none;
}
.gallerylist li {
	margin-bottom: 0.75em;
}
.gallerytable {
	padding-top: 24px;
	border: 0px;
	width: 100%;
}
.gallerythumb {
	text-align: center;
	border: 0;
}
.gallerycomment {
	text-align: left;
	border: 0;
}
.gallerycomment p {
	margin-top: 0;
}
/* quotes-specific formatting */
.quote {
	margin: 16px 16px 0px 16px;
}
.paulquote {
	margin: 16px;
}
.attr {
	margin: 0px 16px 16px 32px;
	font-size: 13px;
}
/* computer-specific formatting */
.computerlist {
	list-style: none;
}
.computerlist li {
	margin-bottom: 0.75em;
}
/* preferences-specific formatting */
#preferences {
	/* no style needed -- just contain other stylings */
}
#preferences p {
	margin-top: 0px;
}
#preferences img {
	margin-right: 16px;
	float: left;
}
#preferences h3 {
	margin-top: 16px;
	font-weight: normal;
}
.themedesc {
	height: auto;
	_height: 200px;
	min-height: 160px;
}
/* footer for copyright notices */
#bottom {
	border-left: 0;
border-right: 0;
	font-size: 10px;
	text-align: center;
}
#bottom p {
	padding: 0px;
	margin: 0px;
}
#bottom a {
	text-decoration: underline;
	color: #363636;
	font-weight: normal;
}
#netflix { display: none; }

