/* 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 13px/20px Arial, Helvetica, sans-serif;
	color: #555;
}
/* Headings */
h1, h2, h3, h4, h5, h6 { color: #333; }

h1 { font-size: 28px; line-height: 35px; }
h2 { font-size: 20px; line-height: 25px; }
h3 { font-size: 18px; line-height: 20px; }
h4, h5, h6 { font-size: 14px; line-height: 22px; }

a { color: #48b;  }

a:hover,
em, code { color: #d50; }
a, a:hover, a:focus { outline: none; text-decoration: none; }
ins { background-color: #222; color: #fff; }
mark { color: #FFF; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}
form.box input, form.box select, form.box textarea, form.short input, form.short select, form.short textarea, .searchbox input {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  margin: auto;
  padding: 5px;
 
}
form.short input {background: #FAFAFA; }
::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

