/*------------------------------------------------------------------------
# ART Line :: artEist :: April, 2007
# ------------------------------------------------------------------------

# Copyright (C) 2007 artEist.net, Ltd. All Rights Reserved.
# artEist Team - BG ART Community
-------------------------------------------------------------------------*/

/* PNG FIX */

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div {
	behavior: url(../iepngfix.htc)
}
/*

  Alternatively, you can specify that this will apply to all tags like so:

   * { behavior: url(iepngfix.htc) }

 */
 
/* COMMON STYLE

--------------------------------------------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #232323;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #2323232;
	scrollbar-arrow-color: #ff9900;
}
body {
	background: #202020;
	color: #999999;
	font-family: Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 1.5;/* cursor: url(../images/sony.cur);  ne mi dopada!  */

}
body#bd {
	color: #adadad;
	text-align: center;
	background: url(art_bg.jpg) #000000;
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
body.contentpane {
	margin: 1em 2em;
	width: auto; /* Printable Page */
	background: #656565;
	color: #000000;
}
body.fs1 {
	font-size: 9px;
}
body.fs2 {
	font-size: 10px;
}
body.fs3 {
	font-size: 11px;
}
body.fs4 {
	font-size: 12px;
}
body.fs5 {
	font-size: 13px;
}
body.fs6 {
	font-size: 14px;
}
/* Normal link */

a {
	border-bottom: 1px dotted #5c5c5c;
	color: #d2d2d2;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #ff9900;
	text-decoration: none;
	background:none;
}
/* Title text - heading */

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align:left;
	color:#FF9900;
}
/* Small text */

small, .small, .smalldark, .mosimage_caption {
	font-size: 100%;
	color: #999999;
}
/* Heading */

h1 {
	font-size: 225%;
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 175%;
}
h4 {
	font-size: 125%;
	text-transform: uppercase;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 35px;
	line-height: 170%;
	background: url(bullet-list.gif) no-repeat 25px 8px;
}
ol li {
	margin-left: 35px;
	line-height: 170%;
}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ff6600;
	height: 1px;
}
a img {
	border: none;
}
td, div {
	font-size: 100%;
}
/* FORM

--------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}
select, textarea, .inputbox {
	background: #111111;
	color: #666666;
}
.button, .button:hover {
}
.button:active, .button:focus {
}
.inputbox {
	border: 1px solid #999999;
	margin-bottom: 1px;
}
.inputbox:hover, .inputbox:focus {
	border-color: #333333;
}
/* BONUS TYPOGRAPHY STYLES

-------------------------------------------------------------------------*/

/* Code text */

pre, .code {
	margin: 15px 0;
	padding: 15px 25px 15px 30px;
	background: url(tp-code.gif) no-repeat top left #ededed;
	font: 1em/1.5 monospace;
}
/* Quote */

blockquote {
	margin: 15px 0;
	padding: 5px 30px 5px 35px;
	background: url(quote.gif) 10px 0 no-repeat;
	font: normal 125%/1.5 Geneva, Arial, Helvetica, sans-serif;
}
div.blockquote {
	margin: 0;
	padding: 0;
	background: url(quote-right.gif) no-repeat bottom right;
}
/* Quote hilight */

.quote-hilite {
	color: #ffcc00;
	background: url(q1_std.gif) no-repeat 10px 10px #323232;
	padding-right : 5px;
	padding-bottom: 10px;
	margin: 0;
}
.quote-hilite blockquote {
	background: url(q2_std.gif) no-repeat right bottom;
	margin: 0;
}
.quote-hilite blockquote a {
	color: #212121;
}
.quote-hilite blockquote a:hover, a:active {
	color: #FFFFFF;
}
/* Dropcap */

.dropcap {
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #666666;
	font: bold 50px/40px "Times New Roman", Times, serif;
}
/* Tips, Error, Message, Hightlight*/

.error {
	padding: 5px 5px 5px 25px;
	background: url(bullet-error.gif) no-repeat center left;
	color: #ff3300;
}
.message {
	padding: 5px 0 5px 25px;
	background: url(bullet-info.gif) no-repeat center left;
	color: #ff9900;
}
.tips {
	padding: 5px 5px 5px 25px;
	background: url(bullet-tips.gif) no-repeat center left;
}
.highlight {
	padding: 0 1px;
	background: #0099CC;
	font-weight: bold;
}
/* Note Style */

p.stickynote {
	background: url(sticky-bg.gif) no-repeat top left #f7f7f7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #000000;
}
p.pinnote {
	background: url(pin-bg.gif) no-repeat top left #f7f7f7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #000000;
}
p.clipnote {
	background: url(clip-bg.gif) no-repeat top left #f7f7f7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #000000;
}
p.newspaper {
	background: url(newspaper-bg.gif) no-repeat top left #f7f7f7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #000000;
}
/* Check list */

ul.checklist {
	list-style: none;
}
ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 20px;
	background: url(checklist-bg.gif) no-repeat 0px 5px;
}
/* Big number list */

.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	background: url(ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	font: normal 20px/normal Arial, sans-serif;
}
.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}
/* Talking box. Thinking box. */

div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}
div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(bub-br-bg.gif) no-repeat bottom right;
}
div.bubble1 div div {
	background: url(bub-bl-bg.gif) no-repeat bottom left;
}
div.bubble1 div div div {
	background: url(bub-tr-bg.gif) no-repeat top right;
}
div.bubble1 div div div div {
	background: url(bub-tl-bg.gif) no-repeat top left;
}
div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}
div.bubble2 {
	width: 99%;
	background: url(bub-arrow-bg.gif) no-repeat bottom left;
}
div.bubble2 div {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin-bottom: 20px;
	padding: 10px 15px 15px;
	background-color: #f7f7f7;
}
div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(bub2-br-bg.gif) no-repeat bottom right;
}
div.bubble3 div div {
	background: url(bub2-bl-bg.gif) no-repeat bottom left;
}
div.bubble3 div div div {
	background: url(bub2-tr-bg.gif) no-repeat top right;
}
div.bubble3 div div div div {
	background: url(bub2-tl-bg.gif) no-repeat top left;
}
div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}
div.bubble4 {
	width: 99%;
	background: url(bub2-arrow-bg.gif) no-repeat bottom left;
}
div.bubble4 div {
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding: 10px 15px 15px;
	background-color: #F7F7F7;
}
/* Caption Box */

.caption,  .captionBox,  .captionBox-hilite,  .story-hilite {
	border: 1px solid #ff6600;
	padding: 15px 10px 10px 10px;
	margin: 20px 0 19px 0;
	position: relative;
	line-height: normal;
}
.captionBox h3,  .captionBox-hilite h3 {
	position: absolute;
	top: -7px;
	left: 10px;
	margin: 0 0 0 -2px;
	padding: 0 2px;
	font-size: 125%;
	font-weight: bold;
	background: #ff6600;
	text-transform: uppercase;
}
.captionBox-hilite {
	border: 1px solid #ff6600;
}
.captionBox-hilite h3 {
	color: #000000;
}
.captionBox {
	color: #ffffff;
	background: #000000;
}
.caption span.title {
	/* border: 1px solid #000000; */

  position: absolute;
	top: -7px;
	left: 10px;
	margin: 0 0 0 -2px;
	padding: 0 2px;
	line-height: 14px;
	background: #ff9900;
	color: #000000;
}
.caption {
	border: 1px solid #ff9900;
}
.story-hilite h3 {
	position: absolute;
	top: 0px;
	margin: 0 0 0 -2px;
	padding: 0px 5px 0px 5px;
	background: #000000;
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.story-hilite {
	border: 1px solid #000000;
	padding-top: 25px;
}
/* Box style */

.box-grey,  .box-hilite {
	border: 1px solid #CCCCCC;
	background-color: #f7f7f7;
	margin: 20px 0 0 0;
	padding: 10px;
	color: #000000;
}
.box-hilite {
	border: 1px solid #cccccc;
	background: #f7f7f7;
}
/* Video, comment, rss style */

.video, .video:hover, .video:active {
	background: url(video.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
}
.comment, .comment:hover, .comment:active {
	background: url(comment-icon.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
}
.rss, .rss:hover, .rss:active {
	background: url(rss.gif) no-repeat top left;
	margin: 0;
	padding: 0 10px 3px;
	border-bottom: none;
}
img.border {
	padding: 1px;
	border: 1px solid #010101;
	margin: 5px 2px 2px 2px;
}
/* MODULE

--------------------------------------------------------- */

div.moduletable h3 {
	margin: 0 0 0px;
	padding: 0;
	color: #cccccc;
	font-size: 125%;
	letter-spacing: normal;
	text-transform: uppercase;
}
div.moduletable {
	margin: 0;
	padding: 0px 0px; /* 10px 1px - default *//* background: url(sep.gif) repeat-x bottom; => border masscol disabled by HEDTripS */

}
div.ja-moduletable h3 {
	margin: 0 0 0px;
	padding: 0px;
	background: #000000; /* moduletitle color set by HEDTRIPS */
	/* background: url(sep.gif) repeat-x 0 50%; disable middle line of title */

	font-size: 125%;
	letter-spacing: normal;
	text-transform: uppercase;
}
div.ja-moduletable h3 span {
	padding: 0px 0px 0px 0px; /* [padding: 0px 3px 0px 3px; - old style] */
	color: #ff9900; /* control right column title - HEDTripS edit  */
	background: #000000;
}
#ja-col1 div.ja-moduletable h3 span {
	background: #000000;
}
#ja-masscol div.ja-moduletable h3 span {
	background: none; /* set to NOEN if div.ja-moduletable h3 is active!IMPORTANT this is base moduletitle color control */
}
div.ja-moduletable {
	margin: 0;
	padding: 0px 0 0; /* old - 5px 0 0; */
	background: none;
}
#ja-col1 div.moduletable,  #ja-col1 div.ja-moduletable {
	margin: 0 0px; /* left/right column margins - default = 0 10px */
}
#ja-col2 div.moduletable,  #ja-col2 div.ja-moduletable {
	margin-left: 0 0px; /* left/right column margins -  = 10px */
}
/* JOOMLA STYLE - all content...

--------------------------------------------------------- */

.article_seperator {
	display: block;
	background: url(sep.gif) repeat-x center; /* => content border bottom */
	height: 1px;
}
table.blog .article_seperator {
}
#ja-col1 .article_seperator,  #ja-col2 .article_seperator,  #ja-topsl .article_seperator,  #ja-botsl .article_seperator {
	display: none;
}
table.contentpane {
	border: none;
	width: 100%;
	border-collapse: collapse;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
}
table.contenttoc {
	margin: 5px 0 8px 8px;
	padding: 0 0 5px;
	width: 35%;
	border: 1px solid #414141;
}
table.contenttoc a {
	font-weight: bold;
}
table.contenttoc td {
	padding: 0px 5px 2px 20px;
	background: url(bullet-list.gif) no-repeat 10px 12px;
}
table.contenttoc th {
	text-indent: 5px;
	border-bottom: 1px solid #000000;
	background: #202020;
	text-transform: uppercase;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	border: none;
	padding: 0;
	width: 100%;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px !important;
}
table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #333333;
}
table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px !important;
}
table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform .inputbox {
}
.blog_more {
	margin: 15px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 150%;
}
.blog_more ul {
	margin: 0;
	padding: 0;
}
.blog_more ul li {
	padding-left: 13px;
	background: url(bullet-list.gif) no-repeat 2px 8px;
	margin: 0;
}
td.buttonheading {
	padding: 0 0 0 5px!important;
	text-align: center;
}
td.buttonheading a {
	border: none;
}
.category {
	font-weight: bold;
	text-transform: uppercase;
}
.clr {
	clear: both;
}
.componentheading {
	margin-bottom: 0px; /* content header title - default 15px */
	padding-bottom: 0px; /* content header title - default 5px */
	background: url(sep.gif) repeat-x bottom;
	color: #666666;
	font-size: 175%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
.contentdescription {
	padding-bottom: 10px;
}
table.blog .contentheading {
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}
.contentheading {
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}
a.contentpagetitle {
	border-bottom: none;
}
a.contentpagetitle:hover,  a.contentpagetitle:active,  a.contentpagetitle:focus {
	border-bottom: none;
}
a.readon {
	border-bottom: none;
	font-weight: lighter;
	font-size:80%;
	text-transform:lowercase;
}
a.readon:hover, a.readon:active, a.readon:focus {
	border-bottom: none;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.createdate {
	margin: 5px 0 10px;
	color: #f7f7f7;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.modifydate {
	color: #999999;
	height: 15px;
}
.moduletable {
	padding: 0;
}
.mosimage {
	margin: 10px 10px 10px 10px!important; /* 15px 10px 10px 0!important */
	margin: 10px 5px 10px 5px; /* 15px 5px 10px 0; */
	padding: 0;
}
.mosimage img {
}
.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}
.pagenav, .pagenav_prev, .pagenav_next, .pagenavbar {
	padding: 0 2px;
}
a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a {
}
.pagenavbar {
}
.pagenavcounter {
	padding: 8px 10px 0 10px;
	background: url(pages.gif) no-repeat 0 11px;
}
.sectiontableheader {
	padding: 5px;
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}
tr.sectiontableentry1 td {
	padding: 5px 5px;
	border-bottom: 1px solid #000000;
	background: #212121;
}
tr.sectiontableentry2 td {
	padding: 5px 5px;
	border-bottom: 1px solid #000000;
	background: #333333;
}
tr.sectiontableentry1:hover td,  tr.sectiontableentry2:hover td {
	background: #000000;
}
.small {
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,  .pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* MAIN LAYOUT DIVS - 972px default width; 750px => disabled by HEDTrips from index.php!

---------------------------------------------------------------------------------------- */

#ja-wrapper {
}
#ja-headerwrap,  #ja-topslwrap,  #ja-botslwrap,  #ja-mainnavwrap1,  #ja-subnavwrap,  #ja-footerwrap,  #ja-hpwrap {
	clear: both;
	width: 972px;
	margin:0 auto;
}
#ja-header,  #ja-topsl,  #ja-botsl,  #ja-mainnavwrap2,  #ja-subnav,  #ja-containerwrap,  #ja-containerwrap-cm,  #ja-containerwrap-c,  #ja-containerwrap-f,  #ja-containerwrap-m,  #ja-footer,  #ja-hp {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
.wide #ja-header,  .wide #ja-topsl,  .wide #ja-botsl,  .wide #ja-mainnavwrap2,  .wide #ja-subnav,  .wide #ja-containerwrap,  .wide #ja-containerwrap-cm,  .wide #ja-containerwrap-c,  .wide #ja-containerwrap-f,  .wide #ja-containerwrap-m,  .wide #ja-footer,  .wide #ja-hp {
	width: 972px!important;
}
.auto #ja-header,  .auto #ja-topsl,  .auto #ja-botsl,  .auto #ja-mainnavwrap2,  .auto #ja-subnav,  .auto #ja-containerwrap,  .auto #ja-containerwrap-cm,  .auto #ja-containerwrap-c,  .auto #ja-containerwrap-f,  .auto #ja-containerwrap-m,  .auto #ja-footer,  .auto #ja-hp {
	width: 95%!important;
}
/* content modules art1 & art2 */



#art1 {
	width:100%;
	height:auto;
}
.art1 {
	width:100%;
	height:auto;
	background: #202020;
}
#art1 table.moduletable td {
	color: #ffffff;
	font-size: 10px;
}
#art2 {
	width:100%;
	height:auto;
	overflow: hidden;
}
.art2 {
	width:100%;
	background: #323232;
}
#art2 table.moduletable td {
	color: #ffffff;
	font-size: 10px;
}
#art3 {
	width:100%;
	float:left;
	height:auto;
	overflow: hidden;
}
.art3 {
	width:100%;
	background: #202020;
}
#art3 table.moduletable td {
	background:#202020;
	color: #ffffff;
	font-size: 10px;
}
#art4 {
	width:100%;
	float:right;
	height:auto;
	border: 1px solid;
	border-color:#666666;
	overflow: hidden;
	margin:0px;
}
.art4 {
	width:100%;
	background: #323232;
}
#art4 table.moduletable td {
	background:#323232;
	color: #ffffff;
	font-size: 10px;
}
/* artshow, arthed, inhed, usermenu - set by HEDTripS */



#artshow {
	padding: 0px;
	border-top: 1px solid #000000;
	background: #0c0c0c;
	width: 100%;
	overflow: hidden;
}
#artshow2 {
	padding: 0px;
	background:url(tag-bgr.jpg) no-repeat center;
	border-top: 0px solid #000000;
	border-bottom:none;
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: block;
	color:#ffffff;
}
#artshow2 a, link {
	border-bottom:none;
	color:#ffffff;
	text-decoration:none;
}
#artshow2 a:hover, a:focus {
	border-bottom: none;
	background:#00CCFF;
}
#artshow3 {
	float:right;
	padding: 0px;
	border-top: 1px solid #000000;
	background: #443a17;
	width: 572px;
	text-align:justify;
	overflow: hidden;
	display: block;
}
#arthed {
	padding: 0px;
	border-bottom: 1px solid #000000;
	background: #333333;
	width: 100%;
	overflow: hidden;
}
#inhed {
	padding: 0px;
	border-bottom: 1px solid #000000;
	background: #333333;
	width: 100%;
	overflow: hidden;
	z-index:999999;
}
#usermenu {
	float: left;
	height:25px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font-weight:bold;
	background:#232323;
	width: 100%;
	overflow: hidden;
	text-align:center;
	color:#ff9900;
}
#usermenu a, link {
	text-align:center;
	color:#ff9900;
}
#umenu {
	float: left;
	height:auto;
	padding:0px;
	border-bottom: 1px solid #000000;
	font-weight:bold;
	background: #232323;
	width: 100%;
	overflow: hidden;
	text-align:center;
	color:#ff9900;
}
#umenu a, link {
	text-align:center;
	text-decoration:none;
	color:#ff9900;
}
/* PRIMARY COLUMN     left+right columns = 388px (2x 194px); important!

                      main column content = 582px; 

----------------------------------------------------------------------- */

#ja-content {
	float: left;
	width: 580px; /* 60% - original - 582 */
}
#ja-content div.innerpad {
	clear: both;
	margin: 0;
	padding:5px;
	/*	padding: 20px 15px 15px 0; Original - CONTENT TEXT CONTROL */

    padding: 5px 2px 5px 3px; /* edit: 5px 4px 5px 4px */
	display: block;
	height: 400px; /* minimun */
}
html>body #ja-content div.innerpad {
	height: auto;
	min-height: 400px;
}
/* SECONDARY COLUMNS

--------------------------------------------------------- */

#ja-colwrap {
	float: right;
	width: 388px;
}
#ja-col1 {
	float: left;
	width: 194px; /* 40% - original */
	overflow: hidden;
	padding-bottom: 0px; /* 10px */
	background:#444444;
}
#ja-col2 { /* Right Column - HEDtripS edit */
	float: right;
	width: 194px;
	/*	width: 47.9%; - old */

	overflow: hidden;
	padding-bottom: 0px; /* 10px */
	margin-right: 0px!important; /* HEDTtipS edit */
}
#ja-col1 table, #ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-col1 ul, #ja-col2 ul {
	padding: 0;
}
#ja-col1 ul li, #ja-col2 ul li {
	padding-left: 13px;
	background: url(bullet-list.gif) no-repeat 2px 8px;
}
#ja-masscol {
	padding: 0px; /*10px default - control masscol (left/right panels + tabs) hedtrips edit */
	border-bottom: 1px solid #000000; /* border masscol + tabs - disabled by HEDTripS *//* remove background by HEDTRIPS */

}
/* COLLAPSIBLE LAYOUT

--------------------------------------------------------- */

#ja-containerwrap {
	background: url(mainwrap-bg1.gif) repeat-y 60% 0;
}
#ja-container {
	background: url(mainwrap-bg2.gif) repeat-y 80% 0;
}
/* full - 3rd party, gallery,forum, etc. HEDTRIPS edit */

#ja-containerwrap-f, #ja-containerwrap-f #ja-container {
	background: #323232;
}
#ja-containerwrap-f #ja-content {
	width: 100%;
}
/* content + col + mass */

#ja-containerwrap-cm {
	background: url(mainwrap-bg1.gif) repeat-y 60% 0;
}
#ja-containerwrap-cm #ja-container {
	background: none;
}
#ja-containerwrap-cm #ja-col1,  #ja-containerwrap-cm #ja-col2 {
	width: 100%;
}
/* content + col */

#ja-containerwrap-c {
	background: url(mainwrap-bg3.gif) repeat-y 80% 0;
}
#ja-containerwrap-c #ja-container {
	background: none;
}
#ja-containerwrap-c #ja-content {
	width: 80%;
}
#ja-containerwrap-c #ja-colwrap {
	width: 20%;
}
#ja-containerwrap-c #ja-col1,  #ja-containerwrap-c #ja-col2 {
	width: 100%;
}
/* content + mass */

#ja-containerwrap-m {
	background: url(mainwrap-bg1.gif) repeat-y 60% 0;
}
#ja-containerwrap-m #ja-container {
	background: none;
}
/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {
	background: url(art_bghed.jpg) top center no-repeat;
}
#ja-header {
	padding: 0 0;
	line-height: normal;
	text-align: left;
	position: relative;
}
#ja-header h1 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 2.5em;
}
#ja-header h1 a {
	border-bottom: none;
	color: #333333;
	text-transform: uppercase;
}
#ja-header h1 img {
	float: left;
}
#ja-header a {
}
div.ja-day {
	margin-top: 5px;
	float: right;
	font-family: Tahoma, Arial, sans-serif;
}
div.ja-day div {
	float: left;
	padding: 10px 0 5px;
	margin-left: 5px;
	width: 37px;
	background: url(day-panel-bg.gif) repeat-x top #333333;
	color: #DDDDDD;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
div.ja-day span {
	float: left;
	color: #999999;
	font-size: 260%;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 4px;
}
/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnavwrap1 {
	background: #000000; /* panela s menuto */
	font-family: Tahoma, Arial, sans-serif;
}
#ja-mainnavwrap2 {
	padding: 5px 0;
}
#ja-mainnav {
	float: left;
}
#ja-mainnavwrap1 a,  #ja-mainnavwrap1 a:hover,  #ja-mainnavwrap1 a:active,  #ja-mainnavwrap1 a:focus {
	border-bottom: none;
}
#ja-mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ja-subnavwrap {
	background: #454545;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#ja-subnav {
	background: #454545;
}
#ja-search {
	float: right;
}
#ja-search div.search {
	margin: 3px 0 0 5px;
}
#ja-search div.search .inputbox {
	width: 150px;
	border: 1px solid #202020;
	padding-left: 4px;
	background: url(icon-search.gif) no-repeat 95% 50% #333333;
	margin-bottom: 0;
}
#pms {
	float: right;
	width: 130px;
	background: none;
	margin: 0px;
	z-index:999999;
}
/* Default Joomla! Menu */

a.mainlevel {
	margin: 0;
	padding: 3px 5px 3px 14px;
	width: 99.9%;
	border: none;
	display: block;
	color: #ff9900;
	font-weight: normal;/* background: url(bullet-list.gif) no-repeat 3px 10px; => usermenu ul, li disabled by HEDTripS! */

}
a.mainlevel:hover,  a.mainlevel:active,  a.mainlevel:focus {
	border: none;
	color: #ffffff;
}
a.mainlevel#active_menu {
	color: #ff9900;
}
a.sublevel {
	padding: 3px 3px 3px 14px;
	border-bottom: none;
	display: block;
	background: url(sublevel-bg.gif) no-repeat top left;
}
a.sublevel:hover,  a.sublevel:active,  a.sublevel:focus {
	border-bottom: none;
}
#active_menu {
	color: #ffcc00;
	font-weight: bold;
}
/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}
.ja-box-full {
	float: none;
	overflow: hidden;
}
.ja-box-left div.moduletable {
	padding: 0 15px 0 0;
}
.ja-box-right div.moduletable {
	padding: 0 0 0 15px;
}
.ja-box-center div.moduletable {
	padding: 0 15px;
}
/* Top Spotlight */

#ja-topslwrap {
}
#ja-topsl {
	clear: both;
	padding: 0;
	position: relative;
}
#ja-topsl h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #212121;
}
#ja-topsl a {
	color: #FFFFFF;
}
#ja-topsl div.moduletable {
	margin: 0;
	padding: 10px 20px;
}
#ja-topsl div.ja-box-left,  #ja-topsl div.ja-box-center,  #ja-topsl div.ja-box-right {
	padding: 0;
}
/* Bottom Spotlight */

#ja-botslwrap {
	border-top: 1px solid #000000;
	background: #202020;
}
#ja-botsl {
}
#ja-botsl div.moduletable {
	padding: 10px;
	background: none;
}
#ja-botsl div.ja-box-left,  #ja-botsl div.ja-box-center {
	background: url(sep.gif) repeat-y right;
}
#ja-botsl h3 {
	margin: 0 0 5px;
	padding: 0;
}
/* Common Styles for both Spotlight Area */

#ja-topsl ul,  #ja-botsl ul {
	margin: 0;
	padding: 0;
}
#ja-topsl li,  #ja-botsl li {
	padding-left: 12px;
	margin: 0;
	background: url(bullet-list.gif) no-repeat 2px 8px;
}
#ja-topsl td,  #ja-botsl td {
	padding: 0;
}
#ja-botsl .article_seperator,  #ja-topsl .article_seperator {
	display: none;
}
#ja-botsl table,  #ja-topsl table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ARTBOX

---------------------------------------------------------*/



/* Spotlight Box Style */

.artbox-left, .artbox-center, .artbox-right {
	float: left;
	overflow: hidden;
}
.artbox-full {
	float: none;
	overflow: hidden;
}
.artbox-left div.moduletable {
	padding: 0 15px 0 0;
}
.artbox-right div.moduletable {
	padding: 0 0 0 15px;
}
.artbox-center div.moduletable {
	padding: 0 15px;
}
/* usermenu Spotlight */

#ja-bots2wrap {
	border-bottom: 1px solid #000000;
	padding-top: 0px;
	padding-bottom: 3px;
	background: #555555;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#ja-bots2wrap {
	clear: both;
	width: 972px;
}
/* PATHWAY

---------------------------------------------------------*/

#ja-pathway {
	margin: -8px 0 0px 0;
	padding: 4px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	display: block;
	color: #999999;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background: #414141;
	overflow: hidden;
}
#ja-pathway img {
	margin: 0 5px 1px;
}
#ja-pathway strong {
	margin-right: 0px;
}
#ja-pathway a {
	color:#666666;
	font-weight: bold;
}
/* FOOTER

--------------------------------------------------------- */

#ja-footerwrap {
	border-top: 1px solid #000000;
	background: url(bg_art.gif) #333333;
}
#ja-footer {
	clear: both;
	padding: 10px 0;
	color: #333333;
	text-align: left;
	font-size: 9px;
	overflow: hidden;
	position: relative;
}
#ja-footer a {
	color: #666666;
	font-weight: normal;
}
#ja-footer a:hover,  #ja-footer a:active,  #ja-footer a:focus {
	color: #333333;
	font-weight: normal;
}
#ja-cert {
	position: absolute;
	right: 0;
	top: 0px;
}
#ja-cert a {
	padding-left: 2px;
	border-bottom: none;
}
#copyart {
	position: absolute;
	left: 24px;
}
#stats {
	position: absolute;
	right: 0;
	top: 24px!important;
}
/* BOTTOM */



#bottom {
	position: absolute;
	left: 0;
	top: 0px;
}
/* MISCELLANOUS

----------------------------------------------------------- */

ul.accessibility {
	position: absolute;
	top: -100%;
}
#ja-hp-switch {
	float: right;
	color: #cccccc; /*old - #ff9900 */
	display: none;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	padding: 2px 5px 3px;
	margin-top: 1px;
}
.ja-hp-active {
	color: #FFFFFF !important;
	background: #000000; /* old - #ff9900 */
	border-bottom: 1px solid #000000;
}
#ja-hpwrap {
	background: #333333;
	font-size: 11px;
}
#ja-hp {
	line-height: normal;
}
div.ja-hpmodule {
	float: right;
	padding: 3px 0 2px;
}
html>body div.ja-hpmodule {
	float: right;
	padding: 5px 0 5px;
}
div.ja-hpmodule form {
	float: left;
}
div.ja-hpmodule form label {
	float: left;
	padding: 0 5px;
}
div.ja-hpmodule form input.button {
	padding: 0px 3px;
	background: #333333;
	border: 1px solid #333333;
	color: #CCCCCC;
	font-size: 11px !important;
}
div.ja-hpmodule form #mod_login_username,  div.ja-hpmodule form #mod_login_password {
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	width: 70px;
	margin-bottom: 0;
}
div.ja-hpmodule form #mod_login_remember {
	margin-bottom: 0;
}
div.ja-hpmodule form a {
	padding-left: 5px;
	border-left: 1px solid #CCCCCC;
}
/* User Tools */

#ja-usertools {
	padding: 7px 0 0;
	font-size: 11px;
	float: left;
}
#ja-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}
#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}
#ja-usertools img {
	padding: 0 3px 0 0;
}
div.innerpad {
	padding: 0 10px;
}
.ja-banner {
	margin-top: 5px;
	padding: 5px 0;
	text-align: center;/* background: url(sep.gif) repeat-x top; => disabled by HEDTripS */

}
.ja-banner a, .ja-banner a:hover, .ja-banner a:active, .ja-banner a:focus {
	border-bottom: none;
}
.ja-content-module {
	margin-top: 0px; /* 15px default; main content margins */
	padding: 0px 0;
	text-align: justify;
	background: url(sep.gif) repeat-x top;
}
div.back_button a,  div.back_button a:hover,  div.back_button a:active,  div.back_button a:focus {
	border-bottom: none;
	float: left;
	margin: 10px 0;
	display: block;
	font-size:80%;
	font-weight: bold;
	text-transform: uppercase;
}
#mod_login_password, #mod_login_username {
	width: 90%;
}
#mod_login_remember {
	border: none;
	background: none;
}
/* Clearfix */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Firefox Scrollbar Hack - Do not remove */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

