/*
 * Author: Fabian Pöschl
 * URL: http://free.pages.at/gnupix/index.php
 * E-Mail: fabian.poeschl@googlemail.com
 * Filename: style.css
 *
 * Copyright (c) by Fabian Pöschl 2006
 * Alle Rechte vorbehalten
 *
 */



/* Begin Typography & Colors */
body {
	background: #000000 url('images/body-bg.jpg');
	color: #beb2b4;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	}

#page {
	background: #402325 url('images/content-bg.jpg') repeat-y;
	text-align: left;
	}

#header {
	background: #402325 url('images/header.jpg') no-repeat;
	}

#navbar{
	background: #402325 url('images/navbar-bg.jpg') repeat-y;
	}

#content a:link {
	color: #ffa500;
	border-bottom: 0.1em solid #ffa500;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0.1em;
	text-decoration: none;
}

#content a:active {
	color: #ffa500;
	border-bottom: 0.1em solid #ffa500;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0.1em;
	text-decoration: none;
}

#content a:visited {
	color: #ffa500;
	border-bottom: 0.1em solid #ffa500;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0.1em;
	text-decoration: none;
}

#content a:hover {
	color: #fefefe;
	border: none;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
	
#content a.img {
	border: 0;
	}

#content a:hover.img {
	text-decoration: none;
	}

#footer {
	background: #402325 url('images/footer.jpg') no-repeat;
	}

h1 {
	color: #fefefe;
	font-family: 'Trebuchet MS', Helvetica, Sans-Serif;
	line-height: 1.7em;
	font-size: 1.5em;
	font-weight: bold;
	}
	
h2 {
	color: #fefefe;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: normal;
	}

p {
	color: #beb2b4;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0;
	padding: 0;
	width: 674px;
	}
	
#header {
	height: 130px;
	margin: 0;
	padding: 0;
	width: 674px;
	}

#navbar {
	float: left;
	margin: 0;
	padding: 0;
	width: 177px;
	}

#content {
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 497px;
	}

#footer {
	clear: both;
	height: 130px;
	margin: 0;
	padding: 0;
	width: 674px;
	}

h1 {
	margin: 0;
	padding: 0;
	width: 400px;
	}

h2 {
	padding: 0;
	width: 400px;
	}

p {
	width: 400px;
	}
/* End Structure */



/* Begin Lists */
#content li {
	font-size: 1.1em;
	line-height: 1.4em;
	list-style: square;
	width: 360px;
	}
/* End Lists */



/* Begin images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignleft {
	padding: 0;
	margin: 0 0.5em 0.5em 0;
	display: inline;
	}
/* End images */



/* Begin Tables */
table {
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 400px;
}

td {
	border-spacing: 0;
	margin: 0;
	padding: 0;
	}

td.rh {
	background: #beb2b4;
	border-bottom: 0.1em solid #402325;
	color: #000000;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
	padding: 0.5em;
	}

td.r1 {
	background: #331c1e;
	border-bottom: 0.1em solid #402325;
	border-right: 0.1em solid #402325;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
	padding: 0.5em;
	}

td.r2 {
	border-bottom: 0.1em solid #331c1e;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
	padding: 0.5em;
	}
/* End Tables*/



/* Begin Form Elements */
#form p {
	font-size: 1.2em;
	line-height: 0;
	text-align: left;
	}

#form p.err {
	color: #ff0000;
	font-size: 1em;
	line-height: 0;
	text-align: left;
	}

#form input, textarea {
	background-color: #ffffff;
	border: 0.1em solid #333366;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	padding: 0.2em;
	}

#form input:focus, textarea:focus {
	background-color: #ffffff;
	border: 0.1em solid #f79045;
	}
/* End Form Elements */



/* Begin Various Tags & Classes */
acronym, abbr {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 0.1em thin #9cdb2c;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes */



/* css buttons */

.cssbutton_news
{
   background: url(images/navbar-news-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_news:hover
{
   background: url(images/navbar-news-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}

.cssbutton_screenshots
{
   background: url(images/navbar-screenshots-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_screenshots:hover
{
   background: url(images/navbar-screenshots-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}

.cssbutton_download
{
   background: url(images/navbar-download-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_download:hover
{
   background: url(images/navbar-download-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}

.cssbutton_forum
{
   background: url(images/navbar-forum-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_forum:hover
{
   background: url(images/navbar-forum-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}

.cssbutton_bugtracker
{
   background: url(images/bugtracker-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_bugtracker:hover
{
   background: url(images/bugtracker-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}

.cssbutton_highscore
{
   background: url(images/navbar-highscore-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_highscore:hover
{
   background: url(images/navbar-highscore-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}

.cssbutton_helping
{
   background: url(images/navbar-helping-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_helping:hover
{
   background: url(images/navbar-helping-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}

.cssbutton_contact
{
   background: url(images/navbar-contact-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_contact:hover
{
   background: url(images/navbar-contact-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}

.cssbutton_links
{
   background: url(images/navbar-links-1.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}


.cssbutton_links:hover
{
   background: url(images/navbar-links-2.jpg) no-repeat;
   display:block;
   width: 177px;
   height: 27px;
}




