html, body {
	margin: 20px 0 0 0;
	padding: 0;
}

body {
	background-color: white;
	font-size: 62.5%;
}

/* Main content */

#container {
	width: 800px;
	margin: 0 auto;
	background-color: white;
}

#header {
	width: 400px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}

#footer {
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 30px auto 0 auto;
	padding: 25px 0;
	border-top: 1px solid #bebebe;
	background-color: #e2e2e2;
	text-align: center;
	color: #606060;
	font-size: 1.1em;
}

#content {
	padding: 20px 20px 20px 20px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #404040;
	font-size: 1.2em;
	line-height: 21px;
}

/* Content layout */

.block-left {
	float: left;
	width: 585px;
}
.block-right {
	float: right;
	text-align: center;
	width: 175px;
}

/* Layout misc */

.clear {
	clear: both;
}
.break {
	clear: both;
	height: 1px;
	border-bottom: 1px solid #bebebe;
	margin: 30px 0;
}
.break-discuss {
	clear: both;
	height: 1px;
	border-bottom: 10px solid #bebebe;
	margin: 30px 0;
}

/* Default values */

form table tr td {
	padding: 2px 0;
}

input.clear, textarea.clear {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
	padding: 2px;
	margin: 0;
	width: 300px;
	font-size: 1em;
	border: 1px solid #bebebe;
	background-color: white;
}
input.submit {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
	padding: 5px 10px;
	margin: 0;
	font-size: 1em;
	border: 1px solid #bebebe;
	background-color: white;	
}
select {
	border: 1px solid #bebebe;
}

h1 {
	color: #202020;
	font-size: 1.7em;
	font-weight: normal;
}

code {
	font-family: "Monaco", "Courier New", Courier, sans-serif;
	font-size: 1em;
	color: #026BCC;
}

ul {
	list-style-type: square;
}

/* Links */

a img {
	border: 0;
}

a, a:visited {
	color: #404040;
}
a:hover, a:active {
	color: #202020;
	background-color: #e0e0e0;
}

a.external, a.external:visited {
	color: #404040;
	padding-right: 15px;
	background: url("fnkey/link-external.gif") right center no-repeat;
}
a.external:hover, a.external:active {
	color: #202020;
	padding-right: 15px;
	background: #e0e0e0 url("fnkey/link-external.gif") right center no-repeat;
}

/* Syntax */

.code {
	font-family: "Monaco", "Courier New", Courier, sans-serif;
	font-size: 1em;
	color: black;
	padding-left: 20px;
	margin: 20px 0;
	border-left: 3px solid #bebebe;
}
.ahk-comment {
	color: green;
	font-style: italic;
}
.ahk-function {
	color: fuchsia;
}
.ahk-math {
	color: navy;
}
.ahk-operator {
	color: blue;
}
.ahk-expression {
	color: navy;
}
.ahk-digit {
	color: red;
}
.ahk-text {
	color: gray;
}
.ahk-tab {
	margin-left: 15px;
}
.ahk-key {
	color: maroon;
}
.ahk-declare {
	color: lime;
}

/* Notifications */

.error {
	color: maroon;
}
.success {
	color: green;
}

/* Comments */

.comment-box {
	clear: both;
	margin: 20px 0;
}
.comment-box-admin {
	clear: both;
	margin: 20px 0;
}
.comment-info {
	float:left;
	width: 140px;
	padding: 10px;
	text-align: right;
}
.comment-box .comment-info .name {
	font-size: 1em;
	font-weight: bold;
}
.comment-box-admin .comment-info .name {
	font-size: 1em;
	font-weight: bold;
	color: #026BCC;
}
.comment-info a, .comment-info a:visited {
	text-decoration: none;
}
.comment-info a:hover, .comment-info a:active {
	background-color: white;
	text-decoration: underline;
}
.comment-message {
	position: relative;
	float: left;
	width: 570px;
	min-height: 60px;
	text-align: left;
	padding: 10px;
	border-left: 1px solid #404040;
}
.comment-permalink {
	position: absolute;
	top: 10px;
	right: 0;
}
.comment-permalink a, .comment-permalink a:visited {
	color: #bebebe;
	text-decoration: none;
}
.comment-permalink a:hover, .comment-permalink a:active {
	color: #404040;
}

