body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #AE7D76;
	color: #333;
	line-height: 1.8em;
	min-width: 600px; }
	
a {
	text-decoration: underline;
	color: #714A46; }

form {
	padding: 0;
	margin: 0; }
	
a:link {
	}
	
a:visited {
	}
	
a:active {
	}
	
a:hover {
	text-decoration: none;	}
	
h1 {
	font-size: 2.2em;
	font-weight: bold;
	padding-bottom: 0;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #5B3D38; }

h1.category_title {
	padding-bottom: .8em; }

h1.single_post {
	padding-top: .5em;
	line-height: 1.1em; }
	
h2 { /* podcast lists */
	font-size: 1.9em;
	margin: .3em 0em -.4em 0em;
	font-weight: normal;
	color: #79524C;
	line-height: 1.2em;	}
	
h2 a:link, h2 a:visited {
	text-decoration: none;
	/*color: #560E27; red*/
	/*color: #660033;  red*/
	/*color: #2C74AE; blue*/
	color: #333; }
	
h2 a:hover {
	text-decoration: underline; }
		
h2.intro { 
	font-size: 1.5em;
	color: #333;
	margin: .7em 0em -.3em 0em;
	font-weight: normal;	}
	
h3 { /* right & left sidebar */
	font-size: 1.4em;
	margin: 1.2em 0em .1em 0em;
	font-weight: normal;	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 	}

	
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
/* PAGE STRUCTURE */

.top {
	position: relative;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-position: top;
	margin: 0 auto; padding: 0;
	height: 292px; }

.redirect {
	position: absolute;
	width: 300px;
	top: 130px;
	left: 280px; }
	
.redirect h1 {
	color: #FFF; }

.redirect h4 {
	padding-top: 22px; }
	 
.content {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 0; }

.logo {
	background-image: url(images/forums/logo_forums.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 292px;
	width: 300px;
	margin-left: 3px;	}	
	
.bottom {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px 0 0 0;
	margin: 0;
	background-position: center top; }
	
.copyright {
	text-align: center;
	color: #E95C7D;
	font-size: .9em; }
	
.footer {
	text-align: center;
	color: #F8E7D9;
	font-size: .9em; }
	
ul.footer {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none; }
	
ul.footer li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 5px 0px 7px;
	border-left: 1px solid #F8E7D9;
	list-style: none;
	display: inline; }
	
ul.footer li.first {
	border-left: none; }
	
.footer a:link {
	color: #F8E7D9;
	font-size: .9em; }

.footer a:visited {
	color: #E9D8CB; }
	
	
/* BLURBS */
	
.blurbs {
	width: 500px;
	padding: 0 0 0 10px;
	margin: 0; }

.nextnav {
	font-size: .9em;
	border-top: 2px solid #DFADA5;
	margin-top: 15px;
	padding-top: 1em; }

.alignleft {
	float: left; }

.alignright {
	float: right; }
