/*
Theme Name: 1liceum
Theme URI: http://1liceum.info/
Description: Motyw graficzny strony internetowej I LO w Lodzi.
Version: 1.5
Author: Mateusz Papiernik
*/

html
{
  min-width: 710px;
}

img
{
  border: 0;
}

body
{
  margin: 20px auto;
  padding: 0;
  color: black;
  font: 62.5%/1.5 Verdana, Helvetica, sans-serif;
  width: 710px;
  text-align: left;
  background-image: url('images/site/pagebg.jpg');
  background-repeat: repeat-x;
  background-position: top;
  background-color: #ffffff;
}

/* helper styles */

.hidden
{
  display: none;
}

div#box
{
  background-color: #F3F3F3;
  border: solid 1px #969696;
  background-image: url('images/site/menubg.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  overflow: auto;
}

/* visual content */

p
{
  font: 1.1em/1.5 Verdana, Helvetica, sans-serif;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 10px;
}

div#banner
{
  height: 125px;
  background-image: url('images/site/top.jpg');
  background-repeat: no-repeat;
  background-position: top;
}

div#menu
{
  float: left;
  width: 170px;
}

div#menu ul
{
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

div#menu ul li h2
{
  font-size: 1.2em;
  color: #BD401E;
  border-bottom: solid 1px #BD401E;
}

div#menu ul li ul li
{
  padding-left: 10px;
  background-image: url('images/site/linkdot.gif');
  background-position: center left;
  background-repeat: no-repeat;
  font-size: 1.1em;
}

div#menu ul li ul li a
{
  color: black;
  text-decoration: none;
}

div#menu ul li ul li a:hover
{
  color: #BD401E;
}

div#body
{
  background-color: #fff;  
  border-left: solid 1px #DBDBDB;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1px;
  margin-left: 180px;
  min-height: 450px;
}

div#body div.post h2
{
  font-size: 1.2em;
  border-bottom: solid 1px #BD401E;
  margin: 0;
  color: #BD401E;  
}

div#body div.post h2 a
{
  color: #BD401E;
  text-decoration: none;
}

div#body div.post h2 a:hover
{
  color: black;
  text-decoration: none;
}

div#body div.post small
{
  display: block;
  text-align: right;
  color: #808080;
}

div#body div.post small span
{
  color: black;
}

div#body div.entry
{
  margin-top: 5px;
}

div#body div.entry p
{
  color: black;
  text-indent: 3em;
}

div#body div.entry p a
{
  text-decoration: none;
  color: #BD401E;
}

div#body div.entry p a:hover
{
  text-decoration: none;
  color: #808080;
}

div#footer
{
  clear: both;
  padding: 2px;
  height: 14px;
  color: white;
  font-size: 9px;
  background-color: #BD401E;
  text-align: center;
}

div#notes
{
  font-size: 0.9em;
  color: #808080;
  text-align: center;
  margin-top: 8px;
}

div#notes a
{
  color: black;
  text-decoration: none;
}

div#notes a:hover
{
  color: black;
  text-decoration: none;
}

.navigation
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.navigation a
{
  color: #808080;
}

.navigation a:hover
{
  color: #BD401E;
}

.alignright {
	text-align: right;
	}
	
.alignleft {
	text-align: left;
	}

