@charset "UTF-8";

a:link,a:active,a:visited { 
	color:#554400;
         text-decoration: none;
}

a:hover {
        color:#332200;
        text-decoration: underline;

}

body {
	background-color: #000000;
	background-position: left center;
	background-attachment: fixed;
	background-image: url('http://www.zingerbug.com/Backgrounds/background_images/brown_on_black_celtic_squares_seamless_background_pattern.jpg');

}

body {
	color: #FFEAA3;
	font-family: 'Helvetica';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.container_padding {
	padding:	10px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
}

.heading {
	background-color: #1e1700;
}

.container .heading {
	padding: 5px;
	border: 2px #150f00 outset;
	border-radius: 8px;
	color: #FFEAA3;
	font-family: 'Helvetica';
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	z-align: 5000;
}

.container {
	color: #150f00;
	position:relative;
	border: 3px #150f00 outset;
	border-radius: 8px;
	padding:	5px;
	height: 100%;
	background-image:url('http://www.commentnation.com/hotlinks/parchment_paper_seamless_pattern.jpg');
	z-align: 5000;
}

.content {
	padding:5px;
}

.key {
         font-size: 16px;
}

div.twitter {
	padding: 0px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	display: block;
	background-color: transparent;
	z-index: 7500;
}

img.twitter {
         position: absolute;
         bottom: 2px;
         left: 2px;
         z-index: 9000;
}

img.twitter:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}


.bsd {
         font-size:16px;
}

img {
	border-radius: 8px;
}

img, img.gallery_image {
	border-radius: 8px;
	border: 2px solid #333333;
}

div.gallery_image {
	border: none;
}

img.head {
	margin-left:auto;
	margin-right:auto;
	margin-top: 35px;
	margin-bottom: 15px;
	border: 3px #333333 outset;
	border-radius: 8px;
	padding: 5px;
	background-color: #000000;
}

td.status_key {
	float: left;
	font-size: 20px;
}

td.blurb_key {
	float: left;
	font-size: 20px;
}

td.blurb_value {
	float: right;
	text-align: right;
	font-size: 16px;
	margin-right: 5px;
}

.headingtitle {
	font-size: 20px;
}

.status_value {
	float:right;
	text-align: right;
	font-size: 16px;
	margin-right: 5px;
}

.online {
	text-align: right;
}

.userprofilestate {
	text-align: left;
}

.highscores {
	font-size: 16px;
	background-color: #111111;
	border: 3px outset #000000;
	border-radius: 8px;
	margin: 20px;
}

#highscores tr {
	width: 100%;
	border-bottom: 1px solid #999999;
}

#highscores tr:hover {
	background-color: #333333;
}

#highscores th:hover {
	background-color: #333333;
}

#highscores td {
	font-weight: bold;
}

#highscores tbody {
	padding: 8px;
}

.scorehead {
	font-size: 20px;
	text-align: center;
}

.names {
	text-align: left;
	float: left;
}

.scores {
	text-align: right;
	float: right;
}

img.twitter {
	border: none;
}

td.clock	{
	float: left
	font-size:9px;
	visibility:none;
}