/*
 * ------------------------------------------------------------------------
 * JA Methys Template for Joomla 3x
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
*/

@import url(../fonts/bebas_neue/stylesheet.css);

/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#bd { background: #fff; color: #666; }

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

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

/* Readon links ---*/
a.readon {
	background: url(../images/arrow-2.png) no-repeat right center;
	color: #660022;
	padding-right: 10px;
	text-transform: none;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {}

.blog-featured h1.componentheading {
	font-size: 100%;
	text-transform: lowercase;
	font-family: Georgia, Arial, sans-serif;
	border-bottom: 1px solid #333;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0 0 10px;
	color: #333;
}

.blog-featured h1.componentheading span {
	padding-right: 20px;
	background: url(../images/arrow-1.gif) no-repeat right 8px;
	font-size: 150%;
}

h1.componentheading span span.first-word {
	background: none;
	padding-right: 2px;
	color: #C00;
	text-transform: lowercase;
	font-size: 60%;
}

.blog-featured h1.componentheading span span.first-word {
	background: none;
	padding-right: 2px;
	color: #C00;
	text-transform: lowercase;
	font-size: 60%;
}

h1.componentheading, .componentheading {
	font-family: 'BebasNeueRegular', Arial, Verdana, sans-serif;
	font-style: normal;
	font-size: 500%;
	border-bottom: 1px solid #333;
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-weight: normal;
}

h1.componentheading span, .componentheading span {
	font-size: 100%;
	background: none;
}

h2.contentheading, .contentheading {
	font-size: 250%;
	font-weight: normal;
	margin: 0;
}

.item h2.contentheading {
	font-size: 150%;
}

.contentheading { font-size: 200%; }

.blog-featured .contentheading { }

.contentheading a {
	color: #111;
}

.contentheading a:hover,
.contentheading a:focus,
.contentheading a:active {
	text-decoration: none;
	color: #C00;
}

.jitem-title { display: block; font-size: 180%; font-weight: normal; padding: 0 10px 10px 10px; }

span.first-word {
	color: #C00;
}

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

.badge {
	background-image: url(../images/typo/badge.png);
	background-repeat: no-repeat;
	height: 13px;
	position: absolute;
	right: 0;
	width: 52px;
	top: 6px;
}

.badge-new 	.badge { background-position: 0 0; }
.badge-top 	.badge { background-position: 0 -26px; }
.badge-pick .badge { background-position: 0 -13px; }
.badge-hot 	.badge { background-position: 0 -39px; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox { border: 1px solid #d5d5d5; background: #fff; }

.inputbox:focus { background: none; border: 1px solid #C00; }

button,.button {
	background: #111;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 5px;
	overflow: visible;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 2px;
}

button:hover,.button:hover,
button:focus,.button:focus {
	background: #C00;
}

input[type="checkbox"] {
    border: 0 none !important;
    background: none;
}

/* User Form ---*/
.josForm { padding-bottom: 20px; }

/* Profile */
.profile-edit #member-profile fieldset,
.profile fieldset {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.profile-edit #member-profile legend,
.profile legend {
	background: #fff;
	padding: 4px 5px;
}

.profile-edit #member-profile dt {
	display: inline-block;
	width: 220px;
}

.profile-edit #member-profile dt,
.profile-edit #member-profile dd {
	margin-bottom: 10px;
}

.profile dt { width: 200px; }

/* Registration */
.registration fieldset {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.registration span.spacer {
	display: block;
	margin: 10px 0;
	font-size: 100%;
	font-weight: normal;
}

.registration dt { width: 180px; }

.registration dt, .registration dd {
	margin-bottom: 5px;
}

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

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

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

form.search {
	float: right;
}

form.search label {
	display: none;
}

form.search .inputbox {
	background: none;
	border: 0;
	color: #666;
}

form.search .button {
	background: url(../images/btn-search.gif) no-repeat;
	border: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	text-indent: -9999em;
} 

form.search .button:hover,
form.search .button:focus,
form.search:hover .button,
form.search:focus .button {
	background-image: url(../images/btn-search-hover.gif);
}

/* Contact Form ---*/
#contact-slider div.panel h3 a {
	font-weight: normal;
	font-size: 110%;
	font-family: 'BebasNeueRegular',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

div.contact-form form#contact-form legend {
	background: #ffffcc;
	border: 1px solid #f0f0c0;
	color: #666;
	display: block;
	font-weight: normal;
	font-style: italic;
	padding: 5px 10px;
	width: 90%;
}

div.contact-form dt {
	background: url(../images/label-bg.png) no-repeat right bottom;
	color: #fff;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin: 0 5px 0 0;
	padding: 0 10px;
}

#jform_contact_emailmsg,
#jform_contact_message {
	width: 350px;	
}

div.current { max-width: none; }

div.contact-form dt.blank { background: none; }

div.contact-form dd .invalid { border: 1px solid #c00; }

div.contact-form dd .button { font-weight: bold; }

div.contact-links ul li { padding: 3px 0 3px 10px; background: url("../images/arrow-3.png") no-repeat scroll left center;}

dd.tabs {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

div.contact-miscinfo {
	overflow: hidden;
}

div.contact-miscinfo img {
	margin: 0;
	padding: 0;
}

div.contact-miscinfo .jicons-icons {
	float: left;
	margin-right: 10px;
}

div.contact-miscinfo .contact-misc p { margin: 0; }

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading {
	border-bottom: 1px solid #DDD;
}

.items-row {
	padding-bottom: 10px;
	padding-top: 10px;
}

.item .contentpaneopen, 
.leading .contentpaneopen {
	position: relative;
	overflow: hidden !important;
}

.cols-3 .column-1 .contentpaneopen {
	padding: 0 20px 0 0;
}

.cols-3 .column-2 .contentpaneopen {
	padding: 0 10px 0 10px;
}

.cols-3 .column-3 .contentpaneopen {
	padding: 0 0 0 20px;
}

.ja-fashion-category div.categories-list ul li {
	float: left;
	width: 33%;
}

div.categories-list ul li div.category-desc {
	padding: 0 10px;
	margin-bottom: 20px;
} 

div.category-desc .img-border {
	margin-bottom: 20px;
}

/* Extra Fields */
div.ja-extrafields-box ul li span.ex-value {	
	text-transform: capitalize;
}

div.ja-extrafields-box {
	font-family: Arial, Helvetica, sans-serif;
}

div.item-page div.ja-extrafields-box {
	margin: 15px 100px 0 20px;
	padding: 0;
	float: right;
	width: 50%;
}

div.item-page div.ja-extrafields-box h3 {
	line-height: normal !important;
	margin: 0 0 10px;
	padding: 0;
}

div.item-page div.ja-extrafields-box ul {
	border-top: 1px dotted #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.item-page div.ja-extrafields-box ul li {
	background: none;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

div.item-page div.ja-extrafields-box ul li span.ex-value {
	background: #f0f0f0;
	color: #111;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 5px;
	width: 20%;
}

div.item-page div.ja-extrafields-box ul li span.ex-label { display: block; float: left; padding: 5px 0 5px 10px; }


div.items-row div.ja-extrafields-box {
	margin: 16px 0 0;
	padding: 4px 0 0;
}

div.items-row div.ja-extrafields-box h3 {
	margin: 0;
	padding: 0 0 8px;
}

div.items-row div.ja-extrafields-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.items-row div.ja-extrafields-box ul li {
	background: url(../images/bullet-2.gif) no-repeat 0 11px;
	display: block;
	float: none;
	width: auto;
	padding: 4px 0 4px 10px;
	border-bottom: 1px dotted #ccc;
}

/* Meta ---*/
.article-tools {
	position: static;
	font-family: Arial, Helvetica, sans-serif;
}

.article-tools a {
	color: #111;
	text-decoration: underline;
}

dl.article-info { color: #999; text-transform: none; }

.blog-featured dl.article-info { width: auto; }

dl.article-info dd.create {
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../images/createdate-bg.png) no-repeat top left;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	padding: 0;
	line-height: 30px;
}

.item-page dl.article-info dd.create {
	background: none;
	color: #999;
	width: auto;
	height: auto;
	position: static;
	line-height: normal;
}

dl.article-info dd.create span {
	display: block;
}

dl.article-info dd.create span.date {
	font-family: Georgia;
	font-size: 250%;
	line-height: 20px;
	padding-top: 10px;
}

dl.article-info dd.create span.month {
	text-transform: uppercase;
	letter-spacing: 1px;
}

dl.article-info dd, dl.article-info dt  {
	padding-right: 2px;
}

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

div.fb-button {
	margin-top: 15px;
}

p.modifydate {
	margin: 10px 0;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

.ja-moduletable img {
	border: 1px solid #111;
	margin-top: 10px;
}

.img-border {
	border: 1px solid #111;
}

.img-border.left {
	margin-right: 15px;
	clear: left;
}

.img-border.right {
	margin-right: 0;
	margin-left: 15px;
	clear: right;
}

.blog-featured .img-border {
	float: none;
	margin: 15px 0 0;
}

/* Readmore ---*/
p.readmore { overflow: hidden; }

p.readmore a {
	background: url(../images/arrow-2.png) no-repeat right center;
	color: #660022;
	display: block;
	float: left;
	padding-right: 10px;
	text-transform: none;
}

/* Separator ---*/
.row-separator {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 20px;
	margin-bottom: 20px;
	clear: both;
	float: none;
}

/* 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 #ccc; 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 #ccc; margin-top: 10px; }

table.contenttoc td { border-bottom: 1px dotted #ccc; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

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

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

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

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

form.poll input,
form.poll label {
	margin-bottom: 10px;
	display: inline-block;
}

form.poll input.button {
	margin-bottom: 0;
}

/* Pagination ---*/
.pagination ul li { margin-left:5px; line-height: normal; font-family: Arial, Helvetica, sans-serif; }

.pagination li.pagination-prev span,
.pagination li.pagination-start span,
.pagination li.pagination-next span,
.pagination li.pagination-end span,
.pagination li.pagination-prev strong a,
.pagination li.pagination-start strong a,
.pagination li.pagination-next strong a,
.pagination li.pagination-end strong a {
	text-indent: -999em;
	overflow: hidden;
}

.pagination li.pagination-prev strong a,
.pagination li.pagination-start strong a,
.pagination li.pagination-next strong a,
.pagination li.pagination-end strong a {
	display: block;
}

.pagination ul li span.pagenav, 
.pagination ul li a.pagenav {
	padding: 0;
}

.pagination li span,
.pagination li strong { 
	display: inline-block;
	font-size: 92%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
}

.pagination li span {
	background: url(../images/pagnav-bg.png) no-repeat left top;
}

.pagination li.pagination-prev span {
	background: url(../images/pagnav-prev.png) no-repeat left top;
}

.pagination li.pagination-start span {
	background: url(../images/pagnav-start.png) no-repeat left top;
}

.pagination li.pagination-end span {
	background: url(../images/pagnav-end.png) no-repeat left top;
}

.pagination li.pagination-next span {
	background: url(../images/pagnav-next.png) no-repeat left top;
}

.pagination li strong {
	background: url(../images/pagnav-bgactive.png) no-repeat left top;
	cursor: pointer;
}

.pagination li.pagination-prev strong {
	background: url(../images/pagnav-prevactive.png) no-repeat left top;
}

.pagination li.pagination-start strong {
	background: url(../images/pagnav-startactive.png) no-repeat left top;
}

.pagination li.pagination-end strong {
	background: url(../images/pagnav-endactive.png) no-repeat left top;
}

.pagination li.pagination-next strong {
	background: url(../images/pagnav-nextactive.png) no-repeat left top;
}

.pagination li strong a {
	color: #fff;
}

.pagination li strong a:hover,
.pagination li strong a:focus,
.pagination li strong a:active {
	text-decoration: none;
}

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

.items-more h3 { font-size: 125%; }

.ja-content-main .counter {
	line-height: normal;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
	padding: 0;
}

div.ja-moduletable h3, div.moduletable h3 {
	font-size: 100%;
	text-transform: lowercase;
	border-bottom: 1px solid #333;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0 0 10px;
	color: #333;
}

div.ja-moduletable h3 span, div.moduletable h3 span {
	padding-right: 20px;
	background: url(../images/arrow-1.gif) no-repeat right 8px;
	font-size: 150%;
	text-transform: lowercase;
}

div.ja-moduletable h3 span.first-word, div.moduletable h3 span.first-word {
	background: none;
	padding-right: 2px;
	color: #C00;
	text-transform: lowercase;
	font-size: 60%;
}

div.blue h3 span.first-word {
	color: #1188cc;
}

div.badge-hot h3 span.first-word {
	color: #cc0000;
}

div.badge-top h3 span.first-word {
	color: #55aaff;
}

div.badge-pick h3 span.first-word {
	color: #8888aa;
} 

div.badge-new h3 span.first-word {
	color: #66aa22;
} 

div.blue a {
	color: #1188cc;
}

div.ja-moduletable p {
    margin: 10px 0;
}

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

/* Login ---*/
#login-form ul li {
	background: url(../images/bullet.gif) no-repeat 2px 8px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 12px;
}

#form-login-username .inputbox, #form-login-password .inputbox {
    width: 90%;
}


#login-form .userdata p { margin: 0 0 5px !important;}

#login-form p#form-login-remember { margin-bottom: 15px !important;}
/* Slideshow ---*/
#ja-slideshow {
	position: relative;
	z-index: 9;
	background: #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	overflow: hidden;
}

#ja-slideshow .ja-moduletable {
	margin: 0;
	padding: 0;
}

/* Top Video ---*/
#ja-video {
	position: relative;
	z-index: 9;
	background: #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	color: #aaa;
}

#ja-video .ja-moduletable { margin: 0; padding: 0; }

#ja-video .right { width: 30%; }

#ja-video .right .inner {
	padding-left: 40px;
	padding-top: 120px;
}

#ja-video .ja-video-title { color: #C00; }

#ja-video p { margin: 15px 0; }

#ja-video a { font-family: Arial, Helvetica, sans-serif; }

#ja-video a.ja-video-commentslink { color: #fff; }

#ja-video a.readmore {
	color: #C00;
	background: url(../images/arrow-4.png) no-repeat right center;
	padding-right: 10px;
}

/* Masstop Banner ---*/
a.ja-mass-top-banner {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size: 750%;
	text-decoration: none;
	color: #111;
	line-height: 1;
}

a.ja-mass-top-banner span {
	color: #C00;
	font-family: Lucida Grande;
}

/* Image Gallery ---*/
.ja-photo-thumb { text-align: center; padding: 0px; margin: 0px; width: 98%;}

.ja-photo-thumb img { border: 1px solid #111; margin: 0px 5px !important; padding: 0px !important; }

.ja-photo-title { font-weight: normal; color: #111; }

/* Ja Social List ---*/
.ja-social-list { text-align: right; margin-bottom: 10px; }

/* Contact List ---*/
#ja-botsl ul.ja-contacts-list li {
	background: none;
	padding-left: 0;
	padding-top: 10px;
	border: 0;
}

#ja-botsl ul.ja-contacts-list li:hover {
	background: none;
}

#ja-botsl ul.ja-contacts-list li a { display: inline; color: #C00; }

#ja-botsl ul.ja-contacts-list li a:hover,
#ja-botsl ul.ja-contacts-list li a:focus,
#ja-botsl ul.ja-contacts-list li a:active {
	text-decoration: underline;
}

#ja-botsl ul.ja-contacts-list li strong { color: #111; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container {
	background: url(../images/container-bg.gif) repeat-y center top;
}

#ja-container.ja-r1 {
	border-top: 1px solid #e5e5e5;
}

#ja-container.ja-mf  {
	background: url(../images/dot.gif) repeat-x left top;
}

#ja-content-main { padding: 20px 0; }

#ja-container .main {
	background: #fff;
}

#ja-container.ja-mf .main {
	background: none;
}

.ja-content-main {
	margin: 0;
}

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

#ja-main .inner {
	padding-left: 0;
	padding-right: 20px;
}

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

#ja-contentwrap {}

#ja-right {
	background: url(../images/dot.gif) repeat-y left top #f5f5f5;
}

#ja-right .ja-moduletable {
	margin-right: 0;
	background: url(../images/line.png) repeat-x left bottom;
}

#ja-right .no-line {
	background: none;
}

#ja-right .ja-box-ct {
	padding-bottom: 20px;
}

#ja-right .no-padding .ja-box-ct {
	padding-right: 0;
}

#ja-right1 {
	padding-top: 20px;
}

#ja-inset2 {
	background: url(../images/dot.gif) repeat-y left top;
	padding-top: 20px;
}

#ja-inset2 .ja-moduletable {
	background: url(../images/line.png) repeat-x left bottom;
}

#ja-inset2 .ja-box-ct {
	padding-bottom: 20px;
}

/* Mass ---*/
.ja-mass-top { 
	padding-top: 10px;
}

.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module {
	margin: 0;
}

.ja-mass-bottom { }

.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { }

/* HEADER
--------------------------------------------------------- */
#ja-header .main { padding: 20px 0; }

#ja-top {
	float: right;
}

#ja-top  #mainlevel-nav {
	float: right;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#ja-top  #mainlevel-nav li {
	display: inline;
	padding-left: 15px;
}

#ja-top  #mainlevel-nav li a {
	color: #666;
	text-decoration: underline;
}

#ja-top  #mainlevel-nav li a:hover,
#ja-top  #mainlevel-nav li a:focus,
#ja-top  #mainlevel-nav li a:active {
	text-decoration: none;
}

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

/* Logo Image ---*/
h1.logo { width: 190px; height: 70px; }

h1.logo a {
	background: url(../images/logo.gif) no-repeat left;
	display: block;
	width: 190px;	
	height: 70px;
}

/* Logo Text ---*/
div.logo-text {
	background: #000;
	margin: 0;
	padding: 10px 15px;	
}

div.logo-text h1 {
	font-size: 300%;
	font-weight: normal;
	font-family: League Gothic;
	text-transform: uppercase;
}

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

p.site-slogan {
	color: #f1f1f1;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

#ja-top-header {
	margin-top:-5px;
	position:absolute;
	right:180px;
	text-align:right;
	width:50%;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	position: absolute;
	right: 0;
	bottom: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 5px solid #111;
}

/* Breadcrumbs ---*/
#ja-navhelper { border-top: 1px solid #ccc; }

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

.ja-breadcrums { padding: 6px 0; }

#ja-navhelper a:hover, 
#ja-navhelper a:active, 
#ja-navhelper a:focus {
	text-decoration: none;
}

.ja-breadcrums img {
	display: none;
}

#ja-navhelper .ja-breadcrums a {
    padding-right: 10px;
}

.ja-breadcrums a {
    background: url(../images/arrow.png) no-repeat right center;
}

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

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

.ja-links li.top {
	overflow: hidden;
	text-indent: -999em;
	padding: 0;
}

.ja-links li.top a {
	background: url(../images/top.gif) no-repeat left top;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	overflow:hidden;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu li {
	padding-left: 10px;
	background: url(../images/arrow-3.png) no-repeat left 12px;
	border-bottom: 1px dotted #ccc;
}

#ja-container ul.menu li a { color: #555; }

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

#ja-container ul.menu li.active {
	background-image: url(../images/arrow-3-hover.png);
}

#ja-container ul.menu li.active > a {
	color: #660022;
	font-weight: normal;
}

#ja-container ul.menu li li { border-top: 0; border-bottom: 1px dotted #ccc; }

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

#ja-container ul.menu li ul li {
	padding-left: 10px;
	background: url(../images/arrow-3.png) no-repeat left 12px;
}

#ja-container ul.menu li ul li a {
	color: #555;
	text-indent: 0;
}

#ja-container ul.menu li ul li.active > a {
	color: #660022;
	font-weight: normal;
}

#ja-container ul.menu li ul li li { border-top: 0; border-bottom: 1px dotted #ccc; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box,
#ja-botsl .ja-box { background: url(../images/dot.gif) repeat-y left; }

#ja-topsl .ja-box-left,
#ja-botsl .ja-box-left { background: none; }

#ja-topsl .ja-box-left .ja-moduletable,
#ja-botsl .ja-box-left .ja-moduletable { margin-left: 0; }

#ja-topsl .ja-moduletable,
#ja-botsl .ja-moduletable { margin: 10px 20px; }

#ja-topsl .ja-box-right .ja-moduletable,
#ja-botsl .ja-box-right .ja-moduletable { margin: 10px 0 10px 20px; }

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 { margin: 0 0 10px; }

#ja-topsl ul li,
#ja-botsl ul li {
	border-bottom: 1px dotted #ccc;
	padding-left: 10px;
	background: url(../images/arrow-3.png) no-repeat left 12px;
}

#ja-topsl ul li a,
#ja-botsl ul li a {
	color: #555;
	padding: 6px 0;
	display: block;
}

#ja-topsl ul li:hover,
#ja-botsl ul li:hover {
	background-image: url(../images/arrow-3-hover.png);
}

#ja-topsl ul li:hover a,
#ja-botsl ul li:hover a,
#ja-botsl ul li a:hover,
#ja-botsl ul li a:focus,
#ja-botsl ul li a:active {
	color: #602;
	font-weight: normal;
}

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #ccc; }

#ja-topsl p,
#ja-botsl p { margin: 15px 0; }

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }
#ja-topsl .main-inner1 { padding: 10px 0; border-bottom: 1px solid #ccc; }

/* Bot spotlight ---*/
#ja-botsl { border-top: 1px solid #ccc; }
#ja-botsl .main { padding: 0; }

#ja-botsl img { margin-top: 10px; }

/* FOOTER ---*/
#ja-footer { background: #111; color: #666; }

#ja-footer .main { text-align: left; }

#ja-footer a { color: #999; }

#ja-footer a:hover, #ja-footer a:focus, #ja-footer a:active {
	color: #ccc;
	text-decoration: underline;
}

.ja-copyright { float: left; }

#ja-poweredby { float: right; }

#ja-poweredby a span {
	display: none;
}
/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel { background-color: #111; }

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

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

div.ja-innerdiv h4 {
	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;
}
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: #C00; }

#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/joomla16.png) no-repeat left top;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
	background-position: left bottom;
}

.contact-address .jicons-icons {
	float: left; width: 16px; height: 16px; margin-right: 3px;
}

#component-contact {
	margin-top: 20px;
}

.article-tools dd.jac-add-button {
	margin-bottom: 5px;
}

#member-registration div {
	margin-bottom: 15px;
}

.com_jacomment.contentpane #ja-switch {
	display: none !important;
}

.system-unpublished, tr.system-unpublished {
	background: #f8f8f8;
	border-top: none; 
	border-bottom: none;
	
}

.item.system-unpublished {
	padding: 10px 0px;
}

#member-registration dl input {
	float: left;
	padding: 3px 5px;
}

/* Archive page
--------------------------------------------------------- */
ul#archive-items li {
	background: none;
	padding-left: 10px;
}

.archive dl.article-info { float:none; }

.categories-list dt, 
.categories-list dd { display:inline; }

.blog .cat-children ul li {
	background-position: 10px 7px;
}

.blog .cat-children ul li span.jitem-title,
.blog .cat-children ul li span.jitem-title a {
	font-size: 100%;
	padding: 0;
}

/* Edit Article */
.edit.item-page .formelm label#jform_title-lbl{
	min-width: 0px;	
}

.edit.item-page .formelm input#jform_title{
	width: 90%;
}

.edit.item-page  textarea#jform_articletext {
	margin: 0;
	width: 98% !important;
}

#editor-xtd-buttons {
	float: left;
}

.toggle-editor {
	float: left;
	padding: 5px;
}

/* Style for Joomla 3.x */
.search .btn-toolbar {
	border: 1px solid #F0F0F0;
	margin: 15px 0;
	padding: 10px;	
}

.search .btn-toolbar .pull-left {
	float: left;
}

.search .btn-toolbar .btn {
	cursor: pointer;
	padding: 5px 20px;
	margin-left: 10px;
}

.search .searchintro .badge {
	background-image: none;
	height: auto;
	position: relative;
	right: 0;
	top: 0;
	width: auto;
	
}