/*
Theme Name: Chroma
Theme URI: http://rotassator.com/
Description: Cafe Chroma and Thira door
Version: 1
Author: Steve Dixon
Author URI: http://rotassator.com/
*/

/* Base stylesheet */
/* @charset "ISO-8859-1"; */

@import url("advanced.css");

/* Basic styles */
body {
 margin: 0;
 padding: 0;
}
body,
th,
td,
input,
textarea {
 font: 90%/1.5 Georgia, "Lucida Bright", Palatino, "Vera Serif", "Times New Roman", serif;
}
em,
cite {
 font-style: italic;
}
#wrap {
 background: #fff url(/images/edge_l.gif) top left repeat-y;
}

/* Print styles */
@media print {
  #menu {
   display: none;
  }

}
