@import url(../warp/css/base.css);
/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL
New style-related Base Values
----------------------------------------------------------------------------------------------------*/
BODY
{
	font: normal 12px / 19px Arial, Helvetica, sans-serif;
	color: #333333;
}
A
{
	color: #ef5d02;
}
A:hover
{
	text-decoration: underline;
	color: #ef5d02;
}
EM, CODE
{
	color: #444444;
}
INS, MARK
{
	background-color: #FFA;
}
MARK
{
	color: #444;
}
HR
{
	border-top-color: #DDD;
}
PRE
{
	border: 1px solid #DDD;
	background: #FAFAFA;
}
::-moz-selection
{
	background: #39F;
	color: #FFF;
}
::selection
{
	background: #39F;
	color: #FFF;
}
IMG
{
	border: 0px none transparent;
	display: block;
}
IMG.full-width
{
	max-width: 100%;
	height: auto;
}

BUTTON, INPUT[type='button'], INPUT[type='submit']
{
	padding: 4px 3px 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;
}
