/*
# ------------------------------------------------------------------------
# JA Ironis 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#bd {
	background-image: url(../images/body_bg.gif);
}

/* Normal links ---*/
a { color: #d56f03; }

a:hover, a:active, a:focus { color: #3caac8; }

/* Headings ---*/
h1.componentheading, .componentheading {  
	background: url(../images/arrow2_bg.gif) no-repeat scroll 30px bottom;
}

h1.componentheading span, .componentheading span {
	background: #ff9000;
}

.contentheading a:hover, 
.contentheading a:active, 
.contentheading a:focus, 
.blog-featured .contentheading a:hover, 
.blog-featured .contentheading a:focus, 
.blog-featured .contentheading a:active {
	color: #3caac8;
}

/* FORM
--------------------------------------------------------- */
.button, input[type="button"], button[type="submit"] {
	background-color: #3caac8;
}

.button:hover, input[type="button"]:hover, button[type="submit"]:hover,
.button:focus, input[type="button"]:focus, button[type="submit"]:focus {
	background-color: #ff9000;
}

.inputbox:hover,input[type=text]:hover,textarea:hover {
	border-color: #3caac8;
}

/* Login ---*/
#form-login ul li a { color: #ff9000; }

/* Search ---*/
.search_search:hover {
	background-image: url(../images/icon-search-hover.png);
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Meta ---*/

dl.article-info .author { color: #ff9000; }

/* Pagination */
.pagination ul li span.pagenav {
	border-color: #3caac8;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable > h3, div.moduletable > h3 {
	background-image: url(../images/arrow1_bg.gif) ;
}

div.ja-moduletable > h3 span, div.moduletable > h3 span {
	background: #3caac8;
}

/* Module Blue */
div.ja-moduletable.bluetitle h3, 
div.moduletable.bluetitle h3 { background-image: url(../images/arrow2_bg.gif); }

div.ja-moduletable.bluetitle h3 span,
div.moduletable.bluetitle h3 span { background: #ff9000; }

/* HEADER
--------------------------------------------------------- */

/* Logo Image ---*/

h1.logo a {
	background-image: url(../images/logo.png) ;
}

/* JA top */

#ja-top .buy-your-tickets a {
	background: #FF0000;
}

#ja-top .buy-your-tickets a:hover,
#ja-top .buy-your-tickets a:focus,
#ja-top .buy-your-tickets a:active {
	background-color: #3caac8;
}

#ja-top ul.menu li a:hover,
#ja-top ul.menu li a:focus,
#ja-top ul.menu li a:active {
	color: #3caac8;
}

/* Bot spotlight2 ---*/

#ja-botsl2 a {
	color: #3caac8;
}

#ja-botsl2 ul li a {
	color: #3caac8;
}

#ja-botsl2 ul li a:hover, 
#ja-botsl2 ul li a:focus, 
#ja-botsl2 ul li a:active { color: #fff; }

#ja-botsl2 a.readmore {
	background-image: url(../images/arrow-normal.png);
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer a { color: #3caac8;  }

#ja-footer a:hover, #ja-footer a:focus, #ja-footer a:active { color: #fff; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
/* Blog Feautred ---*/

/*	Content ---*/
a.readmore, .readmore a { 
	color: #3caac8; 
	background-image: url(../images/more.gif);
}

a.more-color1, .readmore a.more-color1 {
	background-image: url(../images/more-color1.gif);
	color: #222;
}

a.more-color2, .readmore a.more-color2 {
	background-image: url(../images/more-color2.gif);
	color: #ff9000;
}

a.more-color3, .readmore a.more-color3 {
	background-image: url(../images/more-color3.gif);
	color: #5b3800;
}

.readmore a:hover, 
.readmore a:focus, 
.readmore a:active, 
a.readmore:hover, 
a.readmore:focus, 
a.readmore:active {
	background-image: url(../images/more-hover.gif);
	color: #ff9000;
}

.readmore a:hover span, 
.readmore a:focus span, 
.readmore a:active span, 
a.readmore:hover span, 
a.readmore:focus span, 
a.readmore:active span {
	border-color: #ff9000;
}

/* Slideshow ---*/
.ja-slidewrap_ironis.ja-articles .ja-slide-desc a.readon {
	color: #ff9000;
}

/* Tabs ---*/
.ironis .container .ja-tabs-title-top ul.ja-tabs-title li h3 span {
	background-color: #ff9000;
}

.ironis .container .ja-tabs-title-top ul.ja-tabs-title li.active h3 {
	background-image: url("../images/arrow1_bg.gif");
}

.ironis .container .ja-tabs-title-top ul.ja-tabs-title li.active h3 span  {
	background-color: #3caac8;
}

/* Ja Comment ---*/
#jac-wrapper h2.componentheading span {
	background-color: #ff9000;
}

#jac-wrapper h2.componentheading {
	background-image: url(../images/arrow2_bg.gif);
}

#jac-wrapper input.text:hover, #jac-wrapper input.search:hover,
#jac-wrapper input.text:focus, #jac-wrapper input.search:focus {
	border-color: #3caac8;
}

#jac-wrapper .comment-action a {
	color: #ff9000;
}

#jac-wrapper .comment-action a:hover,
#jac-wrapper .comment-action a:focus,
#jac-wrapper .comment-action a:active {
	border-color: #ff9000;
}