/*
Theme Name: Żuławy Theme
Theme URI: http://zulawy.org
Description: Theme przygotowany dla Stowarzyszenia Żuławy Gdańskie
Version: 0.8
Author: Michał Miszczyszyn
Author URI: http://lupinek.webd.pl
Tags: green, fixed width, two columns
*/

@font-face {
    font-family: 'BritannicBold';
    src: url('britanic-webfont.eot');
    src: url('britanic-webfont.eot?#iefix') format('embedded-opentype'),
         url('britanic-webfont.woff') format('woff'),
         url('britanic-webfont.ttf') format('truetype'),
         url('britanic-webfont.svg#') format('svg');
    font-weight: bold;
    font-style: normal;
}

body
{
  background: white;
  font-family: 'Book Antiqua', Arial, Sans-Serif;
  font-size: 8pt;
  color: #002040;
}

#wrapper
{
  width: 780px;
  margin: 0 auto;
}

#head
{
  width: 780px;
  height: 199px;
  border-bottom: 4px solid #008080;
  background: url('images/head.png');
}

#wrap_col
{
  background: url('images/bg.gif') top repeat-x #465a5a;
}

#address
{
  float: right;
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: bolder;
  font-family: Verdana, Arial, sans-serif;
}

#sidebar_left
{
  float: left;
  width: 180px;
  padding: 5px;
  color: white;
}

#main
{
  float: left;
  width: 560px;
  padding: 5px;
  font-family: Verdana,sans-serif;
}

.content
{
  margin-top: 10px;
  color: #CCFFFF;
}

.content p
{
  font-size: 9pt;
  line-height: 15px;
}

.content a
{
  /*text-decoration: underline;*/
  color: #FFFF00;
}

#footer
{
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  line-height: 17px;
  font-size: 12px;
}


p
{
  text-align: justify;
}

h2
{
  margin: 10px 0 0;
  font-size: 12pt; 
}

h2 a
{
  color: #002040;
}

a
{
  color: #C0FFFF;
  text-decoration: none;
}

a:hover
{
  color: #FFFFFF;
}

#sidebar_left p
{
  margin-top: 0;
  font-family: Arial, Sans-serif;
  font-size: 13px;
  text-align: center;
}

#sidebar_left ul
{
  list-style: none;
  padding: 0px;
  margin: 5px 0 0 3px;
}

#sidebar_left li
{
  margin: 0;
  padding: 0;
}

#sidebar_left ul li
{
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}

#sidebar_left ul li ul li
{
  width: 140px;
  margin: 3px auto;
}

#sidebar_left ul li ul li a
{
  font-size: 12px;
  font-weight: bold;
  background: url('images/button.gif') repeat-x center;
  padding: 4px 4px 5px 4px;
  min-height: 15px;
  color: black;
  display: block;
  text-transform: uppercase;
  
  font-family: BRITANNIC, 'BritannicBold', Tahoma, Arial, sans-serif;
}

#sidebar_left ul li ul li a:hover
{
  background: url('images/button2.gif') repeat-x center;
}

.subpages li
{
  display: inline !important;
  margin-right: 10px;
}

.subpages li a
{
  background: inherit !important;
  text-transform: none !important;
  color: #FFFF00 !important;
  font-size: 14px !important;
}

.subpages li a:hover
{
  color: white !important;
}

.post
{
    float: left;
    width: 100%;
}


hr
{
  color: #3C4F4F;
  border-top: 2px dashed #3C4F4F;
}

.navigation
{
  float: left;
  width: 100%;
  font-size: 13px;
}

.alignleft
{
  float: left;
  margin: 5px 5px 5px 0;
}

.alignright
{
  float: right;
  margin: 5px 0px 5px 5px;
}

#wpstats
{
  display: none;
}


