/*   
Theme Name: Test
Theme URI: http://peter.vdhamer.com/test/
Description: A child theme for WordPress.
Author: Peter van den Hamer
Author URI: http://peter.vdhamer.com/
Template: twentyten
Version: 0.1

*/


/* Reset default browser styles */
@import url("../twentyten/style.css");

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}

ul ul {
	list-style: circle;
	margin: 0 0 18px 1.5em;
}

.widget-area ul ul {
	list-style: disc;
	margin-left: 1.3em;
}


