/*  
Theme Name: WordPress Gnuton Fourth Generation
Theme URI: http://www.gnuton.org/
Description: 100% The Gnuton.org themes
Version: 0.1
Author: Antonio Aloisio <gnuton@gnuton.org>

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

/****** GENERAL **********/
body {
  /* general */
  align: center;
  text-align: center;

  /* text */
  margin: 0;
  color: #A0A0A0;
  font-size: 80%; 
       
  /* Background */
  background: url(images/tree.jpg) fixed no-repeat bottom right;
  background-color: black;

  /* IE Colored Scrollbar */
  scrollbar-base-color: black;
  scrollbar-arrow-color: #FFC72C;
}

a{
  color: #FFAA00;
}
a:hover{
  color: #FF5A02;
}

/***************** MAIN SCROLLING AREA ****************/
div.overflowBox{
        width:90% !important;
        
        overflow:auto ;
        padding: 4px; 
}
/***************** POST ********************/

.post {
	padding-top:0px;
	padding: 5px;
        margin-top: 2px;
	margin-bottom: 20px;
	text-align: left;
        background: url(images/background.png) repeat fixed top left;
}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
        background: url(images/background.png) repeat fixed top left;
        width: 80%;
}

/***** POST NAVIGATION BAR****/
.navigation {
  display: block;
  margin: 30px;
  margin-top: 10px;
}

.navigation-mainview{
  display: block;
  margin: 50px;
  margin-top: 5px;
}

.alignleft {
  float:left;
  font-size:.75em;
  width:230px;
  text-align:left;
  height:22px;
}

.alignright {
  float:right;
  font-size:.75em;
  width:230px;
  text-align:right;
  height:22px;
}

/***************** BUTTON BAR ********************/
#buttons {
  position:absolute;
  left:0px;
  bottom:0px;
  z-index:99;
  padding: 0px;
  width: 100%;
}

ul#mainlevel-nav li {
  display: block;
  background-image: none;
  padding-left: 1px;
  padding-right: 1px;
  float: left;
  margin: 0;
  width: auto !important;
  line-height: 21px;
  white-space: nowrap;
  border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a {
  display          : block;
  padding-left     : 15px;
  padding-right    : 16px;
  text-decoration  : none;
  color            : white;
}

ul#mainlevel-nav li a:hover {
  color            : #000000;
  background-color : #CEE2FF;
}


/**** SEARCH FORMS ****/
#searchdiv{
  background: url(images/searchGradient.png) center repeat-y;
  margin: 25px;
}

#search {
  background-color: #000000;
  color: white;
  text-align: left;
  padding: 2px;
}

/**** COMMENT LIST & FORM****/
.commentlist li {
  background: url(images/background.png) repeat fixed top left;
  text-align: left;
  padding: 5px;
  margin: 7px;
}

.commentmetadata a, .commentmetadata a:hover{
  font-weight: normal;
  color: #C05600;
  text-decoration  : none;
}

#commentform input, #commentform textarea {
  background: url(images/background.png) repeat fixed top left;
  text-align: left;
  padding: 2px;
  color: white;
}


