/* CSS Document */

/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
background-color: #AAD6F0;
min-width: 782px;
}

a:link, a:visited {
color: #004D89;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: left;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}

/* Paragraphs, headings, ... */

p {
line-height: 170%;
margin-bottom: 10px;
color: #003B69;
}

h1 {
font-size: 2.2em;
font-weight: normal;
color: #FFFFFF;
text-align: left;
padding: 15px 0 0 30px;
letter-spacing: 1px;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font-size: 1.2em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
text-align: left;
margin: 3px 0 0 0;
padding-left: 30px;
letter-spacing: 1px;
}

h3 {
font-size: 2.1em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #004C87;
font-weight: normal;
letter-spacing: 1px;
margin-bottom: 7px;
}

h3 a:link, h3 a:visited {
font-weight: normal;
color: #004C87;
text-decoration: none;
}

h3 a:hover {
text-decoration: underline;
}

h4 {
font-size: 1.1em;
color: #004C87;
margin: 12px 0 3px 0;
}

address {
font-style: normal;
line-height: 1.7;
}

address span {
color: #005699;
}

abbr {
border-bottom: 1px dotted #005699;
cursor: help;
}


/* Images */

img.float {
border: 1px solid #004C87;
margin: 0.5em 0.8em 0.5em 0;
}

img.me {
float: left;
border: 0;
margin: 0.4em 0.6em 0 0;
}


/* Wrapper */

#wrapper {
width: 782px;
margin: 30px auto 0 auto;
display: table; /* margin-bottom for FF   (?) */
}


/* Header */

#header {
width: 782px;
height: 125px;
position: relative;
margin: 0 auto;
background: #025382 url('../img/hd-bg.gif') no-repeat 0 0;
}


/* Content */

#content {
width: 782px;
margin: 0 auto;
background: url('../img/content-bg.gif') repeat-y 0 0;
}

#content-box {
width: 100%;
margin: 0 auto;
text-align: left;
}


/* Content left */

#content-box-left {
width: 782px;
float: left;
}

#content-box-left-in {
margin: 10px 0 20px 17px;
}


/* Content box with light blue background */

.box {
		width: 744px;
		background: #EBF7FF url('../img/box-body.gif') repeat-y 0 0;
		}
      
.box-top {
		background: url('../img/box-top.gif') no-repeat left top;
		width: 744px;
		}
		
.box-bottom {
		background: url('../img/box-bottom.gif') left bottom no-repeat;
		width: 744px;
		}


#box-in {
text-align: center;
padding: 10px 0 15px 0;
}

.article {
text-align: center;
margin: 0 15px 25px 15px;
padding-bottom: 7px;
border-bottom: 1px dotted #004C87;
}

p.continue {
text-align: right;
margin-right: 25px;
}

p.continue a, p.continue a:visited {
text-decoration: underline;
color: #1D5800;
font-style: italic;
padding: 0 2px;
}

p.continue a:hover {
text-decoration: none;
background-color: #1D5800;
color: #EBF7FF;
}


/* RSS Articles/Comments */

#box-reklamy {
text-align: center;
margin-top: 6px;
}

/* Footer */

#footer {
width: 782px;
height: 53px;
background: #025382 url('../img/footer-bg.gif') no-repeat 0 0;
margin: 0 auto 30px auto;
}

#footer-in {
padding: 7px 10px;
}

#footer-in p {
font-size: 0.9em;
color: #FFFFFF;
margin: 0;
}

#footer-in p a, #footer-in p a:visited {
color: #FFFFFF;
text-decoration: underline;
font-weight: normal;
padding: 0 2px;
}

#footer-in p a:hover {
text-decoration: none;
background-color: #FFFFFF;
color: #025382;
}

#footer-in p span {
font-size: 1.1em;
}

#footer-in p a span {
font-size: 1.1em;
font-weight: bold;
}


/* Paging */

.paging {
}