/**************************************
**         CSS Stylesheet by         **
**        FB AKA SnakeEater251       **
**************************************/

/* Links */


a:link {
	background-color: inherit;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	background-color: inherit;
	color: #FF0000;
	text-decoration: none;
}
 a:hover {
	background-color: #000000;
	color: #00FF00;
	text-decoration: none;
}
a:active {
	background-color: inherit;
	color: #FFFF99;
	text-decoration: none;
}


/* HTML Tags */


body {
	color: white;
	background-color: black;
	font-family: Tahoma;
}
img {
	border: 0px;
}


/* Classes */


.header {
	font-size: 14pt;
	font-weight: bolder;
}
.counter {
	color: lime;
	font-size: 10pt;
}
.fbtitle {
	background-color: #555;
	color: red;
	font-size: 15pt;
	font-weight: bolder;
	padding-left: 20px;
	max-width: 830px;
  width: 830px;
}
.login-info {
  background-color: #444;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
	max-width: 810px;
  width: 810px;
}
.login-info-caption {
  display: block;
  float: left;
  font-weight: bolder;
  padding-right: 10px;
  min-width: 200px;
}
.login-info-form select {
  width: 25%;
}
.login-info-form input{
  width: 25%;
}
.login-info-response {
  background-color: #333;
  color: red;
  font-weight: bold;
}
.friendid-input {
  background-color:#333;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 810px;
}
.questions {
background-color:#222;
padding-left: 40px;
width: 810px;
}
.loads {
	color: lime;
	font-size: 9pt;
}
.info {
	background-color: #333333;
	max-width: 850px;
}
.title {
	font-weight: bold;
	max-width: 850px;
}
.cell {
	display: table-cell;
	border-bottom: black 1px solid;
}
.row {
	display: table-row;
	width: 850px!important;
}

.redbold {
	background-color: #333333;
	color: red;
	font-size: 13pt;
	font-weight: bold;
}


/* Blog related CSS */

.theblogs {
	background-color: #333333;
}

.blog, .blogTimeStamp, .blogSubject, .blogContent, .blogContentinfo {
	width: 850px!important;
	max-width: 850px!important;
	padding: 0px;
	margin: 0px;
}

.blog {
	background-color: #444444;
	max-width: 850px!important;
	width: 850px!important;
}

.blogTimeStamp {
	background-color: #666666;
	color: lime;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.blogSubject {
	background-color: #555555;
	color: red;
	font-size: 13pt;
	font-weight: bold;
}

.blogContent {
	background-color: #444444;
	color: white;
}

.blogContentInfo {
	display: none;
}

/* Comments CSS */

.commentName {
	background-color: #333333;
	font-weight: bold;
	width: 850px;
}
.commentImage {
	border: 0px;
}
.commentDate {
	background-color: #222222;
	color: red;
	font-weight: bolder;
	text-align: right;
	width: 850px;
}
.commentText{
	background-color: #111111;
	color: white;
	overflow: auto;
	width: 850px;
}


/* ID's */

#idDIV {
  border-top: solid 5px #ccc;
  border-bottom: solid 5px #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 850px!important;
  width: 850px!important;
  z-index; 1;
}

#leftdiv {
	background-color: #666666;
	color: #ffffff;
	vertical-align: top;
	width: 150px!important;
}
#rightdiv {
	background-color: #333333;
	color: #ffffff;
	overflow: auto;
	width: 850px!important;
}

#loading {
	font-size: 20px;
	font-weight: bolder;
}

#loading img {
	max-width: 20px;
	max-height: 20px;
}
#container {
	display: table;
	width: 50em;
}
#message {
	color: red;
	size: 16px;
	font-family: Tahoma;
	font-weight: bolder;
}
#row  {
	display: table-row;
	z-index: 1;
}

#n1, #n2, #n3, #n4 {
	display: table-cell;
	width: 200px;
	padding: 5px;
	border: 1px dashed;
}

#loading {
	font-size: 20px;
	font-weight: bolder;
}

#loading img {
	max-width: 20px;
	max-height: 20px;
}

#thediv {
	border-top: #cccccc 3px dashed;
	border-bottom: #cccccc 3px dashed;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
  z-index; 1000;
}

/* Thumbnail CSS */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 1;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightgray;
	padding: 5px;
	top: -30000px;
	left: -2000px;
	visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px; /*position where enlarged image should offset horizontally */
}


table, td, tr {
	border: none;
}

td a {
	display: block;
}

/* Tracker Checker Styles */

.trackerfound {
	color: red;
	font-size: 12pt;
}

.trackerresults {
	color: lime;
	font-size: 14pt;
	font-weight: bolder;
}

/* Page Generation */

.gentime, #gentime {
	color: lime;
	font-size: 10pt;
}
/* FAQ Styles */

.faq-question {
  background-color: #222;
  color: lime;
  font-weight: bold;
  font-size: 18px;
  width: 800px;
}
.faq-answer {
	color: white;
	width: 800px;
}
.faq-main {
	background-color: #333333;
	width: 800px;
}
.faq-title {
  background-color: #222;
  font-weight: bolder;
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  border-top: 10px solid gray;
}

/* Info Grabber */

.profileinfo {
	background-color: #333333;
	width: 850px;
	max-width: 850px;
}

/* Pics Grabber */

#caption {
	background-color: #222222;
	width: 200px;
	max-width: 200px;
}

#captiontitle {
	background-color: #333333;
	color: red;
	font-weight: bold;
	width: 100%;
}

/* Top Friends */

.topFriends {
  max-width: 500px;
}

.friendstable tr td {
  background-color: #444444;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* Paypal */

#paypal {
	background-color: #333333;
	border-bottom: 3px dashed white;
	border-left: 3px dashed white;
	color: red;
	font-weight: bolder;
	font-size: 10pt;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	width: 250px;
	max-height: 200px;
}

#firefox {
  background-color: #fff;
  color: orange;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  width: 500px;
}
#firefox a {
  background-color: black;
  color: red;
}

#google-side {
  background-color: #333333;
  border: 3px dashed white;
  padding: 10px;
  text-align: center;
  width: 160px;
  min-height: 600px;
  position: absolute;
  right: 0px;
  top: 150px;
  z-index: 0;
}

#google-top {
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  height: 100px;
  width: 850px;
}

#google-top-links {
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  height: 15px;
  width: 850px;
}

#fx-ad {
  background-color: #ccc;
  color: black;
  font-weight: bold;
  font-family: tahoma, arial;
  padding: 25px;
  text-align: left;
  width: 800px;
}

#fx-ad-button {
  text-align: center;
}

.big-red {
  color: red;
  font-size: 20px;
  font-weight: bold;
}

#browsers .title {
  background-color: #444;
  color: white;
  font-size: 25pt;
  text-align: center;
}

#browsers {
  background-color: #333;
  width: 850px;
}

#browsers table {
  margin-right:auto;
  margin-left: auto;
}
.browsersContent {
  padding-left: 50px;
  padding-right: 50px;
}
.browsersEmphasis {
  color: red;
  font-size: 17pt;
  font-weight: bolder;
  text-align: center;
}

.tdTitle {
  background-color: black;
  border: 5px solid #555;
  font-weight: bold;
  text-align: center;
}

/* Layers, used for hiding/showing on the fly */
.layer {
  display: none;
}

/* Site News */
.siteNewsDiv {
  width: 800px;
  background-color: #333;
}

.siteNewsTitle {
  background-color: #222;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.thetitle {
	background-color: #333333;
	color:#ffffff;
	font-weight:bold;
	font-family:"Tahoma", Helvetica, sans-serif;
	font-size:15px;
	text-decoration: none;
}
.postdiv {
	background-color: #222222;
	border: 3px solid #444444;
	clear: both;
}
.post {
	background-color: #000000;
	font-family:"Tahoma", Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
.postauthor {
	background-color: inherit;
	color:#00ff00;
	font-weight:bold;
	font-family:"Tahoma", Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
}
.postmeta {
  clear: both;
	font-size: 9px;
	text-align: right;
}
.posttime {
	background-color: inherit;
	color:#00ff00;
	font-weight:bold;
	font-family:"Tahoma", Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
}
.printlink {
	float: right;
	font-size: 10px;
	text-align: right;
}
.relatedposts {
	background-color: inherit;
	font-size: 9px;
	text-align: right;
}