/* Copyright (C) 2007 - 2011 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/19px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #efefef url(../images/navi.jpg) top repeat-x;
}
a {
	color: #11a2c4;
}
a:hover, em, code {
	color: #00576d;
}
a:hover {
	text-decoration: none;
}
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;
}





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