/*
# ------------------------------------------------------------------------
# JA Portfolio Template
# ------------------------------------------------------------------------
# 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 {
	background: #fff;
	padding: 20px 0 0 !important;
	margin: 0 -10px;
}

#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 { color: #CC0000; font-size: 11px; font-weight: bold; }

/* 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: #2C79B3; }
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: 3px 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: 3px 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: 3px 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: 3px 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-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: 3px solid #ddd;
	padding: 20px;
	background: #f7f7f7;
}

/* FORM
--------------------------------------------------*/
/* Fieldset ----*/
/* Common Style + Style 1 */
fieldset.ja-typo-fieldset {
	border: 3px solid #ddd;
	padding: 10px 15px;
}

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;
}
/*
# ------------------------------------------------------------------------
# JA Portfolio Template
# ------------------------------------------------------------------------
# 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. 
# ------------------------------------------------------------------------
*/

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
/* Gutter ---*/
.main .inner {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	padding-left: 10px;
	padding-right: 10px;
}

.main .main-inner1 {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	margin-left: 5px;
	margin-right: 5px;
}

.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module { 
/* for side columns and spotlight, we only need to add margin or padding to Module */
	margin-left: 10px;
	margin-right: 10px;
}

#ja-right div.ja-moduletable, #ja-right .div.moduletable, #ja-right div.ja-module, #ja-right div.module {
	margin-right: 5px;
}

#ja-left div.ja-moduletable, #ja-left .div.moduletable, #ja-left div.ja-module, #ja-left div.module {
	margin-left: 5px;
}

.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
	margin-right: 5px;
	margin-left: 10px;
}

.ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module {
	margin-right: 10px;
	margin-left: 5px;
}

.item .contentpaneopen {
/* for article columns, we only need to add margin or padding to this div  */
	padding-left: 20px;
	padding-right: 20px;
}

.items-leading { }

.items-row, .items-leading {
/* minus the spacing of the article row to macth with the Gutter & global grid */
	margin-left: -20px;
	margin-right: -20px; 
}
/*
# ------------------------------------------------------------------------
# JA Portfolio Template
# ------------------------------------------------------------------------
# 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. 
# ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

body#bd { background: url(../images/bd-bg.png) #f5f6f7; color: #000000; }

/* Normal links ---*/
a { color: #FA7000; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #525253; }

/* Readon links ---*/
p.readmore a {
	background: url(../images/check_alt_12x12.png) no-repeat 5px 5px;
	border: 1px solid transparent;
	color: #525253;
	display: block;
	float: right;
	font-size: 92%;
	text-transform: uppercase;
	padding: 3px 5px 3px 22px;
}

p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active {
	background-color: #f0f0f0;
	border-color: #dedede;
	color: #525253;
	text-decoration: none;
}

/* Headings ---*/
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h1.componentheading, .componentheading {
	background: #028FBD;
	color: #ffffff;
	padding: 10px 20px;
	margin: 0 -20px;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

h1.contentheading, h2.contentheading, .contentheading {
	background: #f0f0f3;
	padding: 10px 20px 5px;
	margin: 0 -20px;
	border-top: 1px solid #dedede;
	font-weight: bold;
}

.contentheading { font-size: 100%; }

h2.contentheading a { color: #313435; }

h2.contentheading a:hover,
h2.contentheading a:active,
h2.contentheading a:focus { color: #FA7000; text-decoration: none; }

.blog-featured .contentheading { font-size: 100%; }

.jitem-title { font-size: 100%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #dedede; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox {
	background: url(../images/grad-l1.gif) repeat-x bottom #fff;
	border: 1px solid #caccce;
}

.inputbox:hover, .inputbox:focus { 	background: url(../images/grad-l1.gif) repeat-x top #fff; }

.button {
	background: url(../images/grad-d1.gif) repeat-x left bottom;
	border: 1px solid #FA7000;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
}

/* Search ---*/
form#searchForm { border-top: 1px solid #dedede; }

.searchintro { border-bottom: 1px solid #dedede; }

.results h4 { text-transform: none; font-size: 110%; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #dedede;}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading {
	padding-top: 0;
}

.items-leading .leading {
	padding: 0 0 20px;
}

.items-leading .contentpaneopen {
	padding: 0 20px;
}

.items-row {
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 0;
}

.article-content { overflow: visible; }

/* Meta ---*/
div.article-tools {
	background: #f0f0f3;
	border-bottom: 1px solid #dedede;
	padding: 0 20px 10px;
	margin: 0 -20px 10px;
	text-transform: uppercase;
}

dl.article-info { color: #88888a; margin: 0; }

dl.article-info dd { margin: 0; }

.contentdescription { background: #F0F0F3; border-top: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE; margin: 0 -20px 20px -20px; }

p.modifydate { font-size: 92%; color: #999; text-align: left; clear: both; }

/*Inline images ---*/
.img-border {
	background: #fcfcfc;
	border: 1px solid #dedede;
	margin: 5px 15px 0 0;
	padding: 4px;
}

p.img_caption { color: #999; text-transform: uppercase; }

.jatc-images {
	clear: both;
}

/* Tables ---*/
thead tr th {
	background: #313435;
	color: #fff;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #dedede; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #dedede; }

table.contenttoc td { border-bottom: 1px dotted #dedede; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #dedede;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #dedede;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #dedede; }

table.pollstableborder td {
	background: #f6f6f6;
	border: 1px solid #dedede;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination li span,
.pagination li strong { line-height: 20px; }

.items-more { border-bottom: 1px solid #dedede; }

.items-more h3 { font-size: 125%; }

p.counter span {
	background: #B7B7B7;
	color: #fff;
	padding: 2px 4px;
	font-size: 92%;
	font-weight: bold;
}

/* Feed ---*/
.feed_description {
	margin: 10px 0;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	background: url(../images/grad-l1.gif) repeat-x bottom #fff;
	border: 1px solid #dedede;
}
/* cai vi du nay lam cac module right sat lai voi nhau
div.ja-moduletable, div.moduletable_blank {
margin:0px !important;
padding:0px !important;
}*/

div.ja-moduletable h3, div.moduletable h3 {
	font-size: 100%;
	padding: 10px 5px;
	color: #ffffff;
	text-transform: uppercase;
	background: url(../images/mainnav-sep1.jpg) #313435;
}

div.ja-moduletable .ja-box-ct h3, div.moduletable .ja-box-ct h3 {
	font-size: 100%;
	padding: 0;
	color: #525253;
	text-transform: none;
	background: none;
}

div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
	padding: 5px 5px;
}

/* Hilite ---*/
div.moduletable_blank {

	border:none !important;
	
}
div.moduletable_hilite {
	background: #FA7000;
	color: #fff;
	border: 1px solid #e2e2e5;
}
div.moduletable_black {
	background: #000000;
	color: #fff;
	
}
/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #dedede; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 10px 0; }

#ja-main .inner { padding: 0; }

/* Content Main ---*/
.ja-content-main {
	background: url(../images/grad-l1.gif) repeat-x bottom #fff;
	border: 1px solid #dedede;
	padding: 0 20px 10px;
	margin: 5px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {}

#ja-header .main { padding: 0px 0 1px 0;}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 0px;}

/* Logo Image ---*/
h1.logo { width: 970px; height: 125px; }

h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
	width: 970px;	
	height: 125px;
	z-index:-100;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #dedede;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

#ja-top-header {
	margin-top:-5px;
	position:absolute;
	right:180px;
	text-align:right;
	width:50%;
}

#ja-search {
	/*border: 1px solid #cacccd;
	background: url(../images/icons/icon-search.png) no-repeat 10px center #fff;*/
	/*bottom: 20px;*/
	right: 25px;
	height: 100px;
	width: 500px;
	z-index:100 !important;

}

#ja-search .inputbox {
	background: none;
	border: 0;
	color: #666;
	width: 165px;
	height: 24px;
	margin: 0;
	padding-left: 30px;
	font-weight: bold;
}

#ja-top {
	position: absolute;
	top: 20px;
	right: 10px;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav { z-index: 999; }

#ja-mainnav .main { }

#ja-mainnav .main-inner1 {
	background: #028FBD;
	padding: 0;
}

/* Breadcrumbs ---*/
#ja-navhelper .main { padding: 0; }

#ja-navhelper .main-inner1 { padding-bottom: 8px; text-transform: uppercase; }

.ja-breadcrums { text-indent: 15px; }

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/

div.moduletable_menu {}

div.moduletable_menu .ja-box-ct { padding: 0; }

#ja-container ul.menu li { border-bottom: 1px dotted #dedede; }

#ja-container ul.menu li:last-child { border-bottom: 0; }

#ja-container ul.menu li a {
	background: none;
	color: #525253;
	padding-left: 15px;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:focus,
#ja-container ul.menu li a:active {
	background: #f0f0f3;
	color: #525253;
	text-decoration: none;
}

#ja-container ul.menu li.active {
	background: #FA7000;
}

#ja-container ul.menu li.active a {
	color: #fff;
}

#ja-container ul.menu li.active a:hover {
	color: #fff;
	background-color: #FA7000;
}

#ja-container ul.menu li ul {
	margin: 0;
}

#ja-container ul.menu li li {
	border-bottom: 0;
	border-top: 1px dotted #dedede;
	background: none;
}

#ja-container ul.menu li li a {
	background: url(.././images/bullet.png) no-repeat 15px 12px;
	padding-left: 20px;
}

#ja-container ul.menu li.active li a:hover {
	color: #fff;
	background: url(.././images/bullet.png) no-repeat 15px 12px #313435;
}


/* SLIDESHOW
--------------------------------------------------------- */
#ja-slideshow { margin-top: 10px;}

#ja-slideshow .wrap-inner1 { }

#ja-content-mass-top {
	background: #fff;
	border: 1px solid #dedede;
	margin: 5px 5px 10px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box { }

#ja-topsl .ja-box-right, #ja-botsl-1 .ja-box-right, #ja-botsl-2 .ja-box-right {
	background: 0 !important;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 {
	border-bottom: 0;
	padding: 0 15px;
	margin-bottom: 0;
	background: none;
}


#ja-botsl1 { margin-bottom: 15px; }

/* Top spotlight ---*/
#ja-topsl {	margin-top: 10px;}
#ja-topsl .main { padding-top: 0; }

#ja-topsl .main-inner1 {
 	background: #dedede;
 	padding: 10px;
}

/* Bot spotlight 1 ---*/
#ja-botsl-1 {
	margin: 0 0 15px;
	color: #88888a;
}

#ja-botsl-1 .ja-box {
	background: url(../images/divider.gif) repeat-y right;
}

#ja-botsl-1 .main-inner1 {
 	background: url(../images/botsl-bg.gif) repeat-x bottom #fff;
	border: 1px solid #dedede;
}

#ja-botsl-1 .ja-moduletable h3,
#ja-botsl-1 .moduletable h3 {
	color: #313435;
	background: none;
	margin: 0;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 125%;
}

#ja-botsl-1 .ja-moduletable,
#ja-botsl-1 .moduletable {
	border: 0;
	background: none;
	padding-top: 10px;
	margin: 0 0 10px;
}

#ja-botsl-1 .ja-moduletable ul,
#ja-botsl-1 .moduletable ul {
	margin-top: 0;
}


#ja-botsl-1 .ja-moduletable ul li,
#ja-botsl-1 .moduletable ul li {
	background: none;
	border-bottom: 1px dotted #dedede;
	padding: 5px 0 6px;
}

#ja-botsl-1 .ja-moduletable ul li a,
#ja-botsl-1 .moduletable ul li a {
	background: url(../images/bullet.png) no-repeat 0px 5px;
	color: #88888a;
	padding-left: 12px;
}

#ja-botsl-1 .ja-moduletable ul li a:hover,
#ja-botsl-1 .moduletable ul li a:hover {
	background: url(../images/bullet-hover.png) no-repeat 0px 5px;
	color: #FA7000;
	text-decoration: none;
}

/* Bot spotlight 2 ---*/
#ja-botsl-2 {
	margin: 0 0 15px;
	color: #88888a;
}

#ja-botsl-2 .main-inner1 {
	background: url(../images/botsl-bg.gif) repeat-x bottom #fff;
}

#ja-botsl-2 .moduletable,
#ja-botsl-2 .ja-moduletable {
	margin: 0;
}

/* FOOTER
----------------------------------------------------------- */
#ja-footer { padding: 0 0 30px; color: #000000; }

#ja-footer .main { text-align: left; }
#ja-footer .main-inner1 {
	padding: 10px 15px;
	background: url(../images/divider-3.gif) repeat-x top;
}

#ja-poweredby { position: absolute; right: 10px; top: 10px; }

/* Footnav ---*/
#ja-footer .ja-footnav { margin: 0 0 5px; }

#ja-footer .ja-footnav ul li { background: url(../images/footnav-sep.gif) no-repeat right center; font-weight: bold; padding: 0 10px; }

#ja-footer .ja-footnav ul li:first-child { padding-left: 0; }
#ja-footer .ja-footnav ul li:last-child { background: none; }

#ja-footer .ja-footnav li a { font-weight: bold; color: #000000; }

#ja-footer .ja-footnav li a:hover,
#ja-footer .ja-footnav li a:focus,
#ja-footer .ja-footnav li a:active {
	color: #FA7000;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel {
	background: url(../images/divider-3.gif) repeat-x bottom;
	padding: 0 0 1px;
	text-align: center;
	margin-top: 0;
}

#ja-top-panel .main-inner1 {
}

#ja-banner { border-top: 1px solid #dedede; }

div.ja-innerdiv {
	border-bottom: 1px dotted #dedede;
	padding: 15px 0 15px 100px;
	position: relative;
	margin: 0;
}

div.ja-innerdiv h4 {
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: none;
}

div.ja-innerdiv h4 a {
	color: #313435;
}

div.ja-innerdiv img { position: absolute; left: 0; top: 15px; }

div.ja-innerdiv .price {
	font-size: 125%;
	color: #cc0000;
	font-weight: bold;
	margin-top: 10px !important;
}

div.ja-innerdiv .price span {
	color: #666;
}

#ja-botsl-1 div.ja-innerdiv {
	padding: 15px 0 0;
}

#ja-botsl-1 div.ja-innerdiv img {
	position: relative;
	margin-bottom: 10px;
	top: auto;
}

/* Login form ---*/
#form-login #form-login-username .inputbox,
#form-login #form-login-password .inputbox {
	padding: 5px;
	margin-left:5px;
	background-repeat: repeat-x;
}

#form-login .button { margin: 0 0 5px 5px; }

#form-login label { font-weight: bold; color: #666; padding-left:5px;}

#form-login ul li { margin: 0; padding: 0 0 0 10px; }

#form-login ul li a { color: #666; }

#form-login ul li a:hover,
#form-login ul li a:focus,
#form-login ul li a:active { color: #FA7000; }

/* Custome search form ---*/
#form-findhouse select {
	background: #eff8e7;
	border: 1px solid #FA7000;
	font-size: 92%;
	padding: 5px;
	margin-bottom: 10px;
	width: 95%;
}

#form-findhouse .button {
	border: 1px solid #436B1D;
	color: #fff;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 4px 6px;
}

#form-findhouse .button:hover { cursor: pointer; }

/* Small gallery ---*/
.small-gallery {
	background: #fff;
	border: 5px solid #fff;
	float: left;
	height: 72px;
	width: 72px;
	margin: 5px;
}

/* Quick contact ---*/
ul.quick-contact {
	display: block;
	overflow: hidden;
	font-size: 92%;
	color: #88888a;
	float: right;
	border-left: 1px solid #cacccd;
	border-right: 1px solid #fff;
}

ul.quick-contact li {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	border-left: 1px solid #fff;
	border-right: 1px solid #cacccd;	
}

ul.quick-contact li.phone { }
ul.quick-contact li.email {}
ul.quick-contact li.sites { background: url(../images/icons/icon-lang.png) no-repeat 10px center; padding-left: 40px; margin-right: 0; }

/* Comment Button ---*/
.jac-add-button {
	background: url(../images/comment_alt1_stroke_12x12.png) no-repeat 5px 5px;
	border: 1px solid transparent;
	color: #525253;
	display: block;
	float: right;
	font-size: 92%;
	text-transform: uppercase;
	padding: 3px 5px 3px 22px;
}

.jac-add-button:hover {
	background-color: #f0f0f0;
	border-color: #dedede;
	color: #525253;
	text-decoration: none;
}

.jac-add-button a { color: #525253; }

.jac-add-button a:hover, .jac-add-button a:active, .jac-add-button a:focus { text-decoration: none; }
f/*
# ------------------------------------------------------------------------
# JA Portfolio Template
# ------------------------------------------------------------------------
# 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. 
# ------------------------------------------------------------------------
*/

/* ------------------- */
/* -- template.css  -- */
/* ------------------- */

/* Meta ---*/
div.article-tools {
}

/*Inline images ---*/
.img-border,
span.catItemImage img,
span.itemImage img {
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

p.readmore a {
	text-shadow: 0 1px 1px #fff;
}

/* Headings ---*/
h1.componentheading, .componentheading {
	/*text-shadow: 0 -1px 0 rgba(0,0,0,.8);*/
}

h1.contentheading, h2.contentheading, .contentheading {
	text-shadow: 0 1px 1px #fff;
}

/* FORM
--------------------------------------------------------- */

.button {
	text-shadow: 0 1px 1px #000;
}

/* Login form ---*/
#form-login #form-login-username .inputbox,
#form-login #form-login-password .inputbox {
}

#form-login .button,
#form-findhouse .button {
}

.ja-content-main {
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* JOOMLA STYLE
--------------------------------------------------------- */

/* Meta ---*/
div.article-tools {
	text-shadow: 0 1px 1px #fff;
}

/* MODULE STYLES
--------------------------------------------------------- */

div.ja-moduletable h3, div.moduletable h3 {
	text-shadow: 0 -1px 0 rgba(0,0,0,.8);
}

#ja-container div.ja-moduletable, #ja-container div.moduletable {
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

div.ja-moduletable .ja-box-ct h3, div.moduletable .ja-box-ct h3 {
	text-shadow: none;
}

/* HEADER
--------------------------------------------------------- */

#ja-search {
	
}

/* NAVIGATION
--------------------------------------------------------- */

#ja-mainnav .main-inner1 {
	box-shadow: 0 -2px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, .2);
}

span.menu-desc { opacity: .5; }

.active span.menu-desc {
	 opacity: 1;
	 text-shadow: none;
}

/* SLIDESHOW
--------------------------------------------------------- */

#ja-content-mass-top {
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* SPOTLIGHT
--------------------------------------------------------- */

#ja-topsl .main-inner1 {
 	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

#ja-botsl-1 {
	text-shadow: 0 1px 0 #fff;
}

#ja-botsl-1 .main-inner1 {
 	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

#ja-botsl-1 .ja-moduletable h3,
#ja-botsl-1 .moduletable h3 {
	text-shadow: 0 1px 0 #fff;
}

#ja-botsl-2 {
	text-shadow: 0 1px 0 #fff;
}

#ja-botsl-2 .main-inner1 {
 	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* FOOTER
----------------------------------------------------------- */
#ja-footer { text-shadow: none !important; }

/* MISC
----------------------------------------------------------- */

/* Custome search form ---*/
#form-findhouse .button {
	text-shadow: 0 1px 1px #FA7000;
}

/* Small gallery ---*/
.small-gallery {
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

/* Comment Button ---*/
.jac-add-button {
	text-shadow: 0 1px 1px #fff;
}

/* Tabs Text Shadow */
.portfolio ul.ja-tabs-title li h3 { text-shadow: 0 1px 0 rgba(255,255,255,.8); }
.portfolio ul.ja-tabs-title li.active h3 { text-shadow: 0 1px 1px rgba(0,0,0,.2); }


/* MENU
----------------------------------------------------------- */

/* -------------------- */
/* -- menu/split.css -- */
/* -------------------- */

/* Split menu ---*/
#ja-subnav ul li ul {
	box-shadow: 3px 0px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 3px 0px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 3px 0px 3px rgba(0, 0, 0, .1);
}

/* ------------------ */
/* -- menu/css.css -- */
/* ------------------ */

/* CSS Menu */




/* ----------------------- */
/* -- menu/dropline.css -- */
/* ----------------------- */

/* Dropline Menu */

#jasdl-mainnav li a { text-shadow: 0 -1px 0 rgba(0,0,0,1); }

#jasdl-mainnav li.active a,
#jasdl-mainnav li.active a:hover,
#jasdl-mainnav li.active a:active,
#jasdl-mainnav li.active a:focus {
	text-shadow: 0 -1px 0 rgba(0,0,0,.65);
}

#ja-subnav .main {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

#ja-subnav li a { text-shadow: 0 -1px 0 rgba(0,0,0,.5); }

#ja-subnav ul li ul {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

/* ------------------- */
/* -- menu/mega.css -- */
/* ------------------- */

/* Mega Menu */
.ja-megamenu ul.level0 li.mega a.mega {
	
}

.ja-megamenu ul.level0 li.active {
	
}

.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
}

.ja-megamenu ul.level1 li.mega a.mega {
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.ja-megamenu .childcontent-inner {
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

.ja-megamenu .level1 .childcontent-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.ja-megamenu .group-title {
	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);
}

/* ------------ */
/* -- k2.css -- */
/* ------------ */

div.itemHeader {
	text-shadow: 0 1px 1px #fff;
}

div.subCategory {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.subCategory .subCategoryMore {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.catItemTagsBlock ul.catItemTags li a,
div.itemTagsBlock ul.itemTags li a,
div.userItemTagsBlock ul.userItemTags li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.itemTagsBlock ul.itemTags li a {
	text-shadow: 0 1px 1px #fff;
}

div.itemListCategory {
	text-shadow: 0 1px 1px #fff;
}

div.subCategory .subCategoryMore {
	text-shadow: 0 1px 1px #fff;
}

div.catItemHeader h3.catItemTitle {
	text-shadow: 0 1px 1px #fff;
}

div.catItemTagsBlock ul.catItemTags li a {
	text-shadow: 0 1px 1px #fff;
}

div.catItemReadMore a {
	text-shadow: 0 1px 1px #fff;
}

/* User items */
div.userItemViewUnpublished {
	opacity: 0.9;
}

div.userItemTagsBlock ul.userItemTags li a {
	text-shadow: 0 0 0 1px #fff;
}

div.k2ItemsBlock ul li a.moduleItemReadMore {
	text-shadow: 0 1px 1px #fff;
}

/* ------------------------- */
/* -- ja_contentslide.css -- */
/* ------------------------- */

/* JA content slide */

.ja-contentslider-left,
.ja-contentslider-right {
	opacity: .75;
}

.ja-contentslider-left:hover,
.ja-contentslider-right:hover {
	opacity: 1;
}

div.ja_slideimages img {
 	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

/* ------------------------------ */
/* -- mod_jacontentslider2.css -- */
/* ------------------------------ */

/* Tooltips ---*/
.tooltips .ja-cs-tooltips {
	box-shadow: 0 2px 5px #999;
	-moz-box-shadow: 0 2px 5px #999;
	-webkit-box-shadow: 0 2px 5px #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tooltips .ja-cs-tooltips h3 {
	text-shadow: 1px 1px 0 #fff;
}

/* Button control ---*/
.ja-button-control a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* -------------------------- */
/* -- mod_jaslideshow2.css -- */
/* -------------------------- */

.maskDesc {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	opacity: .85;
}

.maskDesc .ja-slide-desc {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
}

.maskDesc .ja-slide-desc h3 {
	text-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

/* -------------- */
/* -- typo.css -- */
/* -------------- */

/* TYPO PAGE LAYOUT
-------------------------------------------------------------*/

/* Block Actions ---*/

#ja-typo .typo-wrap a.typo-view-details {
	opacity: .85;
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* BUBBLES
-----------------------------------------------------------------*/

.ja-typo-bubblect {
	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);
}

/* 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
-----------------------------------------------------------------*/

/* Rounded Box*/
.box-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	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);
}

/* Rounded Box*/
.legend-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	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);
}

/* BUTTONS
--------------------------------------------------*/

/* Common Buttons Style ---*/
a.ja-typo-btn {
	text-shadow: 0 1px 2px rgba(255,255,255,.8);
	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);
}

/* Common style for Dark Buttons --- */

a.btn-blue,
a.btn-red,
a.btn-green,
a.btn-orange,
a.btn-black {
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
}

/* 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: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px; 
}

.btn-rounded-sm, .btn-rounded-sm span {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
}

/* TAGS
--------------------------------------------------*/
span.ja-typo-tag {
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

span.tag-grey {	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; 
}

/* TYPO HEAD
-------------------------------------------------------------*/

ul#ja-typo-nav li.active a {
	text-shadow: 0 -1px 1px rgba(0,0,0,.8);
}

.ja-typo-blockswrap h2.ja-typo-title span {
	text-shadow: 0 -1px 1px rgba(255,255,255,.8);
}

/* BUBBLES
-----------------------------------------------------------------*/

.ja-typo-bubblect {
	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);
}