@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:#f2f2f2;
	background:#000;
}

div#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:#590202 url(../images/bg_container.gif);
}

/* All Links */
a { outline:none; text-decoration:none; } 
a:link { 
	color:#f2f2f2;
	text-decoration:underline;
}
a:visited { 
	color:#f2f2f2;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#f2f2f2;
	text-decoration:none;
}
a:active {
	color:#f2f2f2;
	text-decoration:none;
}

/* ==============================================
   III - Header
   ============================================== */

div#header {
	position:relative;
	height:141px;
	color:#f2f2f2;
	background:#400101 url(../images/bg_header.gif);
}
 
	div#header a {
		text-decoration:none;
	}

	div#header h1 {
		position:relative;	
		top:66px; 
		left:26px;
		font-size:285%;
	}

   div#header ul {
		position:absolute; 
		top:8px; 
		right:10px;
		color:#f2f2f2;
		font-size:85%;
		text-align:right;
		margin-top:2px;
   }

	div#header li {
		display:inline;
		list-style-position:inside;
		margin:0;
	}

	#header span {
		position:absolute;
		top:32px;
		right:5px;
		text-align:right;
	}
	
	#header td {
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:85%;
	  padding:0;
	}

/* ==============================================
   IV - Intro and Search
   ============================================== */	

/* intro h2 */
h2 {
	float:left;
	width:100%;
	padding:8px 0;
	font-size:135%;
	color:#f2f2f2;
	background:#8c0303 url(../images/bg_intro.gif);
}

h2 span {
	padding-left:90px;
}

h3 {
	float:right;
	width:100%;
	padding:10px 25px 0 0;
	font-size:135%;
	color:#f2f2f2;
	text-align:right;
}

h3 span {
	color:#3c3;
}

h3 a,
h3 a:link {
	color:#f2f2f2;
	text-decoration:none;
}

h3 a:hover { 
	color:#3c3;
}

h3 a:active,
h3 a:visited {
	text-decoration:none;
}

/* ==============================================
   IVa - Left TOP Bottom
   ============================================== */
div#nav_left {
	float:left;
	width:250px;
	padding:5px 0;	
}

	div#nav_left .ads {
		padding:10px 0 10px 35px;	
	}
	
	.toplist_1-10 h4 {
		font-size:111%;
	}

	.toplist_1-10 {
		padding:7px 0 0 35px;
	}

	.toplist_1-10 {
		line-height:1.5em;
	}

div#bottom_left {
	float:left;
	width:250px;
	padding:5px 0;	
}

/* ==============================================
   IVb - Galls
   ============================================== */
   
.gals,
.mgals {
	float:left;
	width:732px;
	padding:10px 0 10px 13px;	
}

.gals a {
	display:block;
	float:left;
	width:135px;
	margin:2px;
	padding:1px;
	border:1px dashed #c00;
}

.mgals a {
	display:block;
	float:left;
	width:162px;
	margin:2px 4px 2px 2px;
	padding:1px;
	border:1px dashed #c00;
}

.gals a:hover,
.mgals a:hover,
.gals a:focus,
.mgals a:focus {
	border:1px dashed #ccc;
}

/* promo */
.promo {
	float:left;
	width:100%;
	padding:8px 0;
	font-size:135%;
	text-align:right;
	color:#f2f2f2;
	background:#8c0303 url(../images/bg_intro.gif);
}

.promo span {
	padding-right:25px;
}

div#middle_section {
	float:left;
	width:971px;
	padding:14px 0 5px 13px;	
}

	div#mdh {
		float:left;
		width:298px;
		padding-left:11px;
	}
	
	#middle_section td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:85%;
		padding:0;
	}
	
	div#txt_galleries {
		float:left;
		width:646px;
		padding-bottom:5px;
	}
	

	div#txt_galleries {
		float:left;
		width:646px;
	}

	div#txt_galleries ul {
		line-height:1.4em;		
	}
	
	div#txt_galleries li {
		color:#ccc;		
	}

	div#txt_galleries span {
		padding-left:10px;		
	}

	div#txt_galleries a {
		color:#f2f2f2;
	}

.bookmark  {
	float:left;
	width:425px;
	padding:2px 25px;
	margin-top:10px;	
}

.bookmark p  {	
	color:#f2f2f2;
	font-size:130%;
}

.archives  {
	float:right;
	width:425px;
	padding:2px 25px;
	margin-top:10px;
}

.archives p  {	
	color:#f2f2f2;
	text-align:right;
	font-size:130%;
}

.bookmark a,
.archives a {
	color:#f2f2f2;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #f2f2f2;
	text-decoration:none;
}

.bookmark a:hover,
.archives a:hover {
	color:#3c3;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #f2f2f2;
	text-decoration:none;
}

.bookmark a:active,
.archives a:active,
.bookmark a:visited,
.archives a:visited {
	text-decoration:none;
}

/* ==============================================
   V - Site Info
   ============================================== */

div#site_info {
	clear:both;
	height:54px;
	text-align:center;
	font-size:x-small;
	color:#f2f2f2;
	background:#400101 url(../images/bg_header.gif);
	margin-top:12px;
}

div#site_info p {
	padding-top:10px;	
}

div#site_info a {
	color:#f2f2f2;
	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;
}