/* 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 16px/26px Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

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

h1 { font-size: 46px; line-height: 47px; }
h2 { font-size: 30px; line-height: 30px; }
h3 { font-size: 22px; line-height: 22px; }
h4 { font-size: 18px; line-height: 18px; }
h5 { font-size: 16px; line-height: 16px; }
h6 { font-size: 14px; line-height: 14px; }

ins, mark, pre { border-radius: 2px; }


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

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}