/* CSS Document */
@import url('/wp-content/themes/kompalita/fonts.css');
/* Reset
---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	overflow-Y: scroll;
	 min-height: 100%;
	height: auto;
}
body {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
select {
	border:1px #abadb3 solid;
	height:23px;
	padding:1px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}

.clear {
	clear:both;
}
a {
	text-decoration:none;
	color:#485e89;
}
a:hover {
	text-decoration:underline;
	color:#485e89;
}
em, i {
	font-style:italic;
}
b, strong {
	font-weight:bold;
}
.fl {float:left;} .fr {float:right;}
.a-center {text-align:center;} .a-right {text-align:right;}

@font-face {
    font-family: 'SegoePrint';
    src: url('/wp-content/themes/kompalita/fonts/segoepr_0.eot');
    src: url('/wp-content/themes/kompalita/fonts/segoepr_0.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/kompalita/fonts/segoepr_0.woff') format('woff'),
         url('/wp-content/themes/kompalita/fonts/segoepr_0.ttf') format('truetype'),
         url('/wp-content/themes/kompalita/fonts/segoepr_0.svg#segoepr_0') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Main
---------------------------------------------------*/
.container {
	background:url(/wp-content/themes/kompalita/images/bg.jpg) no-repeat center top;
}
.wrapper {
	height:1015px;
	width:800px;
	padding:0 100px;
	margin:0 auto;
}
.logo {
	padding:0 0 0 95px;
}
.navigation {
	font-family: 'SegoePrint';
	width:530px;
	margin:0 auto;
	text-align:right;
	font-size:18px;
	line-height:83px;
	height:83px;
	padding:7px 0 0 60px;
}
.navigation ul {
	display:inline;
}
.navigation ul li {
	display:inline;
	padding:0 0 0 20px;
}
.navigation ul li a {
	text-decoration:none;
	color:#000;
}
.navigation ul li a:hover, .navigation ul li.current-menu-item a {
	text-decoration:underline;
	color:#000;
}

.entry-content {
	width:530px;
	margin:0 auto;
	padding:0 0 0 60px;
	font-size:14px;
	line-height:22px;
}
.entry-content p {
	padding:9px 0 12px;
}
.entry-content h1, .entry-content h2 {
	font-size:21px;
	font-family: 'SegoePrint';
	line-height:20px;
	padding:8px 0 17px;
}
.entry-content ul {
	padding:0 0 12px 20px;
	margin:-14px 0 0 0;
}
.entry-content ul li {
	list-style: square;
}
.entry-content table {
	border-top:1px #4b443b solid;
	border-left:1px #4b443b solid;
	margin:6px 0 12px;
}
.entry-content table th {
	border-bottom:1px #4b443b solid;
	border-right:1px #4b443b solid;
	padding:5px;
	background:#485e89;
	color:#fff;
}
.entry-content table td {
	border-bottom:1px #4b443b solid;
	border-right:1px #4b443b solid;
	padding:5px;
	background:#e7d6b8;
}