/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 1.7
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #333;
	font-family: sans-serif, Helvetica, Arial;
}

body#bd { background: #fff; color: #333; }

/* Normal links ---*/
a { color: #069; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #333; }
.contentheading a, .contentheading a:hover, .contentheading a:active, .contentheading a:focus, .item-page h2 a { color:#333;}
/* Readon links ---*/
p.readmore a, .button, button {
	background: none repeat scroll 0 0 #FAFAFA;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font: 12px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 0.4em 1em 0.42em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
	}
p.readmore a:hover, .button:hover, button:hover {
	background: none repeat scroll 0 0 #F6F6F6;
	}
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1.componentheading, .componentheading {
	border-bottom: 1px solid #E9E9E9;
	font-weight: normal;
}

h2.contentheading, .contentheading {
	font-weight: normal;
}

.contentheading { font-size: 200%; }

.blog-featured .contentheading { font-size: 150%; }

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #E9E9E9; }

/* FORM
--------------------------------------------------------- */
fieldset {
	border: 1px solid #E9E9E9;
    border-radius: 2px 2px 2px 2px;
	margin: 10px 0 15px;
    padding: 15px;
	}
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: sans-serif, Helvetica, Arial;
	border:1px solid #E9E9E9;
}

.inputbox { border: 1px solid #E9E9E9; background: #fff; }

.inputbox:hover, .inputbox:focus { background: #ffffcc; }

/* Search ---*/
form#searchForm { border-top: 1px solid #E9E9E9; }

.searchintro { border-bottom: 1px solid #E9E9E9; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #E9E9E9; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #E9E9E9;}

#contact-slider {
	float: none;
	border-bottom: 1px solid #e2e2b5;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;	
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333333;
}

#contact-slider .jpane-toggler-down a {
	color: #fff;
}

#contact-slider dt.closed {
	background: #ffffcc;
}

#contact-slider .content {
	border: 1px solid #e2e2b5;
	padding: 8px 10px;
}

#contact-slider .contact-image {
	margin: 15px 0;
	float: right;
}

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #E9E9E9;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}
/* -- Registration ----------------------------- */
#member-registration fieldset {
    border: 1px solid #E9E9E9;
    border-radius: 2px 2px 2px 2px;
}
#member-profile fieldset, .registration fieldset {
    margin: 10px 0 15px;
    padding: 15px;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { border-bottom: 1px solid #E9E9E9; }

.items-row { border-bottom: 1px solid #E9E9E9; }

/* Meta ---*/
dl.article-info { color: #999; text-transform: none; }

.contentdescription { border-bottom: 1px solid #E9E9E9; }

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/*Inline images ---*/
p.img_caption { 
	background-color: #000000;
    border-top: 1px solid #FFFFFF;
    color: #CCCCCC;
	text-transform: uppercase;
	}

/* 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 { border-bottom: 1px solid #E9E9E9; 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 #E9E9E9; }

table.contenttoc td { border-bottom: 1px solid #E9E9E9; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #E9E9E9;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px solid #E9E9E9;
	font-weight: bold;
}

dl.poll { border-bottom: 1px solid #E9E9E9; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #E9E9E9;
	font-weight: bold;
	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 #E9E9E9; }

.items-more h3 { font-size: 125%; }

.pagination ul li, ul.pagenav li {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.pagination a {
    background: none repeat scroll 0 0 #303031;
    color: #FFFFFF;
}
.pagination ul li span.pagenav, .pagination ul li a.pagenav, ul.pagenav li a {
	padding: 2px 5px;
	}
.pagination ul li, ul.pagenav li {
    border: 1px solid #E5E5E5;
    margin: 0 2px;
}
.pagination a:hover {
    background: none repeat scroll 0 0 #DDDDDD;    
    color: #333333;
    text-decoration: none;
}
.pagination p.counter {
    font-weight: bold;
    margin: 10px 0;
}

li.pagenav-next a {
	background: url("../images/right.gif") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 24px;
    padding: 0;
    width: 24px;
	text-indent:-9999px;
	padding:0 !important;
	}
li.pagenav-next a:hover { 
	background: url("../images/right.gif") no-repeat scroll left bottom transparent;
	 }
li.pagenav-prev a {
	 background: url("../images/left.gif") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 24px;
    padding: 0 1px 0 0;
    width: 24px;
	text-indent:-9999px;
	padding:0 !important;
	}
li.pagenav-prev a:hover { 
	background: url("../images/left.gif") no-repeat scroll left bottom transparent;
	}
/* MODULE STYLES
--------------------------------------------------------- */
.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module  {
	margin:0 5px;
	}
div.jt-style-1 {
	background: url("../images/shadow-l.png") no-repeat scroll left bottom transparent;
    float: left;
	width: 100%;
	}
div.jt-style-2 {
	background: url("../images/shadow-r.png") no-repeat scroll right bottom transparent;
    padding-bottom: 10px;
	width: 100%;
	}
div.jt-style-3 {
	border: 1px solid #E9E9E9;
    padding: 15px;
	}

div.ja-moduletable h3, div.moduletable h3 {
	background-color: #333333;
    color: #FFFFFF;
    font-family: sans-serif, Helvetica,Arial;
    font-size: 100%;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
	margin:0;
}
/* _ver1 ---*/
div.moduletable_ver1 h3 {
	margin-bottom:10px !important; 
	}
/* _ver2 ---*/
.moduletable_ver2 .jt-style-1, .moduletable_ver2 .jt-style-2 {
	background:none;
	}
/* _ver3 ---*/
.moduletable_ver3 .jt-style-1, .moduletable_ver3 .jt-style-2 {
	background:none;
	}
div.moduletable_ver3 h3 {
	margin-bottom:10px !important; 
	}
/* _ver3 ---*/
div.moduletable_ver4 h3 {
	background-color: #FFF;
	color:#333;
	border:1px solid #E9E9E9;
	}
	
/* Login Module ---*/
#login-form ul li {
	background: url(../images/bullet.gif) no-repeat 2px 8px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 12px;
}
#login-form fieldset {
	border: medium none;
    margin: 0;
    padding: 5px 0;
	border-radius:0;
	}

#login-form label {
	display: block;
}

#login-form #form-login-remember label {
	display: inline;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem { border-bottom: 1px solid #E9E9E9; padding:5px 0; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 20px 0 0; }

.main .main-inner1 { margin-left: 0 !important; margin-right: 0 !important; }

/* HEADER
--------------------------------------------------------- */
#ja-header .main { border-bottom: 1px solid #E9E9E9; }
#jt-logo {
	float:left;
	}
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px;}

/* Logo Image ---*/
h1.logo { width: 210px; height: 30px; }

h1.logo a {
	background: url(../images/t3_logo_light_17.png) no-repeat left;
	display: block;
	width: 350px;	
	height: 34px;
}

/* 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: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#jt-mainnav {
	border-bottom:3px solid #333;
	border-top:1px solid #DDD;
	float:right;
	}

/* Breadcrumbs ---*/
#ja-navhelper .main {
	text-transform: uppercase;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}

.ja-breadcrums {
	text-indent: 10px;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { border-bottom: 1px dotted #E9E9E9; }

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #E9E9E9; }

/* SPOTLIGHT
--------------------------------------------------------- */

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
	background: 0;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 5px;
	margin-bottom: 5px;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 { 
	border-bottom: 0; /*padding-bottom: 0; */ 
	margin:0;
	}

#ja-topsl ul.menu li, #ja-botsl ul.menu li,
#ja-topsl ul.latestnews li, #ja-botsl ul.latestnews li,
#ja-topsl ul.weblinks li, #ja-botsl ul.weblinks li {
	background: url(../images/bullet.gif) no-repeat 1px 6px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
}

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }
#ja-topsl .main-inner1 { padding: 10px 0; border-bottom: 1px solid #E9E9E9; }

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0; }
#ja-botsl .main-inner1 { padding: 10px 0; border-top: 1px solid #E9E9E9; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 2px dotted #e2e2b5;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #ffffcc;
	position: relative;
}

#ja-banner { border-top: 1px solid #E9E9E9; }

div.ja-innerdiv { border-bottom: 1px solid #E9E9E9; }

div.ja-innerdiv h4 {
	font-family: sans-serif, Helvetica, Arial;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}

a.ja-icon-video {
	background: url(../images/icon-youtube.gif) no-repeat 5px 8px #fff;
	border: 1px solid #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	position: absolute;
	padding: 5px 5px 5px 43px;
	right: 10px;
	top: 8px;
	text-decoration: none;
	width: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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);
}
a.ja-icon-video span { color: #666; }

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active { border-color: #ddd; text-decoration: none; }

a.ja-icon-video:hover span { color: #0F85D8; }

#ja-absolute .main {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99999;
	top: 1px;
	left: 1px;
}

#ja-absolute .main a {
	width: 91px;
	height: 99px;
	overflow: hidden;
	display: block;
	background: url(../images/joomla15.png) no-repeat left top #fff;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
	background-position: left bottom;
	text-decoration: none;
}
/* BUTTON
----------------------------------------------------------- */
/* FOOTER
--------------------------------------------------------- */
#ja-footer { padding:0; margin:0;}
#ja-poweredby { padding-top:25px;}
#jt-footer {
	width:100%;
	float:left;
	border-top:4px solid #101010;
	}
#jt-footer p {
	float:left;
	padding-top:5px;
	}
#jt-footer ul.jt-links {
	float:right;
	}
#jt-footer a {
	color:#333;
	}
#jt-footer ul.jt-links a {
	background: url("../images/top.png") no-repeat scroll left top transparent;
    display: block;
    height: 20px;
    padding: 0 !important;
    width: 20px;
	text-indent:-9999px; 
	}
#jt-footer ul.jt-links a:hover {
	background: url("../images/top.png") no-repeat scroll left bottom transparent;
	}