@import url(../warp/css/base.css);
/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL


Base Styling
----------------------------------------------------------------------------------------------------*/
BODY
{
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #381f14;
}
/*Header Tags*/
H1, H2, H3, H4, H5, H6
{
	color: #381f14;
	text-transform: uppercase;
}
H1
{
	font-size: 32px;
	line-height: 1.4;
}
H2
{
	font-size: 28px;
	line-height: 1.4;
}
H3
{
	font-size: 21px;
	line-height: 1.4;
}
H4
{
	font-size: 16px;
	line-height: 1.4;
}
H5, H6
{
	font-size: 14px;
	line-height: 1.4;
}
/*Links*/
A
{
	color: #B20000;
}
A:hover
{
	color: #381f14;
}
/*Colors*/
.primary-color
{
	color: #B20000;
}
.secondary-color
{
	color: #381f14;
}
/*Other Html Elements*/
ADDRESS
{
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 18px;
}
INS, MARK
{
	background-color: #FFA;
}
MARK
{
	color: #111111;
}
::-moz-selection
{
	background: #B20000;
	color: #FFF;
}
::selection
{
	background: #B20000;
	color: #FFF;
}
