/*
# ------------------------------------------------------------------------
# JA Minisite Template for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/
#ja-typo { padding: 20px 0 0 !important; }

#ja-typo .ja-content-main { width: 100%; }

/* TYPO HEAD
-------------------------------------------------------------*/
#ja-typo-head { background: #fff; padding: 0; }

ul#ja-typo-nav { margin: 0; padding: 0; }

ul#ja-typo-nav li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

ul#ja-typo-nav li a {
	color: #666;
	display: block;
	font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing: 1px;
	padding: 30px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#ja-typo-nav li a:hover,
ul#ja-typo-nav li a:active,
ul#ja-typo-nav li a:focus { color: #333; }

ul#ja-typo-nav li.active a { background: #333; color: #fff; }

/* TYPO PAGE LAYOUT
-------------------------------------------------------------*/
.ja-typo-blockswrap { margin: 15px 0; }

.ja-typo-blockrow { border-bottom: 1px dotted #ddd; padding: 0 0 20px; }

.ja-typo-block { float: left; padding-top: 20px; }

.ja-typo-blockct { padding: 0 10px; }

.ja-typo-blockswrap .cols-1 .ja-typo-block { float: none; width: 100%; }

.ja-typo-blockswrap .cols-2 .ja-typo-block { float: left; width: 50%; }

.ja-typo-blockswrap .cols-3 .ja-typo-block { float: left; width: 33%; }

.ja-typo-blockswrap .cols-4 .ja-typo-block { float: left; width: 24.9%; }

.ja-typo-block p{ overflow: hidden; }

.ja-typo-blockswrap .ja-typo-block.last { float: right; }

.ja-typo-blockswrap h1.ja-typo-title {
	background: url(../images/bgd_line_03.gif) repeat-x 0 100%;
	color: #222222;
	font-family: 'BebasNeueRegular',Arial,sans-serif;
	font-size: 400%;
	font-weight: normal;
	line-height: 100%;
	margin: 0 !important;
	padding: 10px 0;
	position: relative;
}

.ja-typo-blockswrap:hover h1.ja-typo-title { border-color: #333; color: #333; }

.ja-typo-blockswrap h2.ja-typo-title {
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 115%;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
	background: #f2f2f2;
	color: #666;
	display: inline-block;
	padding: 3px 10px;
}

.ja-typo-blockswrap:hover h2.ja-typo-title span { background: #ddd; color: #333; }

.ja-typo-blockrow > h2.ja-typo-title { margin-bottom: 0; margin-top: 20px; }

/* Blockswrap Actions ---*/
.ja-typo-blocks-actions {
	color: #999;
	font-size: 85%;
	position: absolute;
	right: 5px;
	top: 5px;
}

.ja-typo-blocks-actions a {
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

/* Block Actions ---*/
#ja-typo .typo-wrap { }

#ja-typo .typo-wrap a.typo-view-details {
	background: #333;
	border: 1px solid #1f1f1f;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px 1px;
	text-decoration: none;
	text-transform: capitalize;
}

/* PREFORMATTED TEXT
-------------------------------------------------------------*/
/* Pre, Code ---*/
pre, .code {
	background-color: #ffffdd !important;
	border: 1px solid #ccc !important;
	border-left-width: 5px !important;
	font: 1em/1.5 Monaco, Consolas, "Courier News", monospace !important;
	padding: 10px 15px !important;
}

/* Inline Words Hilite ---*/
.highlight {
	background: #ffffdd;
	font-weight: bold;
	padding: 1px 5px;
}

/* Dropcap ---*/
.dropcap {
	display: block;
	float: left;
	font: 60px/40px Georgia, Times, serif;
	padding: 7px 8px 0 0;
}

/* Blockquote ---*/
blockquote { font-family: Georgia, Times, serif; font-size: 100%; }

blockquote.blockquote-1 {
	background: url(../images/typo/so-q.png) no-repeat 12px 0;
	padding: 5px 20px 0 60px;
}

blockquote.blockquote-2 span.open {
	background: url(../images/typo/so-q.gif) no-repeat left top;
	display: inline-block;
	padding: 0 0 0 20px;
}

blockquote.blockquote-2 span.close {
	background: url(../images/typo/sc-q.gif) no-repeat bottom right;
	display: inline-block;
	padding: 0 20px 0 0;
}

/* sub & sup tags ---*/ 
sub, sup { color: #CC0000; font-size: 11px; font-weight: bold; }

/* LIST STYLES
-----------------------------------------------------------------*/
/* Special list style ---*/
ul.ja-typo-list li {
	background: none;
	margin-left: 8px;
	overflow: hidden;
	padding: 0 0 0 25px;
	position: relative;
}

ul.ja-typo-list span.icon {
	background-image: url(../images/typo/icons-sprites-silk.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 18px;
}

ul.list-arrow 	span.icon { background-position: left top; }

ul.list-star 	span.icon { background-position: left -18px; }

ul.list-check	span.icon { background-position: left -36px; }

/* Big Number ---*/
.blocknumber {
	min-height: 44px;
	padding: 5px 0 5px 55px !important;
	position: relative;
}

.blocknumber .bignumber {
	background-image: url(../images/typo/blocknumber-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font: bold 20px/normal Arial, sans-serif;
	height: 44px;
	left: 0;
	line-height: 44px !important;
	position: absolute;
	text-align: center;
	top: 0;
	width: 44px;
}

.blocknumber-1 .bignumber { background-position: left top; }

.blocknumber-2 .bignumber { background-position: left -44px; }

.blocknumber-3 .bignumber { background-position: left -88px; }

/* ICON STYLE
-----------------------------------------------------------------*/
/* Tips, Error, Message, Hightlight ---*/
p.ja-typo-icon { padding-left: 25px; position: relative; }

p.ja-typo-icon span.icon {
	background-image: url(../images/typo/icons-sprites-silk.png);
	/*background-image: url(../images/typo/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 18px;
}

p.icon-error	span.icon { background-position: left -54px; }

p.icon-message	span.icon { background-position: left -72px; }

p.icon-tips 	span.icon { background-position: left -90px; }

p.icon-key 		span.icon { background-position: left -108px; }

p.icon-tag 		span.icon { background-position: left -126px; }

p.icon-cart 	span.icon { background-position: right -54px; }

p.icon-doc 		span.icon { background-position: right -72px; }

p.icon-note 	span.icon { background-position: right -90px; }

p.icon-photo 	span.icon { background-position: right -108px; }

p.icon-mobi 	span.icon { background-position: right -126px; }

p.icon-error	{ color: #CC0000; }

p.icon-message	{ color: #069; }

p.icon-tips		{ color: #E58C00; }

/* BUBBLES
-----------------------------------------------------------------*/
/* Common Style + Style 1 */
.ja-typo-bubble { margin: 20px 0; }

.ja-typo-bubble .ja-typo-bubblect {
	border: 1px solid #d5d5d5;
	line-height: normal;
	padding: 10px 15px;
}

.ja-typo-bubble p.ja-typo-bubble-meta { height: 25px; margin: -3px 0 0; padding-left: 65px; }

.ja-typo-bubble span.ja-typo-bubble-author { display: block; font-weight: bold; padding-top: 5px; }

.ja-typo-bubble span.ja-typo-bubble-arrow {
	background: url(../images/typo/bubble-arrow.png) 0 0;
	bottom: 0;
	display: block;
	height: 25px;
	left: 28px;
	position: absolute;
	width: 25px;
}

/* Style 2 --- */
.bubble-2 .ja-typo-bubblect { background: #ddd; border: 0 !important; }

.bubble-2 span.ja-typo-bubble-arrow { background-position: -25px 0; }

/* Style 3 --- */
.bubble-3 .ja-typo-bubblect { border: 1px solid #08c; }

.bubble-3 span.ja-typo-bubble-arrow { background-position: 0 -25px; }

/* Style 4 --- */
.bubble-4 .ja-typo-bubblect { background: #08c; border: 0 !important; color: #fff; }

.bubble-4 span.ja-typo-bubble-arrow { background-position: -25px -25px; }

/* Style 5 --- */
.bubble-5 .ja-typo-bubblect { border: 1px solid #333; }

.bubble-5 span.ja-typo-bubble-arrow { background-position: -50px -50px; }

/* Style 6 --- */
.bubble-6 .ja-typo-bubblect { background: #333; border: none !important; color: #fff; }

.bubble-6 span.ja-typo-bubble-arrow { background-position: -25px -50px; }

/* MESSAGE BOXES AND LEGENDS STYLE
-----------------------------------------------------------------*/
/* Box style ---*/
p.ja-typo-box { border: 1px solid #ddd; padding: 10px 10px 10px 65px; }

/* Box with icons */
p.box-icon1, p.box-icon2,
p.box-icon3, p.box-icon4 {
	background-position: 10px 15px;
	background-repeat: no-repeat;
}

p.box-icon1 { background-image: url(../images/typo/icons/ico_01.png); }

p.box-icon2 { background-image: url(../images/typo/icons/ico_02.png); }

p.box-icon3 { background-image: url(../images/typo/icons/ico_03.png); }

p.box-icon4 { background-image: url(../images/typo/icons/ico_04.png); }

/* Box without icons - Style 1*/
p.box-grey-1, p.box-hilite-1 { padding: 10px 15px; }

p.box-grey-1 { background: #f7f7f7; border-color: #dddddd; }

p.box-hilite-1 { background: #ffffdd; border-color: #d2d2b6; }

/* Box without icons - Style 2*/
p.box-grey-2, p.box-hilite-2 { padding: 10px 15px; }

p.box-grey-2 {
	background: #f7f7f7;
	border-color: #dddddd;
	border-style: dotted;
}

p.box-hilite-2 {
	background: #ffffdd;
	border-color: #d2d2b6;
	border-style: dotted;
}

/* Legend ---*/
.ja-typo-legend {
	border: 3px solid #ddd;
	margin: 20px 0;
	padding: 20px 15px 15px;
	position: relative;
}

.ja-typo-legend .legend-title {
	background: #fff;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	left: 10px;
	line-height: normal;
	margin: 0 !important;
	padding: 5px !important;
	position: absolute;
	top: -17px;
}

/* Legend Style 2 */
.legend-2 { border: 3px solid #08c; }

.legend-2 .legend-title { color: #08c; }

/* BUTTONS
--------------------------------------------------*/
/* Common Buttons Style ---*/
/*Use for Demo Page Only*/
#ja-typo a.ja-typo-btn { float: left; margin: 20px 30px 10px 0; }

a.ja-typo-btn:hover,
a.ja-typo-btn:focus,
a.ja-typo-btn:active { text-decoration: none; }

/* Icon Buttons ---*/
a.ja-typo-btn-icn {
	background: url(../images/typo/btn-bg.gif) 100% 0 no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

a.ja-typo-btn-icn span {
	background-position: 7px 5px;
	background-repeat: no-repeat;
	display: block;
	float:left;
	padding: 0 15px 0 33px;
}

a.btn-icn-save span 	{ background-image: url(../images/typo/icons/disk.png); }

a.btn-icn-tip span 		{
	background-image: url(../images/typo/icons/lightbulb.png);
}

a.btn-icn-info span 	{
	background-image: url(../images/typo/icons/information.png);
}

a.btn-icn-ok span 		{ background-image: url(../images/typo/icons/tick.png); }

a.btn-icn-warning span 	{
	background-image: url(../images/typo/icons/exclamation.png);
}

a.ja-typo-btn-icn span span {
	background: none;
	border: none;
	display: inline;
	height: auto;
	line-height: 25px;
	padding: 0;
}

/* Common style for Dark Buttons --- */
a.btn-big {
	background: url(../images/typo/btn-bg.gif) 100% 0 no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	height: 24px;
	line-height: 24px;
	padding: 0 20px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a.btn-big:hover, a.btn-big:active, a.btn-big:focus { color: #fff; }

/* Button Blue*/
a.btn-blue { }

a.btn-blue:hover,
a.btn-blue:active,
a.btn-blue:focus {
	background-image: url(../images/typo/btn-blue-hover.gif);
}

a.btn-blue span { }

/* Button Pink*/
a.btn-pink { }

a.btn-pink:hover,
a.btn-pink:active,
a.btn-pink:focus {
	background-image: url(../images/typo/btn-pink-hover.gif);
}

a.btn-pink span { }

/* Button green*/
a.btn-green { }

a.btn-green:hover,
a.btn-green:active,
a.btn-green:focus {
	background-image: url(../images/typo/btn-green-hover.gif);
}

a.btn-green span { }

/* Button red*/
a.btn-red { }

a.btn-red:hover,
a.btn-red:active,
a.btn-red:focus {
	background-image: url(../images/typo/btn-red-hover.gif);
}

a.btn-red span { }

/* Button orange*/
a.btn-orange { }

a.btn-orange:hover,
a.btn-orange:active,
a.btn-orange:focus {
	background-image: url(../images/typo/btn-orange-hover.gif);
}

a.btn-orange span { }

/* Button Yellow*/
a.btn-yellow { }

a.btn-yellow:hover,
a.btn-yellow:active,
a.btn-yellow:focus {
	background-image: url(../images/typo/btn-yellow-hover.gif);
}

a.btn-yellow span { }

/* Button Olde Blue*/
a.btn-blue1 { }

a.btn-blue1:hover,
a.btn-blue1:active,
a.btn-blue1:focus {
	background-image: url(../images/typo/btn-blue1-hover.gif);
}

a.btn-blue1 span { }

/* Button Olde Green*/
a.btn-green1 { }

a.btn-green1:hover,
a.btn-green1:active,
a.btn-green1:focus {
	background-image: url(../images/typo/btn-green1-hover.gif);
}

a.btn-green1 span { }

/* TAGS
--------------------------------------------------*/
span.ja-typo-tag {
	background: #666;
	color: #fff;
	display: inline-block;
	line-height: normal;
	margin: 0 2px;
	padding: 3px 12px;
	white-space: nowrap;
}

span.tag {
	color: #fff;
	font-size: 92%;
	margin-left: 10px;
	padding: 0 5px;
}

span.tag-blue 	{ background: #08c; }

span.tag-green 	{ background: #669900; }

span.tag-orange { background: #e58c00; }

span.tag-red 	{ background: #cc0000; }

span.tag-grey { background: #ccc; color: #333; }

/* SPECIAL MODULE STYLE
--------------------------------------------------*/
/* Badge ---*/
.badge {
	background-image: url(../images/typo/badge.png);
	background-repeat: no-repeat;
	height: 13px;
	position: absolute;
	right: 0;
	top: 6px;
	width: 52px;
}

.badge-new 	.badge { background-position: 0 0; }

.badge-top 	.badge { background-position: 0 -26px; }

.badge-pick .badge { background-position: 0 -13px; }

.badge-hot 	.badge { background-position: 0 -39px; }

/*Use for Demo Page Only*/
#ja-typo .moduletable { margin: 0; }

#ja-typo .moduletable_badge {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 10px 20px;
}

/* FORM
--------------------------------------------------*/
/* Fieldset ----*/
/* Common Style + Style 1 */
fieldset.ja-typo-fieldset { border: 1px solid #ddd; padding: 10px 15px; }

fieldset.ja-typo-fieldset legend { padding: 0 10px; }

/*Use for Demo Page Only*/
#ja-typo fieldset { margin-top: 20px; }

fieldset.ja-typo-fieldset-logo { border: 1px solid #ddd; padding: 10px; }

fieldset.ja-typo-fieldset-logo legend {
	background: url(../images/typo/joomlart.gif) no-repeat left top;
	height: 20px;
	text-indent: -999px;
	width: 106px;
}
 
fieldset.ja-typo-fieldset-logo ul li {
	background: url(../images/typo/arrow-3.png) no-repeat left 2px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
	padding-left: 15px;
}

fieldset.ja-typo-fieldset-logo ul li.last { border: none; padding-bottom: 0; }

form.ja-typo-form { }

form.ja-typo-form textarea,
form.ja-typo-form .inputbox,
form.ja-typo-form select {
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 7px 5px;
}

form.ja-typo-form textarea:hover,
form.ja-typo-form .inputbox:hover,
form.ja-typo-form textarea:focus,
form.ja-typo-form .inputbox:focus { border-color: #d8d8d8; }

form.ja-typo-form button {
	background: url(../images/ico_arrow_01.png) no-repeat 95% 50% #1478C4;
	border: medium none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-style: normal;
	height: 30px;
	margin-right: 5px;
	overflow: visible;
	padding: 0 0 0 10px;
	text-align: left;
	text-transform: uppercase;
	width: 200px;
}

form.ja-typo-form button:hover,
form.ja-typo-form button:focus,
form.ja-typo-form button:active { background-color: #222; }

form.ja-typo-form p label  , form.ja-typo-form div label {
	display: block;
	float: left;
	font-size: 92%;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 0;
	padding: 0 15px 0 10px;
	text-transform: uppercase;
	width: 150px;
}

form.ja-typo-form div.editor { float: left; width: 613px; }

form.ja-typo-form .button2-left { margin-bottom: 15px; }

form.ja-typo-form table.mceLayout , form.ja-typo-form  .mce_editable { margin-bottom: 10px; }

/* Event day ---*/
div.ja-typo-event-day {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 6px 0 15px 0;
	min-height: 75px;
	padding-left: 90px;
	position: relative;
}

div.ja-typo-event-day:hover { background: #ffffcc; }

div.ja-typo-event-day div.box-left-wrap {
	background: url(../images/typo/curl-bg1.png) no-repeat right top;
	left: 5px;
	position: absolute;
	top: -5px;
	width: 80px;
}

div.ja-typo-event-day div.box-left { margin-right: 5px; }

div.ja-typo-event-day span.date {
	color: #fff;
	display: block;
	font-size: 400%;
	line-height: 1;
	text-align: center;
}

div.ja-typo-event-day span.month-year {
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 3px 0;
	text-align: center;
	text-transform: uppercase;
}

div.ja-typo-event-day div.box-right { padding: 5px 10px; }

div.ja-typo-event-day strong { display: block; }

div.ja-typo-event-day a.readon { font-size: 10px; text-transform: uppercase; }

div.event-day-blue div.box-left { background: #069; }

div.event-day-pink div.box-left { background: #E5076A; }

/* Typo ---*/
.ja-typo-bubble-small {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.ja-typo-bubble-small .bubble-small-inner {
	background: #E2EFF5;
	color: #666;
	color: #333;
	line-height: 1.4;
	padding: 10px;
}

.ja-typo-bubble-small .bubble-small-inner span.post-time {
	border-bottom: 1px dotted #CAE4F1;
	display: block;
	font-size: 9px;
	margin-bottom: 5px;
	padding: 0 0 5px;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
}

.ja-typo-bubble-small .bubble-small-inner span.avatar {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	padding: 2px;
}

.ja-typo-bubble-small span.author {
	background: url(../images/typo/arrow-down-grey.gif) no-repeat 20px 0;
	display: block;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 92%;
	padding: 5px 0 0 15px;
}

/* Custom module high light ---*/
div.ja-typo-hilite { background: #FFEA97; padding: 5px; position: relative; }

div.ja-typo-hilite .inner { border: 1px dashed #D2C17C; padding: 10px; }

div.ja-typo-hilite img {
	background: #fff;
	border: 1px solid #D2C17C;
	padding: 1px;
}

div.ja-typo-hilite a.badge {
	background: url(../images/typo/badge-2.png) no-repeat 0 0;
	bottom: 0;
	height: 78px;
	position: absolute;
	right: 0;
	text-indent: -999em;
	top: auto;
	width: 78px;
}

/* Module custome class ---*/
div.class-box-wrap1,
div.class-box-wrap2,
div.class-box {
	background: #fff;
	border: 1px solid #ddd;
	padding-bottom: 4px;
	width: 163px;
}

div.class-box-wrap1 { margin: 10px 0 0 10px; }

div.class-box-wrap2 { margin: -5px 0 0 -5px; }

div.class-box { margin: -5px 0 0 -5px; padding: 0; position: relative; }

div.class-box-inner {
	background: url(../images/typo/stripe-bg-2.png) #f0f0f0;
	margin: 4px;
	padding-top: 35px;
}

div.class-box div.title {
	background: url(../images/typo/curl-bg-5.gif) no-repeat 0 0;
	left: -4px;
	padding-top: 4px;
	position: absolute;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-transform: uppercase;
	top: 6px;
}

div.class-box div.title h3 {
	background: #999;
	border: 0;
	color: #fff;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	margin: 0 !important;
	padding: 3px 10px 4px !important;
}

div.class-box-style1 div.class-box div.title h3 { background: #666; }

div.class-box-style2 div.class-box div.title h3 { background: #d2c17c; }

div.class-box-style3 div.class-box div.title h3 { background: #069; }

div.class-box-style4 div.class-box div.title h3 { background: #e5076a; }

div.class-box-style5 div.class-box div.title h3 { background: #cc0000; }

div.class-box-style6 div.class-box div.title h3 { background: #222; }

div.class-box .image {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	overflow: hidden;
}

div.class-box span {
	color: #666;
	display: block;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	padding: 5px 10px 10px;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
}

div.class-box:hover { border-color: #999; }

div.class-box:hover span { color: #069; }

/* JA Typo feature news ---*/
.ja-typo-feature-news {
	background: #FFEECA;
	margin: 0 -5px 0 -5px;
	overflow: hidden;
}

.ja-typo-feature-news .inner {
	border: 1px dashed #D2C4A6;
	margin: 5px !important;
	padding: 10px !important;
}

.ja-typo-feature-news img {
	background: #fff;
	border: 1px solid #D2C4A6;
	margin-bottom: 10px;
	padding: 1px;
}

.ja-typo-feature-news h2 { font-size: 110%; margin-bottom: 5px; }

/* Module mega menu */
.moduletable_mega .mostread {
	font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}

.moduletable_mega .mostread-image img { border: 2px solid #ddd; padding-right: 0 !important; }

.moduletable_mega span.post-date { color: #333 !important; font-size: 11px; }

/* Subscribe module ---*/
.subscribe-wrap {
	background: url(../images/typo/subs-bg.png) no-repeat 0 0 #f5f7f8;
	margin: -8px -8px -8px -7px;
	position: relative;
	width: 290px;
}

.subscribe-wrap .inner { padding: 20px 25px; }

.subscribe-wrap h3 { margin-left: 0 !important; padding-left: 0 !important; }

.subscribe-wrap .inputtext {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #9FA0A0;
	border-right: 1px solid #fff;
	border-top: 1px solid #9FA0A0;
	margin-right: 3px;
	padding: 5px 7px;
	width: 160px;
}

.subscribe-wrap .button { border-color: #ddd #ccc #ccc #ddd !important; }

.subscribe-wrap small { display: block; padding-top: 3px; }

ul.ja-social-list {
	border-top: 3px solid #ddd;
	margin-top: 8px !important;
	padding-top: 12px;
}

ul.ja-social-list li { background: none !important; float: left; }

ul.ja-social-list li a {
	background-image: url(../images/typo/icons/social-icon.png) !important;
	background-repeat: no-repeat !important;
	display: block;
	height: 24px;
	margin-right: 15px;
	opacity: .5;
	overflow: hidden;
	width: 24px;
}

ul.ja-social-list li a:hover,
ul.ja-social-list li a:focus { opacity: 1; }

ul.ja-social-list li a span { display: none; }

ul.ja-social-list li.icon1 a { background-position: left top !important; }

ul.ja-social-list li.icon2 a { background-position: -41px top !important; }

ul.ja-social-list li.icon3 a { background-position: -86px top !important; }

ul.ja-social-list li.icon4 a { background-position: -130px top !important; }

ul.ja-social-list li.icon5 a { background-position: -175px top !important; }

ul.ja-social-list li.icon6 a { background-position: -218px top !important; }

ul.ja-social-list li.icon7 a { background-position: -262px top !important; }

ul.ja-social-list li.last a { margin-right: 0; }