* {
	margin: 0;
	padding: 0;
}

body {
	background:#F7F7F7 url(../media/bkg_top.gif) repeat-x left 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474848;
}

h1, h2 {
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 5px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.1em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
.small {
	font-size:0.85em;
	font-weight:bold;
	color:#666666;
}
.small_2 {
	font-size:0.85em;
	color:#666666;
}
p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.2em;
}
ol, ol li {
	margin-left:20px;
}
.lista_wystawcow p {
	font-size:0.85em;
	margin: 0 0 0.7em 0;
}
.lista_wystawcow p:first-line {
	font-size: 1.2em;
	font-weight:bold;
}
img {
	border:none;
}
p img {
	float:left;
	margin:0 1em 1em 0;
	padding:4px;
	border:1px solid #ccc;
	overflow:hidden;
}
p img.max {
	float:left;
	margin:0 0 1em 0;
	padding:4px;
	border:1px solid #ccc;
	overflow:hidden;
}

blockquote {
	padding: 0 30px;
	background: url(../media/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a:link, a:visited {
	text-decoration: none;
	color: #1D62B3;
}

a:active, a:hover {
	color: #E43C15;
}
a:hover img {
	background:#FFD100;
}
a:hover {
	background:transparent; /* Dummy definition to overcome IE bug */
}

.red {
	color:#FF0000;
}
hr {
	display: none;
}
.clear {
	clear:both;
}
/* Wrapper */

#wrapper {
	background: url(../media/img08.gif) repeat-x left bottom;
}

/* Menu */
#bkg {
	background:#000000;
}
#menu {
	position:relative;
	width: 960px;
	margin: 0 auto;
	height: 100px;
}
#menu .logo {
	padding: 7px 25px 0 0;
	float:right;
}

#modernbricksmenu {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	position:absolute;
	top:75px;
}

/* Navi */
#modernbricksmenu ul {
	font: bold 11px Arial;
	margin:0;
	margin-left: 25px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
#modernbricksmenu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}
#modernbricksmenu a:link, #modernbricksmenu a:visited {
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black; /*Default menu color*/
	border-bottom: 1px solid #000000;
}
#modernbricksmenu a:active, #modernbricksmenu a:hover {
	background-color: gray; /*Menu hover bgcolor*/
	text-decoration: none;
}
#modernbricksmenu #current a { /*currently selected tab*/
	background-color: #FFD100; /*Yellow color theme*/
	border-color: #FFD100; /*Yellow color theme*/
	text-decoration: none;
}
#modernbricksmenuline {
	clear: both;
	padding: 0;
	margin-bottom:25px;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #FFD100; /*Yellow color theme*/
}

/* Reklama */

#reklama {
	width: 960px;
	margin: 0 auto;
	margin-bottom:15px;
	z-index:1;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../media/img06.gif);
}

#bgtop {
	height: 20px;
	background: url(../media/img07.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(../media/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 20px;
	background: url(../media/img11.gif) no-repeat 5px 7px;
}

/* Content */

#content {
	float: left;
	width: 430px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 20px;
}
#content2 {
	float: left;
	width: 700px;
	padding: 0 0 0 20px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}
.post h1, .post h2 {
	color:#1D62B3;
}
.post h2 {
	font-size:1.5em;
	margin-top:1.5em;
}

.post .bigpix {
	margin-bottom: 20px;
	background: #F0F0F0;
}

.post .bigpix .image {
}

.post .bigpix .podpis {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .85em;
	color: #666;
}

.post .bigpix .podpis a {
	color: #666;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
	line-height: 100%;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	/* text-transform: uppercase; */
	font-size: .85em;
	color: #999;
}

.post .byline a {
	color: #999;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .news {
	padding:5px 10px 0 10px;
	border-top:1px solid #eeeeee;
}
.post .news h3 {
	font-size:1.2em;
}
.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-top: 1px solid #EEEEEE;
}

.post .links .source {
	padding-left: 20px;
	background: url(../media/ico_02.gif) no-repeat left center;
}
.post .links .more {
	padding-left: 20px;
	background: url(../media/ico_03.gif) no-repeat left center;
}

/* Galerie */
#lista_album {
}
#lista_album img {
	padding:4px;
	border:1px solid #ccc;
}
#lista_album ul, #lista_album ul li {
	list-style: none;
	background:none;
	padding: 0;
}
#lista_album li {
	float:left;
	margin:0 10px 10px 0;
}

/* Archiwum zdjec (serwis prasowy) */
#archiwum {
}
#archiwum div {
	width:200px;
	height:260px;
	float:left;
	margin: 0 20px 15px 0;
	padding:45px;
	border:1px solid #ccc;
}
#archiwum div p {
	margin: 5px 0 0 0;
	font-size:12px;
}
#archiwum div p span {
	color:#FF0000;
}



/* Download */
#download ul, #download ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#download  ul li {
	background:none;
	margin:7px 0;
}
#download a {
	padding-left:3em;
}
#download a.pdf {
	background:url(../media/ico_pdf.gif) no-repeat 1em 50%;
}
#download a.word {
	background:url(../media/ico_word.gif) no-repeat 1em 50%;
}
#download a.excel {
	background:url(../media/ico_excel.gif) no-repeat 1em 50%;
}
#download a.blank {
	background:url(../media/ico_blank.gif) no-repeat 1em 50%;
}


/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 4px 10px 4px 15px;
	background: url(../media/img11.gif) no-repeat 5px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.sidebar a {
	background: none;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 250px;
	padding: 0 0 0 20px;
}


/* Sidebar One - Zakladki */

div.zakladki {
	width: 100%;
	margin: 0 0 20px 0;
}

ul.zakladki {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url('../media/pixel.gif') bottom left repeat-x;
	margin:0;
}

ul.zakladki li {
	margin: 0 2px 0 0;
	float: left;
}

ul.zakladki a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #1D62B3;
	background: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
}

ul.zakladki a:hover {
	background: #fff;
}

ul.zakladki a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #E43C15;
}

.tab {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px 8px 0 8px;
}

/* Sidebar One - Zakladki - Link archiwum */
p.archiwum {
	background: url('../media/arrow.gif') 0 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 25px;
	padding-top: 4px;
	margin: -15px 0 0 0;
	font-size: .8em;
	font-weight: bold;
}
p.archiwum a:link, p.archiwum a:visited {
	color:#666666;
	text-decoration:none;
}
p.archiwum a:active, p.archiwum a:hover {
	color:#E43C15;
	text-decoration:underline;
}


/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 20px 0 0;
}


/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}
#page .sidebar li#tag_cloud ul li {
	padding: 2px 10px 2px 15px;
	background: url(../media/img11.gif) no-repeat 5px 10px;
	border-bottom: none;
}

/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(../media/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .9em;
}
