/*
# ------------------------------------------------------------------------
# JA Teline IV
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 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.
# ------------------------------------------------------------------------
*/

#ja-typo {
  background: #fff;
  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 {
  margin: 0 5px 0 0;
  padding: 0;
  display: block;
  float: left;
}

ul#ja-typo-nav li a {
  display: block;
  padding: 30px 10px 10px;
  color: #666;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
}

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 { width: 100%; float: none; }
.ja-typo-blockswrap .cols-2 .ja-typo-block { width: 50%; float: left; }
.ja-typo-blockswrap .cols-3 .ja-typo-block { width: 33%; float: left; }
.ja-typo-blockswrap .cols-4 .ja-typo-block { width: 24.9%; float: left; }

.ja-typo-blockswrap .ja-typo-block.last { float: right; }

.ja-typo-blockswrap h1.ja-typo-title {
  font-size: 175%;
  border-bottom: 8px solid #ddd;
  padding: 5px;
  margin: 0;
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #666;
}

.ja-typo-blockswrap:hover h1.ja-typo-title  {
  border-color: #333;
  color: #333;
}

.ja-typo-blockswrap h2.ja-typo-title {
  font-size: 115%;
  margin: 0;
  padding: 0 10px;
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
  background: #f2f2f2;
  color: #666;
  padding: 3px 10px;
  display: inline-block;
}

.ja-typo-blockswrap:hover h2.ja-typo-title span  {
  background: #ddd;
  color: #333;
}

.ja-typo-blockrow > h2.ja-typo-title {
  margin-bottom: -20px;
  margin-top: 20px;
}

/* Blockswrap Actions ---*/
.ja-typo-blocks-actions {
  font-size: 85%;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #999;
}

.ja-typo-blocks-actions a {
  font-size: 85%;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #c00;
  text-decoration: none;
}

/* Block Actions ---*/
#ja-typo .typo-wrap {
}

#ja-typo .typo-wrap a.typo-view-details {
  background: #333;
  border: 1px solid #1f1f1f;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 2px 8px 1px;
}

/* 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 span.open {
  background: url(../images/so-q.gif) no-repeat left top;
  display: inline-block;
  padding: 0 0 0 20px;
}

blockquote span.close {
  background: url(../images/sc-q.gif) no-repeat bottom right;
  display: inline-block;
  padding: 0 20px 0 0;
}

/* sub & sup tags ---*/ 
sub, sup { font-size: 11px; }

/* LIST STYLES
-----------------------------------------------------------------*/
/* Special list style ---*/
ul.ja-typo-list li {
  background: none;
  margin-left: 8px;
  padding: 0 0 0 25px;
  position: relative;
  overflow: hidden;
}

ul.ja-typo-list span.icon {
  background-image: url(../images/icons-sprites-silk.png);
  /*background-image: url(../images/icons/icons-sprites-tango.png);*/
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

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 {
  position: relative;
  padding: 5px 0 5px 55px !important;
  min-height: 44px;
}

.blocknumber .bignumber {
  background-image: url(../images/blocknumber-bg.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px !important;
  position: absolute;
  top: 0;
  left: 0;
  font: bold 20px/normal Arial, sans-serif;
  text-align: center;
}

.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/icons-sprites-silk.png);
  /*background-image: url(../images/icons/icons-sprites-tango.png);*/
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

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;
  position: relative;
}

.ja-typo-bubble .ja-typo-bubblect {
  border: 1px solid #d5d5d5;
  padding: 10px 15px;
}

.ja-typo-bubble p.ja-typo-bubble-meta {
  margin: -3px 0 0;
  height: 25px;
  padding-left: 65px;
}

.ja-typo-bubble span.ja-typo-bubble-author {
  font-weight: bold;
  display: block;
  padding-top: 5px;
}

.ja-typo-bubble span.ja-typo-bubble-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 25px;
  height: 25px;
  background: url(../images/bubble-arrow.png) 0 0;
}

/* Style 2 --- */
.bubble-2 .ja-typo-bubblect { border: 0 !important; background: #ddd; }
.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 { border: 0 !important; background: #08c; 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 { border: none !important; background: #333; 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 50px;
}

/* Box with icons */
p.box-download, p.box-sticky {
  background-repeat: no-repeat;
  background-position: 10px 15px;
}

p.box-download {
  background-image: url(../images/icons/download-big.png);
}

p.box-sticky {
  background-image: url(../images/icons/sticky-big.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 ---*/
a.ja-typo-btn {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #ccc;
  color: #333;
  background: url(../images/grad-l1-trans.png) repeat-x top #ddd;
}

a.ja-typo-btn:hover,
a.ja-typo-btn:active,
a.ja-typo-btn:focus {
  border: 1px solid #aaa;
  background-position: bottom;
  color: #333;
  text-decoration:none;
}

/*Use for Demo Page Only*/
#ja-typo a.ja-typo-btn {
  margin: 20px 30px 10px 0;
  float: left;
}

/* Icon Buttons ---*/
a.ja-typo-btn-icn {
  height: 30px;
  color: #333;
  display:block;
}

a.ja-typo-btn-icn span {
  padding: 0 15px 0 33px;
  display: block;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  border: 1px solid #fff;
}

a.btn-icn-save span   { background-image: url(../images/icons/disk.png); }
a.btn-icn-tip span     { background-image: url(../images/icons/lightbulb.png); }
a.btn-icn-info span   { background-image: url(../images/icons/information.png); }
a.btn-icn-ok span     { background-image: url(../images/icons/tick.png);  }
a.btn-icn-warning span   { background-image: url(../images/icons/exclamation.png); }

a.ja-typo-btn-icn span span {
  height: auto;
  line-height: 28px;
  padding: 0;
  display: inline;
  background: none;
  border: none;
}

/* Big Buttons ----*/
a.ja-typo-btn-big {
  text-align: center;
  border: 1px solid #ccc;
  font-size: 125%;
  line-height: normal;
  font-weight: bold;
}

a.ja-typo-btn-big span {
  padding: 8px 15px;
  border: 1px solid #fff;
  display: block;
}

/* Small Buttons --- */
a.ja-typo-btn-sm {
  text-align: center;
  border: 1px solid #ccc;
  font-size: 100%;
  line-height: normal;
}

a.ja-typo-btn-sm span {
  padding: 5px 10px;
  border: 1px solid #fff;
  display: block;
}

/* Common style for Dark Buttons --- */
a.btn-blue,
a.btn-red,
a.btn-green,
a.btn-orange,
a.btn-black {
  background-image: url(../images/grad-d1-trans.png);
  color: #fff;
  border: 1px solid #ccc;
}

a.btn-blue:hover, a.btn-blue:active, a.btn-blue:focus,
a.btn-red:hover, a.btn-red:active, a.btn-red:focus,
a.btn-green:hover, a.btn-green:active, a.btn-green:focus,
a.btn-orange:hover, a.btn-orange:active, a.btn-orange:focus,
a.btn-black:hover, a.btn-black:active, a.btn-black:focus {
  background-image: url(../images/grad-d1-trans.png);
  background-position: bottom;
  border-color: #aaa;
  color:#fff;
}

/* Button Blue*/
a.btn-blue { background-color: #08c; border-color: #08c; }

a.btn-blue:hover,
a.btn-blue:active,
a.btn-blue:focus { border-color: #006ea6; }

a.btn-blue span { border-color: #6ab9e1; }

/* Button Black*/
a.btn-black { background-color: #666; border-color: #666; }

a.btn-black:hover,
a.btn-black:active,
a.btn-black:focus { border-color: #333; }

a.btn-black span { border-color: #999; }

/* Button green*/
a.btn-green { background-color: #669900; border-color: #669900; }

a.btn-green:hover,
a.btn-green:active,
a.btn-green:focus { border-color: #4d7300; }

a.btn-green span { border-color: #b1cb7d; }

/* Button red*/
a.btn-red { background-color: #cc0000; border-color: #cc0000; }

a.btn-red:hover,
a.btn-red:active,
a.btn-red:focus { border-color: #9a0000; }

a.btn-red span { border-color: #e47878; }

/* Button orange*/
a.btn-orange { background-color: #e58c00; border-color: #e58c00; }

a.btn-orange:hover,
a.btn-orange:active,
a.btn-orange:focus { border-color: #a96700; }

a.btn-orange span { border-color: #f1c073; }

/* TAGS
--------------------------------------------------*/
span.ja-typo-tag {
  padding: 3px 12px;
  margin: 0 2px;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  background: #666;
  color: #fff;
}

span.tag {
  margin-left: 10px;
  padding: 0 5px;
  color: #fff;
  font-size: 92%;
}
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/badge.png);
  background-repeat: no-repeat;
  height: 46px;
  position: absolute;
  right: 0;
  width: 45px;
}

.badge-hot   .badge { background-position: 0 0; }
.badge-new   .badge { background-position: 0 -46px; }
.badge-pick .badge { background-position: 0 -92px; }
.badge-top   .badge { background-position: 0 -138px; }

/*Use for Demo Page Only*/
#ja-typo .moduletable_badge {
  margin: 0;
  padding: 0;
  min-height: 40px;
}

#ja-typo .moduletable_badge .ja-box-ct {
  border: 1px solid #ddd;
  padding: 20px;
  background: #f7f7f7;
}

/* 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;
}

/* Style 2 */
fieldset.fieldset-2 {
  border: 1px solid #ddd;
  padding: 10px;
}

fieldset.fieldset-2 legend {
  text-indent: -999px;
  background: url(../images/joomlart.gif) no-repeat left top;
  width: 106px;
  height: 20px;
  padding: 0;
}

/*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 {
  text-indent: -999px;
  background: url(../images/joomlart.gif) no-repeat left top;
  width: 106px;
  height: 20px;
} 

fieldset.ja-typo-fieldset-logo ul li {
  background: url(../images/arrow-3.png) no-repeat left 2px;
  padding-left: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}

fieldset.ja-typo-fieldset-logo ul li.last {
  border: none;
  padding-bottom: 0;
}

form.ja-typo-form {
  background: #F2F0ED;
  padding: 15px 10px 15px 15px;
  margin-top: 20px;
}

form.ja-typo-form textarea,
form.ja-typo-form .inputbox,
form.ja-typo-form select {
    border-color: #BBBBBB #E0E0E0 #E0E0E0 #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-style: solid;
    border-width: 1px;
    margin-top: 6px;
}

form.ja-typo-form button {
  background: url(../images/grad-l1.gif) repeat-x left bottom #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: "Arial Narrow", Arial, Verdana, Sans-serif;
  font-weight: bold;
  overflow: visible;
  padding: 5px 10px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
  cursor: pointer;
}

form.ja-typo-form label {
  clear: both;
  color: #333;
  font-size: 10px;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  padding-top: 6px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
}

/* Event day ---*/
div.ja-typo-event-day {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 90px;
  position: relative;
  margin: 6px 0 15px 0;
  min-height: 75px;
}

div.ja-typo-event-day:hover { background: #ffffcc; }

div.ja-typo-event-day div.box-left-wrap {
  background: url(../images/curl-bg1.png) no-repeat right top;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 80px;
}

div.ja-typo-event-day div.box-left { margin-right: 5px; }

div.ja-typo-event-day span.date {
  color: #fff;
  font-size: 400%;
  display: block;
  text-align: center;
  line-height: 1;
}

div.ja-typo-event-day span.month-year {
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
}

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 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.ja-typo-bubble-small .bubble-small-inner {
  background: #E2EFF5;
  color: #666;
  padding: 10px;
  color: #333;
  line-height: 1.4;
}

.ja-typo-bubble-small .bubble-small-inner span.post-time {
  border-bottom: 1px dotted #CAE4F1;
  display: block;
  margin-bottom: 5px;
  padding: 0 0 5px;
  text-transform: uppercase;
  font-size: 9px;
  text-shadow: 0 1px 1px #fff;
}

.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/arrow-down-grey.gif) no-repeat 20px 0px;
  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/badge-2.png) no-repeat 0px 0px;
  width: 78px;
  height: 78px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  text-indent: -999em;
}

/* 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/stripe-bg-2.png) #f0f0f0;
  margin: 4px;
  padding-top: 35px;
}

div.class-box div.title {
  background: url(../images/curl-bg-5.gif) no-repeat 0px 0px;
  left: -4px;
  position: absolute;
  padding-top: 4px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  top: 6px;
}

div.class-box div.title h3 {
  background: #999;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  font-family: "Arial Narrow", Arial, sans-serif;
  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 {
  margin-bottom: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}

div.class-box span {
  color: #666;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  display: block;
  padding: 5px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
}

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;
  padding: 1px;
  border: 1px solid #D2C4A6;
  margin-bottom: 10px;
}

.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: 0px !important;
}

.moduletable_mega span.post-date { color: #333 !important; font-size: 11px; }

/* Subscribe module ---*/
.subscribe-wrap {
  background: url(../images/subs-bg.png) no-repeat 0px 0px #f5f7f8;
  width: 290px;
  margin: -8px -8px -8px -7px;
  position: relative;
}

.subscribe-wrap .inner {
  padding: 20px 25px;
}

.subscribe-wrap h3 {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.subscribe-wrap .inputtext {
  background: #fff;
  border-top: 1px solid #9FA0A0;
  border-left: 1px solid #9FA0A0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  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 { float: left; background: none !important; }

ul.ja-social-list li a {
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
  margin-right: 15px;
  background-image: url(../images/icons/social-icon.png) !important;
  background-repeat: no-repeat !important;
  opacity: .5;
}

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;
}