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


/* ---------- Main divs ---------- */

#mast
{
	
}

#header
{  }

#top-menu
{ color: #000; }


/* ----- Use the next two if you want different link colours in the top-menu ----- */
#top-menu a:link, #top-menu a:visited, #top-menu a, #top-menu a:active { color: #f00; text-decoration: none;
    /*color: #fff;*/
}

#top-menu a:hover
{ color: #f00; text-decoration: underline; }


/* ----- Now the columns ----- */

/* right column background colour */
.threecol { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

/* right column contents background colour */
.col3
{
	
}


/* center column background colour */
.threecol .colmid { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-right: 1px dashed #ccc; }

/* center column contents background colour */
.col1
{ rder-right-style: dashed; }


/* left column background */
.threecol .colleft
{ border-right: 1px dashed #ccc; }

/* left column contents background */
.col2
{
	
}


/* ----- lower part of main body area ----- */
#bottom
{
    color: #000;
}

/* ----- Now the footer ----- */
#footer
{
    border-color: #ccc;
    border-width: 1px 0 0;
    border-style: solid;
}

/* ----- 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: #f00; text-decoration: none;
    /*color: #fff;*/
}

#footer a:hover{ color: #009; text-decoration: none;
    /*color: #fff;*/
}



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

a:link, a:visited {
    text-decoration: none;
    color: #009;
}

a:hover, a:active {
    text-decoration: underline;
    color: #009;
}


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

}


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

.col2 div.box,
.col3 div.box
{
	border: solid 2px #fff;
}

.col2 a:link, 
.col2 a:visited, 
.col2 a, 
.col2 a:active 
{ color: #f00; text-decoration: none;
    /*color: #423270;*/
}

.col2 a:hover{ color: #f00; text-decoration: underline;
    /*color: #EE442D;*/
}

.col3 a:link, 
.col3 a:visited, 
.col3 a, 
.col3 a:active 
{ color: #f00; text-decoration: none;
    /*color: #423270;*/
}

.col3 a:hover{ color: #f00; text-decoration: underline;
    /*color: #EE442D;*/
}

.col2 .box-title, 
.col3 .box-title
{ color: #009; background-color: #fc6; }

.col1 .box-title
{ color: #009; border-top: 2px solid #fc3; }

.box {
    color: #000;
}

.box-title {
    color: #009;
}
.col1 .box-content {
    color: #000;
}

.box-title a:link, .box-title a:visited, .box-title a, .box-title a:active { color: #009; text-decoration: none;
    /*color: #423270;*/
}
.box-title a:hover{ color: #f00; text-decoration: none;
    /*background-color: #579E8D;
    color: #fff;*/
}
.webpage-summary { color: #009; }
.webpage-summary a:link, .webpage-summary a:visited, .webpage-summary a, .webpage-summary a:active { color: #009; text-decoration: underline; }
.webpage-summary a:hover { color: #f00; text-decoration: underline; }
.toggle0 { 
    color: #A03E19; 
    background-color: #DEE2BD; 
    font-weight: bold; 
} 

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

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


.bgcolor1 {
    color: black;
}

.highlight:hover, .bgcolor2 {
    color: black;
}

.bgcolor3 {
    color: black;
}


q {
    color: black;
}


th {
    color: #009;
}



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

div.menu-link {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

div.menu-link a { color: #f00; text-decoration: none; display: block; }

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

div.menu-link:hover { color: #f00; text-decoration: underline; }

div.link-level-1 { padding: 5px; color: #f00; text-decoration: none; }

div.link-level-2 { padding: 5px 5px 5px 1em; color: #f00; text-decoration: none; }

div.link-level-3 { padding: 5px 5px 5px 2em; color: #f00; text-decoration: none; }

div.link-level-1:hover,
div.link-level-2:hover,
div.link-level-3:hover { color: #f00; text-decoration: underline; }

div.current-link { color: #f00; text-decoration: underline; }

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

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

ul#navlist li a {
    color: black;
}

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

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

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


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

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

#rolodex_member
{
    font-size: 0.85em;
}

/*---- Ads ----*/
.ads-zone .box .box-title
{
    display: none;
}

