@CHARSET "UTF-8";
/**
 * Inline PageList Plugin.
 *
 * Use this Style Sheet to customize the plugin. 
 * You can delete the file, and write your custom styles on the theme style.css file.
 * Also the pagelist_style_url filter can be used to override the default style.css url.
 *
 * @version		$Rev: 195141 $
 * @author		Jordi Canals <jcanals@gmail.com>
 * @copyright	Copyright (C) 2004-2010 Jordi Canals
 * @package		Alkivia
 * @subpackage	Pagelist
 * @link		http://alkivia.org/wordpress/pagelist
 * @license		http://www.gnu.org/licenses/gpl.html GNU General Public License v3

	Copyright (C) 2004-2010 Jordi Canals <jcanals@gmail.com>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/


/* ------------------------------------------ INLINE-PAGELIST PLUGIN */

#inline_pagelist-old {
	width: 200px;
	margin: 5px 10px 5px 0px;
	padding: 10px;
	background: #ffffc0;
	border: 1px solid #ffde01;
	float: left;
	}

/* added by Seamus */
#inline_pagelist  {
	background:none repeat scroll 0 0 #FFFFC0;
	border:1px solid #FFDE01;
	float:none;
	margin:5px auto;
	padding:10px;
	width:400px;
}

#inline_pagelist p {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dotted #c00000;
	}

#inline_pagelist ul {
	text-indent: 0;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	overflow: visible;
	}

#inline_pagelist-old ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
	}

/* added by Seamus */
#inline_pagelist ul li {
	list-style-type:none;
	margin:10px;
}


#inline_pagelist ul li.current_page_item {
	font-weight: bold;
	list-style-type: square;
	}

/* EOF */