* {
	padding: 0px;
	margin: 0px;
}

BODY {
	color: #000000;
	line-height: 193%;
	font-family: 'Cantarell', Helvetica, Arial, Sans-Serif;
	font-size: 1em;
}

#bg_image {
	background-image: url("/style/skrodon-icon-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	background-position: right top;
	width: 95%;
	height: 400px;
	opacity: 0.1;
	z-index: -1;
}

#menu_wrap_outer {
	position: relative;
	z-index: 2;
}

#menu_wrap_padding {
}

#menu_wrap {
	background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 100%) !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	font-weight: 300;
	left: 0 !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	position: fixed;
	top: 0px !important;
	-webkit-backface-visibility: hidden;
	width: 100% !important;
	z-index: 100 !important;
}

#menu_wrap IMG {
	margin-right: 40px;
	float: left;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
}

.wrap {
	margin: 0 auto;
	max-width: 1400px !important;
	width: 80%;
}

#menu_logo_wrap {
	cursor: pointer;
	float: left;
	margin-top: -7px;
}

#menu_inner {
	float: left;
	margin-left: 1px;
	margin-top: 60px;
}

#menu_nav {
	max-width: 1400px;
	margin: 0 auto !important;
	padding: 0;
	width: auto !important;
}

#menu_nav LI {
	line-height: 27px;
}

#menu_nav A {
	color: #23185c;
}

#menu_spacer {
	display: block;
	width: 100%;
	height: 170px;
}

H1, H2,  H3 {
	color: black;
}

H1 {
	font-size: 2em;
	line-height: 57px;
	margin-bottom: 10px;
}

H2 {
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 1.5em;
	font-variant: small-caps;
}

H3 {
	font-size: 1.2em;
    font-weight: bold;
	color: #006cb6;
}

.card-title {
	font-weight: normal;
	text-align: center;
	background: rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.125);
	font-size: 1.5em;
	color: #006cb6;
	margin-top: 30px;
	margin-bottom: 10px;

}

H2 {
	counter-reset: h3counter;
}

DIV.col H2:first-child {
	margin-top: 0;
}

H1, H2, H3, H4, H5, H6 {
	text-rendering: optimizelegibility;
	line-height: 112%;
}

OL {
	margin-top: 0;
}

UL {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0px;
}

LI {
	display: list-item;
}

#content UL LI {
	background: url(/style/bullet-1.png) no-repeat scroll 0 7px transparent !important;
	margin-top: 0px;
	padding-left: 30px;
	list-style: none outside none;
}

IMG {
	max-width: 100% !important;
	box-sizing: border-box !important;
}

P {
	padding: 5px 0;
}

P.list {
	margin-bottom: 0;
}

#content {
}

#content A {
	text-decoration: none;
	cursor: pointer;
	color: #0983c8;
}

#content A:hover  { text-decoration: underline; }
#content A:active { outline: none; }
#content A:focus  { -moz-outline-style: none; }

TABLE {
	width: 100%;
}

TD {
	vertical-align: top;
}

#footer_outer {
	margin-top: 2ex;
	padding-bottom: 1ex;
	background: #f2f8fe;
	font-size: .8em;
}

#footer_copy {
	display: block;
	text-align: right;
}

/* Page refers to itself: links get placed by SPAN */
.myself {
	font-weight: bold;
}

/*
 * CODE display
 */

.codeblock_light_header {
	background: none;
	color: #6cb0e4;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	letter-spacing: 8px;
	font-size: 0.8em;
	margin-bottom: 0px;
}

.copybanner {
	color: white;
	width: 80px;
   height: 30px;
	background: #6cb0e4;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 16% 50%);
	float: right;
	margin: 26px 0px !important;
	letter-spacing: 2px;
	font-size: 0.6em;
	border: 0px;
}

.copybanner:hover {
	background: #24175d;
}

.incode {
	background-color: #ebebeb;
	padding-left: 8px;
	padding-right: 8px;
}

.highlightcode {
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}

.codeblock_light {
	font-family: 'Cutive Mono', monospace;
	font-size: 0.95em;
	background: linear-gradient(90deg, rgb(241 249 255) 0%, rgb(223 242 251) 100%);
	color: #000000;
	padding: 20px;
	margin-top: 2px;
	border-bottom: 2px solid #bfdaf4;
	margin-bottom: 1.5ex;
}

.codeblock_light OL {
	display: block;
	list-style-type: decimal;
	margin-bottom: 0px;
}

.codeblock_light PRE {
	line-height: 130%;
	margin-bottom: 0px;
}

.codeblock_light OL LI::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
	color: #399edc;
	margin-right: 15px;
	font-size: 0.8em;
	border-radius: 15px;
	opacity: 0.5;
	background-color: #000000;
	line-height: inherit;
}

.code-alternatives  {
	margin-bottom: 1rem;
}


/*
 * Sponsor block
 */

.sponsor {
	display: block;
	text-align: center;
	float: left;
	padding: 5px 20px;
}

/*
 * Formatting code fragments
 */

.synComment    { color: #0000FF }
.synConstant   { color: #FF00FF }
.synIdentifier { color: #008B8B }
.synStatement  { color: #A52A2A ; font-weight: bold }
.synPreProc    { color: #A020F0 }
.synType       { color: #2E8B57 ; font-weight: bold }
.synSpecial    { color: #6A5ACD }
.synUnderlined { color: #000000 ; text-decoration: underline }
.synError      { color: #FFFFFF ; background: #FF0000 none }
.synTodo       { color: #0000FF ; background: #FFFF00 none }

.code-alts     { margin-bottom: 1em; }

