/* Brown color variation for Fiilis Joomla template */

body {
    background-image: url(../images/brown/bg.jpg);
}

/* Header */

div#fade {
    background-image: url(../images/brown/bg_fade.gif);
    background-repeat : repeat-x;
}

/* Logo */

div#logo h1 a { 
    background-image: url(../images/brown/logo.gif);
}

/* Main menu */

div#mainmenu ul li a { 
    background : url(../images/brown/tabs.gif) 0 -29px; 
    color: White; 
}

div#mainmenu ul li a:hover {
	background: url(../images/brown/tabs.gif) no-repeat;
    color: #fff !important;
}

div#mainmenu #current a  {
    background : url(../images/brown/tabs.gif) 0 -58px; 
    color: #b17b34 !important;
}

/* Topbar */

div#breadcrumbs {
    background: #fbe4c4 url(../images/brown/main_corner_l.jpg) no-repeat top left !important;
}

div#search {
    background: #fbe4c4 url(../images/brown/main_corner_r.jpg) no-repeat top right !important;
}

/* Search */

div#search .inputbox {
    color : #9b6b2b;
    background:  url(../images/brown/box-search.gif) no-repeat;
}

/* Content */

div#content {
    color: #69461d;
    background-color: #fbe4c4;
}

td#right {
    border-left : 1px dotted #d1ae80;
}

div.moduletable h3 {
    font-family: Trebuchet MS;
    font-size: 20px;
    color: #b57c31;
    border-bottom: 1px solid #d1ae80;
}

td.contentheading {
    font-family: Trebuchet MS;
    color: #b57c31;
    font-weight: bold;
}

table.contentpaneopen span.small, table.contentpaneopen td.createdate {
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #b57c31;
}

a {
    color: Brown;
    text-decoration: none;
}

a:hover  {
    color: Red;
    text-decoration: underline;
}

