/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #444;
	background: #346e97; /* Old browsers */
	background: -moz-linear-gradient(top,  #346e97 0%, #0d2c46 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#346e97), color-stop(100%,#0d2c46)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #346e97 0%,#0d2c46 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #346e97 0%,#0d2c46 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #346e97 0%,#0d2c46 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #346e97 0%,#0d2c46 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346e97', endColorstr='#0d2c46',GradientType=0 ); /* IE6-9 */
}

a { color: #48b; }

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

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

