/* 960 grid system */
@import url('grid_12.css');
/* Typography and elements */
@import url('typography.css');
/* Forms styles */
@import url('chosen.css');
/* Forms styles 2 */
@import url('uniform.default.css');
/* Main styles */
@import url('style.css');
/* Lightbox Evolution */
@import url('../js/lightbox/themes/default/jquery.lightbox.css');

/* Color Scheme */
@import url('purple.css');


/*-----------------------------------------
Write your custom CSS in this file, below this comment.
Tip: you can copy (don't cut text, just copy and paste it here) the necesay styles from style.css and paste them here and make the changes
-----------------------------------------*/

/* !!! First Example -- Background Pattern and Color */
body {
background: url(../images/pattern/13.png) 0 0 scroll #CCCCCC;
color: #444;
}