﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

html {
	background-color: #383a3b;
	background-image: url("images/image.jpg");
	background-repeat: repeat-x;
	font-family: "Roboto", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

footer {
	color: #929292;
	text-align: center;
	margin-top: 4px;
}

.header {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: 50px;
}

.content {
	margin: 0 auto;
	width: 906px;
	/* 970px - padding */

	background-color: white;
	min-height: 440px;
	padding: 32px;
}

.section {
	margin-bottom: 8px;
}

li {
	list-style-position: inside;
	/*
	padding-left: 1.2em;
	text-indent: -1.2em;
	*/
}

a {
	color: steelblue;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

a:hover {
	text-decoration: underline;
}

.favicon {
	height: 16px;
	width: 16px;
	margin-right: 8px;
	margin-top: 1px;
	margin-bottom: 3px;
}

h1 {
	margin: 0;
	padding: 8px 0;
	color: white;
}

h1 span {
	color: #6193cf;
}

h2 {
	color: steelblue;
}

.content h2:first-of-type {
	margin-top: 0;
}

h3 {
	color: steelblue;
}

h4 {
	color: steelblue;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 8px;
}

.menu_nav,
.fbg,
ol,
ul {
	margin: 0;
	padding: 0;
}

.hbg {
	height: 52px;
}

.hbg_resize {
	margin: 0 auto;
	width: 970px;
}

.menu_nav {
	padding: 12px;
	height: 29px;
	background: url(images/menu.gif) repeat-x top;
}

.menu_nav ul {
	list-style: none;
}

.menu_nav ul li {
	float: left;
}

.menu_nav ul li a {
	display: block;
	padding: 2px 24px 2px 24px;
	margin-right: 32px;
	text-decoration: none;
}

.menu_nav ul li.active a,
.menu_nav ul li a:hover {
	background: #fff url(images/menu_a.gif) repeat-x center;
	color: #fff;
}


ul.ex_menu {
	margin: 0;
	/*
	margin-top: 16px;
*/
	padding: 0;
	list-style: none;
	color: #959595;
}

ul.ex_menu li {
	margin: 0;
	padding: 4px 0 8px 0;
}


pre {
	/*
	font-size: 16px;
*/
	font-family: "Roboto Mono", monospace;
	border: 1px solid #ddd;
	padding: 1em;
	border-radius: 4px;
	margin: 16px 0 16px 0;
}

.delphiDefault {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .comment {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .keyword {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .identifier {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .symbol {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .string {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .character {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .number {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .float {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .hex {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .assembler {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .preprocessor {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .error {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .gutter {
	font-family: "Roboto Mono", monospace;
}

.delphiDefault .content {
	font-family: "Roboto Mono", monospace;
}