body {
    color: #000;
    background-color : #fff;
}

body#mainpage {
/*	background-image: url(img/bg_mast2.jpg);
	background-repeat: no-repeat;
	background-position: right top; */
    color: #000;
    background-color : #fff;
}

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

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



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

#mast
{
	background-color: transparent;
	/*    background-image: url('img/tab_bg.jpg');*/
	background-image: url('img/bg_islands4.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: bottom;
}

#mast img
{
/*	float: right;
	display: block;*/
	margin: 10px 20px -20px 0px;
}


#headerTabs
{
	float: left;
	width: 100%;
	font-size: 0.75em;
	position: relative;
}

#headerTabs ul
{
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}

#headerTabs li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#headerTabs a
{
    float: left;
    margin: 0;
    padding: 0 0 0 9px;
    border-bottom: 1px solid #765;
    text-decoration: none;
    background-image: url('img/tab_left.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

#headerTabs a span
{
    float: left;
    display: block;
    padding: 5px 15px 4px 6px;
    font-weight: bold;
    color: #765;
    background-image: url('img/tab_right.gif');
    background-repeat: no-repeat;
    background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headerTabs a span {float:none;}
/* End IE5-Mac hack */

#headerTabs a:hover span
{
    color: #333;
}

#headerTabs #current a
{
    background-position: 0 -150px;
    border-width: 0;
}

#headerTabs #current a span
{
    background-position: 100% -150px;
    padding-bottom: 5px;
    color: #333;
}

#headerTabs a:hover
{
    background-position: 0% -150px;
}

#headerTabs a:hover span
{
    background-position: 100% -150px;
}


/* ********************************************** */
/* ***********  END MAST AND TABS *************** */
/* ********************************************** */





#top-menu
{
	background-color: transparent;
	color: #683367;
}

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

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

#sidepanel
{
	background-image: url(img/bg_E3D7E0_blend_up.jpg);
	background-color: transparent;
	/*	background-color: #fff;*/
	background-repeat: repeat-x;
	background-position: left bottom;
}

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

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

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

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

#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, a:active {
    text-decoration : underline;
    /*background-color : inherit;*/
    color: #683367;
}

a:hover
{
	/*background-color : inherit;*/
	color: #090;
}


h1, h2, h3 {
    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_6691C3_blend_rcnr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;/*6691C3*/
}

#main-content .box-title
{
	/*	background-image: url(img/bg_CDDBB2_blend_rcnr.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color: transparent;
}

.box {
	background-color: transparent;
/*    background-color : #fff;/*ebedd1*/
    color : black;
}


.box-title {
    background-color : #CDDBB2;
    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 : #EDF4D1;
    color : black;
}

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


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

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

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


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


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



/* -------- 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 : #EDF4D1;
    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%;
}

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: #F1F4CC;
    color: black;
}
*/

/* level 1 */

ul.menu-links li.link-level-1 a.menu-link-href {
	background-image: url(img/bg_blue_blend_lcnr.gif);
	background-repeat: no-repeat;
	background-position: left top;
   padding : 8px;
   padding-left : 10px;
   background-color: #fff;
   color: #683367;
}

ul.menu-links li.current-link a.menu-link-href {
    background-position: 0% -150px;
    background-color: #fff;
    color: black;
}

/* level 2 */

ul.menu-links li ul li.link-level-2 a.menu-link-href {
	background-image: url(img/bg_blue_50_blend_lcnr.gif);
	background-repeat: no-repeat;
	background-position: left top;
    margin-left: 1em;
    background-color: #fff;
    color: #683367;
} 

ul.menu-links li ul li.current-link a.menu-link-href {
    background-position: 0% -150px;
    background-color: #fff;
    color: black;
} 


/* level 3 */

ul.menu-links li ul li ul li.link-level-3 a.menu-link-href {
	background-image: url(img/bg_blue_25_blend_lcnr.gif);
	background-repeat: no-repeat;
	background-position: left top;
    margin-left: 2em;
    background-color: #fff;
    color: #683367;
} 

ul.menu-links li ul li ul li.current-link a.menu-link-href {
    background-position: 0% -150px;
    background-color: #fff;
    color: black;
} 


/* level 4 */

ul.menu-links li ul li ul li ul li.link-level-4 a.menu-link-href {
	background-image: url(img/bg_blue_25_blend_lcnr.gif);
	background-repeat: no-repeat;
	background-position: left top;
    margin-left: 3em;
    background-color: #fff;
    color: #683367;
} 

ul.menu-links li ul li ul li ul li.current-link a.menu-link-href {
    background-position: 0% -150px;
    background-color: #fff;
    color: black;
} 


/* levcel 5 */

ul.menu-links li ul li ul li ul li ul li.link-level-5 a.menu-link-href {
	background-image: url(img/bg_blue_25_blend_lcnr.gif);
	background-repeat: no-repeat;
	background-position: left top;
    margin-left: 4em;
    background-color: #fff;
    color: #683367;
} 

ul.menu-links li ul li ul li ul li ul li.current-link a.menu-link-href {
    background-position: 0% -150px;
    background-color: #fff;
    color: black;
} 



ul.menu-links li.link-level-1 a.menu-link-href:hover, 
ul.menu-links li ul li.link-level-2 a.menu-link-href:hover, 
ul.menu-links li ul li ul li.link-level-3 a.menu-link-href:hover, 
ul.menu-links li ul li ul li ul li.link-level-4 a.menu-link-href:hover, 
ul.menu-links li ul li ul li ul li ul li.link-level-5 a.menu-link-href:hover {
    background-position: 0% -150px;
    color : #090;
}

ul.menu-links li.current-link a.menu-link-href:hover, 
ul.menu-links li ul li.current-link a.menu-link-href:hover, 
ul.menu-links li ul li ul li.current-link a.menu-link-href:hover, 
ul.menu-links li ul li ul li ul li.current-link a.menu-link-href:hover, 
ul.menu-links li ul li ul li ul li ul li.current-link a.menu-link-href:hover {
    color : #000;
}



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

div.category-menu-bar {
    background-color: #CDDBB2;
    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 ---------------*/

div.category-menu-bar {
    background-color : #CDDBB2;
    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;
}

/*---- 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;
}


.posted-by, .posted-on
{
	font-size: 0.8em;
	color: #88A3B7;
}

.hentry
{
	font-size: 0.9em;
}


/*---- RSS ----*/
ul.rss-sidelist
{
	margin: 1em;
	padding: 0;
	list-style-type: circle;
}

ul.rss-sidelist li
{
	margin-bottom: 0.5em;
}
