/* 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: #56595E;
	background:#eaeaea url(../images/bg.jpg) 50% 50% no-repeat fixed !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

h1, h2, h3, h4, h5, h6 { text-shadow: 0 1px #fff; }
.content h1, .content h2, #k2Container h1, #k2Container h2, #system h1.title,
.productdetails-view h1, .productdetails-view h2, .productdetails-view h3, #glossarysearchheading h2
{color:#e67817; }

h1 {
    font-size: 24px;
    line-height: 24px;	
}

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

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

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: #999; }

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; }
