/* CSS WP Styleguide 4.20.1 */
/* 
 * Resety
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, em, img, q, small, strong, tt, var,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	line-height: 1.25; 
}
h1, h2, h3, h4, h5, h6 { font-weight: normal }
a img, :link img, :visited img, :active img, :hover img, fieldset, abbr, acronym { border:0 }
a { color:#059; text-decoration:none; }
a:hover { text-decoration:underline;}
table { border-spacing:0; border-collapse:collapse }
th, caption { text-align:left }
blockquote, q {	quotes: none }
pre { font-family: 'Courier New', Courier, monospace }
:focus { outline: 0 }
label:hover { cursor:pointer }
ol, ul { list-style: none }
.fl { float:left }
.fr { float:right }
.block { display:block }
.nowrap { white-space:nowrap !important }
form { margin:0; padding:0; display:inline }
input, select, textarea {
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  line-height: 1.25
}

/*
 * Header
 */
#wpHeader {
  background: url(http://i.wp.pl/a/i/stg/420/wpbg.gif) no-repeat top left;
  margin: 0 auto;
  width: 970px;
  height: 60px;
  clear: both;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  overflow: hidden
}
#wpHeader #wpHeaderCont {
  background: #ffffff url(http://i.wp.pl/a/i/stg/420/wpbg.gif) repeat-x;
  background-position: 0 -60px;
  height: 60px;
  margin-left: 1px;
  width: auto
}
#wpHeader #wpHeaderImg {
  height:60px;
  overflow:hidden;
  margin:0;
  padding:5px 0 0 0;
  display: block;
  float: left;
  position: static
}
#wpHeader #wpHeaderImg img {
  padding:0;
  margin:0;
  border:0
}
#wpHeader #wpHeaderNav {
  background: url(http://i.wp.pl/a/i/stg/420/wpbg.gif) repeat-x;
  background-position: 0 -120px;
  float: right;
  height: 21px;
  overflow: hidden;
  border-right: 1px solid #e0e0e0;
  width: auto
}
#wpHeader #wpHeaderNav ul {
  display: inline;
  background: url(http://i.wp.pl/a/i/stg/420/wpbg.gif) no-repeat;
  background-position: 0 -141px;
  float: left;
  margin: 0;
  padding: 0 0 0 50px;
  height: 21px;
  overflow: hidden;
  list-style: none
}
#wpHeader #wpHeaderNav li {
  list-style: none;
  float: left
}
#wpHeader #wpHeaderNav li a {
  color:#059;
  font: 11px/16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  height: 16px;
  float: left;
  padding: 0 8px 0 28px;
  margin: 2px 0 2px 0
}
#wpHeader #wpHeaderNav li a:hover {
  text-decoration:underline
}
#wpHeader #wpHeaderNav li.ico1 {
  background: url(http://i.wp.pl/a/i/stg/420/wpico.gif) no-repeat top left;
  background-position: 0 0
}
#wpHeader #wpHeaderNav li.ico2 {
  background: url(http://i.wp.pl/a/i/stg/420/wpico.gif) no-repeat top left;
  background-position: 0 -20px
}
#wpHeader #wpHeaderNav li.ico3 {
  background: url(http://i.wp.pl/a/i/stg/420/wpico.gif) no-repeat top left;
  background-position: 0 -40px
}
#wpHeader #wpHeaderNav li a {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #e0e0e0
}
#wpHeader #wpHeaderNav li.first a {
  border-right: 1px solid #e0e0e0;
  border-left: none
}
#wpHeader #wpHeaderNav li.last a {
  border-left: 1px solid #ffffff;
  border-right: none
}
#wpHeaderStats { position:absolute }

/*
 * Footer
 */
#wpFooter {
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #dcdcdc;
	padding-top: 7px;
	width: 970px;
	padding-bottom: 15px;
	background-color: #fff;
	position: relative;
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #bdbdbd;
}
#wpFooter a:link, #wpFooter a:active, #wpFooter a:visited {
	font-size: 11px;
	padding: 0 6px;
	color: #32349b;
}
#wpFooter a:hover {
	text-decoration: underline;
}
#wpFooter .copyright {
	font: 11px Tahoma, Helvetica, sans-serif; 
  color: #252525; 
	text-decoration: none;
	padding: 0;
	color: #585858;
	line-height: 18px;
}
#wpFooter .copyright a:link, #wpFooter .copyright a:visited, #wpFooter .copyright a:hover {
	color: #585858;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}
#wpFooter .copyright a:hover {
	text-decoration: underline;
}
#wpFooterStat {
	top: 0;
	right: 0;
	position: absolute;
}

/*
 * Content
 */
#wpMain {
    background-color: #fff;
    margin:0 auto;
    width: 970px;
}

