html,body{
	margin:0 ;
	padding:0;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;	
	text-align:center;
	}
a	{outline:none; text-decoration:none}
a:link,
a:visited	{color:#6699cc;}
a:hover		{color:#FF3366;}

.floatL{float:left;}
.floatR{float:right;}
.clear{clear:both;}
.center{text-align:center;}
ul{
	list-style:none;
	margin:0;
	padding:0;
	}	
	
/*/////////////////////////////////////////
///////////////// STRUCTURE ////////////////
/////////////////////////////////////////*/	
div#container{
	text-align:left;
	width:355px;
	padding:0 10px;
	margin:0 auto;
	}	

div#wrapper {
	width:100%;
	overflow:auto;
	margin:15px 0;
	}

div#content{
	width:355px;
	float:left;
	}

	
/*/////////////////////////////////////////
///////////// POST FORMATING  /////////////
/////////////////////////////////////////*/
div.post h2 {
	font-size:22px;
	letter-spacing:-1px;
	background-image:url(pix/dotsH.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin:0px;
	padding:6px 0;
	font-weight:normal;
	}
div.post small{
	font-size:10px;
	letter-spacing:normal;
	color:#ababab;
	display:block;
	text-align:right;
	}			
div.post div.entry a img{
	border-style:solid;
	border-width:1px;
	padding:5px;
	}
div.post div.entry a:link img,
div.post div.entry a:visited img{
	background-color:#FFF;
	border-color:#DDD;
	}
div.post div.entry a:hover img{
	background-color:#F5F5F5;
	border-color:#CCC;
	}	
div.post div.entry ul{
	margin:10px;
	}
div.post div.entry ul li{
	background-image:url(pix/icon_miniarrow.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding:2px 0px 2px 10px;
	}		
div.post div.entry ol{
	list-style:decimal-leading-zero;
	}	
div.post div.entry a{text-decoration:underline; font-weight:bold;}
div.post div.entry a:link,
div.post div.entry a:visited{color:#3D81EE;}
div.post div.entry a:hover{color:#0099CC;}	
div.post ul.postmetadata{
	border-top:3px double #EEE;
	border-bottom:3px double #EEE;
	padding:4px 0px;
	margin-bottom:10px;
	font-size:11px;
	}

div.post div.entry blockquote{
	background:#FFFFFF url(pix/bq.gif) top left no-repeat;
	margin:0 auto;
	padding:0 0 0 45px;
	color:#666;
	font-size:11px;
	width:80%;
	}

div.post div.entry blockquote blockquote{
	background-image:none;
	border-left:5px solid #DDD;
	padding:0 0 0 20px;
	margin-left:20px;
	}

div.post div.entry code{
	font-size:11px;
	}

		
div.post ul.postmetadata li{
	display:inline;
	background-repeat:no-repeat;
	padding:4px 0px 3px 20px;
	background-position:0 0;
	}	

	

div.post ul.postmetadata li.icon_cat		{background-image:url(pix/icon_folder.gif);}
div.post ul.postmetadata li.icon_comment	{background-image:url(pix/icon_recentComment.gif);}	
div.post ul.postmetadata li.icon_date		{background-image:url(pix/icon_date.gif);}
div.post ul.postmetadata li.icon_track		{background-image:url(pix/icon_track.gif);}	
div.post ul.postmetadata li.icon_rss		{background-image:url(pix/icon_rss.gif); background-position:0 -20px;}		
div.post ul.postmetadata li.icon_alert		{background-image:url(pix/icon_alert.gif);}

div.post ul.postmetadata li.icon_r{
	float:right;
	font-weight:bold;
	padding:0 0 0 20px;
}	
		

div.post ul.postmetadata li a:link,
div.post ul.postmetadata li a:visited{color:#00A200;}
div.post ul.postmetadata li a:hover{color:#333;}	




/*/////////////////////////////////////////
///////////////// COMMENTS ////////////////
/////////////////////////////////////////*/
h3#comments,
h3#respond{
	font-weight:normal;
	font-size:14px;
	letter-spacing:-1px;
	color:#555;
	padding:0 0 0 25px;
	background-position:left;
	background-repeat:no-repeat;
	}

h3#comments{background-image:url(pix/icon_comments.gif);}
h3#respond {background-image:url(pix/icon_addcomment.gif);}	
.addcomment,
.closecomment{
	float:right;
	text-transform:uppercase; 
	padding:3px 18px 3px 0px;
	font-size:10px;
	margin:12px 0 0 0;
	text-decoration:underline;
	}
a.addcomment{
	background-image:url(pix/icon_arrowdown.gif);
	background-repeat:no-repeat;
}
a.addcomment:link,
a.addcomment:visited{
	background-position:100% 0px;
	}
a.addcomment:hover{
	background-position:100% -20px;
	}

ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	}
ol.commentlist cite{
	text-transform:uppercase;
	font-style:normal;
	}
ol.commentlist li{
	border-bottom:1px solid #EEE;
	padding:10px;
	}
ol.commentlist h5{
	font-size:11px;
	margin:0;
	padding:0;
	}	
ol.commentlist h5 small{
	display:block;
	}	
ol.commentlist li{background-color:#fdfdfd;}
ol.commentlist li.alt{background-color:#FFF;}
ol.commentlist li span.moderate{
	background-image:url(pix/icon_cursor.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:2px 0px 2px 20px;
	color:#FF3300;
	}
	
#commentform input#author,
#commentform input#email,
#commentform input#spam,
#commentform input#url{background-image:url(pix/icon_form.gif); background-repeat:no-repeat;
	border:1px solid #CCC;
	padding:4px 4px 4px 30px;
	width:230px;}


#commentform input#author	{background-position:3px -3px;}
#commentform input#email	{background-position:3px -33px;}
#commentform input#url	{background-position:3px -63px;}
#commentform input#spam	{background-position:3px -93px;}
	
#commentform #comment{
	width:99%;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background-color:#FFF;
	border:1px solid #CCC;
	}		
.nocomments,
.nocommentsadd{
	background:#fdf9e3 url(pix/icon_cross.gif) left no-repeat;
	padding:5px 5px 5px 30px;
	border:2px solid #f7e590;
	color:#9f8e3b;
	font-size:11px;
	}	

.nocomments		{background:#fdf9e3 url(pix/icon_cross.gif) left no-repeat;}		
.nocommentsadd	{background-image:url(pix/icon_add.gif);}

	
/* general*/

div#sidebar ul li ul li{
	border-bottom:1px solid #EEE;
	padding:3px 0px;
	}	

div#sidebar ul li ul li a{
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	}

div#sidebar ul li ul li a:link,
div#sidebar ul li ul li a:visited{
	background-position:0px -4px;
	}

div#sidebar ul li ul li a:hover{
	background-position:0px -84px;
	}
