/*
Theme Name: PoisonMushroom.Org
Theme URI: http://PoisonMushroom.Org/
Description: PoisonMushroom.Org Theme, developed by Kanuck and updated by LanceHeart.
Version: 1.1
Author: Kanuck
Author URI: http://?.com/
Tags: orange, custom header, fixed width, two columns, brick wall

	PoisonMushroom.Org
	 http://PoisonMushroom.Org/

	This theme was designed and built by Kanuck

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */
body 
{	background: #000000 url('/wp-content/themes/default/images/bg.png') repeat;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 9pt;	margin: 0 auto;
	text-align: center;
}

#page
{
    background: #000000 url('/wp-content/themes/default/images/bg2.png') repeat-y;
	margin: 0 auto;
	margin-top: 10px;
	width: 780px;
}

/* Header -- includes Google ad, title, random quote and search form. */

#google
{
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 468px;
}

#title
{
    background: #000000;
	height: 130px;
	width: 100%;
}

#quote
{
	background: #000000;
	color: #FFFFFF;
	font-size: 8pt;
	height: auto;
	padding: 8px 15px 5px 15px;
	text-align: left;
	width: 750px;
}

#search
{
	float: right;
	height: 15px;
	padding: 0 0 0 0;
    text-align: left;
	width: 100%;
}

#searchform
{
	height: 12px;
	margin: 0;
	padding: 0;
}

#s
{
	font-family: arial;
	font-size: 7pt;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 90px;
}

#searchsubmit
{
	font-family: verdana;
	font-size: 7pt;
	width: 45px;
}

hr
{
	display: none;
}


/* The central section of the site, with active stuff, ordered lists and headers. */

#maincontainer
{
	clear: both;
	width: 780px;
}

a, h2 a:hover, h3 a:hover
{
	color: #A32A21;
	text-decoration: none;
}

a:hover
{
	color: #A32A21;
	text-decoration: underline;
}

a img
{
	border: none;
}

h1, h2, h3
{
	font-family: 'trebuchet MS', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
}

h1
{
	font-size: 4em;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

h1, h1 a, h1 a:hover, h1 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

h2, h3
{
	color: #333;
}

h2
{
	font-size: 1.6em;
	margin: 15px 0 0;
	text-decoration: none;
}

h2.pagetitle
{
	font-size: 1.6em;
	margin-top: 15px;
	text-align: center;
}

h3
{
	font-size: 1.3em;
	margin: 15px 0 0;
	padding: 0;
}

h3.comments
{
	margin: 20px auto 10px;
	padding: 0;
	text-align: left;
}

ol li
{
	list-style: decimal outside;
}

/* The Menu/Sidebar */

#sidebar
{
	float: left;
	font-family:  lucida grande, verdana, arial, sans-serif;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px 10px 15px;
	text-align: left;
	width: 145px;
}

#sidebar h2
{
	font-family: 'lucida grande', verdana, sans-serif;
	font-size: 10pt;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}

#sidebar ul li
{
	font-size: 9pt;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 15px;
}

#sidebar ul ol
{
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar ul ol li
{
	color: #777;
	list-style: decimal outside;
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul ul
{
	margin: 0 0 0 10px;
}



#sidebar ul ul li
{
	color: #777;
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul ul ul
{
	margin: 0 0 0 5px;
}

#sidebar ul p, #sidebar ul select
{
	margin: 0 0 8px 0;
}

#paypal
{
	margin-left: 30px;
	margin-top: -10px;
	text-align: center;
}

#linkcontainer
{
	background-color: #F1F2F1;
	border-top: 1px solid #A32A21;
	border-bottom: 1px solid #A32A21;
	margin-left: 25px;
	position: relative;
	width: 88px;
}

#adbar
{
	margin-left: 12px;
	width: 120px;
}


/* Main Content Area */

#content
{
	float: right;
	padding-right: 15px;
	width: 575px;
}

.articles
{
	text-align: left;
}

.articles ul
{
	list-style-type: none;
}

.articles ul li
{
	padding-bottom: 8px;
	margin-left: -25px;
}

.archivesmonth
{
	float: left;
	text-align: left;
	width: 50%;
}

.archivesmonth h2
{
	text-align: center;
}

.archivesmonth ul
{
	margin-left: 10;
}

.archivessubject
{
	float: right;
	text-align: left;
	width: 50%;
}

.archivessubject h2
{
	text-align: center;
}

.archivessubject ul
{
	margin-left: 10;
}

.narrowcolumn
{
	padding: 0 0 20px 10px;
	text-align: left;
}

.narrowcolumn .postmetadata
{
	padding-top: 5px;
	text-align: right;
}

.narrowcolumn .entry
{
	line-height: 1.4em;}
.narrowcolumn h2
{
	padding-bottom: 8px;
}

.entrytext
{
	margin-left: 30px;
	width: 430px;
}

.entrytext ol
{
	padding: 0 0 0 35px;
	margin: 0;
}

.entrytext ol li
{
	margin: 0;
	padding: 0;
}

/* Single Post Display and Comments */
	/* Top Navigation Row */
.navigation
{
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

	/*Entry info and advisory and Alt */

.note
{
	text-align: center;
}

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.alt
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

small
{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5em;
}

small, .nocomments, .postmetadata, blockquote, strike
{
	color: #777;
}

	/* Comments */

.commentlist
{
	padding: 0;
	text-align: left;
}

.commentlist li
{
	font: 8pt, 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
	list-style: none;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

#commentform
{
	text-align: left;
}

#commentform input, #commentform textarea
{
	font: 8pt 'lucida grande', verdana, arial, sans-serif;
}

#commentform input
{
	padding: 2px;
	margin: 5px 5px 1px 0;
	width: 170px;
}

#commentform textarea
{
	margin-right: 3px;
	padding: 2px;
	width: 100%;
}

#commentform p
{
	font-family: 'lucida grande', verdana, arial, sans-serif;
	margin: 5px 0;
}

#commentform #submit
{
	float: right;
	margin: 0;
}

.commentmetadata
{
	display: block;
	font-weight: normal;
	margin: 0;
}

.nocomments
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.emailform
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.emailfirst
{
	float: left;
	text-align: right;
	width: 300px;
}

.email
{
	clear: left;
	text-align: left;
}

.emailbutton
{
	text-align: right;
}	

#sendemail
{
	background: #FFFFFF;
	border: 2px solid #000000;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 10px;
	text-align: center;
	width: 300px;
}

/*End Main Content Stuff */

/* Footer Section */

#footer
{	clear: both;
	background-color: #000000;	padding: 0 0 0 0px;
	margin: 0;
	width: 780px;
}

#footer p {
    color: #FFFFFF;
	font-size: 7pt;
	padding: 5px 0;
	text-align: center;
}

#footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

#tracker {
	background-color: #000000;
	margin: 0 auto;
}

/*	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul
{	margin-left: 0px;	padding: 0 0 0 30px;	list-style: none;	padding-left: 10px;	text-indent: -10px;} 
html>body .entry li
{	margin: 7px 0 8px 10px;}
.entry p a:visited
{
	color: #b85b5a;
}

.entry ul li:before
{	content: "\00BB \0020";}
.entry ol
{	padding: 0 0 0 35px;	margin: 0;}
.entry ol li
{	margin: 0;	padding: 0;}
.entry form             /* This is mainly for password protected posts, makes them look better. */{	
	text-align:center;}
/* Begin Calendar */
#wp-calendar
{	empty-cells: show;	margin: 10px auto 0;	width: 155px;}
#wp-calendar a
{
	text-decoration: none;
	display: block;
}

#wp-calendar caption, cite
{
	text-decoration: none;
}

#wp-calendar caption
{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
}

#wp-calendar td
{
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover        /* Doesn't work in IE */
{ 
	background-color: #fff;
}

#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar #prev a
{
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
}

#wp-calendar #next a
{	padding-right: 10px;	text-align: right;}

/* Begin Various Tags & Classes (stuff I don't care about but won't delete) */
acronym, abbr, span.caps
{	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;}
acronym, abbr
{	border-bottom: 1px dashed #999;}
blockquote
{	border-left: 5px solid #ddd;
	margin: 15px 30px 0 10px;	padding-left: 20px;}
blockquote cite
{	display: block;
	margin: 5px 0 0;}
.center
{	text-align: center;}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

p img
{
	padding: 0;
	max-width: 100%;
}