﻿body {
	background-image: url(images/aurora.jpg); 
	background-repeat: no-repeat;
	font-family: Segoe UI, Tahoma, Arial, Sans-Serif;
	background-color: #245a95;
	color: #CFE6FF; 
	margin: 0.25em
}

form { margin: 0 }

#main {
	position: relative;
	cursor: default; 
	height: 100%; 
	margin: 0
}

#menu {
	position: absolute;  
	top: 0; 
	left: 0; 
	width: 8em
}

#menu ul {
	margin: 0; 
	padding: 0
}

#menu li {
	list-style-type: none;
	background-image: url(images/paw.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}

#menu ul#rss li {
	background-image: url(images/rss20x20.png);
}

#content{
	position: absolute;  
	top: 0; 
	left: 8.25em
}

h1, h2, h3, p { 
	margin: 0; 
	padding: 0
}

h1 { font-size: 144%; color: #FFE59E }
h2 { font-size: 120%; color: #CFFFFE }
h3 { font-size: 100%; color: #D9CFC3 }

ul {
	margin-top: 0;
	margin-bottom: 0
}

a, a:visited, a:active {
	color: #9ECCFF;
	text-decoration: none 
}

a:hover {
	color: #CFE6FF;
	text-decoration: underline
}

.counter {
	font-size: 70%
}

.date {
	font-style:	italic;
	font-size: 75%
}

.index { float: right; border: 1px solid #D9CFC3; font-size: 1em }
.key { border: 1px solid #D9CFC3; font-size: 0.8em }
.killed { background-color: red}
.missing { background-color: yellow }
.rescued { background-color: transparent }

.askName {
	margin-top: 0.5em;
	color: #D9CFC3;
	font-weight: bold
}

.askQuestion {
	margin-left: 2em
}

.askAnswer {
	color: white; 
	margin-left: 2em;
	text-indent: 1em; 
	font-style: italic
}