/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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


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

body {
	font-size:14px;
	line-height:normal;
	
	color: black;
	background: url(../images/1page_img.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
#maininner  {width: 100% !important;}
article.item {margin-left: auto;
margin-top: 300px;
margin-right: auto;
width: 936px;}
a { color: #48b; }

a:hover,
em, code { color: #d50; }

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

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

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

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

h1 {
font-size: 24px !important;
line-height:normal !important;
font-weight: bold;
}
#sidebar-b {background:#0b62be;}

#sidebar-b h3 {font-size: 11pt;
font-weight: bold;
color: white;}
article.item {padding-right:15px;}