body 
{
	margin: 11px auto 0 auto;
	width:1050px;
	font:11px/16px Verdana, Sans-Serif;
	color:#29303B;
	background-color: #fff;
}

#header 
{
}

#header img
{
	border:0px;
	background-color:#fff;
}

#container
{
	position:relative;
	width:100%;
	display:block;
}

#center 
{
	margin: 0 200px 0 200px;
	
	border:1px solid #ccc; 
	padding: 0 2px; 
}

#left 
{
	position:absolute;
	top:0px;
	left:0px;
	width:190px;

	padding: 0 5px;				/* LC padding */
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#right 
{
	position:absolute;
	top:0px;
	left:850px;
	width:190px;

	padding: 0 5px;     		/* RC padding */
}

#footer 
{
	text-align: center;
}

		
		
/* HEADER STUFF */
#header h1
{
	font-size: 30px;
	margin: 20px 10px 5px 10px;
	text-decoration: none;
}

.description 
{
	font-size: 1em;
	font-weight: lighter;
	margin: .5em 1em .5em 1em;
}
		

/* SIDEBAR STUFF*/
#sidebar li 
{
	list-style: none;
}

#sidebar ul 
{
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: right;
}

#sidebar h2 
{
	background-color:#666;
	color: #fff;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 17px;
	border: 1px solid #ccc;
}

/* RIGHTBAR */		
#rightbar li 
{
	list-style: none;
	/* list-style-type:square; */ 
}

#rightbar ul 
{
	font:9px/12px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: left;
	padding-left:0px;
}

#rightbar h2 
{
	background-color:#666;
	color: #FFFFFF;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 17px;
	border: 1px solid #ccc;
}
		
.rss-comments,.rss-entries 
{
	padding:1px 0px 1px 20px;
	font-weight:bold;
}

.entries-rss
{
	background:url('img/rss-entries.gif') no-repeat;
	margin:0;
	
}

.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;
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
}


/*Comments*/
#comment 
{
	height: 10em;
	overflow: auto;
}

/*SearchForm*/
#searchform 
{
	padding-left: 10px;
	padding-bottom: 5px;
	float:right;
}


/*Posts*/

.post a 
{
	text-decoration: underline;
}

.postmetadata 
{
	font:9px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 15px;
	border-top: 1px solid #ECECEC;
	padding-left: 5px;
	color:#888
}

.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 
{
	font-size: .9em;
	margin: 0 0 .2em 0;
	/* border-bottom: 1px dotted #CCC; */ 
}

.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*/

h2,h3,h4 
{
	font:20px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #CCC;
	height: 20px;

}

img
{
	border:0px solid #ccc;
	background-color:#fff;
}

a, h1 a, h2 a, h3 a
{
	color:#444;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover
{
	color:#000;
}

blockquote 
{ 
	background: url(img/blockquote.png) no-repeat top left; 
	margin: 12px 24px; 
	background-color: #f9f9f9; 
	padding: 23px 20px 20px 21px; 
	text-align: justify; 
	color: #5f5f5f; 
	border: 1px #eee dotted; 
}


/*footer stuff*/

p#blog-footer  
{
	background: #fff;
	color: #aaa;
	font-size:10px;
}

p#blog-footer a:link 
{
	color: #059;
	font-size: 10px;
}