/*NOTE : settings followed with 'rstgp auto set' are fixed through the rstgp admin. if you edit these, it will stop working from the admin. */

/* General Site Structure */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #1D1D1D;
	background-image: url('/images/splatter-bg2.gif');
	background-repeat: no-repeat;
	background-position: top center;
	font: 14px Trebuchet MS, Tahoma, Arial, Helvetica; color: #FFFFFF;
}

/* Headers - Title & Description */
	.header {color:#fff;height:80px;text-align:center;}
	.header h1 {font-size:35px;}
	.header h2 {font-size:20px;}
	h1,h2,h3 {margin:0;padding:0;}

/* Favorite Sponsors right below Header Text */	
	.favs {font-size:14px;font-weight:bold;margin-bottom:5px; text-align:center;}

/* Thumbs Size */
	.content img {border:1px solid #000000;margin:5px;width:165px;height:225px; /**rstgp auto set */ }
	.tex {margin:0px;float:left;font-size:10px;width:165px;height:270px; /**rstgp auto set */ }
	.content img:hover {border:1px solid #FF66D8;}
	.content {width:960px; /**rstgp auto set */ }

#wrapper {
	margin-top: 5px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
	width: 960px; /**rstgp auto set */
	padding:0px;
	text-align: center;
}
	
/* Text */
.txt1 {
   font-family: Trebuchet MS, Tahoma, sans-serif;
   font-size: 16px;
   color: #000000;
}

.txt2 {
   font-family: Trebuchet MS, Tahoma, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #FFFFFF;
}

/* Links */
	a {color:#FFFFFF; text-decoration:none;margin:0;padding:0;}
	a:hover {text-decoration:underline;}
	a.top:link { color: #FFFFFF; text-decoration: underline }
	a.top:hover { color: #FF66D8; text-decoration: underline }
	a.top:visited { color: #FFFFFF; text-decoration: underline }
	a.top:hover { color: #FF66D8; text-decoration: underline }
	a.bkmk:link { color: #FF66D8; text-decoration: underline }
	a.bkmk:hover { color: #FFFFFF; text-decoration: underline }
	a.bkmk:visited { color: #FF66D8; text-decoration: underline }
	a.bkmk:hover { color: #FFFFFF; text-decoration: underline }


/* lists */
	ul {margin:0;padding:0;}
	li {list-style:none;}

/* misc */
	.spacer {min-height:5px;clear:both;}

/* adblocks custom */
	.ablock_l { margin: 0 auto; width: 870px; height: 120px; }
	.ablock_l LI { width: 290px; text-align: center; float: left; color: 000000; font-size: 13px; padding-top:15px; }
	.ablock_l LI A { font-size: 28px; color: FF308D; font-weight: bolder; }
	.ablock_l LI A:HOVER {text-decoration:underline;}

/* :::::: TOPLIST CODES  ::::: */
/* Fake Archive Toplist */
#top1 {
	width: 1040px; /**rstgp auto set */
	margin:0 auto;
}
#top1 div {
	overflow:hidden;
	padding-left: 4px;
	padding-top: 2px;
}
/* In Faketoplist the "More Sites like this:" Text */
#top1 div strong {
	font-size: 14px;
	float: left;
	margin: 0px 4px 0px 4px;
}
#top1 div a {
	border: 1px solid black;
	text-align: center;
	float: left;
	padding: 0px 6px;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	background-color: white;
}  
#top1 div a:hover {
	color: white;
	border: 1px solid black;
	background-color: #8687FF;
	float: left;
} 
/* Name Toplist between the thumbs container */
	.friends {margin:auto; font-weight:bold;font-size:16px;width:1040px; /**rstgp auto set */ }
	.friends li {display:inline;list-style:none; margin:10px 20px 10px 20px;text-align:center;}
	.friends li a {font-style:italic; text-decoration:underline;}
	.friends li a:hover {text-decoration:none;}
	
/* Bottom Toplist */
ul#top4title {
	list-style: none;
	text-align: left;
	margin-left: 30px;
}
ul#top4title li {
  	float: left;
  	width: 24%;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #4446FF;
	font-family: Tahoma, sans-serif;
	margin-bottom: 13px;
}
ul#top4tr {
	list-style: none;
	text-align: left;
	margin-left: 80px;
}
ul#top4tr li {
  	float: left;
  	width: 220px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #FF66D8;
	font-family: Tahoma, sans-serif;
}

/* footer */
#footer {
	clear:both;
	padding-top:50px;
	margin:auto;
	background-color: black;
}