/* ---------- Block colors ----------- */


#sidepanel div.box {
    border : white 2px solid;
}

.toggle2 {
    background-color : white;
    color : black;
}


a:link, a:visited {
    text-decoration : none;
    background-color : inherit;
    color: #A03E19;
}

a:hover, a:active {
    text-decoration : underline;
    background-color : inherit;
    color: #000;
}


h1, h2, h3 {
    background-color : inherit;
    color: #A03E19;

}

h1 a {
    text-decoration : none;
}

h1 a:hover {
    background-color : inherit;
    color : #CB572D;
}


/* -------- Form color ---------- */



/* ----------- Module ----------- */

div.blog div.box {
    border : 2px white solid;
}

div.blog div.read-more {
    border-top : 1px solid white;
    margin-top : 5px;
}

/*--------------- Control Panel ---------------*/

div.backgrd {
    border-color: #90996E;
}

ul.tabmenu li a {
    border-color: #999;
    border-bottom : none;
    padding-bottom : 1px;
    background-color : #ccc;
}

ul.tabmenu li.active a {
    border-color: #999;
    border-bottom : none;
    padding-bottom : 2px;
    background-color : #ccc;
}

ul.tabmenu li.active a:visited {
    text-decoration: none;
    background-color : #fff;
    color: #49493D;
}

ul.tabmenu li.inactive a:link {
    text-decoration: none;
    color: #49493D;
    background-color : #ccc;
}

ul.tabmenu li.inactive a:visited {
    text-decoration: none;
    color: #49493D;
    background-color : #ccc;
}

ul.tabmenu li.inactive a:hover {
    text-decoration: none;
    color: black;
    background-color : #ccc;
}

/*--------------- End Control Panel ---------------*/

div.menu-link {
    border-top : white 2px solid;
    margin : 0;
    padding : 0;
    font-size : .9em;
}

div.menu-link a {
    font-weight : bold;
    text-decoration : none;
}

div.menu-link a:hover {
    text-decoration : underline;
}

div.link-level-1:hover,
div.link-level-2:hover,
div.link-level-3:hover {
    background-color : inherit;
    color : black;
}

div.category-info {
   margin-bottom : 10px;                  
}

div.breadcrumb span.current-bc {
   font-size : 1.1em;
   font-weight : bold;
}

/*---- Notes ---- */

.note-not-read {
   font-weight : bold;
}


/*---- MiniAdmin ----*/


miniadmin {
    background-color : #fff;
    color: #49493D;
	width: 240px;
	border: 3px double purple;
}