body {	
	text-align: left;
}



.column {
	position: relative;
	float: left;
}

#center {
	background-color: #ffffff;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}


#right {
	width: 130px;           /* RC width */
	
}

#footer {
	clear: both;
	text-align: center;
	background-color: #ffffff;


}
/*** IE Fix ***/
* html #left {
	left: 150px;            /* RC fullwidth */
}
		
		
/* HEADER STUFF */



.description {
	
	font-weight: bold;	

}
		

/* SIDEBAR STUFF*/


#rightbar ul li {
	list-style:none;
	font: 14px Verdana;
	margin-left: -25px;
	padding-right: 5px;
	padding-bottom: 5px;	
	}

#sidebar ul li {
	list-style:none;
	font: 14px Verdana;
	margin-left: -25px;
	padding-right: 5px;
	padding-bottom: 5px;


	
	}


#sidebar h2 {
	color: #72AC20;
	font-size: 14px ;	

}


#rightbar h2{

	color: #72AC20;
	font-size: 14px ;

}


#rightbar{

	text-align: left;

}


#sidebar{

	text-align: left;

}


		


.rss-comments,.rss-entries {
padding:1px 0px 1px 20px;
font-weight:bold;

}
.entries-rss{
background:url('img/rss-entries.gif') no-repeat;
margin:0;
width:130px;
}
.comments-rss{
background:url('img/rss-comments.gif') no-repeat;
margin:0;
}
.comments-rss ul, .entries-rss ul{
margin:1px 0 15px 0;
padding:3px 0px 3px 0px;

}


/*Comments*/
#comment {
	height: 10em;
	overflow: auto;
	width: 75%;
}

/*SearchForm*/
#searchform {
	padding-left: 10px;
	padding-bottom: 5px;
	
}


/*Posts*/
.post
{text-align: left;}


.post a {
text-decoration: underline;
}

.postmetadata {

	text-align: left;
	margin-left: 2px;
	padding:8px 5px 8px 8px;		
	font-weight: bold;
	font: 14px Verdana;

		
}

.pauthor, .ptime, .pcat, .pdigg, .pdeli, .pcomment{
padding:1px 10px 2px 18px;
}
.pcomment{
background:url('img/commentcount.gif') no-repeat left;
}

.pauthor{
background:url('img/user.gif') no-repeat left;
}
.ptime{
background:url('img/time.gif') no-repeat left;
}
.pcat{
background:url('img/postcat.gif') no-repeat left;
}

/*Navigation*/
.pagetitle {
	margin: 3px;
	padding: 3px;
        border-bottom: 1px solid #111;

	}

.navigation {
	
	margin: 0 0 .2em 0;
	}

.alignleft {
	text-align:left;
	padding:0px 10px 0px 18px;
	font-weight:bold;

	
}

.alignright {
	text-align:right;
	height:19px;
	padding:0px 18px 0px 35px;
	font-weight:bold;
}

/*Basic other stuff*/




a, h1 a:hover, h2 a:hover, h3 a:hover{
	color:#72AC20;


}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited  {
	color: #72AC20;

}



blockquote { 
	background: url(img/quotes4.jpg) no-repeat top left; 
	margin: 12px 24px; 
	padding: 5px 10px 10px 40px; 
	border: 0; 
	color: #663200;

	}


/*footer stuff*/

p#blog-footer  {
	background: #fff;
	font-size:10px;

}

p#blog-footer a:link {
	font-size: 10px;

}
