
/* TAN : Customizable colors and images */

/* ------------------------------------------------------------------------ */
/* add colors and images to roller.css */

.bannerlogo {
    /* margin: 15px 0px 0px 15px; */
    margin: 0px;
}

.bannerBox {
    color: url("two-banner.gif") repeat-x top;
}
.sidebarfade {
    background: url("two-sidebarfade.gif") repeat-x bottom;
}
.sidebarfade_hotblogs {
    background: url("two-sidebarfade.gif") repeat-x bottom;
}
.sidebarfade_search {
    background: url("two-sidebarfade.gif") repeat-x bottom;
}
.bannerStatusBox {
    background: #FEECFF;
    color: white;
}
.bannerStatusBox a {
    color: white;
}
.bannerStatusBox a:link {
    color: white;
}
.bannerStatusBox a:visited {
    color: white;
}
h1 {
    color: #F780FB;
}
h2 {
    color: #F780FB;
}
h3 {
    background: transparent;
    color: #ad3537;
    font-weight: bold;
}
a:link {
    color: #F780FB;
}
a:visited {
    color: #F780FB;
}
table.rollertable th, table.rollertable th {
    background: #c6ab74;
}
table.rollertable td, table.rollertable tbody td {
    border: 1px solid #c6ab74;
}
a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
   color: #ad3537;
}
div.centerTitle {
    background: #c6ab74;
}
div.control {
    background: #c6ab74; 
}
div.controlToggle {
    background: url("two-togglegrey.gif") repeat-x top; 
}
div.entryTitleBox {
   background: #c6ab74; 
   color: white; 
}
div.entryBox {
   border: 1px #c6ab74 solid;
}
div.entryBoxPinned {
   background: #e5e5e5; 
   border: 1px #c0c0c0 solid;
}
a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
   color: #ad3537; 
   font-size: medium;
   font-weight: bold;
}
div.yourWeblogBox {
   border-top: 1px #c6ab74 solid;
}

/* ------------------------------------------------------------------------ */
/* add colors and iamges to menu.css */

td.menuTabSelected {
    background: url("menutab-sel.gif") repeat-x;
}
td.menuTabUnselected {
    background: url("menutab-unsel.gif") repeat-x;
}
.menuItemTable {
    background-color: #c6ab74;
    color: black;
}
td.menuTabSelected a:link, td.menuTabSelected a:visited, td.menuTabSelected a:hover, td.menuTabSelected a:active {
    color: black;
}
td.menuTabUnselected a:link, td.menuTabUnselected a:visited, td.menuTabUnselected a:hover, td.menuTabUnselected a:active {
    color: black;
}
a.menuItemSelected:link, a.menuItemSelected:visited, a.menuItemSelected:hover, a.menuItemSelected:active {
    color: black;
}
a.menuItemUnselected:link, a.menuItemUnselected:visited, a.menuItemUnselected:hover, a.menuItemUnselected:active {
    color: black;
}


