/**
 * Honeystone Content Management System
 *
 * @package    Honeystone Stucture Template
 * @copyright  Copyright (c) 2009-2010 Honeystone CMS (http://www.honeystone.com)
 * @license    http://www.honeystone.com/cms/license.html Commercial licensed software
 *
 * @template   toughCord
 * @stylesheet cmsOnly
 * @version    1.0.0
 */

/* --- Bullets --- */
#content ul {
	list-style-type: none;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 20px;
}

#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: none;
	background-image: url(../images/round-bullet.gif);
	background-position: 0% 15px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}
