/* 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 14px/20px Arial, Helvetica, sans-serif;

	color: #fff;

}



h1, h2, h3, h4, h5, h6 { color: #fff; }



a:hover { 

	color: #1d110b;

	text-decoration: none;

}



em, code { 

	color: #000;

	text-shadow: 0 1px 0 #fff;

}



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

mark { color: #444; }



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



pre {

	border: 1px solid #ddd;

	background: #fefefe;

}



::-moz-selection { background: #414243; color: #fff; }

::selection { background: #414243; 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;

}