body {
	margin: 0;
	background-color: #eee8da;
	font-family: "Trebuchet MS", helvetica;
}

h1 {
	margin: 0;
	border-bottom: solid 5px black;
	font-weight: normal;
	font-size: 50pt;
	text-shadow: -1px 1px 3px gray;
	cursor: default;
}

h2 {
	font-size: 20pt;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	font-weight: normal;
}

h4 {
	font-size: 12pt;
	margin: 0;
}

h5 {
	font-size: 10pt;
	margin: 0;
}

a {
	color: blue;
}

a:visited {
	color: #400080;
}

a:active {
	color: red;
}

dt {
	font-weight: bold;
}

p {
	text-align: justify;
}

p.center {
	text-align: center;
}

p.quote {
	margin-left: 25px;
	padding-left: 10px;
	border-left: solid 3px #999999;
	font-style: italic;
}

p.blue {
	background-color: #e0e0ff;
}

p.footnote {
	font-size: 10pt;
}

p.download {
	min-height: 50px;
	padding-left: 60px;
	margin-right: 30px;
	background: url(download.png) no-repeat left;
	float: left;
}

p.help {
	min-height: 50px;
	padding-left: 60px;
	margin-right: 30px;
	background: url(help.png) no-repeat left;
	float: left;
}

p.download a, p.help a {
	color: black;
	font-weight: bold;
	font-size: 14pt;
}

code {
	font-size: smaller;
}

a img {
	border-style: none;
}

hr {
	height: 0;
	color: #ffffff;
	border-top: solid 1px gray;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.float-left {
	float: left;
	margin-right: 15px;
}

.float-right {
	float: right;
	margin-left: 15px;
}

div.item {
	margin-bottom: 5px;
	padding: 10px 15px 0 15px;
	background-color: #e0f0ff;
	border: solid 1px #999999;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: inset 0 0 1px #999999;
	-moz-box-shadow: inset 0 0 1px #999999;
	-webkit-box-shadow: inset 0 0 1px #999999;
}

div.item.homepage {
	float: left;
	clear: left;
	width: 450px;
	margin-right: 25px;
	padding: 5px 10px;
}

div.refitem {
	font-size: smaller;
	border: solid 1px gray;
	padding: 5px 10px;
	margin-bottom: 10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.refitem pre code {
	font-size: 100%;
}

div.panel {
	float: right;
	clear: right;
	width: 250px;
	margin: 0 0 5px 15px;
	padding: 5px 10px 5px 10px;
	background-color: #eeeeee;
	border: solid 1px #999999;
	font-size: 10pt;
}

div.define {
	margin: 5px;
	padding: 3px 5px 3px 5px;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	font-size: 10pt;
}

table.info {
	width: 100%;
}

table.info td {
	font-size: 10pt;
	vertical-align: top;
}

table.info td.label {
	font-weight: bold;
}

table.download {
	width: 100%;
	border-spacing: 0;
}

table.download th {
	width: 20%;
	padding: 2px 10px 2px 10px;
	background-color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

table.download td {
	width: 20%;
	padding: 2px 10px 2px 10px;
	font-size: 10pt;
}

table.download tr:nth-child(odd) {
	background-color: #ffffff;
}

table.download tr:nth-child(even) {
	background-color: #eeeeee;
}

form .field {
	width: 300px;
}

#page {
	width: 90%;
	max-width: 920px;
	margin: 0 auto 10px auto;
	padding: 5px 20px 5px 20px;
	background-color: white;
	font-size: 12pt;

	box-shadow: 0 0 5px 3px #808080;
	-moz-box-shadow: 0 0 5px 3px #808080;
	-webkit-box-shadow: 0 0 5px 3px #808080;
}

#navbar {
	float: right;
	margin: 0;
	padding: 0 20px 0 20px;
	list-style-type: none;
}

#navbar li {
	float: left;
	margin-right: 10px;
	background-color: black;

	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#navbar li:hover, #navbar li.current {
	float: left;
	margin-right: 10px;
	background-color: #3274d0;
}

#navbar li a {
	display: block;
	padding: 3px 8px 3px 8px;
	color: white;
	text-decoration: none;
}

#navbar li a:hover, #navbar li.current a {
	display: block;
	padding: 3px 8px 3px 8px;
	color: white;
	text-decoration: none;
}

#tabbar {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;

	position: relative;
	top: 1px;
}

#tabbar li {
	float: left;
	margin-right: 5px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: gray;
	border-width: 3px 1px 1px 1px;
	font-size: 11pt;

	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#tabbar li:hover, #tabbar li.current {
	background-color: white;
	border-top-color: #ff8000;
	border-bottom-color: #ffffff;
}

#tabbar li a {
	display: block;
	padding: 1px 5px 1px 5px;
	color: black;
	text-decoration: none;
}

#tabcontent {
	clear: both;
	padding: 0 15px 0 15px;
	border: 1px solid gray;
}

#tabcontent #features ul {
	padding-left: 15px;
}

#tabcontent #screenshots, #tabcontent #history {
	margin: 15px 0 10px 0;
}

#trail {
	float: left;
	padding: 2px 0 2px 5px;
	font-size: smaller;
	background-color: #ddddff;
	border: solid 1px #cccccc;
}

#trail a {
	display: inline-block;
	padding: 0 5px;
	color: black;
}

#trail a:hover {
	color: blue;
}

#social {
	margin-top: 30px;
	float: right;
}

#footer {
	margin: 5px 0 5px 0;
	font-size: 10pt;
	text-align: center;
}

