/* Author: Michał Zając <quintasan@kubuntu.org> */
/* License: WTFPLv2 - http://sam.zoy.org/wtfpl/ */
#page {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0 auto;
  width: 600px;
  font-family: "Verdana [microsoft]", "Geneva", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 0.75em;
}

#header {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  float: left;
  margin-bottom: 30px;
  margin-top: 45px;
  font-size: 2em;
}

#header p { margin-top: 3px; margin-bottom: 0px; font-size: 0.66em; }

#header a { text-decoration: none; color: #4874a3 }
#header a:visited { text-decoration: none; color: #4874a3;}
#header a:hover { color: #385575; text-decoration: underline; }

#nawigacja {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  float: left;
  clear: both;
  font-size: 1.1em;
}

#nawigacja a { 
  text-decoration: none;
  width: auto;
  height: 40px;
  margin-left: 4px;
  margin-right: 7px;
}
#nawigacja a:visited { color: #4874a3; }
#nawigacja a:hover { color: #385575; }

/*#sidebar {
  width: 250px;
  float: right;
  background-color: #CCCFFF;
  color: #000000;
  clear: right;
}*/

#profiles {
  width: 600px;
  margin: 0 auto;
  float: left;
  text-align: center;
}

#content {
  width: 600px;
  float: left;
}

#stopka {
  width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  float: left;
}

h3 {
  font-size: 1.25em;
  text-align: center;
}

blockquote {
  margin: 1em 20px;
  padding-left: 50px;
  background: transparent url(quote.gif) no-repeat;
  overflow-x: auto;
  overflow-y: auto;
  quotes: "“" "”";
}

cite { quotes: "“" "”"; }

samp, kbd, var, code {
  font-family: "Lucida Console", "Monaco", monospace;
}

img { border: none; }

hr { border: solid 1px black; }