/* Centre the page, 880px wide. */
body
{
    margin: 0;
    padding: 0;
    text-align: center;   /* For old IEs */
    background-color: #62757B;
}

#page
{
	position: relative;
    background-color: white;
    width: 880px;
	padding: 0;
    margin: 12px auto;     /* For all but old IEs */
	text-align: left;
}
/* Centring code ends. */

body
{
    color: #304048;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 80%; /* For Safari - see the bottom of the file. */
    line-height: 140%;
}

form
{
	padding: 0;
	margin: 0;
}

h1 { font-size: 150%; margin-top: 0.6em; margin-bottom: 0.3em; padding: 0; }
h2 { font-size: 125%; margin-top: 0.5em; margin-bottom: 0.3em; padding: 0; }
h3 { font-size: 120%; margin-top: 0.4em; margin-bottom: 0.2em; padding: 0; }
h4 { font-size: 115%; margin-top: 0.3em; margin-bottom: 0.2em; padding: 0; }
h5 { font-size: 110%; margin-top: 0.2em; margin-bottom: 0.1em; padding: 0; }
h6 { font-size: 105%; margin-top: 0.1em; margin-bottom: 0.1em; padding: 0; }

code
{
	font-size: 110%;
}

img
{
    border: 0;
}

a:link
{
	color: #6275BB;
}

a:visited
{
	color: #6275BB;
}

a:hover
{
	color: #5070ff;
}

a:active, a:focus
{
	color: #800;
}

li
{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

#main-header
{
	position: relative;
    height: 75px;
    border-bottom: 1px solid #cdddda;
}

#main-title-image
{
    position: absolute;
    left: 44px;
    top: 30px;
}

#search-form
{
    position: absolute;
    top: 12px;
    right: 45px;
    padding: 0;
}

#search-form input
{
    font-size: 80%;
    border: 1px solid #cdddda;
}

#search-form .input-type-submit
{
    color: #62757B;
    background-color: #e6ece9;
}

#top-nav
{
	position: absolute;
    top: 38px;
    right: 45px;
    padding: 0 4px 0 0;
    margin: 0;
}

.nav-button
{
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0 2px 0 6px;
	border-left: 1px solid #ddd;
}

.nav-button a
{
    text-decoration: none;
}

#section-home #nav-home,
#section-free-stuff #nav-free-stuff,
#section-intro #nav-intro,
#section-manual #nav-manual,
#section-faq #nav-faq,
#section-download #nav-download,
#section-buy #nav-buy,
#section-helpdesk #nav-helpdesk,
#section-contact #nav-contact,
#section-blog #nav-blog,
.nav-button-current
{
	border-left: 2px solid #faa126;
    font-weight: bold;
}

#content
{
    padding-left: 45px;
    padding-right: 45px;
    min-height: 38em;
}

#legacy-sidebar {
    clear: both;
    float: right;
    width: 222px;
    margin: 1.5em 0 2em 2em;
    background-color: #f4f7f8;
}

#legacy-sidebar-header {
    text-align: center;
    color: #677;
    font-weight: bold;
    font-size: 120%;
    padding: 0.5ex 0 0.5ex 0;
    background-color: #dee8e6;
    border-top: 1px solid #cdddda;
    border-left: 1px solid #cdddda;
    border-right: 1px solid #cdddda;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-radius-topleft: 8px;
    -webkit-border-radius-topright: 8px;
}

#legacy-sidebar-body {
    padding: 1ex 8px 0 18px;
    border-left: 1px solid #cdddda;
    border-right: 1px solid #cdddda;
    border-bottom: 1px solid #cdddda;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomright: 8px;
}

#legacy-sidebar b {
    color: #059;
}

#legacy-sidebar p {
    margin: 0.6em 0;
}

.main-heading
{
    padding-top: 0.4em;
}

.homepage-box
{
    width: 790px;
    height: 175px;
    color: #576a70;
    margin-top: 2em;
    background-image: url(roundedcornr_881687.gif);
}

.homepage-box p, .homepage-box h2
{
    width: 168px;
    text-align:center;
    padding: 0 1em;
}

.homepage-box h2
{
    margin: 0;
}

.homepage-box p
{
    margin: 0.5em 0;
}

.homepage-box a
{
    color: #576a70;
    text-decoration: none;
}

.homepage-screenshot
{
    float: right;
    width: 546px;
    height: 128px;
    padding: 1.5em 1.5em 0 1em;
}

.highlight-box
{
    border: 1px solid #e0e0e0;
    background-color: #ffffe0;
}

.inner-nav
{
    float: left;
    width: 180px;
    height: 65px;
    background-image: url(inner-nav.gif);
    margin: 1.5em 0;
}

.inner-nav p
{
    margin: 0;
    padding: 0.8em;
}

.feature-list-container
{
    width: 370px;
	min-height: 16em;
	padding: 0.5em 1em 0 0;
    margin-bottom: 1.5ex;
}

.feature-list
{
    margin-top: 0;
}

.feature-list-container h3
{
    margin-left: 1em;
}

.button-container
{
	width: 380px;
    margin-top: 0.5em;
	text-align: center;
}

.button-container p
{
	margin-top: 0.5em;
}

#section-faq strong
{
	font-size: 110%;
}

.query
{
	background-color: #ffa;
	border: 1px solid #dda;
	padding: 0 0.2em;
}

.keystroke
{
	background-color: #ddd;
	border: 1px solid #bbb;
	padding: 0 0.2em;
}

.content-table-container
{
    margin: 1.5em 2em;
}

.content-table-container table
{
	width: 500px;
    margin: 0 auto;
}

.content-table-container th,
.content-table-container td
{
	padding: 0.3em 1em;
	border: 1px solid #bbb;
	border-collapse: collapse;
	text-align: left;
}

.content-table-container th
{
	color: white;
	background-color: #faa126;
}

.content-table-container td
{
	background-color: #eee;
}

.page-footer
{
	clear: both;
    margin-top: 1.5em;
	padding: 1em 0;
	color: #999;
	text-align: center;
    border-top: 1px solid #cdddda;
}

.page-footer a
{
	text-decoration: none;
}

.glitter
{
    font-weight: bold;
    color: #faa126;
}

.skip-link
{
    position: absolute;
    left: -2000px;
}


/* Legacy entrian.com */
code { font-size: 105%; color: #204080 }
.documentationblock p { margin-top: 0; margin-bottom: 0.5em }
.documentationblock { padding: 1ex 1ex 0 1ex; margin-bottom: 3em; border-left: 3px solid #cdddda; /* background: #f8f8f8; */ }
.docoparagraph { margin-top: 0 }
.codeframe { background: #ffffd0; border: 1px solid #404040; overflow: hidden; }
.docosignature { color: #000080; font: bold 105% courier new, courier; padding-bottom: 0.25em }
.dococlasssignature { font-size: 130%; color: #800000 }
.code { font-family: courier new, courier; background: #ffffd0; padding: 8px }


/* The extra hash hides this (and the rest of the file!) from Safari 2. */
body
{
    font-size: 90%;#
}

/* Safari 3.0 (and Opera 9, sadly) rules here */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body
    {
        font-size: 80%;
    }
}

@media print and (-webkit-min-device-pixel-ratio:0) {
    body
    {
        font-size: 80%;
    }
}

/* Now correct that for Opera 9. */
@media all and (min-width:0px) {
	head~body:lang(e)
    {
        font-size: 90%;
    }
}

