/* 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 18px Arial }

h1, h2, h3, h4, h5 {
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

h1 { font-size:36px;
	color: #A52007;
	font-weight:bold;
	 }
h2 { font-size:24px;
	color: #A52007;
	font-weight:bold;
	 }
h3 { font-size:18px;
	color: #A52007;
	font-weight: normal;
	 }
h4 { font-weight: normal;
	 }
h5 { font-size:18px;
	color: #A52007;
	font-weight: normal;
		 }
p {
	text-indent: 35px;
	}

small { color: #aaa; }

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

pre {
	border: 1px solid #e2e2e2;
	background: #fafafa;
}


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