/* 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: #626262;
}

h1, h2, h3, h4, h5, h6 { text-transform: normal; }

h1 { font-size: 30px; line-height: 36px; font-weight:600;}
h2 { font-size: 27px; line-height: 27px; font-weight:600;}
h3 { font-size: 23px; line-height: 23px; font-weight:400;}
h4 { font-size: 18px; line-height: 18px; font-weight:400;}
h5 { font-size: 16px; line-height: 16px; font-weight:400;}
h6 { font-size: 14px; line-height: 14px; font-weight:400;}

h1, h2 { color: #ff6300; }
h3, h4, h5, h6 { color: #ff6300; }

a:hover,
em { color: #ff6300; }

mark,
ins { color: #FFF; }

hr { border-top-color: #DDD; }

strong { color: #707070; }
.bg-colored strong { text-shadow: 0 -1px 0 rgba(0,0,0,0.5); }

code { line-height: 12px; }

pre {
  border: 1px solid #DBDBDB;
  background: #FBFBFB;
  box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
  color: #878787;
}

::-moz-selection { color: #fff; }
::selection { color: #fff; }

