/* Paluminum.net CSS
 * (c) 2007 Ryan
 * All Rights Reserved
*/

html {
	height: 100%;
	margin-bottom: 0.1em;
} 

* {
  padding: 0;
  margin: 0;
}
 
body {
  background: url('bgpat1.png');
  font: 10pt 'Couier New';
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 780px;
  padding: 0 20px 0 20px;
  
  background: url('shadow.png') transparent;
  
}

#header {
  height: 200px;
  background: url('header.png');      
}

#header h1 {
  color: #fff;
  padding-top: 80px;
  padding-left: 25px;
}

.page {
  background: #fff;
  padding: 0;
  margin: 0;
}

#sidebar {
  width: 230px;
  float: right;
  padding: 0.1em;
  background: #eee;
}

#container {
  width: 530px;
  float: left;
  background: #fff;
}

#content {
  padding: 0.5em;
}

#footer {
  font-size: 64%;
  background: url('footer.png') no-repeat;
  
  position: relative;
  margin: 0 auto;
  width: 780px;
  height: 80px;
  padding: 2px 20px 0 20px;
  
}

#footer .footer-copyright {
  float:left;
  margin-left:10em;
  text-align: center;
}

#footer .footer-validation {
  float:right;
  margin-right: 10em;
}

.quote {

}

.quote-text {
  font-family: monospace;
  font-size: 1.1em;
  margin-left: 1em;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.news {

}

.date {
  font-style: italic;
}

.text {
}

ul {
  list-style-position: inside;
}

img {
  border: none;
}

#content img {
  max-width: 500px;
}

p {
  padding: 0.5em;
  margin: 0.5em;
}

h2 {
  text-align: center;
}

a {
  color: blue;
}

a:hover {
  text-decoration: none;
}

#sidebar ul {
  list-style-type: none;
}

#sidebar li {
  padding-left: 1em;
}

#sidebar li:hover {
  background: #ddd;
}

#sidebar a {
  text-decoration: none;
  font: 80% 'Couier New';
}

