@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:#000;
	background:#999;
}

div#container {
	width:980px;
	margin:0 auto;
	text-align:left;
	background:#fff url(../images/bg_container.gif);
}

/* All Links */
a { outline:none; text-decoration:none; } 
a:link { 
	color:#000;
	text-decoration:underline;
}
a:visited { 
	color:#000;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;
}

/* ==============================================
   III - Header
   ============================================== */

div#header {
	position:relative;
	width:980px;
	height:163px;
	color:#fff;
	background:#000 url(../images/tittenberge.jpg) no-repeat top;
}

    div#header span {
		position:absolute; 
		top:10px; 
		right:16px;
		padding:5px 0 0 0;
		color:#fff;
		font-size:85%;
    }
   
    div#header span a:link,
	div#header span a:visited ,
	div#header span a:hover,
	div#header span a:focus,
	div#header span a:active {
		color:#fff;
   }

/* ==============================================
   IV - Gals
   ============================================== */
   
.gals {
	float:left;
	width:932px;
	padding:8px 0 10px 48px;
	background:#fff  url(../images/bg_container.gif);	
}

.mgals {
	float:left;
	width:929px;
	padding:8px 0 10px 51px;
	background:#fff  url(../images/bg_container.gif);	
}

.gals a {
	display:block;
	float:left;
	width:135px;
	margin:3px;
	padding:2px;
	border:1px solid #47f;
}

.mgals a {
	display:block;
	float:left;
	width:162px;
	margin:3px 4px 3px 3px;
	padding:2px;
	border:1px solid #47f;
}

.gals a:hover,
.mgals a:hover,
.gals a:focus,
.mgals a:focus {
	border:1px solid #f00;
}

/* gals h1 */
h1 {
	width:980px;
	padding:8px 0 0 0;
	font-size:135%;
	text-align:center;
	color:#666;
	border-top:2px solid #999;
}

.ads {
	font-size:225%;
	font-weight:bold;
	text-align:center;
	margin-bottom:6px;
}

.ads a {
	color:#f00;	
}

.ads01 {
	margin:1em 0;;
}

/* bookmark archives */
.bookmark  {
	float:left;
	width:405px;
	padding:20px 0 12px 48px;
	margin-top:10px;	
}

.bookmark p  {	
	color:#666;
	font-size:130%;
}

.archives  {
	float:right;
	width:405px;
	padding:20px 48px 12px 0;
	margin-top:10px;
}

.archives p  {	
	color:#666;
	text-align:right;
	font-size:130%;
}

.bookmark a {
	color:#666;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #47f;
	text-decoration:none;
}

.archives a {
	color:#393;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #47f;
	text-decoration:none;
}

.archives_01 a:link,
.archives_01 a:visited,
.archives_01 a:hover,
.archives_01 a:focus,
.archives_01 a:active {
	color:#f00;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #47f;
	text-decoration:none;
}

.archives a:hover {
	color:#666;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #47f;
	text-decoration:none;
}

.bookmark a:hover {
	color:#f00;
	font-size:100%;
	padding:0 5px 1px 5px;
	border:1px solid #47f;
	text-decoration:none;
}

.bookmark a:active,
.archives a:active,
.bookmark a:visited,
.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:#999;
}

.toplist caption {
	font-size:120%;
	font-weight:bolder;
	text-align:left;
	color:#666;
	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:#00f;
}
.toplist a:visited { 
	color:#00f;
}
.toplist a:hover, a:focus {
	color:#f00;
	background:none;
}
.toplist a:active {
	color:#00f;
	border:none;
}
 
/* ==============================================
   VI - Site Info
   ============================================== */

div#site_info {
	height:55px;
	text-align:center;
	font-size:x-small;
	color:#666;
}

div#site_info p {
	padding-top:10px;	
}

div#site_info a {
	color:#666;
	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;
}