/* articles.css
**
** Styles for elements in articles
*/

.item
{
	margin-bottom: 30px !important;
}

.item p, .item-page p
{
	margin: 0 !important;
	margin-bottom: 5px !important;
	padding: 0 !important
}

.item img, .item-page img
{
	display: block;
	margin: auto;
}

.item h2, .item h3, .item h4, .item-page h2, .item-page h3, .item-page h4
{
	color: #403432 !important;
	margin: 0 !important;
}

.item h2, .item-page h2
{
	text-align: center;
	padding: 0;
	margin-bottom: 15px !important;
	font-size: 200% !important;
}

.item h3, .item-page h3
{
	font-size: 150% !important;
	margin-bottom: 10px !important;
	margin-top: 25px !important;
	padding: 0;
}

.item h4, .item-page h4
{
	font-size: 120% !important;
	margin-bottom: 5px !important;
	margin-top: 10px !important;
	padding: 0;
}

.item ul, .item-page ul
{
	margin: 5px 0;
	list-style: square inside !important;
}

.item ul li, .item-page ul li
{
}

.item ul ul, .item-page ul ul
{
	margin: 0;
	margin-left: 25px;
}

.item ol, .item-page ol
{
	margin: 5px 0;
	margin-left: 12px;
	list-style-type: decimal inside !important;
}

.item ol li, .item-page ol li
{	
}

.item ul ol, .item-page ul ol
{
	margin: 0;
	margin-left: 25px;
}

.readmore
{
	background-color: #2F2523 !important;
	color: #ffffff !important;
}

.readmore:hover 
{
	background-color: #685A57 !important;
	color: #ffffff !important;
}