/*
CSS for http://www.recursiveloop.oi-share.com

This stylesheet is not yours! Reusing it without permission is a crime!
Copyright 2009 Michael Grudziecki (recursiveloop.oi-share.com)
*/
body 	{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0;
	background-image: url('/files/images/rl_back.png');
}
#Header	{
	padding: 0;
	background-color: #111;
	border-style: solid;
	border-color: #555;
	border-top-width: 0;
	border-left-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
}
#Navigation	{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3px;
	padding-bottom: 0;
	background-color: #DDE;
	border-style: solid;
	border-color: #777;
	border-top-width: 0;
	border-left-width: medium;
	border-right-width: medium;
	border-bottom-width: 0;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: medium;
	color: #666;
}
#Navigation	a	{
	display: inline-block;
	width: 125px;
	height: 32px;
	padding-top: 4px;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	/*text-shadow: #200 2px 2px 4px, #900 -1px -1px 2px;*/
	text-decoration: none;
	position: relative;
	top: 10px;
	left: 2em;
	color: #400;
	background-image: url('http://recursiveloop.oi-share.com/files/images/button1.png');
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#Navigation a:hover {
	text-decoration: none;
	background-position: -125px 0px;
}
#Navigation a:active {
	background-position: -250px 0px;
}
#subNav	{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3px;
	padding-bottom: 0;
	background-color: #DDE;
	border-style: solid;
	border-color: #777;
	border-top-width: 0;
	border-left-width: medium;
	border-right-width: medium;
	border-bottom-width: 0;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: medium;
	color: #777;
}
#subNav	a	{
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
}
#Content 	{
	padding-top: 5px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 5px;
	background-color: #CCD;
	border-style: solid;
	border-color: #777;
	border-top-width: 0;
	border-left-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: small;
	color: #777;
}
#Footer	{
	padding-top: 5px;
	padding-left: 10%;
	padding-right: 10%;
	border-style: solid;
	border-color: #999;
	border-top-width: 0;
	border-left-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	text-align: center;
	background-color: #DDD;
	color: #777
}
#DaMStats {
	color: #FFF;
}
a	{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
}
a:link 	{
	color: #008;
}
a:visited	{
	color: #B77;
	text-decoration: none;
}
a:hover	{
	color: #900;
	text-decoration: underline;
}
a:active	{
	color: #D00;
}
img {
	border-width: 0;
}