/* $Id: styl.css 20 2008-01-28 20:55:39Z Rafał $

BEGIN Część wspólna dla całej witryny */
html {
	background-color: #FAFFDC;
	color: #000;
	padding: 0;
	margin: 0;
}

body {
	background-color: #FAFFDC;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: center;
	padding:0;
	margin: 0;
}

a {
	background-color: transparent;
	color: #559BB9;
	font-weight: bold;
	text-decoration: underline;
}
	
a:hover {
	background-color: transparent;
	color: #3079C8;
	font-weight: bold;
	text-decoration: underline overline;
}

p {
	font-size: 14px;
	margin: 2px 5px;
	padding: 2px;
}	
	
h1 {
	font-size: 200%;
	padding: 0;
	font-weight: bold;
	margin: 5px 0 0 5px;
}

h2 {
	font-size: 140%;;
	font-weight: bold;
	margin: 15px 0 3px;
} 

h2 span {
 font-size: 14px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}	
	
hr {
	margin: 5px 3px;
	height: 0px;
	border-width: 1px 0 0 0;
	border-color: #FFE169; 
	border-style: solid;
}
	
code {
	background-color: #FFFABE;
	color: #666666;
	font-size: 12px;
	font-family: courier, monospace;
	display: block;
	border: 1px dashed #FFE169;
	margin: 1px 5px 5px 5px;
	padding: 3px;
}

img {
	border: 0;
}

span.small {
	font-size: 80%;
}

ul.recent {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}
ul.recent li {
	background: transparent url("../gfx/dot.gif") 0 2px no-repeat;
	margin: 0;
	padding: 0 0 5px 15px;
}

div.random_photo {
	background-color: #fffabe;
	padding: 0 10px;
	border: 1px solid #fff3a7;
	text-align: center;
}
div.random_photo img {
	display: block;
	padding: 0;
	margin: 0 auto;
	padding: 6px;
	background-color: #fdffcc;
	border: 1px solid #fff3a7;
}
div.random_photo img:hover {
	background-color: #faffdc;
	border: 1px solid #ffe169;
}



#container {
	width: 760px;
	text-align: left;
	padding: 10px 0;
	margin: 0 auto;
}



/* BEGIN część nagłówka wspólnego dla wszystkich podstron */	
	
div#logo { /* Podpis pod nagłówkiem */
	background-color: #FDFFCC;
	color: #000;
	border: 1px solid #FFE169;
	background-image: url("../gfx/logo.gif");
	background-repeat: no-repeat;
	background-position: 60% 50%;
	margin: 0;
	padding: 2px;
}
	

div#logo p.av1 {
	display: block;
	background-color: #FFE169;
	color: #000;
	border-right: 0;
	width: 75px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 2px;
}

div#logo img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}	

div#logo a,
div#logo a:hover {
	font-family: serif;
	background-color: #FFE169;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#logo a.skipmenu,
div#logo a.skipmenu:hover {
	float: right;
	color: #FDFFCC;
	background: transparent;
}


/* END część nagłówka wspólnego dla wszystkich podstron */


/* BRGIN menu */

#menu {
	background-color: #fff3a7;
	margin: 10px 0px 0px 0px;
	font-size: 15px;
	color: #426BAD;
}

#menu ul {
	list-style-type: none;
	border: 1px solid #FFE169;
	background-color: #fff3a7;
	background-image: url("../gfx/rog1.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #000;
	text-align: left;
	font: bold 12px sans-serif;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 30px;
}

#menu li {
	float: left;
	height: 23px;
	background-color: #FFFABE;
	background-image: url("../gfx/rog1.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #FFFFFF;
	border: 1px solid #FFE169;
	margin: 6px 1px 0;
}	

#menu li:hover {
	float: left;
	height: 27px;
	background-color: #FFFABE;
	background-image: url("../gfx/rog1.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #FFFFFF;
	border: 1px solid #FFE169;
	margin: 2px 1px 0;
}	

#menu a:link, #menu a:visited {
	display: block;
	color: #559BB9;
	min-height: 17px;
	text-decoration: none;
	background-color: transparent;
	padding: 4px;
}
	
#menu a:hover {
	min-height: 19px;
	background-color: transparent;
	color: #3079C8;
	text-decoration: none;
}	
	
#menu li.aktywna {
	float: left;
	height: 27px;
	background-color: #FDFFCC;
	background-image: url("../gfx/rog1.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #FFFFFF;
	margin: 2px 1px 0;
	border-left: 1px solid #FFE169;
	border-right: 1px solid #FFE169;
	border-top: 1px solid #FFE169;
	border-bottom: 1px solid #FDFFCC;
}
	
#menu a:link.aktywna, #menu a:visited.aktywna, menu a:hover.aktywna {
	display: block;
	color: #000000;
	min-height: 20px;
	text-decoration: none;
	padding: 4px;
	background-color: transparent;
}	
	
/* END menu*/

/* END Część wspólna dla całej witryny */



/* TREŚĆ */

/* BEGIN dla strony głównej z podziałem na "opis" i "reklamę" */

#glowna {
	border-width: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
}
	
object{
	width: 180px;
	height: 150px; 
}

#glowna #opis { /*do wywalenia po przerobienu wszystkich podstron*/
	width:585px;
	float: left;
	border-color: #FFE169;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-color: #FDFFCC;
	color: #000;
	margin: 0;
	padding: 4px;
}	

#adsense_con {
	width: 595px;
	float: left;
	padding: 0;
	margin: 0;
}
#adsense_ad {
	width: 180px;
	height: 150px;
	margin: 0 0 0 15px;
	padding: 0;
}


#content {
	background-color: #fdffcc;
	color: #000;
	height: auto;
	overflow: auto;
	border-left: 1px solid #ffe169;
	border-right: 1px solid #ffe169;
	border-bottom: 1px solid #ffe169;
	margin: 0;
	padding: 5px;
}

div.left_content {
	float: left;
	width:240px;
	padding: 0 10px;
}

div.right_content {
	float: right;
	width:206px;
	padding: 0 10px;
}
/* 7 najnowszych */

div.right_content div.newsy ol {
	margin: 0;
	padding: 0 0 0 25px;
}
div.right_content div.newsy ol li {
	margin: 0;
	padding: 0 0 5px;
}

div.right_content div.newsy ol li span {
	font-weight: bold;
	font-size: 90%;
}

div.right_content div.newsy ol li p {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 90%;
}

/* 7 najnowszych */


p.witam { /* Pierwszy wiersz ze słowem 'Witam' */
	border: 0;
	background-color: #FDFFCC;
	font-family: serif;
	color: #F00;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 2px;
}

p.intro { /* Wiersz zawierający opis */
	border: 1px dashed #FFE169;
	font-size: 16px;
	margin: 0px 3px 5px;
	padding: 4px;
}

	
dl.cv ol {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

dl.cv ul {
	margin: 0px;
	list-style-type: circle;
}
	
dl.cv dl {
	margin: 0px 5px 5px 5px;
	font-size: 14px; 
}

dl.cv dt {
	font-weight: bold; 
}

dl.cv dd {
	margin: 0px 0px 2px 30px;
	font-weight: normal; 
}



/* END dla strony głównej z podziałem na "opis" i "reklamę" */
	
	
#tresc {
	clear: left;
	color: #000;
	border-color: #FFE169;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-color: #FDFFCC;
	margin: 0px 0px 0px 0px;
	padding: 4px;
}
	
#tresc p {
	margin: 0px;
}
	


/* -------------------------------------------------------------------- */

#lststr {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

#lststr ul {
	list-style-type: none;
	border: 0;
	margin: 0 5px;
	padding: 0;	
}

#lststr ul li.czyste {
	border: 1px solid #FFE169;
	background-color: #FFFABE;
	color: #559BB9;
	width: 150px;
	margin: 0 0 5px;
	padding: 1px 1px 1px 5px;
}

#lststr ul li.zaznaczone {
	border: 1px solid #FFE169;
	background-color: #fff3a7;
	color: #559BB9;
	width: 150px;
	margin: 0 0 5px 5px;
	padding: 1px 1px 1px 5px;
}

#lststr ul li.odstep {
	border: 0;
	height: 130px;
	background-color: transparent;
	width: 150px;
	margin: 0 0 5px;
	padding: 0;
}

#lststr ul li img {
	vertical-align: bottom;
}

#stropis {
	width: 575px;
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
}

	
#stropis p.opis {
	text-indent: 30px;
	margin: 0px 0px 0px 15px;
}

#stropis div.opis img.screen {
	
	float: left;
	border: 1px dashed #3079C8;
	margin: 0 5px 1px 0;
	padding: 0;
}



div.opis {
	border: 1px solid #FFE169;
	margin: 5px;
	padding: 5px;
}

div.opis img.float {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}




#footer {
	border: 1px solid #FFE169;
	background-color: #fff3a7;
	
	background-image: url("../gfx/rog1.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin: 5px 0;
	padding: 0 5px;
}

#footer p { 
	display: block;
	float: left;
	width: 550px;
	color: #559BB9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 2px 0 0;
}

#footer div.w3c {

	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
}

#footer div.w3c a {
	border: 0;
	margin: 0;
	padding: 0;
}

#footer div.w3c img {
	vertical-align: bottom;
	border: 0;
	margin: 1px 2px;
	padding: 0;
}



div.clear {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}

/* SLIMBOX -------------------------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../gfx/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../gfx/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../gfx/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../gfx/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
