/* 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: #222222;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 24px;
    line-height: 24px;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 16px;
    line-height: 16px;
}

h4, h5, h6 {
    font-size: 14px;
    line-height: 14px;
}

pre {
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #f1f1f1;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

code {
    padding: 1px 3px;
}

mark {
    color: #fff;
}

hr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-color: #d1d1d1;
    border-bottom: 1px solid #fff;
}

img {
    height: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
