/*  
	screen.css
	for MentalWealth theme 

	uncomment the skin stylesheet you wish to use
*/
@import url(base.css);
@import url(skin-blue.css);
/* @import url(skin-orange.css); */
/* @import url(skin-purple.css); */
/* @import url(skin-red.css); */

#navibar li.sub a {
    text-indent: 10px;
}

#navibar li.b a {
    text-indent: 20px;
}
#navibar li.c a {
    text-indent: 30px;
}
#navibar li.d a {
    text-indent: 40px;
}

div.hack {
    text-align: right;
    margin-right: 15px;
}
