﻿/***************************************
/* CSS Document
/* Project: PiKwadrat
/* Year: 2008
/* Author: Andrzej 'mORWo' Łukaszewski
/* Description: Styles for main layout's 
/*              boxes. Positioning, list
/*              styles and some coulors.
***************************************/

body {
  margin: 0;
  /*margin-top: 5%;*/
  padding: 0;
  border: 0;
  background-color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
  color: black
}

ul#nav-top {
  margin: 0;
  padding: 2px 0;
  border: 0;
  height: 18px;
  display: block;
  list-style-type: none;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  color: black;
  text-align: center;
  font-weight: bold;

}

#nav-top li, div#contents ul#images li {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline;
  color: black
}

ul#nav-top li a, ul#navigation li a {
  padding-left: 20px;
  color: black;
  text-decoration: none;
}

ul#nav-top li a:hover, ul#navigation li a:hover {
  color: black;
}

ul#nav-top li a.selected {
  color: black;
}

ul#navigation {
  margin: 0;
  padding: 2px 0;
  border: 0;
  border-bottom: 5px solid #fff;
  display: block;
  list-style-type: none;
  color: #ffffff;
  background-color: #FFFFFF;
  text-align: center;
}

ul#navigation li {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline;
}

div#contents {
  margin: 33px 0;
  padding: 0;
  border: 0;
  /*margin-left: 25%;*/
  background-color: #ffffff;
  /*height: 400px;*/
  overflow: auto;
}

div#contents p {
  margin: 0 20%;
  text-align: justify;
}

div#contents ul#images {
  /*width: 2486px;*/
  list-style-type: none;
}

div#contents ul#images {
  margin: 0 0 0 6px;
  padding: 0;
  border: 0;
}

div#contents ul#images li {
  margin: 0;
  padding: 0;
  border: 0;
}

div#contents ul#images li img {
  margin: 0;
  padding: 0;
  border: 0;
}

div#footer {
  margin: 0;
  padding: 0;
  border: 0;
  height: 18px;
  border-top: 1px solid #ffffff;
  background: #FFFFFF;
  color: black;
  text-align: right;
  font-size: x-small;
  letter-spacing: 5px;
}

.small {
  font-family: 'Courier', 'Courier New', 'System';
  font-size: xx-small;
}

span.credits {
  position: relative;
  left: 0;
}

span.credits a {
  color: #00f;
  font-size: x-small;
  font-weight: normal;
  text-decoration: none;
}

span.credits a:hover {
  color: #00f;
  font-weight: bold;
  text-decoration: none;
}
