/*
 * ------------------------------------------------------------------------
 * JA Puresite Template for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* Badge Module ---*/
.ja-moduletable .badge {
	background-image: url(../images/icons/icon-badge.png);
	background-repeat: no-repeat;
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 20px;
	width: 40px;
}

div.moduletable_badge {
	background: #fff;
	border: 1px solid #e5e6e7;
	overflow: visible !important;
}

div.moduletable_badge span.badge + h3 {	
	font-size: 1.167em;
	text-shadow: 0 0 1px rgba(0,0,0,.1);
	color: #353637;
	font-weight: normal;
	background: url(../images/title-bg.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'QuestrialRegular', Arial, Helvetica, sans-serif;
	text-transform: none;
}

#ja-typo div.moduletable h3 {
	margin-top: 0;
}

body div.moduletable_badge {
	padding: 20px;
}

body div.moduletable_badge .ja-box-ct {
	background: none;
	border: 0;
}

body ul.ja-typo-list li:hover {
	background: none;
}

.ja-typo-blockrow > h2.ja-typo-title {
	margin: 0px !important;
}

#ja-typo .ja-typo-blockct ol {
	margin-left: 35px;
}