/* 
Theme Name: Convoluted Brian
Theme URI: http://www.convolutedbrian.com
Description: Looks like the old convolutedbrian and brianthebrain
Author: Brian McCorkle
Author URI: brian@convolutedbrian.com
Version: 26 Dec 2005
*/

/*--------------Big Structure---------*/
html
{
	font-size: 100%;
	/* IE hack */
}

body
{
	background-color: #C0C0C0;
	color: #000000;
	background-image: url(images/bark.jpg);
}

p
{
	font-family: garamond, georgia, serif;
	font-size: 1.0em;
}

p + p { text-indent: 1em; }

.ref p { text-indent: 0em; }
.listing p { text-indent: .5em; }
.noIndent { text-indent: 0em; }

h1, h2, h3, h4
{
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
}


/*----------------- links -------------------*/
a { background-color: transparent; }

a:link
{
	color: #0000FF;
	text-decoration: none;
	/* blue */
}

a:visited
{
	text-decoration: none;
	color: #6600CC;
}

a:hover
{
	color: #33FF33;
	text-decoration: none;
}

a:active { color: #99CC66; }

/*----------- start custom ----------*/
#headerblock
{
	text-align: center;
	top: 0em;
	width: 100%;
	border: 1px solid #000;
	background-color: black;
	color: red;
	font-size: 16px;
	margin: 0;
}

#outerLeftBox /* holds left column and centerColumn column */
{
	width: 78%;
	float: left;
}

#leftColumn
{
	width: 24%;
	float: left;
}

.leftColumnSection { /*  padding-left: .5em; */ }

.pithy
{
	padding-top: .5em;
	text-align: left;
	font-size: .8em;
	font-family: Georgia, serif;
	color: black;
	background-color: transparent;
	font-style: italic;
}

#centerColumn
{
	width: 74%;
	background-color: #FFFDEF;
	float: right;
}

.entry
{
	font-family: garamond, georgia, serif;
	font-size: 1em;
	border: 1px solid #000;
	width: 100%;
	margin: 0;
}

.centerContent
{
	width: 95%;
	margin: auto;
	margin-top: .25em;
}

#title
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.author
{
	font-family: garamond, georgia, serif;
	font-size: 1em;
	text-align: left;
}

#rightColumn
{
	width: 20%;
	float: right;
}

.rightColumnSection { /* padding-left: 1em; */ }

.listCat
{
	position: relative;
	left: 1em;
}

ul
{
	margin-top: 0;
	margin-left: 0;
	list-style-type: none;
	list-style-position: outside;
}

#search { text-align: center; }
/* #searchBox { text-align: left; } */
.credits { text-align: center; }

.comments
{
	padding-top: 1em;
	position: relative;
	left: 20%;
	width: 80%;
}

#footer
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: x-small;
	text-align: center;
	clear: both;
	padding-top: 1em;
}

hr /* need this?*/
{
	color: blue;
	background-color: #fff;
	height: 1px;
	width: 95%;
}

/* now add no break */
.nobrk { white-space: nowrap; }

.donation
{
	margin-top: 1em;
	font-family: garamond, georgia, serif;
	font-size: 1em;
	/* font-weight: bold; */
	/* height: 100px; */
	text-align: center;
}

.alignleft
{
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: 1.25em;
}

.alignright
{
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	font-size: 1.25em;
}

.prevPost
{
	margin-top: 1em;
	text-align: center;
	font-size: 1em;
}

.nextPost
{
	margin-bottom: 1em;
	text-align: center;
	font-size: 1em;
}

.clear { clear: both; }

.ref
{
	font-size: 1.0em;
	text-align: left;
	margin-bottom: 1em;
}

.listing 
{
	text-align: left;
	margin-bottom: 1em;
}

.sup
{
	line-height: 0;
	vertical-align: super;
	font-size: .5em;
}

li { margin-bottom: .5em;
	}

.postsNav
{
	text-align: center;
	font-size: 2em;
	margin: .5em;
	}