/* Author: Dominik Kocuj */
/* Copyright (c) 2013 kocuj.pl */
/* DO NOT DISTRIBUTE THIS FILE! */
/* See license.txt for more information */

#content .entrytext .sitemap ul {
	list-style: none outside none;
	margin-top: 0px;
	margin-left: 27px;
}

#content .entrytext .sitemap ul li {
	background: none;
	margin-left: -40px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 0px;
}

#content .entrytext .sitemap ul li.first {
	border-top-width: 0px;
	padding-top: 0px;
}

#content .entrytext .sitemap ul li ul {
	list-style: disc outside none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 30px;
}

#content .entrytext .sitemap ul li ul li {
	background: none;
	margin-left: -16px;
	border-top-width: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content .entrytext .sitemap ul.templateposts {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 17px;
	margin-bottom: 0px;
}

#content .entrytext .sitemap ul.templateposts li {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -2px;
	margin-bottom: 1px;
	padding-left: 5px;
	margin-left: -31px;
}
