


/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: 0px;
	border:1px none;
}

html>body .entry li {
	margin: 0px;
	border:1px none;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020"; /* bullett */
	padding-right:9px; /*change this value to line up text wrapping*/
	margin-left:-20px;
	border:1px none;
	}
	
#sidebar ul ul, #sidebar ul ol { /* all items box */
	margin-left: 25px;
	border:1px none;
	}
	
#sidebar ul ul li, #sidebar ul ol li {
	margin:0px;
	margin-top:5px;
	margin-left: 0px; /* individual items box - top right bottom left */
	padding: 0;
	border:1px none;
	line-height:12px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	border:1px none;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	border:1px none;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	border:1px none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	border:1px none;
	}

#sidebar ul li { /* headers and items box */
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	margin-top:-10px;
	border:1px none;
	}

	
/* End Entry Lists */


