/*
# ------------------------------------------------------------------------
# JA Teline IV 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 { font-family:Verdana,Tahoma, Geneva, sans-serif; }

body#bd {
/*font-family:Verdana,Tahoma, Geneva, sans-serif;*/
font-family:Verdana,Arial,Helvetica,sans-serif;
	/*font-size: 12px;  Base Font */
	font-size: 11px;  
	line-height: 1.5;
	background: url(../images/body_bg.jpg)  repeat-y center #FFF !important;
	color: #333;
}

/* Normal links ---*/
a { color: #069; text-decoration: none; }

a:visited { color:#03C; }

a:hover, a:active, a:focus { text-decoration: underline; }

/* Readon links ---*/
p.readmore { padding-top: 2px; float: left;}
p.readmore a {
	text-transform: uppercase;
	font: bold 10px/20px Arial, sans-serif;
	color: F0;
	padding: 0 12px 0 8px;
	background: url(../images/arrow-bg.png) no-repeat right top;
	height: 20px;
	display: inline-block;
}

p.readmore a:hover, p.readmore a:active, p.readmore a:focus {
	background: url(../images/arrow-bg.png) no-repeat right bottom;
	color: #fff;
	text-decoration: none;
}

/* Headings & Titles ---*/
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 11px; text-transform: none; }
h5 { font-size: 11px; }
.hez1 {
width:150px;
height:100px;
}
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family:Verdana,verdana ,Tahoma, Geneva, sans-serif;
}

h1.contentheading, h2.contentheading, .contentheading { margin: 0; padding-bottom: 5px; }

h1.componentheading, .componentheading {
	text-transform: uppercase;
	font: bold 200%/normal Arial, sans-serif;
	border-bottom: 10px solid #ddd;
	padding: 0 0 8px;
	margin-bottom: 12px;
	color: #000;
}

h2.contentheading, .contentheading {}

.contentheading { font-size: 14px; }

.blog-featured .contentheading,
.blog .contentheading { font-size: 11px; }

.items-leading .contentheading { font-size: 125%; color:#252525;}

.jitem-title { font-size: 110%; font-weight: bold; }

/* List ---*/
.ja-moduletable ul li,
.ja-module ul li,
.ja-content-main ul li {
	line-height: 1.4;
	background-image: url(../images/bullet.gif) no-repeat 20px 6px;
}

.ja-moduletable ol li,
.ja-module ol li,
.ja-content-main ol li { line-height: 1.4;}

/* Others ---*/
hr { border-top: 1px solid #ccc; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox { padding: 2px; font-family:Verdana,Tahoma, Geneva, sans-serif }

.inputbox {
	border: 1px solid #aaa;
	background: #fff;
	padding: 3px 5px;
}

.inputbox:hover, .inputbox:focus {}

.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:Verdana,Tahoma, Geneva, sans-serif;
	font-weight: bold;
	overflow: visible;
	padding: 3px 5px;
	text-transform: uppercase;
	cursor: pointer;
}

.button:hover, .button:focus { }

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc;}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading {
	background: #f0f0f0;
	border: 1px solid #ddd;
	margin: 0 0 12px;
	padding: 8px;
}

.items-row { background: url(../images/divider.gif) repeat-x top; padding-top: 20px; }

.items-row .item { background: url(../images/dot-2.gif) repeat-y left; }
.items-row .column0 { background: none; }

/* Meta ---*/
.article-tools {
	padding: 0 0 2px;
	margin-bottom: 5px;
	line-height: normal;
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #ddd;
}

dl.article-info { color: #999; margin: 5px 0 0; }

dl.article-info dd.create,
dl.article-info dd.createdby {}

ul.actions { margin: 0; }
ul.actions li { background: none; line-height: 1; }

p.modifydate {
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	color: #999;
	text-transform: uppercase;
	margin-top: 0;
}

.contentdescription { }

/* Article heza ---*/
.blog-featured .article-content,
.blog .article-content  { font-size: 11px; }
.article-content img{width:250px;height:150px;float:right; padding:2px;}

.item-page .article-content {
/*	font-size: 115%;/*/
	font-size: 11px;
	font-family:Verdana,Tahoma, Geneva, sans-serif;
}
/*----------------*/
/* Category heza   ---*/
.blog-featured .article-content-cat,
.blog .article-content-cat  { font-size: 11px; }
.article-content-cat img{width:150px;height:100px;float:right; padding:2px;}

.item-page .article-content-cat {
/*	font-size: 115%;/*/
	font-size: 11px;
	font-family:Verdana,Tahoma, Geneva, sans-serif;
}
/*----------------*/
/* Sections heza   ---*/
.blog-featured .article-content-sec,
.blog .article-content-sec  { font-size: 11px; }
.article-content-sec img{width:150px;height:100px;float:right; padding:2px;}

.item-page .article-content-sec {
/*	font-size: 115%;/*/
	font-size: 11px;
	font-family:Verdana,Tahoma, Geneva, sans-serif;
}
/*----------------*/
/*Inline images ---*/
div.img_caption { margin-top: 15px; margin-bottom: 15px; }

p.img_caption {
	border-top: 1px solid #fff;
	padding: 2px 5px 0;
	background-color: #000;
	color: #ccc;
	text-transform: uppercase;
	font-family:Verdana,Tahoma, Geneva, sans-serif;
}

/* Tables ---*/
thead tr th {
	background: #333;
	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 { padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #FFFFA3; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f0f0f0; }

/* Content Toc */
table.contenttoc { border: 1px solid #ccc; }

table.contenttoc td { }

table.contenttoc th { background: #f0f0f0; text-transform: uppercase; }

/* Poll */
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

form.poll .button {
    margin-right: 5px;
	background: url(../images/vot.jpg) no-repeat;
    cursor: pointer;
    overflow: visible;
    padding: 3px 5px;
    text-transform: uppercase;
	border:none;
	height: 51px;
	width:53px;
}

dl.poll { border-bottom: 1px dotted #ccc; }

table.pollstableborder td {
	background: #f0f0f0;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination {
	border-bottom: 1px solid #ddd; 
}

.pagination ul,
.pagination p.counter {
	margin: 0;
	line-height: 25px;
}

.pagination li span,
.pagination li strong { line-height: 25px; }

.items-more {
	background: url(../images/divider.gif) repeat-x top;
}

.items-more h3 {
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 125%;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	text-transform: uppercase;
	font: normal 125%/normal ArialNarrowBold, "Arial Narrow", Arial, sans-serif;
	color: #000;
	padding: 8px 8px 5px;
	margin: 0;
	border-top: 4px solid #ccc;
	border-bottom: 1px solid #ddd;
}

div.ja-moduletable, div.moduletable {
	margin: 2px 2px 4px 2px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0;
}

div.ja-moduletable .ja-box-ct { /*padding: 8px;*/
padding: 0px;
}

div.moduletable .ja-box-ct { /*padding: 8px;*/
padding: 8px;
}

div.ja-moduletable ul, div.ja-module ul,
div.ja-moduletable ol, div.ja-module ol,
div.ja-moduletable p, div.ja-module p,
div.ja-moduletable h4, div.ja-module h4 { margin-top: 0; }

div.ja-moduletable ul li, div.ja-module ul li { background-position: 2px 7px; }

/* Tab Modules ---*/
div.moduletable-tabs { border-top: 0 !important; }
div.moduletable-tabs > h3 { display: none !important; }
div.moduletable-tabs .ja-box-ct { padding: 0 !important; }

/* JA News Frontpage Modules ---*/
div.moduletable-newsfp { border: 0; margin: 0 !important; background: 0 !important; }
div.moduletable-newsfp .ja-box-ct { padding: 0; }

.ja-colswrap .ja-moduletable .article_separator {
	display: none;
}

span.jazin-content-text {
	color: #999;
	overflow: hidden;
}

/* Ja Twitter Modules ---*/
div.ja-twitter {
	font-family:Verdana,Tahoma, Geneva, sans-serif ;
	font-size: 11px;
	padding: 0;
}

.ja-twitter-wrapper ul li { background: none; }

.ja-twitter-wrapper {
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 10px;
}

.ja-twitter-wrapper .ja-twitter-avatar { padding-right: 2px !important; }

.ja-twitter-image { display: block; float: left; } 

.ja-twitter-source,
.ja-twitter-text { color: #333; }

/* Advertisement Modules ---*/
div.moduletable-ads .ja-box-ct { padding: 0; }

div.moduletable-ads .ads-squarebutton img,
div.moduletable-ads .ads-squarepopup img { border: 1px solid #ccc; margin: 3px; }

div.moduletable-ads .ads-squarebutton { padding: 5px; }

div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ccc; }


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container {}

#ja-container .main {}

#ja-container .main-inner1 {
	padding: 2px;
	margin: 0;
	background:  #fff;
}

.main .main-inner1 { margin-left: 0; margin-right: 0; }

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {}

#ja-main .inner { padding: 0; }

#ja-contentwrap { padding: 0; }

/* Content Top ---*/
.ja-content-top {
	margin: 2px;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
}

#ja-content-top .ja-moduletable, #ja-content-top .ja-module { margin-left: 0; margin-right: 0; }

/* Content Main ---*/
.ja-content-main {
	margin: 2px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	border-top: 0;
	background: url(../images/dot5px.gif) repeat-x top #fff;
}

/* Block Tabs */
.ja-blocktab {
 position: relative; }

.ja-blocktab-title {
	position: absolute;
	top: 8px;
	left: -25px;
}

.ja-blocktab-title ul {display:none;}

.ja-blocktab-title ul li {
	display: block;
	cursor: pointer;
	font: 92%/18px Arial, sans-serif;
	width: 18px;
	text-indent: -1000em;
	text-transform: uppercase;
	color: #666;
	background: url(../images/news-btn-sprites.gif) no-repeat top left #fff;
	margin-bottom: 5px;
}

.ja-blocktab-title ul li:hover,
.ja-blocktab-title ul li.active { background-position: bottom left; }

.ja-blocktab-title ul li.blocktab-ja-news-2  { background-position: center top; }

.ja-blocktab-title ul li.blocktab-ja-news-2:hover,
.ja-blocktab-title ul li.blocktab-ja-news-2.active  { background-position: center bottom; }

.ja-blocktab-title ul li.blocktab-ja-news-3  { background-position: right top; }

.ja-blocktab-title ul li.blocktab-ja-news-3:hover,
.ja-blocktab-title ul li.blocktab-ja-news-3.active  { background-position: right bottom; }

/* Content Bottom ---*/
.ja-content-bottom { }

#ja-content-bottom .ja-moduletable, #ja-content-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* Content Mass ---*/
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module {background:#EFEFEF; margin: 2px 2px 4px 2px; }

.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin: 2px 2px 4px 2px; }

#ja-content-mass-bottom .ja-moduletable,
#ja-content-mass-bottom .ja-module { border-top: 0; float: left; width: 49%; }

#ja-content-mass-bottom .ja-moduletable h3 {
	border-top: 5px solid #000;
}

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap {}

.ja-col { }

/* Left Columns ---*/
#ja-left {}

/* Right Columns ---*/
#ja-right {}

/* HEADER
--------------------------------------------------------- */
#ja-header {/*display: none;*/}

#ja-header .main { padding: 0; height: 0px;}

h1.logo, div.logo-text h1 { font-size: 40px; line-height: 1; }

/* Logo Image ---*/
h1.logo { margin-top: 36px; width: 222px; height: 0px; }

h1.logo a {
	background: url(../images/logo.png) no-repeat left top;
	display: block;
	width: 358px;
	height: 57px;
margin-left: -30px;	
}

h1.logo a:hover,
h1.logo a:focus {
/*	background-position: left bottom;*/
}

/* Logo Text ---*/
div.logo-text { margin-top: 40px; }

div.logo-text h1 { letter-spacing: 2px; margin-left: 2px; }

div.logo-text h1 a { text-decoration: none; color: #000; }

p.site-slogan {
	color: #999;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0;
	text-transform: uppercase;
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	background-image: url(../images/stripe-bg.png);
	text-align: center;
	line-height: 1;
}

p.site-slogan span {
	display: inline-block;
	background: #fff;
	padding: 0 5px;
}

/* Header Right ---*/
.ja-header-r {
	width: 330px;
	position: absolute;
	right: 0;
	top: 50px;
	padding: 0;
}

/* Head Date  */
.ja-day {
	position: relative;
	float: left;
	color: #000;
	text-transform: uppercase;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: url(../images/stripe-bg-2.png);
}

.ja-day span { display: block; }

.ja-day span.month, .ja-day span.date {
	font: bold 11px/26px Arial, sans-serif;
	width: 30px;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
}

.ja-day span.day, .ja-day span.year {
	font: bold 11px/26px Arial, sans-serif;
	width: 50px;
	text-align: center;
	display: none;
	float: right;
	text-transform: uppercase;
}

.ja-day span.year { display: block; }

.ja-day:hover span.day { background: #069; color: #fff; display: block; }

.ja-day:hover span.year { display: none; }

/* Search ---*/
#ja-search {
	top: 0;
	right: 0;
	height: 26px;
	line-height:18px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#ja-search form.search {
	background: url(../images/icons/search.png) no-repeat 10px center;
	padding-left: 35px;
}

#ja-search .inputbox {
	border: 1px solid transparent;
	background: transparent;
	color: #000;
	padding: 0;
	font-size: 11px;
	width: 120px;
}

#ja-search .button {
	border: 0;
	background: #ccc;
	height: 26px;
	padding: 0 8px;
	color: #000;
	text-transform: uppercase;
	border-left: 1px solid #ccc;
}

#ja-search:hover form.search,
#ja-search:focus form.search {
	background-color: #ddd;
}

#ja-search:hover .button,
#ja-search:focus .button {
	background: #069;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

/* Top Bar ---*/
#ja-topbar {
/*display:none;*/
	position: absolute;
	top: 0;
	height: 26px;
	z-index: 999;
}

#ja-topbar .main {
	color: #999;
	font: 92%/26px Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

.ja-updatetime { float: left; border-right: 1px solid #ccc; padding: 0 10px; }

.ja-updatetime span { font-weight: bold; color: #999; }

.ja-updatetime em { margin-left: 5px; font-style: normal; color: #000; }

/* Headlines Module ---*/
.ja-healineswrap { float: left; overflow: hidden; width: 380px; }

.ja-healineswrap em {
	font-style: normal;
	font-weight: bold;
	float: left;
	display: block;
	color: #999;
	padding: 0 5px 0 10px;
}

.ja-headlines { float: left; height: 26px; }

.ja-headlines a { color: #000; text-transform: none; padding: 1px 5px; }

.ja-headlines a:hover, .ja-headlines a:active, .ja-headlines a:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.ja-headlines .separator { color: #999; }

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {display:none;}

#ja-mainnav .main {
	border-top: 1px solid #ccc;
	margin-bottom: 12px;
}

/* Home Button */
#ja-mainnav li.home a.home {
	background: url(../images/icons/home.png) no-repeat center !important;
	text-indent: -1000em;
	padding: 4px 0 3px;
	width: 28px;
}

#ja-mainnav li:hover a.home,
#ja-mainnav li.over a.home,
#ja-mainnav li.active a.home {
	background: url(../images/icons/home-l.png) no-repeat center #000 !important;
}

#ja-mainnav li.home .childcontent-inner { background-position: 14px top !important; }

/* Blog Button */
#ja-mainnav li.nav-blog { float: right; }

#ja-mainnav li.nav-blog a.nav-blog {
	background: url(../images/icons/nav-blog.png) no-repeat center #5ca700 !important;
	text-indent: -1000em;
	padding: 4px 0 3px;
	width: 28px;
}

#ja-mainnav li:hover a.nav-blog,
#ja-mainnav li.over a.nav-blog,
#ja-mainnav li.active a.nav-blog {
	background: url(../images/icons/nav-blog.png) no-repeat center #000 !important;
}

#ja-mainnav li.nav-blog .childcontent-inner { background-position: 14px top !important; }

/* Interview Button */
#ja-mainnav li.nav-interview {
	float: right;
}

#ja-mainnav li.nav-interview a.nav-interview {
	background: url(../images/icons/nav-interview.png) no-repeat center #e04b40 !important;
	text-indent: -1000em;
	padding: 4px 0 3px;
	width: 28px;
}

#ja-mainnav li:hover a.nav-interview,
#ja-mainnav li.over a.nav-interview,
#ja-mainnav li.active a.nav-interview {
	background: url(../images/icons/nav-interview.png) no-repeat center #000 !important;
}

#ja-mainnav li.nav-interview .childcontent-inner { background-position: 14px top !important; }

/* Breadcrumbs Top ---*/
#ja-navhelper-top {
	padding: 0;
	clear: both;
	display: block;
	margin: 4px 0 12px -15px;
	font: 92%/normal Arial, sans-serif;
	position: relative;
	color: #999;
}

#ja-navhelper-top .ja-breadcrums {
	border: 1px solid #ccc;
	border-left: 0;
	padding: 0 8px 0 20px;
	height: 18px;
	line-height: 18px;
	background: #f0f0f0;
	float: none;
	display: inline-block;
	width: auto;
	margin-top: 0;
	max-width: 95%;
	white-space: nowrap;
	overflow: hidden;
}

#ja-navhelper-top .ja-breadcrums a { color: #000; }
#ja-navhelper-top .ja-breadcrums img { margin: 2px 2px 0; }
#ja-navhelper-top .ja-breadcrums span.name {}

#ja-navhelper-top .ja-breadcrums a.ja-back-btn {
	display: inline-block;
	text-indent: -30000em;
	background: url(../images/back-btn-bc.png) no-repeat center #ccc;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

#ja-navhelper-top .ja-breadcrums a.ja-back-btn:hover,
#ja-navhelper-top .ja-breadcrums a.ja-back-btn:focus {
	background-color: #000;
}

/* Breadcrumbs ---*/
#ja-navhelper {
	background: #2a2a2a;
	color: #ccc;
	border-bottom: 1px solid #333;
	font: 92%/1.5 "Arial Narrow", Arial, sans-serif;
}

#ja-navhelper .main {
	text-transform: uppercase;
	padding: 4px 0;
}

.ja-breadcrums { text-indent: 8px; }

#ja-navhelper a {
	background: #000;
	color: #fff;
	padding: 1px 5px;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li {
	line-height: normal;
	border-bottom: 1px dotted #ddd;
}

#ja-container ul.menu li a {
	color: #333;
	padding: 5px 0;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus { }

#ja-container ul.menu li.active a { font-weight: bold; }

#ja-container ul.menu li ul { margin: 0; }

#ja-container ul.menu li li { background: none; border: none;; }

#ja-container ul.menu li li a {
	font-weight: normal !important;
	text-indent: 15px;
	font-size: 92%;
	color: #666;
	text-transform: none;
	background: url(../images/arrow-3.png) no-repeat 2px 8px;
}

#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li a:active,
#ja-container ul.menu li li a:focus {
	background: url(../images/arrow-3.png) no-repeat left 8px;
}

#ja-container ul.menu li.active > a { font-weight: bold !important; }

#ja-container ul.menu span.separator { display: none; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl1 .ja-box, #ja-botsl1 .ja-box,
#ja-topsl2 .ja-box, #ja-botsl2 .ja-box { }

#ja-topsl1 .ja-moduletable, #ja-botsl1 .ja-moduletable,
#ja-topsl2 .ja-moduletable, #ja-botsl2 .ja-moduletable {
	margin: 0;
}

/* Top spotlight 1 ---*/
#ja-topsl1 { /*padding: 12px 0 4px;*/ padding: 0px 0 0px; }
#ja-topsl1 .main { padding: 0;}

#ja-topsl1 .column { overflow: visible; }

#ja-topsl1 .ja-box-right .ja-moduletable {
	border: 1px solid #ccc !important;
	background: #fff !important;
	margin-left: 2px;
	margin-bottom: 4px;
}

#ja-topsl1 .ja-box-right .moduletable-tabs {
	border-top: 0 !important;
}

/* Bot spotlight 1 ---*/
#ja-botsl1 { padding: 8px 0 2px;}

#ja-botsl1 .main { padding: 0; width: 984px; }

#ja-botsl1 .ja-box { margin: 0 2px 6px; background: #fff; border: 1px solid #ccc; }

#ja-botsl1 .ja-moduletable { border: 0; background: #fff; }

#ja-botsl1 .ja-moduletable h3 {}

#ja-botsl1 .ja-moduletable h3 span {}

/* Bot spotlight 2 ---*/
#ja-botsl2 .main { padding: 10px 0; background: #2a2a2a; }

#ja-botsl2 a { color: #fff; }

#ja-botsl2 .main { padding: 0 0 8px; }

#ja-botsl2 .ja-moduletable {
	margin-top: 12px;
	border: 0;
	background: transparent;
	color: #999;
}

#ja-botsl2 .ja-moduletable h3 {
	margin: 0 12px;
	border-top: 0;
	padding-left: 0;
	border-bottom: 1px dotted #666;
	color: #fff;
}

#ja-botsl2 .ja-box-right .ja-moduletable { background: #333 !important; margin: 12px; }

#ja-botsl2 .ja-box-right .ja-moduletable .ja-box-ct { padding: 12px 12px 8px; }

/* FOOTER
----------------------------------------------------------- */
#ja-footer { padding: 0; }

#ja-footer .main {
	background: #404a5a;
	color: #666;
	padding: 0;
	text-align: left;
}

#ja-footer .main-inner1 { /*padding: 12px 0 24px 240px;*/ }

#ja-footer a { color: #aaa; }
#ja-footer a:hover { color: #fff; text-decoration: underline; }

#ja-footer .ja-footnav,
#ja-footer .ja-copyright { margin: 0 0 8px; padding-top: 10px;}

/* Footnav ---*/
#ja-footer .ja-footnav ul {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding-bottom: 8px;
	padding-left: 4px;
}

#ja-footer .ja-footnav ul li {
	border-left: 1px dotted #ccc;
	padding: 0 8px;
	direction: block;
	float: left;
	line-height: normal;
}

/* Foot Logo ---*/
#ja-footlogo {
display:none;
	position: absolute;
	left: 12px;
	top: -5px;
	width: 220px;
	height: 85px;
	text-align: center;
	background: url(../images/curl-bg-4.png) no-repeat right top;
}

#ja-footlogo a {
	width: 214px;
	height: 85px;
	font: normal 32px/85px "Arial Narrow", Arial, sans-serif;
	white-space: nowrap;
	color: #666;
	display: block;
	text-transform: uppercase;
	background: #000;
	text-shadow: 0 -1px 1px rgba(0,0,0,.75);
	border: 1px solid #000;
}

#ja-footlogo a:hover {
	color: #fff;
	background: #069;
	text-decoration: none;
}

/* T3 Logo --- */
#ja-poweredby {
	position: absolute;
	right: 10px;
	top: 42px;
	opacity: .5;
}

/* Copyright Info. ---*/
#ja-footer .ja-copyright {
	border-left: 1px dotted #333;
	margin-left: 4px;
	padding-bottom: 4px;
}

#ja-footer .ja-copyright small {
	text-indent: 8px;
}

/* Site Map ---*/
#ja-sitemap {}

#ja-sitemap .item-inner { border-left: 1px solid #333; margin: 0; padding: 0 12px; }

#ja-sitemap .column1 .item-inner { border-left-color: #2a2a2a; }

#ja-sitemap .item-inner:hover { background: #333; }

#ja-sitemap h4 {
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 4px 0 4px;
	margin: 0;
}

#ja-sitemap .item-inner:hover h4 { color: #fff; }

#ja-sitemap ul { padding-bottom: 4px; }

#ja-sitemap ul li { background: url(../images/arrow-l.png) no-repeat 2px 5px; }

#ja-sitemap ul li a { font-size: 92%; color: #999; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* News Tooltips ---*/
.janews-tool-tip {
	border: 0;
	background: #ffea97;
}

.janews-tool-tip .tool-tip {
	border: 0;
	background: #ffffa3;
	overflow: hidden;
	color: #000;
}

.janews-tool-tip .janews-tool-title {
	margin: 3px 3px 0;
	padding: 8px 12px 4px;
	font-weight: bold;
	font-size: 110%;
}

.janews-tool-tip .janews-tool-text {
	margin: 0 3px 3px;
	padding: 0 12px 8px;
}

.janews-tool-tip .janews-tool-text img {
	float: right !important;
	margin: 5px 0 0 8px;
	max-width: 60px;
}

/* Mod Feed ---*/
.newsfeed-wrap {
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
}

.newsfeed-wrap .site-name {
	margin: -20px 0 10px -5px;
	width: 106px;
	height: 20px; 
}

.newsfeed-wrap .site-name a {
	background: url(../images/joomlart.gif) no-repeat left top;
	width: 106px;
	height: 20px;
	display: block;
} 

.newsfeed-wrap .site-name a span {
	display: none;
}

.newsfeed-wrap ul li {
	background: url(../images/arrow-3.png) no-repeat left 5px !important;
	padding-left: 15px;
	padding-bottom: 5px;
}

.newsfeed-wrap ul li.last {
	border: none;
	padding-bottom: 0;
}

/* Comment Button --- */
.jac-add-button {
	font: 10px/normal Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	float: right;
}

.jac-add-button a,
.jac-add-button span.jac-count-comment {
	color: #333;
	background: #ddd;
	display: block;
	float: left;
	padding: 0 8px;
	line-height: 20px;
}

.jac-add-button a:hover,
.jac-add-button a:active,
.jac-add-button a:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.jac-add-button span.jac-count-comment {
	color: #fff;
	background: #000;
	font-weight: bold;
	padding: 0 4px;
	border-left: 1px solid #ddd;
}

/* Others ---*/
#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}

div.advs-title {
	background: url(../images/dot-g1.gif) repeat-x left center;
	color: #999;
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	font-size: 8px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

div.advs-title span { background: #fff; padding: 0 5px; }

.fancyboxgroup,
.fancyboxgroup:hover,
.fancyboxgroup:focus {
	cursor: pointer;
	text-decoration: none;
}

/* Max Width for Side Image --- */
#ja-inset1 div.ja-innerdiv img,
#ja-right div.ja-innerdiv img,
#ja-inset1 div.ja-innerdiv img,
#ja-right div.ja-innerdiv img { max-width: 99.9%; }