/* --------------------------- COLOR STUFF */
#podheader h1,

#podheader p,

#content a:link,
#content a:visited,

a:link, 
a:visited { color: #84050D; }

#commentlist li div
{
	background-color: #EAEFDB;
	border: 1px solid #C5CE9B;
}

#commentlist li { border-top: 2px solid #EAEFDB; }

a img
{
	vertical-align: -1px;
	border: none;
}

/* --------------------------- OTHER STUFF */
*
{
	margin: 0;
	padding: 0;
	list-style: none;
}

body
{
	text-align: left;
	background: #FFF1D8;
}

#podheader h1 { font: normal 3em/1 helvetica, arial, sans-serif; }
h1 a:focus,
h1 a:hover,
h1 a:active { color: black; }

#podheader p
{
	font-style: italic;
	position: absolute;
	right: 16px;
	top: 2em;
}

a:link, 
a:visited
{
	text-decoration: none;
	border: none;
}

a:focus, 
a:hover,
a:active
{
	color: white;
	text-decoration: none;
	border: none;
}

#headbox .container
{
	width: 201px;
	float: left;
	padding: 6px 0;
	margin-bottom: -12px;
}

.container h2
{
	color: black;
	border-bottom: 1px dotted black;
	font: normal 1.3em/1.5 helvetica, arial, sans-serif;
	letter-spacing: 0.1em;
	margin: 0 0 0.5em 0;
}

#content a:link,
#content a:visited { text-decoration: none; }
#content a:focus,
#content a:hover,
#content a:active { color: black; }
#content ul, #content ol { margin-left: 22px; }
#content ul li { list-style: square; }
#content ol li { list-style: decimal; }

blockquote
{
	margin: 0 0 0.5em 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #999;
}

#content
{
	margin: 20px 0 0 -16px;
	clear: left;
}

.posting
{
	clear: right;
	float: left;
	width: 271px;
	overflow: auto;
	margin-left: 16px;
	padding-top: 6px;
	height: 200px;
	border-top: 1px solid #84050D;
}

#content p { padding-bottom: 4px; }

.box
{
	float: left;
	width: 215px;
	padding-right: 18px;
	padding-bottom: 6px;
}

p.author
{
	border-top: 1px dotted black;
	clear: both;
	/*
	width: 669px;
*/
	margin-bottom: 6px;
	padding-top: 0.4em;
}

.audiobox
{
	float: left;
	width: 200px;
}

ul li { font-size: 1.1em; }

#content dd { padding: 0 0 0 12px; }
#content dt { font-weight: bold; }

#prevnext
{
	text-align: center;
	padding: 1em 16px 2em 0;
}

#prevnext p
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* --------------------------- COMMENTING STUFF */
h2#commentheadline { margin-top: 30px; }
#commentlist h4 { margin: 5px 0 7px 0; }
ol#commentlist { list-style: none; }

ol#commentlist li
{
	/*
	width: 600px;
*/
	overflow: hidden;
	margin: 0 0 1.5em 0;
	list-style: none;
}

#commentlist li div
{
	float: left;
	width: 150px;
	padding: 6px;
	margin-right: 10px;
}

form
{
	border-top: 1px dotted black;
	padding-top: 1.2em;
	margin-top: 1.2em;
	/*
	width: 667px;
*/
}

#login_form form
{
	border-top: 0px;
	padding-top: 0;
	margin-top: 0;
}


div.input
{
	width: 222px;
	float: left;
}

label
{
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.input input { width: 212px; }

div#spamquestion
{
	padding: 8px 0 0 17px;
	margin: 0 0 -14px 0;
}

div#spamquestion input { width: 318px; }

div#message
{
	width: 320px;
	float: left;
	margin-top: 1.2em;
}

div#message textarea
{
	width: 310px;
	height: 120px;
}

div#file
{
	width: 330px;
	float: right;
	margin-top: 1.2em;
}

div#file input { width: 320px; }

div#buttons
{
	width: 330px;
	float: right;
	margin-top: 35px;
	overflow: hidden;
}

div#buttons input
{
	width: 160px;
	float: left;
}

/*--------tag weights------------*/
.tagweight1 a { font-size: 100%; }

.tagweight2 a
{
	font-size: 100%;
	font-weight: bold;
}

.tagweight3 a { font-size: 150%; }

.tagweight4 a
{
	font-size: 150%;
	font-weight: bold;
}

.tagweight5 a
{
	font-size: 180%;
	font-weight: bold;
}

.categories
{
	width: 220px !important;
}

.categories li
{
	padding-right: 20px;
	width: auto;
}
