@charset "utf-8";

/*  =========================================================
	File: tgp.css prallebrueste.com
	Date: 100613
========================================================== */

/* ==============================================
   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:#333;
}

div#container {
	width:1000px;
	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;
	height:141px;
	color:#fff;
	background:#000;
}
 
	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:#fff;
		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:35px;
		right:8px;
		text-align:right;
	}
	
	#header .thumbs a {
		display:block;
		float:left;
		width:90px;
		margin:2px;
		border:none;
	}

	#header .thumbs  a:hover,
	#header .thumbs  a:focus {
		border:none;
	}

/* ==============================================
   IV - Intro and Search
   ============================================== */	

h2 {
	float:left;
	width:100%;
	padding:8px 0;
	font-size:135%;
	color:#966;
	background:#fc9;
}

h2 span {
	padding-left:90px;
}

h3 {
	float:right;
	width:100%;
	padding:10px 25px 0 0;
	font-size:135%;
	color:#fff;
	text-align:right;
}

h3 span {
	color:#3c3;
}

h3 a,
h3 a:link {
	color:#fff;
	text-decoration:underline;
}

h3 a:visited {
	text-decoration:underline;
}

h3 a:hover,
h3 a:focus { 
	color:#3c3;
	text-decoration:none;
}

h3 a:active {
	text-decoration:underline;
}

/* ==============================================
   IVa - Left TOP Bottom
   ============================================== */
div#nav_left {
	float:left;
	width:250px;
	padding:5px 0;	
}

	div#nav_left .ads {
		padding:10px 0 10px 35px;	
	}
	
	.xtoplist_x h4 {
		font-size:111%;
		margin-bottom:.5em;
	}

	.xtoplist {
		padding:0 0 0 35px;
	}

	.xtoplist ul {
		line-height:1.5em;
	}
	
div#bottom_left {
	float:left;
	width:250px;
	padding:5px 0;	
}

/* ==============================================
   IVb - Galls
   ============================================== */
   
.gals {
	float:left;
	width:732px;
	padding:10px 0 10px 13px;	
}

.mgals {
	float:left;
	width:960px;
	padding:10px 0 16px 40px;	
}

.gals a {
	display:block;
	float:left;
	width:135px;
	margin:2px;
	padding:1px;
	border:1px dotted #fc9;
}

.mgals a {
	display:block;
	float:left;
	width:162px;
	margin:3px 9px 3px 9px;
	padding:1px;
	border:1px dotted #fc9;
}

.gals a:hover,
.mgals a:hover,
.gals a:focus,
.mgals a:focus {
	border:1px dotted #3f3;
}

/* promo */
.promo {
	float:left;
	width:100%;
	padding:8px 0;
	font-size:135%;
	text-align:right;
	color:#fff;
	background:#fc9;
}

.promo span {
	padding-right:25px;
}

.promo a {
	color:#3c3;
}

div#middle_section {
	float:left;
	width:971px;
}

	div#aff {
		float:left;
		width:971px;
		padding:10px 0 10px 40px;
	}
	
	#aff a {
		display:block;
		float:left;
		width:105px;
		margin:3px;
		padding:1px;
		border:1px dotted #fc9;
	}

	#aff a:hover,
	#aff a:focus {
		border:1px dotted #3f3;
	}

.bookmark  {
	float:left;
	width:425px;
	padding:2px 25px;
	margin-top:10px;	
}

.bookmark p  {	
	color:#fff;
	font-size:130%;
}

.archives  {
	float:right;
	width:425px;
	padding:2px 25px;
	margin-top:10px;
}

.archives p  {	
	color:#fff;
	text-align:right;
	font-size:130%;
}

.bookmark a,
.archives a {
	color:#fff;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #fff;
	text-decoration:none;
}

.bookmark a:hover,
.archives a:hover {
	color:#3c3;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #fff;
	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:#fff;
	background:#000;
	margin-top:12px;
}

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;
}
