/* 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/18px Arial, Helvetica, sans-serif; }

h1 { font-size: 26px; line-height: 22px; }
h2 { font-size: 22px; line-height: 22px; }
h3 { font-size: 20px; line-height: 20px; }
h4 { font-size: 18px; line-height: 18px; }
h5 { font-size: 16px; line-height: 16px; }
h5 { font-size: 14px; line-height: 0px; }

small { font-size: 12px; }

a:hover { text-decoration: underline; }

em {}
em.style { font-size: 14px; }

code { color: #45A933; }

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

hr {
  border-top-color: #ddd;
  border-top-color: rgba(0,0,0,0.1);
}

pre {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
  background: #fafafa;
}

select, input, textarea, button { font-size: 14px; } 