@charset "utf-8";
/* CSS Document by Dieter Schneider | CssTemplateHeaven.com */

/* Reset Styles (Credits to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */



html {background: #f7f7f7; font-size: 100%;}

/*------------------ Site Structure ------------------*/

body {width: 960px; margin: auto; font-family: Georgia, "Times New Roman", Times, serif; font-size: .875em; color: #666;}

sup {font-size:xx-small; vertical-align:top;}
sub {font-size:xx-small; vertical-align:bottom;}

#header {height: 170px;}
#desc { margin-left: 30px; margin-top: 45px; float: left;}
#desc h1 { font-size: 2.7em; padding: 0; margin: 0;}
#desc span { margin-left: 30px; }

#commercial {clear: both; width: 100%; height: 30px; padding-top: 10px;}

#content {
	width: 620px;
	float: left;
	margin-bottom: 44px;
}

#content ul {
	list-style: circle;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#content ol {
	list-style-type: decimal-leading-zero;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}


#sidebar {
	width: 260px; 
	padding: 20px;
	float: right;
	border: 1px solid #dcdcdc;
	margin-bottom: 44px
}

#sidebar h3, .sidebar_box {
	background: #eaeaea; 
	padding: 5px 10px; 
	margin-bottom: 15px;
	border: 1px solid #FFF;
	outline:1px solid #dcdcdc;
}

.post-meta {
	font-size: 0.8em;
	width: 100%;
	height: 30px;
}

.readmore {
	width: 100%;
	text-align: right;
}

.to_left { float: left; }
.to_right { float: right; }
.center { text-align: center }

/* sidebar menu */


.navcontainer { width: 280px; margin-bottom: 15px }

.navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.navcontainer a {
	display: block;
	padding: 5px 5px;
	width: 240px;
}

.navcontainer a:link, .navlist a:visited {
	text-decoration: none;
}

.navcontainer a:hover{
	color: #000;
}

/* end sidebar menu */

#intro {
	border: 1px solid #FFF; 
	clear: both;
	padding: 20px;
	font-size: 1.4em; 
	line-height: 1.6em; 
	margin-bottom: 44px;
	outline:1px solid #dcdcdc;
	background: #eaeaea
}

#footer {clear: both; padding: 10px; text-align: right; background: url(/files/seperator.png) repeat-x top; font-size: .8em; color: #a3a3a3}



/*------------------ typography and images ------------------*/

/* quotes */
q, q:lang(pl) { font-style: italic; quotes: "\201E" "\201D" "\00BB" "\00AB"; }
q:before { content: open-quote; }
q:after { content: close-quote; }

/* global links */
a {text-decoration: none; color: #740000}

/* text styles */

h1 {font-size: 2em; font-weight: normal; padding-bottom: 10px}
h2 {font-size: 1.6em; font-weight: normal; padding-bottom: 6px}
h3, h4 {font-size: 1.4em; font-weight: normal; padding-bottom: 4px;}
h5, h6  {font-size: 1.2em}

p {line-height: 1.4em; padding-bottom: 25px}

blockquote {
	background: url('/files/quote-background.gif') no-repeat 0 0;
	margin: 0 0 1.2em 0; padding: 0 60px;
	font-size: 1.2em;
	color: #a8a8a8;
}

/* images */

p.center {margin: auto;}
p.center span { display: block; margin: 0;}

div.comment1 { border: 1px dashed; padding-left: 5px; margin-bottom: 10px; width: 95%;}
div.comment1 div.commenter { font-weight: bold; }
div.comment1 p { margin-left: 20px; margin-top: 5px; }

div.comment2 { border: 1px dotted; padding-left: 5px; margin-bottom: 10px; margin-left: 5%; width: 95%;}
div.comment2 div.commenter { font-weight: bold; }
div.comment2 p { margin-left: 20px; margin-top: 5px; }

#NIE-dla-ACTA {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9997;
    cursor: pointer;
}
