/* 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 {
	color: #333333;
	background: url(../images/top-background.jpg) top repeat-x,
	url(../images/footer-background.png) bottom repeat-x;
}

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; }

h1 {
	font-size: 30px;
	line-height: 30px;
}

h2 {
	font-size: 20px;
	line-height: 20px;
}