@import "reset.css";

body {
	color: #313741;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
}

a:link, a:visited {
	color: #77879e;
}

a:hover, a:active {
	color: #a6a9af;
}

ul, ol {
	list-style: square;
	padding-left: 15px;
}

li {
	padding-bottom: 10px;
}

div.title {
	padding: 5px 0 5px;
	border-bottom: 1px solid #bdc1c7;
	border-top: 1px solid #bdc1c7;
	background: #f9f9f9;
	margin-bottom: 10px;
}

h2 {
	font-size: 27px;
	text-transform: uppercase;
	color: #313741;
}

h1, h2, h4 {
	font-family: Georgia, Helvetica, Arial, Sans-Serif;
}

h1 {
	background: #f9f9f9;
	border-bottom: 1px solid #bdc1c7;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 15px;
	text-align: center;
}

h1 a {
	font-family: Georgia, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
}

#footer {
	border-top: 1px solid #bdc1c7;
	padding: 10px 0 20px;
	font-size: 11px;
	color: #a6a9af;
	margin-top: 10px;
	text-align: right;
}

h3 {
	font-size: 15px;
	color: #545f70;
	text-transform: lowercase;
}

h4 {
	font-size: 18px;
	padding: 3px 0;
	background: #f9f9f9;
	text-transform: uppercase;
	border-top: 1px solid #bdc1c7;
	border-bottom: 1px solid #bdc1c7;
	margin: 5px 0 8px;
	color: #545f70;
	text-align: right;
}

p {
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 1.5;
	font-size: 15px;
	padding-bottom: 7px;
}

#content {
	margin: 0 auto;
	width: 800px;
}

pre {
	padding: 5px 8px;
	background: #f9f9f9;
	color: #555;
	font-size: 12px;
	line-height: 1.4;
	overflow: auto;
}

code {
	font-size: 12px;
	font-family: Monaco, Andale Mono, Courier New, Monospace;
}

p.notice {
	background: #ffdeaf;
	padding: 5px 10px 3px;
	font-size: 12px;
	margin-bottom: 5px;
}