@charset "utf-8";

/*  =========================================================
	File: tgp.css
	Date: 080924
========================================================== */

/* ==============================================
   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 {
	text-align:center;
	min-width:880px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	background:#003 url(../images/bg_body.gif);
}

div#container {
	width:880px;
	margin:0 auto;
	text-align:left;
	background:#006 url(../images/bg_container.gif);
}

/* 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 {
	height:112px;
	background:#003 url(../images/bg_header.gif) no-repeat;
}

/* ==============================================
   IV - Search
   ============================================== */
   
form#tgp_search {
	float:left;
	width:870px;
	padding:2px 5px 8px 5px;
	background:#006;
	text-align:center;
}

form#tgp_search fieldset {
	padding:3px;
} 

	#tgp_submit {
		cursor:pointer;
		margin-left:5px;
	}

/* search template */	
div#content_main {
	float:left;
	width:880px;
}

div#content_main h2 {
	margin:11px 0 6px 10px;
	font-size:150%;
	color:#99c;
}

.result {
	clear:both;
	margin:0 2px;
	padding:6px;
	border-top:1px solid #99c;
	border-bottom:1px solid #99c;
}

.result p {
	font-weight:bolder;
	text-align:center;
}

.result .error {
	margin:2em 0;
	color:#f00;
}

/* ==============================================
   V - Gals
   ============================================== */
   
.gals {
	float:left;
	width:876px;
	padding:2px;
	background:#006;	
}

.gals a {
	display:block;
	float:left;
	width:140px;
	margin:1px;
	padding:1px;
	border:1px solid #99c;
}

.gals a:hover,
.gals a:focus {
	border:1px solid #f03;
}

/* ==============================================
   VI - Toplist
   ============================================== */
   
#toplist {
	float:left;
	width:860px;
	color:#99c;
	line-height:1.6em;
	padding:30px 0 15px 20px;
	background:#006 url(../images/bg_toplist.gif) no-repeat;
}

#toplist a {	
	color:#99c;
	font-weight:bolder;
	text-decoration:none;
}

#toplist a:hover,
#toplist a:focus {
	color:#f03;
	text-decoration:underline;
}

div#toplist_ads {
	float:left;
	width:165px;
	padding:34px 0 0 35px;
}

div#toplist_a {
	float:left;
	width:220px;
}

div#toplist_b {
	float:left;
	width:220px;
}

div#toplist_c {
	float:left;
	width:220px;
}
 
/* ==============================================
   VII - Nav Supp
   ============================================== */
   
#nav_supp {
	float:left;
	width:860px;
	color:#99c;
	line-height:1.6em;
	padding:30px 0 10px 20px;
	background:#006 url(../images/bg_archive.gif) no-repeat;
}

#nav_supp a {
	color:#99c;
	font-weight:bolder;
	text-decoration:none;
}

#nav_supp a:hover,
#nav_supp a:focus {
	color:#f03;
	text-decoration:underline;
}

div#archive_ads {
	float:left;
	width:165px;
	padding:34px 0 0 35px;
}

div#archive_a {
	float:left;
	width:160px;
}

div#archive_b {
	float:left;
	width:160px;
}

div#archive_c {
	float:left;
	width:160px;
}

div#archive_d {
	float:left;
	width:160px;
}

/* ==============================================
   VIII - Site Info
   ============================================== */

div#site_info {
	height:30px;
	text-align:center;
	font-size:x-small;
	color:#99c;
	background:#003 url(../images/bg_footer.gif) no-repeat bottom;
}

div#site_info p {
	padding-top:5px;
	
}

div#site_info a {
	color:#99c;
	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;
}

.jmbfoot { clear:both; width:auto; padding:1em; color:#99c; font-size:85%; text-align:center; }
.jmbfoot a { color:#99c; text-decoration:none;}
