/*
 * ------------------------------------------------------------------------
 * JA Mixmaz Template
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
*/


/* PREFORMATTED TEXT
-------------------------------------------------------------*/
/* Pre, Code ---*/
pre, .code {
	background: url(../images/line-number.gif) no-repeat left top #f7f7f9;
	border: 1px solid #ddd;
	border-radius: 3px;
	font: 1em/1.5 "Courier New", Courier, monospace !important;
	padding: 10px 15px 5px 50px !important;
	line-height: 22px !important;
}

/* Inline Words Hilite ---*/
.highlight {
	background: #ffbfc9 !important;
	border: none;
	color: #000;
	display: inline-block;
	font-weight: normal !important;
	padding: 0px 5px 2px !important;
}

/* Dropcap ---*/
.dropcap {
	display: block;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 4em;
	font-weight: bold;
	line-height: 0.8em;
	padding: 0px 8px 0 0;
}

/* Blockquote ---*/
blockquote { font-family: "Courier New", Courier, monospace; }

blockquote.quote-style1 {
	background: url(../images/bkg-quote-style1.png) repeat left top;
	border: 1px solid #dfd9b4;
	font-size: 1em;
	line-height: 2.9em;
	padding: 0px 50px;
}

blockquote p {
	display: inline-block;
	margin: 5px 0px !important;
	width: 100%;
}

blockquote.quote-style1 small {
	color: #E31837;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left 7px;
	display: inline-block;
	padding: 0 0 0 20px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat right 7px;
	display: inline-block;
	padding: 0 20px 0 0;
}

blockquote.quote-style2 {
  background: url(../images/quo-open.png) no-repeat 0px 5px;
  padding-left: 45px !important;
}

blockquote.quote-style2 small {
	color: #666;
	font-style: italic;
}

blockquote.quote-style3 {
  background: url(../images/quo-open3.png) repeat-y 25px 5px;
  padding-left: 45px !important;
}

blockquote.quote-style3 small {
	color: #666;
	font-style: italic;
}

/* sub & sup tags ---*/ 
sub, sup { color: #CC0000; font-size: 11px; font-weight: bold; }

/* LIST STYLES
-----------------------------------------------------------------*/
/* Special list style ---*/
body ul.ja-typo-list li {
	background: none;
	margin-left: 8px;
	padding: 0 0 0 25px;
	position: relative;
	overflow: hidden;
}

body 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;
}

body ul.list-arrow span.icon { background-position: left top; }

body ul.list-arrow2 span.icon { background-position: left -140px; }

body ul.list-star span.icon { background-position: left -18px; }

body ul.list-heart span.icon { background-position: left -156px; }

body ul.list-check span.icon {	background-position: left -36px; }

body ul.list-check2 span.icon {	background-position: left -171px; }

body ul.ja-unordered-list li {
	background: url(../images/bullet.gif) no-repeat 15px 7px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px;
}

body ol.ja-ordered-list li { line-height: 180%; margin-left: 30px; }

body dl.ja-definition-list dt { font-weight: bold; line-height: 160%; }

body dl.ja-definition-list dd { margin-left: 15px; line-height: 160%; }

/* 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 5px;}
.blocknumber-2 .bignumber { background-position: left -44px;}
.blocknumber-3 .bignumber { background-position: left -88px;}

/* ICON STYLE
-----------------------------------------------------------------*/
/* Tips, Error, Message, Hightlight ---*/
body p.ja-typo-icon {
	padding-left: 25px;
	position: relative;
}

body 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;
}

body p.icon-error	span.icon { background-position: left -54px !important; }
body p.icon-message span.icon { background-position: right -34px !important; }
body p.icon-tips 	span.icon {	background-position: left -87px !important; }
body p.icon-key 	span.icon { background-position: left -106px !important; }
body p.icon-tag 	span.icon { background-position: left -124px !important;}
body p.icon-cart 	span.icon { background-position: right -52px !important; }
body p.icon-doc 	span.icon { background-position: right -70px !important; }
body p.icon-note 	span.icon { background-position: right -89px !important; }
body p.icon-photo 	span.icon { background-position: right -107px !important; }
body p.icon-mobi 	span.icon { background-position: right -126px !important; }

body p.icon-error	{ color: #CC0000; }
body p.icon-message	{ color: #2C79B3; }
body p.icon-tips		{ color: #E58C00; }

/* BUBBLES
-----------------------------------------------------------------*/
/* Common Style + Style 1 */
.ja-typo-bubble {
	margin: 20px 0;
	position: relative;
}

.ja-typo-bubblect {
	padding: 15px;
	border: 3px solid #ddd;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.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; background: #ddd; }
.bubble-2 span.ja-typo-bubble-arrow { background-position: -25px 0; }

/* Style 3 --- */
.bubble-3 .ja-typo-bubblect { border: 3px solid #08c; }
.bubble-3 span.ja-typo-bubble-arrow { background-position: 0 -25px; }

/* Style 4 --- */
.bubble-4 .ja-typo-bubblect { border: 0; background: #08c; color: #fff; }
.bubble-4 span.ja-typo-bubble-arrow { background-position: -25px -25px; }

/* Style 5 --- */
.bubble-5 .ja-typo-bubblect { border: 3px solid #333; }
.bubble-5 span.ja-typo-bubble-arrow { background-position: -50px -50px; }

/* Style 6 --- */
.bubble-6 .ja-typo-bubblect { border: none; background: #333; color: #fff; }
.bubble-6 span.ja-typo-bubble-arrow { background-position: -25px -50px; }

/* Common Style for Rounded Bubbles --- */
.bubble-rounded .ja-typo-bubblect {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

/* MESSAGE BOXES AND LEGENDS STYLE
-----------------------------------------------------------------*/
/* Box style ---*/
body p.ja-typo-box {
	background:#fff;
	border: 1px solid #ddd;
	padding: 10px 10px 10px 50px;
}

/* Box with icons */
body p.box-download, body p.box-sticky, body p.box-confirmation, body p.box-error, body p.box-warning, body p.box-information, body p.box-system {
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

body p.box-confirmation {
  background-color: #fff;
  background-image: url(../images/icons/message/icon-tick.png);
  border-color: #b8d199;
}

body p.box-error {
  background-color: #ffecef;
  background-image: url(../images/icons/message/icon-error.png);
  border-color: #de2642;
  color: #de2642;
}

body p.box-warning {
  background-color: #de2642;
  background-image: url(../images/icons/message/icon-warning.png);
  border-color: #de2642;
  color: #fff;
}

body p.box-information {
  background-color: #e7faff;
  background-image: url(../images/icons/message/icon-information.png);
  border-color: #99dbed;
}

body p.box-download {
	background-image: url(../images/icons/message/icon-download.png);
}

body p.box-sticky {
	background-image: url(../images/icons/message/icon-sticky.png);
}

body p.box-system {
	background-image: url(../images/icons/message/icon-system.png);
}


/* Box without icons - Style 1*/
body p.box-grey-1, p.box-hilite-1 { padding: 10px 15px; }

body p.box-grey-1 { background: #f7f7f7; border-color: #dddddd; }
body p.box-hilite-1 { background: #ffffdd; border-color: #d2d2b6; }

/* Box without icons - Style 2*/
body p.box-grey-2, p.box-hilite-2 { padding: 10px 15px; }

body p.box-grey-2 { background: #f7f7f7; border-color: #dddddd; border-style: dotted; }
body p.box-hilite-2 { background: #ffffdd; border-color: #d2d2b6; border-style: dotted; }

/* Rounded Box*/
.box-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Legend ---*/
.ja-typo-legend {
	border:1px solid #ddd;
	margin:40px 0px;
	padding:20px;
	position: relative;
}

.ja-typo-legend .legend-title {
  background: url(../images/pattern-w.jpg) repeat left top;
  clear: both;
  font-family: 'novecento_wide_normalregular',sans-serif;
  font-size: 110%;
  float: left;
  font-weight: bold;
  left:0;
  margin: -28px 0 0 0 !important;
  padding: 0 5px !important;
  position:relative;
  overflow: hidden;
  text-transform: uppercase;
  top:0;
}

/* Legend Style 2 */
.legend-2 { border:1px solid #ddd; }

.legend-2 .legend-title { color: #08c; }

/* Rounded Box*/
.legend-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* BUTTONS
--------------------------------------------------*/
/* Common Buttons Style ---*/
a.ja-typo-btn {
	background: #000;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-family:'novecento_wide_normalregular',sans-serif;
	font-weight:normal;
	line-height:1em;
	padding: 0px;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.ja-typo-btn:hover,
a.ja-typo-btn:active,
a.ja-typo-btn:focus {
	background: #e31837;
	border:none;
	cursor: pointer;
	font-family:'novecento_wide_normalregular',sans-serif;
	font-weight:normal;
}

/*Use for Demo Page Only*/
#ja-typo a.ja-typo-btn {
	margin: 20px 20px 10px 0;
	float: left;
}

#ja-typo a.ja-typo-btn:hover,
#ja-typo a.ja-typo-btn:focus,
#ja-typo a.ja-typo-btn:active {
	text-decoration: none;
}

/* Icon Buttons ---*/
a.ja-typo-btn-icn {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

a.ja-typo-btn-icn span {
	background-repeat: no-repeat;
	background-position: 10px center;
	border:none;
	display: block;
	padding: 0 15px 0 34px;
}

a.btn-icn-warning span 	{ background-image: url(../images/icons/icn-warning.png); }
a.btn-icn-tip span 		{ background-image: url(../images/icons/icn-tip.png); }
a.btn-icn-note span 	{ background-image: url(../images/icons/icn-note.png); }
a.btn-icn-info span 	{ background-image: url(../images/icons/icn-info.png); }
a.btn-icn-cart span 	{ background-image: url(../images/icons/icn-cart.png); }
a.btn-icn-photo span 	{ background-image: url(../images/icons/icn-photo.png); }
a.btn-icn-message span 	{ background-image: url(../images/icons/icn-message.png); }
a.btn-icn-link span 	{ background-image: url(../images/icons/icn-link.png); }

a.ja-typo-btn-icn span span {
	height: auto;
	line-height: 30px;
	padding: 0;
	display: inline;
	background: none;
	border: none;
}

a.ja-typo-btn-icn:hover {
  background-color: #E31837;
  color: #fff;
  text-shadow: none;
}

a.ja-typo-btn-icn:hover span {
  border-color: #666;
}

/* Big Buttons ----*/
a.ja-typo-btn-big {
	text-align: center;
	font-size: 1.167em;
	line-height: normal;
	font-weight: normal;
}

a.ja-typo-btn-big span {
	border:none;
	padding: 12px 12px;
	display: block;
}

/* Small Buttons --- */
a.ja-typo-btn-sm {
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}

a.ja-typo-btn-sm span {
	border:none;
	padding: 8px 10px;
	display: block;
}

/* Common style for Dark Buttons --- */
a.btn-red,
a.btn-dark-brown,
a.btn-brown,
a.btn-blue,
a.btn-green,
a.btn-violet,
a.btn-yellow,
a.btn-orange,
a.btn-grey,
a.btn-black{
	background-image: none;
	color: #fff;
	text-shadow: none;
}
a.btn-red:hover, a.btn-red:active, a.btn-red:focus,
a.btn-dark-brown:hover, a.btn-dark-brown:active, a.btn-dark-brown:focus,
a.btn-brown:hover, a.btn-brown:active, a.btn-brown:focus,
a.btn-blue:hover, a.btn-blue:active, a.btn-blue:focus,
a.btn-green:hover, a.btn-green:active, a.btn-green:focus,
a.btn-violet:hover, a.btn-violet:active, a.btn-violet:focus,
a.btn-yellow:hover, a.btn-yellow:active, a.btn-yellow:focus,
a.btn-orange:hover, a.btn-orange:active, a.btn-orange:focus,
a.btn-grey:hover, a.btn-grey:active, a.btn-grey:focus,
a.btn-black:hover, a.btn-black:active, a.btn-black:focus {
	background-image: none;
	background-position: bottom;
	border:none;
	color:#fff;
}
a.btn-red span,
a.btn-dark-brown,
a.btn-brown span,
a.btn-blue span,
a.btn-green span,
a.btn-violet span,
a.btn-yellow span,
a.btn-orange span,
a.btn-grey span,
a.btn-black span{
	border:none;
}

/* Button red*/
a.btn-red { background-color: #e31837;  }

a.btn-red:hover,
a.btn-red:active,
a.btn-red:focus { background: #000; color: #fff; }

/* Button dark brown */
a.btn-dark-brown { background-color: #9e5043;  }

/* Button brown */
a.btn-brown { background-color: #bc9a6a;  }

/* Button blue */
a.btn-blue { background-color: #4fcaeb; }

/* Button green */
a.btn-green { background-color: #98ab5a; }

/* Button violet */
a.btn-violet { background-color: #cc6698; }

/* Button yellow*/
a.btn-yellow { background-color: #ffb03d; }

/* Button orange*/
a.btn-orange { background-color: #ff7e00; }

/* Button grey*/
a.btn-grey { background-color: #666; }

/* Button black*/
a.btn-black { background-color: #000; }

a.btn-black:hover,
a.btn-black:active,
a.btn-black:focus { background:#e31837; }

/* Common style for Rounded Buttons --- */
.btn-rounded-icn, .btn-rounded-big, .btn-rounded-sm,
.btn-rounded-icn span, .btn-rounded-big span, .btn-rounded-sm span {
	border-radius: 20px;
}

.btn-rounded-sm, .btn-rounded-sm span {
	border-radius: 20px;
}

/* TAGS
--------------------------------------------------*/
span.ja-typo-tag {
	padding: 3px 12px;
	margin: 0 2px;
	display: inline-block;
	line-height: normal;
	white-space: nowrap;
	background: #222;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

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; 	text-shadow: 0 -1px 0 rgba(255,255,255,.8); }


/* Common style for Rounded Tags --- */
span.tag-rounded {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
}

/* SPECIAL MODULE STYLE
--------------------------------------------------*/
/* Badge ---*/
.badge {
	background-image: url(../images/badge.png);
	background-repeat: no-repeat;
	height: 40px;
	position: absolute;
	right: 0;
	width: 40px;
}

.badge-hot 	.badge { background-position: 0 0; }
.badge-new 	.badge { background-position: 0 -40px; }
.badge-pick .badge { background-position: 0 -80px; }
.badge-top 	.badge { background-position: 0 -120px; }

/*Use for Demo Page Only*/
#ja-typo .moduletable_badge {
	margin: 0;
	padding: 0;
	min-height: 40px;
}

#ja-typo .moduletable_badge .ja-box-ct {
	border: 3px solid #ddd;
	padding: 20px;
	background: #f7f7f7;
}

/* FORM
--------------------------------------------------*/
/* Fieldset ----*/
/* Common Style + Style 1 */
fieldset.ja-typo-fieldset {
	border: 3px solid #ddd;
	padding: 10px 12px;
}

fieldset.ja-typo-fieldset legend {
	padding: 0 10px;
}

/* Style 2 */
fieldset.fieldset-2 {
	border: 3px solid #08c;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
}

fieldset.fieldset-2 legend {
	color: #08c;
}

/*Use for Demo Page Only*/
#ja-typo fieldset {
	margin-top: 20px;
}

/* TYPO PAGE LAYOUT
-------------------------------------------------------------*/
.ja-typo-blockswrap {
	margin: 15px 0;
}

.ja-typo-blockrow {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}

.ja-typo-block { float: left; padding-top: 20px; }
.ja-typo-blockct { padding: 0; }

.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 {
	border-bottom: 8px solid #e5e5e5;
	color: #333;
	font-size: 2em;
	padding: 10px 0px;
	margin: 0;
	font-family: 'novecento_wide_normalregular',sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
}

.ja-typo-blockswrap:hover h1.ja-typo-title  {
	border-color: #333;
	color: #333;
}

.ja-typo-blockswrap h2.ja-typo-title {
	font-size: 1.15em;
	margin: 0;
	padding: 0;
	font-family: 'novecento_wide_normalregular',sans-serif;
	text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
	background: #eee;
	color: #222;
	line-height: 2em;
	padding: 3px 10px 0px;
	display: inline-block;
}

.ja-typo-blockswrap:hover h2.ja-typo-title span  {
	background: #222;
	color: #eee;
	text-shadow:none;
}

.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;
}
