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

/* Headlines */
h2 {
	line-height: 24px;
	font-size: 24px;
}

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

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

h5 {
	line-height: 18px;
	font-size: 18px;
}

h6 {
	line-height: 16px;
	font-size: 17px;
	font-weight: bold;
}

img:focus { outline: none; }

ins, mark {
	padding: 0 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none;
}


pre {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* Forms */
select, input, textarea, button { font: normal 12px/16px Arial, sans-serif; }

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