/* koonts.css */
/*********/
a:link, a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	/*background-color: #E6E6E6;*/
}

a:active
{
	text-decoration: underline;
	background-color: #FBFFE0;
}

/*********/
h1
{
	font-size: 2em;
	font-weight: bold;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	margin-bottom: 0.75em;
}

h2
{
	font-size: 1.4em;
	line-height: 1.07em;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	margin-bottom: 0.5em;
}

h3
{
	font-size: 1.2em;
	line-height: 1.25em;
	font-weight: bold;
	vertical-align: bottom;
	margin: 0em;
	padding: 0em;
}

h4, h5, h6
{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	vertical-align: bottom;
	margin: 0em;
	padding: 0em;
}

h5
{
	font-weight: normal;
	font-style: italic;
}

h6 { font-weight: normal; }


/*********/
header { margin-bottom: 1.5em; }

header hgroup h1
{
	line-height: 1em;
	/*margin-bottom: 0.25em;*/
	margin-bottom: 0em;
	font-size: 2em;
	font-weight: bold;
}

header hgroup h2
{
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
}

/*********/
/* header - banner */
/* html5 header element, first child in body */
body > *:first-child
{
	color: #9f9f9d;
	margin: 0em;
	padding: 2em 2em 4em 4em;
}

body > *:first-child h1
{
	font-size: 1.8em;
	font-weight: bold;
	text-indent: 0em;
	margin: 0em;
	padding: 0em;
	/*
    border-bottom: 1px #999 dashed;
*/
}

body > *:first-child h2
{
	font-size: 1em;
	font-weight: normal;
}

body > *:first-child a
{
	text-decoration: none;
	color: inherit;
}

/*********/
/* footer */
/* html5 footer element, last element in body */
body > *:last-child
{
	color: #9f9f9d;
	margin: 0em 4em 0em 4em;
	padding: 0em;
	text-align: right;
}

/*********/
#content
{
	margin: 0em 2em 0em 4em;
	padding: 0em;
}

#home #content h3 { /* margin-top: 1.5em;*/ }

/*********/
/*********/
/* for the @ symbol, for anti-spam ??? */
.at { font-family: cursive; }

/*********/
/*********/
/*********/
#embedcolorspace
{
	width: 1200px;
	height: 320px;
	/*border: 1px #999 dashed;*/
}

#embedcrosswordplayer
{
	width: 1100px;
	height: 640px;
	/*border: 1px #999 dashed;*/
}

/* table */
table th
{
	text-align: left;
	color: #999;
	font-weight: bold;
}

table td
{
	text-align: left;
	vertical-align: top;
	border: 1px #999 solid;
	padding: 0.2em 0.4em 0.4em 0.4em;
}

/* *************************** */
/* portfolio : crossword : screenshots */
div.screenshot
{
	position: relative;
	padding: 0em 0em 0em 0em;
	margin: 0em;
	margin-bottom: 1.5em;
	/*border: 1px pink solid;*/
}

div.screenshot > img
{
	position: relative;
	top: 0em;
	left: 0em;
}

div.screenshot div
{
	position: absolute;
	top: 0em;
	left: 420px;
	/*border: 1px red solid;*/
}

div.screenshot h3 { margin-top: 0em; }
div.screenshot dt { font-weight: bold; }

/*********/
/* releasenotes */
div[id^="releasenotes"] {
    padding-top: 0.5em;
    border-top: 1px #000 dotted;
}

