/* 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 13px/20px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: justify;
}

h3, h4, h5, h6 { text-transform: uppercase; }



h3 { font-size: 23px; line-height: 23px; }
h4 { font-size: 18px; line-height: 18px; }
h5 { font-size: 16px; line-height: 16px; }
h6 { font-size: 14px; line-height: 14px; }


h3, h4, h5, h6 { color: #888; }

a:hover { color: #5C5C5C; }

mark,
ins { color: #FFF; }

hr { border-top-color: #DDD; }



code { line-height: 12px; }

pre {
	border: 1px solid #DBDBDB;
	background: #FBFBFB;
	box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	color: #878787;
}

::-moz-selection { color: #fff; }
::selection { color: #fff; }

