/*  
Theme Name: Seedlings
Description: Seedlings of Knowledge
Version: 1.0
Author: Joshua Kostka
Author URI: http://www.joshuakostka.com/
*/

* { margin: 0; padding: 0; list-style: none; }

body {
	background: url(../seedlings/img/bg_leftsidebar.png) top center repeat-y;
	color: #333;
	font-family: arial, "Lucida Grande", "Helvetica Neue", helvetica, tahoma, sans-serif;
}

#upperBar {
	height: 20px;
	background: url(../seedlings/img/bg_topbar.png) top center no-repeat;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}                       

#content {
	float: right;
	width: 500px;
	margin-top: 0px;
}
	.shashin_thumbs_table td {
 	   text-align: center;
	   margin: 1px;
	   border: 0px;
	   padding: 0px;
     }
    #content .post {
		margin-bottom: 40px;
	}
	
	#content .post h2 {
		color: #333;
		text-decoration: none;
		padding: 3px 0px;
		font-size: 19px;
		font-weight: normal;
		font-style:italic;
		font: Arial, Helvetica, sans-serif;
	}
		
	#content .post h2 a {
		color: #FFF;
		text-decoration: none;
		padding: 3px 0;
	}

	#content .post h2 a:hover {
		color: #D5F3FF;
	}
        
h3 {	font-size: 23px;
		font-weight: normal;
		font-style:italic;
		font: Arial, Helvetica, sans-serif; }
		
	#content .post img {
		max-width: 500px;
		display: block;
		text-align:left;
	}     
	
	#content .post a img {
		border: 0px;
	}


	#content .texttable table, #content .donationtable table {
		border-collapse: collapse;
		cellspacing: 0px;
	}
	
	.texttable td {
		font: 12px Arial, "Lucida Grande", "Helvetica Neue", helvetica, tahoma, sans-serif;
		padding: 5px 7px 5px 7px;
		border-left: solid 1px #999;
		border-bottom: solid 1px #999; 
border-top: solid 1px #999;
		border-right: solid 1px #999;

	}
.donationtable td {
	font: 12px Arial, "Lucida Grande", "Helvetica Neue", helvetica, arial, tahoma, sans-serif;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #d5d5d4;
}

	#content .post ol {
		margin-left: 20px !important;
	}
	
	#content .post ol li {

		list-style-type: decimal !important;
		font: 12px Arial, "Lucida Grande", "Helvetica Neue", helvetica, arial, tahoma, sans-serif;
		padding: 0px 7px 0px 4px;
		line-height: 125%;
		margin-left: 0.5em;
		margin-top: 0.4em;

	}

	#content .post ul {
		margin-left: 20px !important;
	}
	
	#content .post ul li {
		list-style-type: disc !important;
		font: 13px Arial, "Lucida Grande", "Helvetica Neue", helvetica, arial, tahoma, sans-serif;
		padding: 0px 7px 0px 7px;
		line-height: 140%;
		margin-top: 0.5em;

	}
	
	#content p {
		font: 13px Arial, "Lucida Grande", "Helvetica Neue", helvetica, arial, tahoma, sans-serif;
		padding: 0px 7px 0px 7px;
		margin-top: 1em;
		line-height: 140%;
	}
	
	#content blockquote {
		margin-left: 10px;
		border-left: 3px solid #333;
		padding-left: 10px;
	}
	
	#content p a {
		color: #ff3366;
		text-decoration:none;
	}
	
	#content p a:hover {
		text-decoration: underline;
	} 
	
	#content small {
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    border-top: 3px solid #333;
	    border-bottom: 1px solid #333;
	    font-size: 11px;
	    color: #999;
	}
	
	#content ol.commentlist {
		margin-top: 10px;
	}
	
	#content ol.commentlist li {
		border-top: 1px solid #333;
		margin-bottom: 10px;
	} 
	
	#content ol.commentlist li .commentMeta {
		width: 120px;
		float: left;
		margin-top: 5px;
	} 
	
    #content ol.commentlist li .commentMeta span {
		display: block;
	}
			
	#content ol.commentlist li .commentMeta span.author,
	#content ol.commentlist li .commentMeta span.author a {
		color: #CCC;    
		text-decoration: none;
		margin-bottom: 5px;
	}                     
			
	#content ol.commentlist li .commentMeta span.date a {
		color: #666;
		text-decoration: none;
		font-size: 11px;
	}

	#content ol.commentlist li .commentMeta span.moderate a {
		color: #a2ff01;
	}
		
	#content ol.commentlist li .commentText {
		width: 290px;
		float: right;
		padding: 5px;
		font-size: 12px;
	}
	
	#content #commentform input {
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content #commentform textarea {
		width: 410px;
		padding: 10px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content .nextprevious {
		height: 40px;
		display: block;
	} 
	
	#content .nextprevious a {
		color: #CCC;
	}               
	
	#content .nextprevious .left {
		float: left;
	}              
	
	#content .nextprevious .right {
		float: right;
	}
	

#sidebar {
	width: 255px;
	float: left;
} 

	#sidebar #upperBox {
		padding: 0px;
		margin-bottom: 10px;
		text-align: center;
		height: 125px;
		width: 255px;
	}
	
	#sidebar #upperBox h1 {
	    margin-bottom: 5px;
	    font: normal 30px Arial, Helvetica, Sans-serif;
	    letter-spacing: -1px;
	}
	
	#sidebar #upperBox h1 a {
	    color: #FFF;
	    text-decoration: none;
	}                
	
	#sidebar #upperBox a img {
		display: block;
		margin: 0 auto;
		border: none;
	}
	
	#sidebar #upperBox p {
		margin: 5px 0;
		font-size: 10px;
		text-align: center;
	}
	#sidebar .menu01 { display: block; width: 255px; height: 39px; background: url(../seedlings/img/menu_01.png) top left no-repeat; }
	#sidebar .menu01:hover { background: url(../seedlings/img/menu_01.png) -257px 0px no-repeat; }
	#sidebar .menu02 { display: block; width: 255px; height: 39px; background: url(../seedlings/img/menu_02.png) top left no-repeat; }
	#sidebar .menu02:hover { background: url(../seedlings/img/menu_02.png) -256px 0px no-repeat; }
	#sidebar .menu03 { display: block; width: 255px; height: 35px; background: url(../seedlings/img/menu_03.png) top left no-repeat; }
	#sidebar .menu03:hover { background: url(../seedlings/img/menu_03.png) -256px 0px no-repeat; }
	#sidebar .menu04 { display: block; width: 255px; height: 34px; background: url(../seedlings/img/menu_04.png) top left no-repeat; }
	#sidebar .menu04:hover { background: url(../seedlings/img/menu_04.png) -256px 0px no-repeat; }
	#sidebar .menu05 { display: block; width: 255px; height: 40px; background: url(../seedlings/img/menu_05.png) top left no-repeat; }
	#sidebar .menu05:hover { background: url(../seedlings/img/menu_05.png) -256px 0px no-repeat; }	
	#sidebar .menu06 { display: block; width: 255px; height: 36px; background: url(../seedlings/img/menu_06.png) top left no-repeat; }
	#sidebar .menu06:hover { background: url(../seedlings/img/menu_06.png) -256px 0px no-repeat; }	
	#sidebar .menu07 { display: block; width: 255px; height: 36px; background: url(../seedlings/img/menu_07.png) top left no-repeat; }	
	#sidebar .menu07:hover { background: url(../seedlings/img/menu_07.png) -256px 0px no-repeat; }	
	
	#sidebar h2 {
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	#sidebar a img {
		border: none;
	}
	
	#sidebar ul {
		margin-bottom: 20px;
	}
	
	#sidebar ul li {
		font-size: 11px;
		background: url(../seedlings/img/bullet.png) 0 5px no-repeat;
		padding: 0 10px;
		margin: 0 0 5px 5px;
	}
	
	#sidebar ul li a {
		color: #999;
		text-decoration: none;
	}
	
	#sidebar ul li span {
		color: #666;
		margin-left: 5px;
	}
	
	#sidebar ul li a:hover {
		color: #CCC;
	}
	
	#sidebar ul#nav {
		margin: 10px 0 20px 0;
	}
	
	#sidebar ul#nav li {
		margin: 0;
		padding: 0;
	}
		
	#sidebar ul#nav li a {
		display: block;
		height: 17px;
		padding: 7px 10px;
		background: url(../seedlings/img/nav_off.png) 0 0 no-repeat;
		margin-bottom: 5px;
		text-decoration: none;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		color: #999;
	}
	
	#sidebar ul#nav li a:hover {
		background: url(../seedlings/img/nav_off.png) 0 -31px no-repeat;
	}        
	
	#sidebar ul#nav li a.active {
		background: url(../seedlings/img/nav_on.png) 0 0 no-repeat;
		color: #FFF;
	}

#noticebox {
		background: url(../seedlings/img/lowerBox_bg.jpg) top center no-repeat;
		padding: 0px;
		margin: 20px 0 10px 0;
		text-align: center;
		height: 302px;
		width: 265px;
}

.notice {
position: relative;
top: 75px;
left: 30px;
height: 190px;
width: 210px;
overflow: auto;

}

.notice p {font-size: 0.7em; text-align: left;}

.notice div {font-size: 0.7em; text-align: left;} /* need this because autopost makes paragraphs into classless divs... */

.footer {

}



.clearfix {
	clear: both;
}	
	
