/* 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 {
	background: url("../images/bg.png") repeat scroll 0 0 transparent;
	font: normal 14px/20px 'RobotoRegular',Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0 20px;
}

a {
    color: #B50015;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 { 
	font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
	font-weight: normal; }

h1 { font-size: 36px; line-height: 36px; }
h2 { font-size: 20px; line-height: 20px;font-family: 'RobotoCondensed';color: #666; }
h3 { font-size: 18px; line-height: 18px; }
h4, h5, h6 { font-size: 16px; line-height: 16px; }



/* Block Space */
p, hr,
ul, ol, dl,
blockquote, pre,
fieldset, figure { margin: 5px 0 15px; }

li {
    line-height: inherit;
    list-style: none outside none;
}

