/* -------------------------
    Colourise Black Edition
   ------------------------- */

@import '../style.css';

html {
   background: #38162f;
   color: #5B5B5B;
}

#fw-title a, #fw-title a:hover {
   color: #f9bbfe;
}

#fw-smalltitle {
   color: #ccc;
}

.fw-logo {
   border-top: 1px solid #777777;
   background-image:url('../img/purplelogo.jpg');
}

#fw-mainnavwrap {
   border-top: 1px solid #777777;
   border-bottom: 1px solid #777777;
}

#fw-mainnavwrap .fw-nav-level-0 ul {
	border: 1px solid #777777;
}

#fw-nav-menu ul li a {
   color: #f9bbfe;
}

#fw-nav-menu ul li a:hover {
   color: #DE39EB;
}

a, a:visited {                                                                                                                                 
    color: #DE39EB; 
}                                                                                                                                   
                                                                                                                                          
a:hover {
    color: #fff;
    border-bottom: 1px dotted #b784c6;
}

.fw-text {
   color: #a9a9a9;
}

#fw-sidebar{
	border-left:1px solid #777;
}
.hasSidebar #fw-sidebar .fw-title {
   background: url('../img/pfooter-top.jpg') no-repeat bottom center;
}

#fw-footer {
   background: url('../img/pfooter-top.jpg') no-repeat top left;
}

.fw-even, .fw-primary {
   background-color: #c3a8c8;
   border-color: #49264f;
   color: #000;
}

.fw-odd, .fw-secondary {
   background-color: #b083b8;
   border-color: #49264F;
   color: #000;
}

.fw-tertiary {
   background-color: #F9BBFE;
   border-color: #ce72d5;
   color: #000;
}
