body {
	background-image: url("blue-black.png");
	background-repeat: repeat-y;
	font-family: helvetica, arial, sans-serif;
	color: white;
}

a {
	color: white;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

div.screenshot-thumbnail {
	margin-bottom: 20px;
	height: 260px;
	clear: both;
}

div.screenshot-thumbnail a {
	float: right;
	padding-left: 5%;
	padding-right: 5%;
}

div.screenshot-thumbnail img {
	border-color: yellow;
	border-width: 3px;
}

div.screenshot-thumbnail p {
	padding-left: 5%;
	padding-right: 5%;
}

div.screenshot-thumbnail p:before {
	content: " ";
	width: 65%;
	height: 60px;
	display: block;
	background-image: url("fish.png");
	background-repeat: no-repeat;
	background-position: 60%;
}

div.screenshot-thumbnail p:after {
	content: " ";
	width: 65%;
	height: 60px;
	display: block;
	background-image: url("fish2.png");
	background-repeat: no-repeat;
	background-position: 20%;
}

div.screenshot img {
	border-color: yellow;
	border-width: 3px;
}

.filename {
	font-family: "Bitstream Vera sans mono", Courier, monospace;
	padding-left: 0.7em;
	padding-right: 0.7em;
}

.classname, .selector {
	font-family: "Bitstream Vera sans mono", Courier, monospace;
}

dt {
	padding-top: 0.75em;
}

.code {
	font-family: Courier, monospace;
}

pre.code {
	whitespace: pre-line;
	padding-left: 4.0em;
	padding-right: 4.0em;
}

.question {
	font-size: larger;
	padding-top: 1.0em;
}

.answer {
}

.question:before {
	content: url("fish.png");
	display: inline-block;
	padding-right: 0.9em;
}

.answer:after {
	content: url("fish2.png");
	display: inline-block;
	padding-left: 0.9em;
}
