/* 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 should be 'Open Sans'...*/
	/*font: normal 14px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;*/
	font: normal 14px/20px "OpenSans", "OpenSansLight", Arial, sans-serif; 
	color: #444 /*#000*/;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	-webkit-text-stroke:1px rgba(0, 0, 0, 0);
	text-rendering: optimizeLegibility;
}

h1, h2 {
	font-weight: 600;
}

a { color: #006990 /*#469bdb*/; }

a:hover,
em, code { color: #f16d1a; }

ul { list-style: 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; }

