/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** ORANGE STYLES ***********************/

/** reset **/

a:link, a:visited {
	color: #ffa200;
}

a:hover {
	color: #ffb638;
}

/** editor **/

ul.linked li a {
	background-image: url(../images/style3/linked.png);
}

ul.linked li a:hover {
	background-image: url(../images/style3/linked_hover.png);
}

/** template **/

input.button, button.validate, button {		
	background: #ffa200;
}

input.button:hover, button.validate:hover, button:hover {
    background: #ffb638;
}

div.pagination ul li span {
    background: #ffa200;
}

div.pagination ul li a:hover  {
	background: #ffa200;
}

div.blog-featured h2 a:hover,
div.blog h2 a:hover,
div.item-page h2 a:hover,
ul#archive-items li.row0 h2 a:hover {
    color: #ffb638;
}

table.category th {
	background: #ffa200;	
}

p.readmore a:link, 
p.readmore a:visited, 
a.readmore:link,
a.readmore:visited {
	background: #ffa200;
}

p.readmore a:hover,
a.readmore:hover {
    background: #ffb638;
}

div.panel h3.title.pane-toggler-down,
div.panel h3.title:hover {
	background: #ffa200;
}

.tabs dt.tabs {
	border-right: solid 1px #ffa200;
	border-left: solid 1px #ffa200;
	border-top: solid 1px #ffa200;
}

.tabs dt.tabs.closed {
	background: #ffa200;
	border: solid 1px #ffa200;
}

.tabs dt.tabs.basic-details h3 a:link,
.tabs dt.tabs.basic-details h3 a:visited {
	color: #ffa200;
}

dd.tabs { 
	border: solid 1px #ffa200;
}

/** djcatalog2 **/

.djf_mod .djf_pag span.active,
.djf_mod .djf_pag span:hover {
	background: #ffa200;
}

a.readon:link,
a.readon:visited,
.mod_djc_items .djc_readon a:link,
.mod_djc_items .djc_readon a:visited {
	background: url(../images/style3/linked_hover.png) no-repeat left center;
}

#djcatalog div.djc_ultab {
	border-bottom: 2px solid #ffa200;
}

#djcatalog span.djc_litab_active {
	background: #ffa200;
}

#djcatalog h3.djc_h3acc:hover,
#djcatalog h3.djc_h3acc_active {
	background: #ffa200;
}

/** dj-imageslider **/

.djslider .slide-desc-text .slide-title,
.djslider .slide-desc-text .slide-title a {
	color: #ffa200;
}

.djslider .slide-desc-text .slide-title:hover,
.djslider .slide-desc-text .slide-title a:hover {
	color: #ffb638;
}