body{
    background-color:#2f1939;
}

#branding, #top-widget-area, footer{
    background-color:#bd8ecd;
}

#secondary{
    background-color:#e5bdee;
}

#main, #access{
    background-color:#f5ecf7;
}

a:hover
{
    color:#2f1939;
} 

#navbar {
    border-bottom: 5px solid #e5bdee;
}

#show-hide {
    background-color:#e5bdee;
}

/*Desktop and Wide Screen  media queries:
  ----------------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :600px) {

    .purp-rib {
	z-index:1;
    }

    #navbar {
	border-bottom: none;
    }

/*end desktop and widescreen styles*/
}

