/*  
Theme Name: Banshee
Theme URI: http://abock.org
Description: Banshee 1.0 Theme 
Version: 1.0
Author: Aaron Bockover
Author URI: http://abock.org
*/
@import url('layout.css');
@import url('menu.css');
@import url('text.css');
@import url('common.css');
/* Colors basics de la paleta */
/* Butter */
.butter1 { background : #fce94f; }
.butter2 { background : #edd400; }      
.butter3 { background : #c4a000; }      
/* Orange */
.orange1 { background : #fcaf3e; }
.orange2 { background : #f57900; }
.orange3 { background : #c35c00; }
/* Chocolate */
.chocolate1 { background : #e9b96e; }
.chocolate2 { background : #c17d11; }
.chocolate3 { background : #8f5902; }
/* chameleon */
.chameleon1 { background : #8ae234; }
.chameleon2 { background : #73d216; }
.chameleon3 { background : #4e9a06; }
/* Sky Blue */
.sky_blue1 { background : #729fcf; }
.sky_blue2 { background : #3465a4; }
.sky_blue3 { background : #204a87; }
/* Plum */
.plum1 { background : #ad7fa8; }
.plum2 { background : #75507b; }
.plum3 { background : #5c3566; }
/* Scarlet Red */
.scarlet_red1 { background : #ef2929; }
.scarlet_red2 { background : #cc0000; }
.scarlet_red3 { background : #a40000; }
/* Aluminium */
.aluminium1 { background : #eeeeec; }
.aluminium2 { background : #d3d7cf; }
.aluminium3 { background : #babdb6; }
.aluminium4 { background : #888a85; }
.aluminium5 { background : #555753; }
.aluminium6 { background : #2e3436; }

