/* DOMtabs skin by Michael Martin - http://www.problogdesign.com */
/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */
/* Install guide: http://www.problogdesign.com/general-tips/how-to-install-domtabs-on-wordpress/ */

#sidebar1 ul.domtabs li.active {background:#000000;}		/* Active tab background color */
#sidebar1 ul.domtabs li:active a {color:#ffffff;}		/* Active tab font color */
#sidebar1 ul.domtabs li {background:#888888;}			/* Inactive tabs background color */
#sidebar1 ul.domtabs li a {color:#ffffff;}				/* Inactive tabs font color */
#sidebar1 ul.domtabs li {border-color:#000000;}			/* Tabs border color */
.domtab div {border:1px solid #DDDDDD;}					/* Box border color - Should be the same as the Active tab background color */

.domtab div {background:#ffffff;}						/* Box background color */
#sidebar1 li {list-style:none}
#sidebar1 ul.domtabs li {margin-right:0.5em;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}
#sidebar1 a:link {list-style:none}
#sidebar1 a:active {list-style:none}
#sidebar1 a:visited {list-style:none}
 
#sidebar1 ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

#sidebar1 ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	}


#sidebar1 ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 1px 1px 1x;
	padding:0.5em;
	clear:both;
	}
#sidebar1 .recent li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_recent.gif) no-repeat;
	}

#sidebar1 .recent-comments li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_comments.gif) no-repeat