/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* @import url(http://xenproject.org/templates/xen/warp/css/base.css); */
/* Use local copy of the css until xenproject.org is https-enabled */
@import url (/css/base-xenproject.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #444;
}

/* Fonts look too big on xenbits */
h1 { font-size: 26px; line-height: 30px; }
h2 { font-size: 20px; line-height: 22px; }
h3 { font-size: 18px; line-height: 20px; }
h4, h5, h6 { font-size: 16px; line-height: 17px; }

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; } /* ERROR: Unknown pseudo-class or pseudo-element 'selection'. Ruleset ignored due to bad selector. */

