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

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


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

h1.title {font-size: 18px; margin-bottom: 15px; text-transform: uppercase; font-weight: bold;}

h1 {
	font-size: 24px;
  	line-height: 32px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

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

a:hover { color: #434343; }

code { color: #999; }
.outer .mod-transparent em,
.outer .mod-transparent code { color: #434343; }
.outer .mod-transparent em.box { color: #fff; }

ins, mark { background-color: #ffa; }
mark { color: #434343; }	

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

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

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

small {
	display: inline-block;
	line-height: 12px;
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/
