/* Tetum Project Site Style Sheet..gnome Documentation  sub site  
*
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the gnu general public license
 * as published by the free software foundation; either version 2
 * of the license, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but without any warranty; without even the implied warranty of
 * merchantability or fitness for a particular purpose.  see the
 * gnu general public license for more details.
 *
 * You should have received a copy of the gnu general public license
 * along with this program; if not, write to the free software
 * foundation, inc., 59 temple place - suite 330, boston, ma  02111-1307, usa.
 */

.gnome h1 {
	background-color: #444499;
	background-image: url("../images/gnome-feet.png"); 
	color: #ffffff;
	font-size: 2em;
	font-weight: 800;
	font-stretch: semi-expanded;
	font-family: avant-guarde, times, serif;
	padding-left: 1em;
}
.gnome h2 {
	background-color: #444499;
	background-image: url("../images/gnome-feet.png"); 
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 600;
	font-stretch: semi-expanded;
	font-family: helvetica, arial,  sans-serif;
	padding-left: 1em;
}
 .gnome-header {
  position: absolute;
  top: 0.2em;
  width: 98%;
  background-color: #444499;
  background-image: url("../images/tais-silver.png"); 
  color: #white;
  border-color: yellow;
  border-style: groove;
  z-index: 10;
  font-weight: 800;
  padding: 0.8em;
  padding-left: 0.5em;
}


.gnomeMenu {
	padding: 0.2em;
	width: 12%;
	height: 80%;
	left: 5px;
	top: 15%;
	position: fixed;
	background-color: #444499;
	background-image: url("../images/gnome-feet.png"); 
	text-decoration: none;
	color: #ffff00;
	font-weight: 800;
	font-size: 95%;
	font-family: arial, helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	 }

.gnomeMenu hr {
	width: 90%;
	align: center;
	
}
.gnomeMenu a:visited {
	color: #cccccc;	
	text-decoration: none;
}
.gnomeMenu a:active {
	color: #ffaaaa;
	text-decoration: none;
	} 
.gnomeMenu a:link {
	color: #ffffff;
	text-decoration: none;
}

.gnomeMenu a:hover {
	font-size: 100%;
	background-color: #ffff00;
	color: #000000;
	}
	
		
.gnomeMotto {
	position: absolute;
	left: 75%;
	top: 0.2em;
	color: #FFFFff;
	background-color: #000088;
	background-image: url("../images/gnome-feet.png"); 
	font-size: 110%;
	font-weight: 800;
	padding: 0.6em;
	padding-left: 1.0em;
	font-family: helvetica,  arial,  sans-serif;
	border-style: solid;
	border-width: 2px;
	border-color: #ffff00;
}


