/*
basic.css
back to the basics
(c) 2005-2006 chris kuehn
*/

/* basic site-wide attributes */
html { /* not body */
	margin: 0;
	padding: 0;
	border: 0;
	background: #d0e266 url("/themes/basic/bg.png");
	color: black;
	font-family: serif;
}
body {
	margin: 0.35em;
	padding: 0.75em;
	_padding: 0;
	border: 2px solid #afc628;
	border-radius: 4px;
	background: #fafafa url("/themes/basic/bg-white.png");
	_background: #d0e266 url("/themes/basic/bg.png");
}
a:link {
	color: #3f28c6;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #60c628;
}
a:active {
	color: #7866e2;
}
img {
	border: 1px solid;
	margin: 0.25em;
}
table {
	width: 100%;
	_width: auto; /* ie/win */
	max-width: 100%;
	border: 0;
	border-top: 1px solid #afc628;
	border-right: 1px solid #60c628;
	padding: 0;
	table-layout: auto;
	border-spacing: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	border-radius: 4px;
}
th,td {
	border-bottom: 1px solid #afc628;
	border-left: 1px solid #60c628;
	padding: 0.25em;
	vertical-align: top;
}
table h3, table p {
	font-weight: normal;
	margin: 0;
	font-size: 100%;
}
h1 {
	margin: 0px;
	font-size: 180%;
	font-weight: normal;
	font-family: sans-serif;
}
h2 {
	margin: 0px;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: sans-serif;
}
h3 {
	font-size: 110%;
	margin-top: 1.75em;
	margin-bottom: 0;
	font-weight: bold;
	font-family: sans-serif;
}
.center {
	text-align: center;
}
.monospace {
	font-family: monospace;
	font-size: 12px;
}
input,textarea {
	background-color: #fafafa;
	color: black;
	border: 1px solid #afc628;
}
blockquote {
	background: #fafafa;
	margin: 1em 1.5em;
	padding: 0.5em;
	font-family: monospace;
	border: 1px dashed #60c628;
}
pre {
	font-family: monospace;
	white-space: -moz-pre-wrap;
}
p {
	line-height: 1.4em;
}

/* set defaults for entities that will appear as distinct boxes. */
#genericbox, #top, #menu, #evangelism, #netflix, #nowplaying, .entry, #commentblock, #archive, #bottom {
	background: #ffffff;
	border: 1px solid #e2b666;
	padding: 0.75em;
	margin-bottom: 0.75em;
	border-radius: 4px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}

/* box that holds the title, menu, and content blocks -- used here as
   a crutch for ie */
#outerbox {
	_padding: 0.75em;
	_border: 2px solid #afc628;
	_background: #fafafa url("/themes/basic/bg-white.png");
	_margin: 0;
	_margin-bottom: 0.75em;
}
/* title bar across the top */
#top, #bottom {
	margin: 0;
	margin-bottom: 0.75em;
	padding: 0.25em;
	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;
	width: 9em;
	min-width: 90px;
}
/* site navigation menu */
#menu, #evangelism, #netflix, #nowplaying {
	padding: 0.5em;
	margin: 0 0 0.75em 0;
}
#menu a {
	font-weight: normal;
}
#menu ul, #evangelism ul, #netflix ul, #nowplaying ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu img, #evangelism img {
	padding: 0;
	margin: 0;
	display: block;
	_display: inline;
}
.indented {
	background: url("/themes/basic/blackarrow.png") left no-repeat;
	padding-left: 20px;
}
/* evangelism - see menu, mostly applies to the netflix box as well*/
#evangelism p, #netflix p {
	margin-top: 0px;
	margin-bottom: .25em;
}
#evangelism ul {
	_white-space: nowrap; /* ie/win only */
}
#evangelism li, #netflix li, #nowplaying li {
	margin: 0.5em 0 0 0;
	padding: 0;
}
/* the big block of utility */
#content {
	margin: 0 0 0 9.75em;
}
#contentlisting h2 {
	margin: 1em 0 0 0;
}
#contentlisting p {
	margin: 0 0 1em 0;
}
/* genericbox is good enough for most of the non-blog-entry-holding pages */
#genericbox {
}
#genericbox h2 {
	margin-top: 0;
}

/* blog entry formatting */
#bloglisting {
	/* not used in this theme */
}
.entry {
	margin-bottom: 0.75em;
	padding: 0.75em;
}
.entrytop {
}
.entrytitle {
	white-space: nowrap;
}
.entrytitle h2 {
	font-size: 140%;
	font-weight: bold;
}
.entrycomments {
	font-size: 70%;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0px;
}
.entrydate {
	font-size: 75%;
	font-family: sans-serif;
}
.entrybody {
	padding: 1.5em;
	
}
.entrybody a:link {
}
.code {
	font-family: monospace;
	font-size: 90%;
	margin: 1em;
	padding: 0.5em;
}
.spoiler {
	padding: 0.5em;
	background-color: #000000;
	color: #000000;
}
/* comments-specific formatting */
#commenttitle {
	text-align: center;
}
#commenttitle h1 {
	font-size: 140%;
}
.commentary {
	margin: 0;
	padding: 1em;
	border-bottom: 1px #60c628 dashed;
}
#commentblock {
	margin-bottom: 0.75em;
	padding: 0.75em;
	background: #ffffff;
}
/* archive-specific formatting */
#archive {
}
#archive h2 {
	text-align: center;
	width: 100%;
}
#archive h3 {
	margin: 0;
	padding: 0;
}
#navrow {
	height: 1.25em;
}
#navprev {
	float: left;
}
#navnext {
	float: right;
}
.listingtable {
	width: auto;
	border: 0;
	padding: 0;
	table-layout: auto;
	border-spacing: 0;
	margin: 0 auto 0.5em auto;
	text-align: left;
	border-top: 1px dashed #60c628;
}
.listingtable tr {
	margin: 0;
	padding: 0;
}
.listingtable td {
	border: 0;
	margin: 0;
	padding: 0.5em;
	border-bottom: 1px dashed #60c628;
	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: 1em;
	border: 0;
	width: 100%;
}
.gallerythumb {
	text-align: center;
	border: 0;
}
.gallerycomment {
	text-align: left;
	border: 0;
}
.gallerycomment p {
	margin-top: 0;
}
/* quotes-specific formatting */
.quote {
	margin: 0.75em;
	margin-bottom: 0;
}
.paulquote {
	margin: 0.75em;
}
.attr {
	margin: 0 0.75em 0.75em 2.5em;
}
/* 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: 0;
}
#preferences img {
	margin-right: 0.75em;
	float: left;
}
#preferences h3 {
	margin-top: 0.75em;
	font-weight: normal;
}
.themedesc {
	height: auto;
	_height: 200px;
	min-height: 160px;
}
/* footer for copyright notices */
#bottom {
	font-size: 75%;
	margin-bottom: 0;
}
#bottom p {
	padding: 0;
	margin: 0;
}
.rot13 {
	font-size: 12px;
	padding: 4px;
}

