body {
	min-width: 20em;
	margin: .5em;
	padding: 0;
	color: black;
	background: #4B5E80 url(/engine/images/body.png);
	font-family: Arial,Verdana,sans-serif;
	font-size: small;
}

code,pre {
	font-family: "Courier New",Courier,monospace;
	font-size: 1em;
}

/* Default link style */
a:link { color:#4B5E80; text-decoration:underline; }
a:visited { color:#3C4C66; text-decoration:underline; }
a:focus { color:#4B5E80; text-decoration:none; }
a:hover { color:#4B5E80; text-decoration:none; }
a:active { color:#3C4C66; text-decoration:none; }

/* Head */
#head h1 {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 100px;
	background: url(/engine/images/logo.png) no-repeat;
	text-indent: -999em;
}

/* Menu */
#menu {
	float: left;
	width: 12em;
	margin: 0;
	padding: .5em;
	color: white;
	background: #DD2222 url(/engine/images/menu.png) repeat-x bottom;
	border: 1px solid black;
}
#menu p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	margin-bottom: 1em;
	font-size: larger;
	font-weight: bold;
}
#menu ul li li {
	margin-left: 1.25em;
	margin-bottom: 0;
	list-style-type: square;
	font-size: smaller;
	font-weight: normal;
}
#menu a:link { color:white; text-decoration:none; }
#menu a:visited { color:white; text-decoration:none; }
#menu a:focus { color:white; text-decoration:underline; }
#menu a:hover { color:white; text-decoration:underline; }
#menu a:active { color:black; text-decoration:none; }

/* Content */
#content {
	min-height: 36em;
	margin: 0;
	margin-left: 14em;
	padding: 1em;
	color: black;
	background: white url(/engine/images/content.png) repeat-x bottom;
	border: 1px solid black;
	line-height: 1.2em; /* Fix the peek-a-boo IE6 bug in screenshot page */
}
#content ul {
	list-style-type: square;
}

/* Languages */
#languages {
	margin: 0;
	margin-left: 14em;
	padding: .5em;
}
#languages ul {
	margin: 0;
	padding: 0;
	font-size: smaller;
}
#languages li {
	margin: 0;
	margin-right: 1em;
	padding: 0;
	display: inline;
	list-style: none;
}
#languages strong {
	font-size: larger;
}
#languages a:link { color:white; text-decoration:none; }
#languages a:visited { color:white; text-decoration:none; }
#languages a:focus { color:white; text-decoration:underline; }
#languages a:hover { color:white; text-decoration:underline; }
#languages a:active { color:black; text-decoration:none; }

/* RSS feed items */
.rssfeeditems em {
	color: gray;
	font-size: smaller;
}

/* Developer Card */
.devcard {
	padding: .3em;
	width: 30em;
	color: black;
	background: #DCDCDC url(/engine/images/devcard.png) repeat-x bottom;
	border: 1px solid #8F8F8F;
}
.devcard dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.devcard dd {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
.devcard .homepage { text-align: right; }
.devcard dt a { text-decoration:none; }

/* Polaroid */
div.polaroid {
	float: left;
	margin-left: 10px;
	margin-bottom: 13px;
	padding: 10px;
	text-align: center;
	/*font-family: 'Comic Sans MS',cursive;
	font-weight: bold;*/
	background-color: #F5F5F2;
	border:1px solid #CAC9C4;
}
div.polaroid img {
	display:block;
	margin-bottom:10px;
	border:1px solid #CAC9C4;
}

/* Inline list */
ul.inline {
	margin: 1em;
	padding: 0;
}

ul.inline li {
	margin: 0;
	margin-right: 1em;
	padding: 0;
	display: inline;
	list-style: none;
}

/* Translations Status */
.status {
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
}

.status th {
	padding: 3px;
	background: #f2f2f2;
	border: 1px solid #aaaaaa;
}

.status td {
	padding: 3px;
	background: #f9f9f9;
	border: 1px solid #aaaaaa;
}

.translated { color: #2D802B; }
.untranslated { color: #D42323; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/* ... */
@media (max-width: 40em) {
	#menu {
		float: none;
		margin: 1em auto;
	}
	#content {
		margin-top: 1em;
		margin-left: 0;
	}
	#languages {
		margin-left: 0;
	}
}