@CHARSET "UTF-8";
/*  
Use this Style Sheet to customize the plugin. 
You can delete the file, and write your custom styles on the theme' style.css file.
If you're usinf one of my themes, styling on the file custom.css is the preferred method.
*/
/* ------------------------------------------ INLINE-PAGELIST PLUGIN */
#inline_pagelist {
/*	width: 200px; */
	margin: 5px 10px 5px 0px;
	padding: 10px;
	float: left;
}

#inline_pagelist p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

#inline_pagelist ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#inline_pagelist ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
}
/* EOF */