/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  font: normal 14px/20px Arial, Helvetica, sans-serif;  
  color: #0a0a0a; /*was #191919 */
  
}

              
ul, ol, dl {padding:0px;margin:0px;list-style:none;text-align:center;} /*mel added ul,ol, dl */    

h1 { font-size: 34px; }

h1, h2, h3, h4 { text-transform: uppercase;  }

a:hover,
em, code { color: auto; } /* mel changed from #777 to #ED1C24 */

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
  border: 1px solid #ddd;
  background: #fafafa; 
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/