/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (https://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body { font: normal 13px/20px Arial, Helvetica, sans-serif; }



h1 { font-size: 20px; font-family: "Tahoma", "Arial", sans-serif; color: #4e780c; line-height: 26px; }
h2 { font-size: 21px; line-height: 26px; color: #ea5353; }
h3 { font-size: 22px; line-height: 29px; color: #ea5353; }
h4 { font-size: 19px; line-height: 18px; color: #ea5353; }
h5 { font-size: 18px; line-height: 18px; color: #ea5353; }
h6 { font-size: 17px; line-height: 16px; color: #ea5353; }


h2, h3, h, h5, h6 { font-weight: bold; }

a:hover { text-decoration: none; }

strong { color: #323338; }

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

hr { border-top-color: #DFDFDE; }

pre {
	border: 1px solid #DFDFDE;
	background: #fff;
}

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