/* ----- This body tag is the default for pop-ups and stuff, via blank.tpl ----- */
body {
    color: #000;
    background-color: #fff;
}

/* ----- This body tag is the default for all other pages, via theme.tpl ----- */
body#mainpage
{
    color: #000;
    background-color: #FFF;
    background-image: url(img/bg_E3D7E0_blend_up.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-attachment: fixed;
}

/* ---------- main divs ---------- */

#container
{
    border-color: #CCC;
    border-width: 0px;
    border-style: solid;
    background-color: transparent;
    color: #000;
}



/* ********************************************** */
/* *********** BEGIN MAST AND TABS ************** */
/* ********************************************** */

#mast
{
    background-image: url(img/bg_mast.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: transparent;
    margin: 0;
    padding: 22px 0 22px 65px;
    border-bottom: 1px #699 solid;
}

#top-menu
{
    background-color: transparent;
    color: #683367;
    background-image: url(img/bg_topmenu.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 15px;
}

#top-menu a:link, #top-menu a:visited, #top-menu a, #top-menu a:active {
    /*color: #fff;*/
}

#top-menu a:hover
{
    background-color: #FFC;
    color: black;
}

#sidepanel
{
    background-color: transparent;
    /*    background-color: #fff;*/
}

#main-content
{
    background-color: transparent;
}

#header
{
    background-color: #683367;
    color: #fff;
}

#bottom
{
    background-color: #CF9;
    color: #000;
}

#footer
{
    border-color: #CCC;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    background-color: #E6EDD9;
}

/* ----- Use the next two if you want different link colours in the footer ----- */
#footer a:link, #footer a:visited, #footer a, #footer a:active {
    /*color: #fff;*/
}

#footer a:hover{
    /*color: #fff;*/
}



/* ---------- Basic links and h tags ---------- */

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

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


h1, h2, h3, h4, h5, h6 {
    color: #683367;

}

h1 a {
    text-decoration: none;
}

h1 a:hover {
    color: #000;
}


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

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

#sidepanel a:link, #sidepanel a:visited, #sidepanel a, #sidepanel a:active {
    /*color: #423270;*/
}

#sidepanel a:hover{
    /*color: #EE442D;*/
}


#sidepanel .box-title
{
    background-image: url(img/bg_CDDBB2_blend_lcnr.jpg);
/*    background-image: url(img/bg_AEC1DE_blend_lcnr.jpg); */
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #FFF;
}

#sidepanel .box-content
{
    background-color: #F1F4CC;
}

#main-content .box-title
{
    background-color: #FFF;
    color: #2F4E8F;
    border-bottom: 1px #2F4E8F solid;
    margin-bottom: 0.5em;
    padding-bottom: 0;
}

#main-content .box-title h1, 
#main-content .box-title h2, 
#main-content .box-title h3, 
#main-content .box-title h4, 
#main-content .box-title h5, 
#main-content .box-title h6 
{
    color: #2F4E8F;
}
.box {
    background-color: transparent;
/*    background-color: #fff;/*ebedd1*/
    color: black;
}


.box-title {
    background-color: #B8C4DB;
    color: black;
}

.box-title a:link, .box-title a:visited, .box-title a, .box-title a:active {
    /*color: #423270;*/
}

.box-title a:hover{
    /*background-color: #579E8D;
    color: #fff;*/
}

.toggle0 { 
    color: #A03E19; 
    background-color: #DEE2BD; 
    font-weight: bold; 
} 

.toggle1
{
    background-color: #E5EEFF;
    color: black;
}

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


.bgcolor1 {
    background-color: #B8C4DB;
    color: black;
}

.highlight:hover, .bgcolor2 {
    background-color: #E5EEFF;
    color: black;
}

.bgcolor3 {
    background-color: #579E8D;
    color: black;
}


q {
    background-color: #d6d7ca;
    color: black;
}


th
{
    color: #683367;
    background-color: #B8C4DB;
}



/* -------- Form color ---------- 
input, textarea {
    color: #000;
    background-color: #F1F4CC;
    border: #000 solid 1px;
}
*/
input:focus, textarea:focus {
    background-color: #EDEFDB;
    color: black;
}


/*
input[type="submit"], input[type="button"]{
    color: #000;
    background-color: #F1F4CC;
    border: 1px #000 outset;
    cursor: default;
    cursor: pointer;
}
*/


/* ----------- Module specific ----------- */
div.blog div.box {
    border: 2px white solid;
}

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

div.category-links {
    padding: 4px;
    background-color: #E5EEFF;
    color: black;
}


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

div.frame {
    background-color: #BCCAA5;
    color: black;
    border-color: #90996E;
}

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

ul.tabmenu li a {
    border-color: #90996E;
    border-bottom: none;
    padding-bottom: 1px;
}

ul.tabmenu li.active a {
    border-color: #90996E;
    border-bottom: none;
    padding-bottom: 2px;
}

ul.tabmenu li.inactive {
    background-color: #CDDBB2;
    color: #49493D;
}

ul.tabmenu li.active {
    background-color: #BCCAA5;
    color: #49493D;
}

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

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

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

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

ul.tabmenu li.inactive:hover {
    background-color: #BCCAA5;
    color: black;
}

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


/*--------------- Menus ---------------*/

.menu .box-content
{
    padding: 0;
}

ul.menu-links {
    border-top: #fff 2px solid;
    margin: 0;
    padding: 0;
    font-size: .9em;
    list-style-type: none;
}

ul.menu-links li
{
    list-style-type: none;
    /*width: 100%;*/
    border-top: 2px #FFF solid;
}

ul.menu-links ul
{
    padding-left: 0px;
    margin-left: 0px;
}

ul.menu-links li a.menu-link-href {
    font-weight: bold;
    text-decoration: none;
    display: block;
}


div.box ul.menu-links li a.menu-link-href:hover {
    text-decoration: none;
    background-color: #FFC106;
    color: black;
}

ul.menu-links li a.menu-link-href {
   padding: 5px;
   background-color: #FC6;
}

ul.menu-links li ul li.link-level-2 a.menu-link-href {
    padding-left: 1em;
    background-color: #E6EDD9;
} 

ul.menu-links li ul li.current-link a.menu-link-href {
    background-color: #fff;
} 

ul.menu-links li ul li ul li.link-level-3 a.menu-link-href {
    padding-left: 2em;
    background-color: #F2F6EA;
} 

ul.menu-links li ul li ul li.current-link a.menu-link-href {
    background-color: #fff; /*inherir*/
} 

ul.menu-links li.current-link a.menu-link-href {
    background-color: #fff;
}


div.category-menu-bar {
    background-color: #B8C4DB;
    color: black;
}

div.panel-title {
    background-color: #CDDBB2;
    color: black;
    padding: 4px;
    margin-bottom: 10px;
}

ul#navlist li a {
    background-color: #579E8D;
    color: black;
}

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

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

/*--------------- End Menus ---------------*/


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

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


/*---- PageSmith ----*/
div#simple-page
{
    background-color: transparent;
    color: inherit;
    margin: 0px;
    padding: 0px;
}

div#simple-page h1 {
   margin-bottom: 0em;
}

div.horzontal-menu ul li div {
   background-color: #EBEDD1;
}


/*---- Rolodex ----*/
.rolodex-alphalist
{
    font-size: 0.85em;
}

.rolodex-sidebox
{
    text-align: center;
}

#rolodex_member
{
    font-size: 0.9em;
}


/*---- Blog ----*/
.posted-by, .posted-on
{
    font-size: 0.8em;
}


