/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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


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

body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #d6dadd;
}

h1 { text-transform: uppercase; }

h4 { color: #fff; }
 
p, hr, ol, dl, blockquote, pre, fieldset, figure { margin: 20px 0; }

em, small { color: #8b8d8e; }

strong { color: #fff; }

ins, mark { border-radius: 2px; }
mark { 
	background: #191919;
	background: rgba(0,0,0,0.2);
}
mark { color: #fff; }

hr {
	border-top-color: #333;
	border-top-color: rgba(255,255,255,0.1);
}

pre {
	border: 1px solid #414141;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 3px;
	background: #191919;
	background: rgba(0,0,0,0.4);
}

select, input, textarea, button { font-size: 14px; } 
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #444444!important;
    background-clip: padding-box!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}