/* Autor: Sebastian (SebaS86) Śledź
   Ostatnia aktualizacja: 2007.08.07 */

code, pre {
	background-color: #ddd;
	font-family: terminus, Andale Mono, monospace;
}
cite, blockquote {
	background-color: #def;
}
pre, blockquote {
	display: block;
	padding: 0.1em 0.5em;
	margin: 0.5em 0em;
}
pre {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	overflow: auto;
	position: relative;
	z-index: 2;
}
pre:hover {
	background-color: #eee;
	border-right: 5px solid #555;
	width: 56em;
}
blockquote {
	border-top: 1px solid #357;
	border-bottom: 1px solid #357;
	white-space: normal;
}
ul {
	list-style: square;
}
.emots, img.emots {
	background: none;
	border: none;
	margin: 0px 2px;
	padding: 0%;
	vertical-align: middle;
}
.bad, .zle, .strike {
	text-decoration:line-through;
}
.screens {
	text-align: center;
}
.screens img {
	max-width: 220px;
}
.nowrap {
	white-space: nowrap;
}
.imgs {
   background: #eee;
   border: none;
   border-top: 1px solid #888;
   border-bottom: 1px solid #888;
   padding: 0.5em 0.5em 0em 0.5em;
   margin: 0.5em 0em;
   text-align: center;
   vertical-align: middle;
}
.imgs img {
   border: 1px solid black !important;
   margin: 0em 0.5em 0.5em 0.5em !important;
}
.imgs small {
   display: block !important;
}
.frame-l img {
	max-width: 30em;
}
