/* 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 17px/20px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 { text-shadow: 0 1px #fff; }

h1 {
	text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    color: #004080;	
    text-align:center;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 16px;
    line-height: 16px;
}

h4, h5, h6 {
    font-size: 14px;
    line-height: 14px;
}

pre { 
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	background: #f1f1f1;
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}

code { padding: 1px 3px; }

em { color: #000000; }

mark { color: #fff; }

hr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top-color: #d1d1d1; 
	border-bottom: 1px solid #fff; 
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }
