@import url("/static/grid.css");

html {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1, h2, h3, h4, h5, h6,
#page_header,
#page_footer,
#site_menu,
#tab_menu,
.article-footer,
.download-link,
.nextlink {
	font-family: Helvetica, Arial, sans-serif;
}

#page_sidebar {
	font-size: 14px;
}

a {
	text-decoration: none;
}
a img {
	border-width: 0;
}

#page_header img {
	margin-top: 10px;
}
#page_header h1 {
	margin: 13px 0 0 0;
	padding: 0;
}
#subtitle {
	color: #ccc;
}

#site_menu a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid black;
	color: black;
	margin: 10px 0;
}
#site_menu a:hover {
	color: red;
	border-color: red;
}
#site_menu a:active {
	background-color: #ccc;
}
#site_menu a.current {
	color: #c00;
	border-color: #c00;
	border-width: 4px;
}

/* BEGIN: Overview */

div.download-link {
	text-align: center;
	font-size: 24px;
}
div.download-link a {
	color: #c00;
}
div.download-link a:hover {
	color: #f00;
}

/* BEGIN: Tour Rules */

#tab_menu {
	text-align: center;
	padding-bottom: 4px;
}
#tab_menu a {
	color: black;
	margin: 0 10px;
	border-bottom: 2px solid black;
}
#tab_menu a:hover {
	color: red;
	border-color: red;
}
#tab_menu a:active {
	background-color: #ccc;
}
#tab_menu a.current {
	color: #c00;
	border-color: #c00;
	font-weight: bold;
	border-width: 4px;
}

#tour div.tab h2 {
	display: none;
}

#tour .nextlink {
	text-align: right;
}

.screenshot {
	text-align: center;
}

.screenshot img {
	margin: 10px;
	border: 1px solid black;
}

/* BEGIN: Support */

div.article-footer {
	margin-top: 40px;
	font-size: 12px;
}

#page_sidebar {
	background-color: #eee;
}
#page_sidebar li {
	margin-bottom: 10px;
	margin-right: 20px;
}
#page_sidebar p {
	margin: 10px;
}

#page_footer p {
	border-top: 2px solid black;
	padding-top: 10px;
	font-size: 12px;
}

#home .screenshot img {
	width: 256px; /* 320 * .8 */
	height: 368px; /* 460 * .8 */
}

#download p {
	text-align: center;
}

#pdbconvert li {
	margin: 20px 0;
}

#support .diff-up {
	text-align: center;
	color: red;
}
#support .diff-down {
	text-align: center;
	color: green;
}
#support table {
	border-collapse: collapse;
	margin: auto;
}
#support td {
	text-align: center;
	border: 1px solid black;
}