@charset "utf-8";
/* CSS Document */

img
{  border-style: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	text-transform: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/greeballbig.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

.wrapper {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	border: 1px solid #000000;
	background-attachment: scroll;
	background-image: url(images/greeball.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.logobox {
	background-color: #000000;
	height: 150px;
	overflow: hidden;
}
.steamgaugelogo {
	position: absolute;
	z-index: 10000;
	height: 80px;
	width: 450px;
	margin-left: 2%;
	margin-top: 25px;
	display: block;
}

.rotimg {
	float: right;
	display: block;
}

.menubar {
	background-color: #FFFFFF;
	text-align: center;
}
.footertop {
	background-color: #000000;
	height: 1em;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: capitalize;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}

.copyright {
	background-color: #000000;
	text-align: left;
	padding-left: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.userbox {
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.2em;
}

.hosting {
	background-color: #000000;
	text-align: right;
	padding-right: .5em;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rss {
	background-color: #000000;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
.tools {
	background-color: #000000;
	text-align: right;
	padding-right: .5em;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerbottom {
	background-color: #000000;
	height: .5em;
}

.compatibility {
	text-align: center;
	padding-left: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.thumbnail {
	text-align: center;
	width:auto;
	float:left;
	clear:none;
}
.muthumbnail {
	text-align: center;
	width:auto;
	float:left;
	clear:none;
	padding:15px;
}
.thumbtable {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 30px;
	clear:both;
}
.gallerywrapper {
	width:100%;
	clear:both;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 5000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.gallerytitle {
	font-weight: bold;
	color: #333333;
	text-align: left;
	clear:both;
	margin-top:10px;
	padding-top:10px;
}
.linklist {
	list-style-type: square;
	list-style-position: outside;
}
.wrapper .userbox .beastlogo {
	text-align: center;
	width: 100%;
}
.blogtime {
	font-weight: bold;
	color: #333333;
	font-style: italic;
	margin-right: 5px;
	clear: none;
	float: right;
	font-size:12px;
}
.blogtitlesmall {
	color: #333333;
	text-align: left;
	font-size: 12px;
}
.blogboxwrapper {
	margin-right: 15px;
	margin-left: 15px;
}
.blogbox {
	background-image: url(images/boxtrans.png);
	background-repeat: repeat;
	/*border: 1px solid #E6E6E6;*/
	padding: 10px;
}
.blogcon {
	background-image: url(images/boxtrans.png);
	background-repeat: repeat;
	margin:5px;
}
.blogtitle {
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-size: 20px;
}
div.hr {
  height: 15px;
  background: url(./images/hr_bar.png) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
.navi {
text-align: center;
width: auto;
clear: both;
}
.previous {
	color: #000000;
float: left;
	background-image: url(images/boxtrans.png);
	background-repeat: repeat;
	margin-right: 15px;
	margin-left: 15px;
}
.next {
	color: #000000;
float: right;
	background-image: url(images/boxtrans.png);
	background-repeat: repeat;
	margin-right: 15px;
	margin-left: 15px;
}
.blogbox1 {
  width: 550px;
	margin-right: 35px;
	margin-left: 35px;
}.blogpermalink {
	color: #333333;
	margin-right: 25px;
	clear: none;
	float: right;
}
.sharetesticles {
/*float:right;*/
text-align:right;
width:100%;
padding-left:auto;
padding-right:auto;
clear:both;
}
.smallpenisvaginaboob {
	float:left;
	text-align:left;
	width:100%;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.googleplusone {
	width:90px;
	margin-left:auto;
	margin-right:10px;
	text-align:right;
/*	float:right;*/
	clear:both;
}
.blogcatname {
	font-size:10px;
	font-weight:normal;
}
.lm {
	float:left;
	clear:left;
	vertical-align:middle;
	margin:10px;
	width:640px;
}
.rm {
	float:left;
	clear:right;
	vertical-align:top;
	text-align:center;
	margin:10px;
	width:150px;
	
}
.lbm {
	text-align:center;
	width:auto;
	float:left;
	margin-left:10px;
	vertical-align:middle;
}
.rbm {
	text-align:center;
	float:right;
	width:auto;
	margin-right:10px;
	vertical-align:middle;
}
.bm {
	clear:both;
	width:auto;
	margin-left:100px;
	margin-right:100px;
	padding-bottom:50px;
	height:310px;
}
.tm {
	clear:both;
	width:100%;
	padding-bottom:50px;
}
.twitter {
	clear:both;
	height:30px;
	width:100%;
	text-align:right;
}
.fb {
	clear:both;
	text-align:left;
}
.twitterbox {
	margin-left:auto;
	margin-right:auto;
	width:930px;
}
.twitterboxparent {
	text-align:center;
	width:auto;
	margin-left:0px;
	margin-right:0px;
}
.important {
vertical-align:middle;
}
