body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #171717;
	color: #E9E9E9;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

a {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #FFF;
}
img {border:none;}
input[type="submit"] {font-size:16px;background:none;border:none;text-decoration:underline;cursor:pointer;}
select {font-family: Georgia, "Times New Roman", Times, serif;font-size:16px;background:#000;border:solid 1px #fff;color:#fff;height:30px;}
form { margin: 0; padding: 0; }

#elephant { position:fixed;right:10px;bottom:10px; }

.champs {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	color: #000;
	margin:4px;
	padding:4px;
	font-size:16px;
}

.blog {
	line-height: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E9E9E9;
}
.blog a {
	color: #FFF;
	text-decoration: underline;
	padding: 2px;
}
.blog a:hover{
	color: #171717;
	background-color: #E9E9E9;
}
.blog a.normal {
	color: #FFF;
	text-decoration:none;
	padding: 0;
}
.blog a.normal:hover{
	color: #CCC;
	background:none;
}
.blog .legend {
	font-size:10px;	
}

.nav {
	text-align: center;
	background-color: #171717;
	font-size: 14px;
	padding:3px;
	opacity: .5;

}
.nav-links {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #E9E9E9;
	text-decoration: none;
	line-height: 30px;
}
.nav-links:hover {
	color:#FFF;
	background-color:#000;
}
.rubz {
	text-align: center;
	background-color: #171717;
	font-size: 14px;
	height: 30px;

}
h1 {
	font-size: 36px;
	font-weight: lighter;
	line-height: 38px;
}
.jesus {
	background-image: url(images/404-jesus.jpg);
	background-position: right bottom;
	font-size: 100px;
	text-align: center;
}
.selected {
	color: #666;
	text-decoration:none;
}

.pagination {
	line-height: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E9E9E9;
}
.pagination span {
	padding: 0 4px 2px;
}
.pagination span.current {
	color: #666;
}
.pagination a {
	color: #FFF;
	text-decoration: none;
	padding: 0 4px 2px;
}
.pagination a:hover{
	color: #171717;
	background-color: #E9E9E9;
}

