* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	color: #333;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #000;
}

body#feeling {
	background-image: url(background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body#feeling.big {
	background-image: url(background_big.jpg);
}

a {
	color: #21525b;
	text-decoration: underline;
}

a:hover {
	color: #d60808;
}

ul {
	list-style-type: none;
}

dt, dd {
	padding: 3px;
}

dt {
	font-weight: bold;
}

input, textarea {
	border: 1px solid #000;
}


#swf, #container {
	z-index: 0;
}

#container {
	position: relative;
	margin: 15px auto;
	width: 724px;
	text-align: left;
	background-color: white;
	background-image: url(background2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border: 2px solid black;
}

#container.big {
	background-image: url(background2_big.jpg);
}

#swf {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
}

#noswf {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	color: #bbb;
}

#header {
	position: relative;
	width: 100%;
	height: 220px;
}

#mainContent {
	padding: 10px 10px 10px 20px;
	margin: 15px 20px 20px 223px;
	text-align: justify;
	height: auto !important;
	height: 500px; /* IE */
	min-height: 500px;
	border-left: 1px solid black;
}

#mainContent p {
	line-height: 150%;
	margin-bottom: 25px;
}

#mainContent li
{
	padding-bottom: 40px;
}

#linkList {
	position: absolute;
	top: 260px;
	left: 0;
	width: 200px;
	font-weight: bold;
}

#linkList ul
{
	padding-left: 40px;
}

#linkList ul li
{
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #e6eef0;
}

#footer {

}

#tooCool {
	left: 0;
	bottom: 0;
	display: block;
	width: 80px;
	height: 80px;
	background: url(too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#wall {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	z-index: 5;
}

#windowGuestbook {
	top: 50%;
	left: 50%;
	width: 380px;
	height: 300px;
	margin-left: -190px;
	margin-top: -150px;
	background: #e2ebed;
	border: 1px black solid;
	z-index: 10;
}

#windowGuestbook div {
	margin: 5px auto;
	width: 360px;
	text-align: left;
}

#windowGuestbook div dl dt {
	float: left;
	width: 120px;
}

#windowGuestbook div dl dt span {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

#windowGuestbook div dl dd input {
	width: 225px;
}

#windowGuestbook div dl dd textarea {
	width: 225px;
	height: 170px;
}

#windowGallery {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#galleryClosebar {
	top: 0;
	right: 10px;
	width: 80px;
	height: 80px;
	z-index: 15;
}

#galleryNavbar {
	left: 0;
	bottom: 0;
	width: 240px;
	height: 80px;
	z-index: 15;
}

.navPrevious, .navNext, .navSave {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}

.navClose {
	display: block;
	width: 80px;
	height: 80px;
}

a.navPrevious {
	background: url(previous.png) no-repeat ;
}

a.navNext {
	background: url(next.png) no-repeat ;
}

a.navSave {
	background: url(save.png) no-repeat ;
}

a.navClose {
	background: url(close.png) no-repeat ;
}

span.navPrevious {
	background: url(previous_grey.png) no-repeat ;
}

span.navNext {
	background: url(next_grey.png) no-repeat ;
}

span.navSave {
	background: url(save_grey.png) no-repeat ;
}

span.navClose {
	background: url(close_grey.png) no-repeat ;
}

#galleryPhoto
{
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
}


/* GUESTBOOK */
.guestbookPagesList li {
	display: inline;
}

#guestbookPagesList1 {
	padding: 50px 0 35px 0;
}

.guestbookMessagesList {
	padding: 0 25px 0 10px;
}
.guestbookMessagesList dt, .guestbookMessagesList dd {
	font-size: 11px;
	border-top: 1px solid #c0c0c0;
}

.guestbookMessagesList li dl dt {
	float: left;
	width: 130px;
}

.guestbookMessagesList dt.guestbookMessageText {
	float: none;
	width: 100%;
}

.guestbookMessagesList dd.guestbookMessageText {
	text-align: justify;
	font-size: 100%;
	border: none;
}


/* SKLAD, SPRZET, GALERIA I INNE*/
#memberList dt, #stuffList dt, #galleryList dt {
	border-bottom: 1px solid #c0c0c0;
}

td.tdImage, td.tdNoImage {
	width: 140px;
	height: 140px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

td.tdImage {
	background: url(td.png) top no-repeat;
}

#galleryList dd {
	font-size: 13px;
}

#mainContent h3.terminyRok {
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

#mainContent ul.terminyRok {
	margin: 0 0 20px 0;
	padding: 0;
}

#mainContent h3.terminyMiesiac {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #c0c0c0;
}

#mainContent li.terminyMiesiac {
	margin: 0 0 20px 0;
	padding: 0;
}

#mainContent p.terminyWydarzenie {
	margin: 0 0 15px 0;
	padding: 0;
}


