@charset "utf-8";

/*  =========================================================
	File: tgp.css
	Date: 091030
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

* { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

ul, ol {
	list-style:none;	
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset, img {
	border:0;
	}

caption, th {
	text-align:left;
	}

.clearing {
	clear:both;
}

/* ==============================================
   II - Layout
   ============================================== */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	background:#000;
}

div#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	background:#000;
}

/* All Links */
a { outline:none; text-decoration:none; } 
a:link { 
	color:#fff;
	text-decoration:underline;
}
a:visited { 
	color:#fff;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#fff;
	text-decoration:none;
}
a:active {
	color:#fff;
	text-decoration:none;
}

/* ==============================================
   III - Header
   ============================================== */

div#header {
	position:relative;	
	color:#999;
	height:6em;
}

div#header h1 {
	position:relative;	
	top:20px; 
	left:18px;
	font-size:250%;
	color:#fcf;
}

   div#header span {
		position:absolute; 
		top:10px; 
		right:16px;
		padding:5px 0 0 0;
		font-size:85%;
   }

/* ==============================================
   IV - Gals
   ============================================== */
   
.gals,
.mgals {
	float:left;
	width:909px;
	padding:10px 0 10px 51px;
	background:#000;	
}

.gals a {
	display:block;
	float:left;
	width:135px;
	margin:2px;
	padding:1px;
	border:1px dashed #fcf;
}

.mgals a {
	display:block;
	float:left;
	width:162px;
	margin:2px 4px 2px 2px;
	padding:1px;
	border:1px dashed #fcf;
}

.gals a:hover,
.mgals a:hover,
.gals a:focus,
.mgals a:focus {
	border:1px dashed #ccc;
}

/* gals h2 */
h2 {
	float:left;
	width:450px;
	padding:10px 0 0 53px;
	font-size:135%;
	color:#ccc;
	background:#000;
}

h6 {
	float:right;
	width:350px;
	padding:10px 53px 0 0;
	font-size:135%;
	color:#ccc;
	text-align:right;
	background:#000;
}

h6 span {
	color:#fcf;
}

h6 a,
h6 a:link {
	color:#ccc;
	text-decoration:none;
}

h6 a:hover { 
	color:#fcf;
}

h6 a:active,
h6 a:visited {
	text-decoration:none;
}

.archives  {
	float:left;
	width:852px;
	padding:2px 54px;	
}

.archives p  {	
	color:#ccc;
	text-align:right;
	font-size:130%;
}

.archives a {
	color:#ccc;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #ccc;
	text-decoration:none;
}

.archives a:hover {
	color:#fcf;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #ccc;
	text-decoration:none;
}

.archives a:active,
.archives a:visited {
	text-decoration:none;
}

/* ==============================================
   V - Toplist
   ============================================== */
   
.toplist {
	clear:both;
	float:left;
	width:883px;
	margin:1px;
	padding:10px 0 10px 61px;
}

.toplist h2 {
	font-size:110%;
}

.toplist table  {
	width:100%;
	border-collapse:collapse;
	border:none;
	color:#ccc;
	background:#000;
}

.toplist caption {
	font-size:120%;
	font-weight:bolder;
	text-align:left;
	color:#ccc;
	background:#000;
	padding:7px 0 2px 7px;
}

.toplist td {
	width:25%;
	vertical-align:top;
	padding:9px 7px;
	line-height:1.6em;
}

.toplist a {
	padding:0;
}
.toplist a:link { 
	color:#fcf;
}
.toplist a:visited { 
	color:#fcf;
}
.toplist a:hover, a:focus {
	color:#ccc;
	background:none;
}
.toplist a:active {
	color:#fcf;
	border:none;
}
 
/* ==============================================
   VI - Site Info
   ============================================== */

div#site_info {
	height:55px;
	text-align:center;
	font-size:x-small;
	color:#fff;
}

div#site_info p {
	padding-top:10px;	
}

div#site_info a {
	color:#fff;
	font-size:x-small;
}

div#site_info a:link { 
	text-decoration:none;
}

div#site_info a:visited { 
	text-decoration:none;
}

div#site_info a:hover, a:focus {
	text-decoration:underline;
}

div#site_info a:active {
	text-decoration:underline;
}