/*  
Theme Name: atheismUnleashed
Theme URI: http://www.atheismunleashed.com/
Description: atheismUnleashed main theme
Version: 1.0
Author: Jeff Albion
Author URI: 
*/
/*
"atheismUnleashed" (C) 2006 Jeff Albion - and distributed under the terms of the GNU General Public License v2
*/

	/*** General Classes ***/
	.left		{ text-align: left; }
	.center	{ text-align: center; }
	.right	{ text-align: right; }
	.top		{ vertical-align: top; }
	.middle	{ vertical-align: middle; }
	.bottom	{ vertical-align: bottom; }

	.bold		{ font-weight: bold; }
	img			{ border: 0px; }

	table.center {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.adHeadline {font: bold 11px verdana, arial, helvetica, sans-serif; text-decoration: underline; color: rgb(181,29,29);}
	.adText {font: normal 10px verdana, arial, helvetica, sans-serif; text-decoration: none; color: black;}


body {
	color: #333;
	background-color: white;
	margin: 20px;
	padding: 0px;
	font: 11px verdana, arial, helvetica, sans-serif;
}
	
p {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

h1#article-title {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 22px;
}

.post-title {
	color: #333;
	font: bold 20px verdana, arial, helvetica, sans-serif;
}

div.content {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 0px 210px 20px 150px;
	border: 1px solid black;
	background-color: white;
	padding: 10px;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

	/*** Global Properties ***/
	a:link {
		font-weight: bold;
		color: rgb(181,29,29);
		text-decoration: none;
	}
	a:visited {
		font-weight: bold;
		color: rgb(181,29,29);
		text-decoration: none;
	}
	a:active {
		font-weight: bold;
		color: rgb(185,133,133);
		text-decoration: underline;
	}
	a:hover {
		font-weight: bold;
		color: rgb(185,133,133);
		text-decoration: underline;
	}

/* SIDEBAR STUFF */

/*** Navigation (Beta) ***/
div#sidebar {
	float: left;
	position: absolute;
	width: 190px;
	top: 114px;
	right: 20px;
	border: 1px dashed black;
	background-color: #eee;
	padding: 10px;
	z-index: 1;
	voice-family: "\"}\"";  /* The hack for IE5 */
	voice-family: inherit;
	width: 168px;
}
	
body>div>#sidebar {
	width: 168px;  /* "Be nice to Opera 5" */
}

div#sidebar ul {
	margin: 0 1.5em 0 0.5em;
	padding: 0;
}
div#sidebar ul li {
	font-size: 1em;
	line-height: 175%;
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
div#sidebar ul li h2 {
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
}
div#sidebar ul li p, div#sidebar ul li ul, div#sidebar ul li ul li {
	margin: 0;
	padding: 0;
}
div#sidebar ul li ul li ul li {
	font-size: 0.9em;
	margin: 0 0 0 1em;
}

	/*** Navigation (Alpha) ***/
	#navAlpha {
		position: absolute;
		width: 160px;
		top: 112px;
		left: 20px;
		padding: 0px;
		z-index: 2;
		voice-family: "\"}\"";  /* The hack for IE5 */
		voice-family: inherit;
		width: 138px;
	}

	body>#navAlpha {
		width: 138px;  /* "Be nice to Opera 5" */
	}
	
	#navAlpha ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
	}
	#navAlpha li {
		margin: 2px 0px 0px;
	}
	#navAlpha a {
		display: block;
		width: 120px;
		padding: 2px 2px 2px 10px;
		border: 1px solid #000000;
		background: #dcdcdc;
		text-decoration: none;
	}
	#navAlpha a:link, #navAlpha a:active, #navAlpha a:visited {
		color: #000000;
	}
	#navAlpha a:hover {
		border: 1px solid #000000;
		background: #333333;
		color: #ffffff;
	}

/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */

div#content img.center {
	display: absolute;
	margin: 0.4em auto;
}
div#content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div#content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}
li a img {
	border: none !important;
}
/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
form {
	margin: 0.3em 0 0 0;
	padding: 0;
}
input#s {
	margin: 0 0 0.4em 0;
	padding: 0.2em;
	width: 70%;
}
textarea {
	height: 13em;
	overflow: auto;
	width: 66%;
}
input#searchsubmit, input#submit {
	border: 1px outset #999;
}
input#s, input#author, input#email, input#url {
	width: 66%;
}
input#s, input#author, input#email, input#url, textarea {
	border: 1px inset #999;
	padding: 0.2em;
}
div.formcontainer {
	font-size: 1em;
	margin: 0 0 3em 3em;
}

/* FOOTER STUFF */
div#footer {
	background: #fff;
	clear: both;
	color: #888;
	padding: 5em 0 1em 3em;
}
div#footer p {
	font-size: 0.9em;
	margin: 0;
}
/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
code, pre {
	font: 1em/normal "courier new", courier, monospace;
}
.clearer {
	clear: both;
	height: 0;
}

