/*--------------------------------------------------------------
# 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
---------------------------------------------------------------*/

/*********** COLOR CHANGES FOR ORANGE COLOR **********/

body {
    color: #2f1908;
}

#all {
    background: url(../images/orange/bg_top.gif) top left repeat-x;
}

#topmenuIcons {
    background: #c28754;
}

a:link, a:visited {
    color: #c28754;
}

#pathwayFonts {
    border-top: 1px solid #9f5413;
    border-bottom: 1px solid #9f5413;
}

#footer {
    border-top: 0px solid #9f5413;
}

#bottom {
    border-top: 1px solid #9f5413;
}

#search .inputbox {
    border-top: 1px solid #c28754;
    border-left: 1px solid #c28754;
    background: url(../images/orange/bg_inputbox.gif) top left repeat-x;
}

#search .button {
    background: url(../images/orange/bg_button.gif) left top no-repeat;
}

#fonts a#largeFont {
    background: url(../images/orange/big_font.gif) left top no-repeat;
}

#fonts a#smallFont {
    background: url(../images/orange/small_font.gif) left top no-repeat;
}

#fonts a#normalFont {
    background: url(../images/orange/default_font.gif) left top no-repeat;
}

#pathway h3, #pathway {
    color: #666;
}

/**modules**/

div.djmodule {
    border: 1px solid #9f5413;
}

div.djmodule h3,
div.djmodule2 h3 {
    color: #c28754;
}

div.bg {
    background: #e5d8c3;
}

div.bgh3 h3 {
    background: #e5d8c3;
}

div.arrow h3 {
    background: url(../images/orange/arrow_bg.gif) left no-repeat;
}

/**menus**/

ul.menu li,
ul#mainlevel li {
    border-top: solid 1px #c28754;
}

ul.menu li a:link,
ul.menu li a:visited,
ul#mainlevel li a {
    color: #c28754;
    background: url(../images/orange/bg_alink.png) left no-repeat;
}

ul.menu li ul li a:link,
ul.menu li ul li a:visited,
ul.menu li ul li.active a,
ul.menu li ul li.active li a,
ul.menu li ul li.active li li a {
    color: #c28754;
}

/**topmenu**/

#topmenu li:hover,
#topmenu li.active {
    background: #9f5413;
}

#topmenu ul li {
    background: transparent;
}

#topmenu ul li ul li {
    background: #9f5413;
}

#topmenu li:hover li:hover,
#topmenu li:hover li:hover li:hover,
#topmenu li:hover li:hover li:hover li:hover,
#topmenu li:hover li:hover li:hover li:hover li:hover {
    background: #c17636;
}

#topmenu li li.active {
    background: #c17636;
}

/**global styles**/

div.registration fieldset,
div.profile fieldset,
div.profile-edit fieldset,
div.remind fieldset,
div.reset fieldset,
div.login fieldset,
div.edit fieldset {
  border: 1px solid #E9CDA3;
}

fieldset.word,
fieldset.phrases,
fieldset.only {
  border: 1px solid #E9CDA3;
}

.inputbox, input.validate-password, input.validate-username, input.required, select, textarea, div.formelm input {
    border: 1px solid #F5DE98;
    background: #FCF1E0;
  color: #666;
}

input.button, button.validate, button {
    background: #F8953F;
}

fieldset.phrases {
  border: 1px solid #E9CDA3;
}

fieldset.only {
  border: 1px solid #E9CDA3;
}

fieldset.filters {
  border: 1px solid #E9CDA3;
}

table.category {
    border: 1px solid #c28754;
    width: 100%;
}

table.category thead {
    background: #F8953F;
}

div.panel h3.title {
    background: #F8953F;
}

tr, td {
    border: 1px solid #c28754;
}

p.readmore a:link, p.readmore a:visited {
    color: #c28754;
}

/************************ plugin page break ******************/

hr.system-pagebreak  {
    background: #E9CDA3;
}

/************************ Presentation Style: pages ******************/

div#article-index {
    border: 1px solid #E9CDA3;
}

div.pagenavcounter {
    background: #E9CDA3;
    border: 1px solid #E9CDA3;
}

/************************ Presentation Style: sliders ******************/

div#sliders div.panel {
  border: 1px solid #E9CDA3;
}

div#sliders .panel h3#basic-details.title {
  border: 1px solid #E9CDA3;
  background: #E9CDA3;
}

div#sliders .panel h3#basic-details.title a:link,
div#sliders .panel h3#basic-details.title a:visited {
  color: #666;
}

/************************ Presentation Style: tabs ******************/

.tabs dt.tabs {
  background: #FCF1E0;
  border-right: solid 1px #c28754;
  border-left: solid 1px #c28754;
  border-top: solid 1px #c28754;
}

.tabs dt.tabs.closed {
  background: #c28754;
  border: solid 1px #c28754;
}

.tabs dt.tabs.basic-details.open h3 a:link,
.tabs dt.tabs.basic-details.open h3 a:visited {
  color: #c28754;
}

dd.tabs {
  background: #FCF1E0;
  border: solid 1px #c28754;
}