/*------------------------------------------------------------

  (c) Paweł "Greenek" Golonko, pgolonko@gmail.com

  CHANGELOG :)
  ~~~
  6.6.6 (10.IV.2009)
   + (#top) nowy nagłówek
   # (#about) kosmetyczne zmiany
   # (.date) poprawiona data
  ~~~
  6.0.2 (29.VII.2008)
  + kolorowanie składni
  ~~~
  6.0.1.1 (4.IV.2008)
  # (#comments blockquote) dodany min-height i poprawiony padding
  ~~~
  6.0.1 (3.IV.2008)
   + (p.np) kolor
   + (#content i #footer) delikatne tło
   # (#footer) mniejsza czcionka
   + (#footer) dodana wersja
   + (v6.css) dodana informacja o autorze
   + (.entry h4)

  ------------------------------------------------------------ */

/* =reseting and global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, div, span, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6, p, pre, blockquote,
legend, form, fieldset, table, tr, th, td,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-moz-outline: 0;
}

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
a {
	color: #DDD;
	font-weight: bold;
}
a:hover {
	color: #FFF !important;
}
a:visited {
	color: #888;
}
a.external {
	background: url('external.gif') right 4px no-repeat;
	padding-right: 12px;
}
body { 
	background-color: #111;
	color: #B2BA9E;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1;
	text-align: center;
}
caption, th { text-align: left; }
em { font-style: italic; }
h1, h2, h3, h4, h5, h6 {
	font: bold 100% Calibri, Arial, sans-serif;
}
hr { display: none; }
p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}

.clear { clear: both; }

/* links */
a.package {
	background: url("package.png") center right no-repeat;
	padding-right: 22px;
}

/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#page {
	font-size: .69em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 800px;
}

/* -top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#top {
	position: relative;
}
#top h1 a {
	background: #FFF url('nag.jpg') 0 0 no-repeat;
	display: block;
	height: 277px;
	overflow: hidden;
	text-indent: -666em;
	width: 800px;
}

/* -about
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#top #about {
	bottom: 0;
	color: #EEE;
	padding: 10px 10px 21px;
	position: absolute;
	right: 6px;
	text-align: justify;
	width: 207px;
}
#top #about h2 {
	color: #FFF;
	font-size: 2em;
}
#top #about ul li {
	background-position: 0 center;
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin: 0 10px 4px 0;
	padding-left: 20px;
}
#top #about ul li.gmail { background-image: url('gmail.png'); }
#top #about ul li.jabber { background-image: url('jabber.png'); }
#top #about ul li a {
	display: block;
	float: left;
	height: 16px;
	padding-top: 3px;
}
#top #about a {
	color: #EEE;
	font-weight: normal;
}
#top #about a:hover {
	color: #FFF !important;
}

/* -content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	background: #181818 url('contentbg.gif') bottom left no-repeat;
	padding: 10px;
}

#main {
	color: #DDD;
	float: left;
	padding: 10px 10px 0;
	width: 410px;
}

/* -entry
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.entry {
	margin-bottom: 50px;
	position: relative;
}
.entries .entry {
	margin-bottom: 20px;
}

.entry h3 {
	color: #FFF;
	font: bold 1.8em Calibri, Arial, sans-serif;
	margin-bottom: 9px;
}
.entry h3 a {
	color: #DDD;
	text-decoration: none;
}
.entry h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.entry h4 {
	border-bottom: 1px solid #222;
	color: #EEE;
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.3em 0 .4em;
	padding: 0 0 3px;
}

.admin ul {
	position: absolute;
	right: 0;
	top: 2px;
}
.admin li {
	float: left;
	list-style: none;
	margin-right: 6px;
}

.admin a.edit {
	background: url('edit.png') 0 0 no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -666em;
	width: 16px;
}

.admin a.delete {
	background: url('delete.png') 0 0 no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -666em;
	width: 16px;
}

.entry p {
	line-height: 1.6em;
	text-align: justify;
}
.entry p.np {
	color: #666;
}

.entry blockquote {
	background: url('blockquote.gif') top left no-repeat;
	color: #999;
	line-height: 1.6em;
	min-height: 110px;
	padding-left: 80px;
	text-align: justify;
}

.entry ul {
	line-height: 1.6em;
	list-style: circle;
	margin: 0 0 1em 2em;
}


.entry ol {
	line-height: 1.6em;
	margin: 0 0 1em 2em;
}
.entry ul li, .entry ol li {
	margin-bottom: 3px;
}

.entry code {
	background: #121212;
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 4px 6px;
	text-align: left;
}

.entry img.foto, .entry p.thumbs img {
	border: 1px solid #333;
	padding: 4px;
}
.entry img.foto:hover, .entry p.thumbs img:hover {
	border-color: #666;
}
.entry a.foto {
	border-bottom: 0 !important;
	clear: both;
	display: block;
	position: relative;
}
.entry a.foto span.open {
	background: #FFF url('fotoresize.gif') 0 0 no-repeat;
	border: 1px solid #DDD;
	height: 28px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	opacity: .8;
	filter: alpha(opacity=80);
	position: absolute;
	top: 50%;
	width: 83px;
}
.entry a.foto span.open:hover {
	border-color: #AAA;
	opacity: 1;
	filter: alpha(opacity=100);
}

.entry .body {
	min-height: 60px;
}
.entry .body .date {
	background: #151515;
	color: #555;
	float: left;
	font-family: Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 4px 5px 6px -44px;
	padding: 4px 7px;
	text-align: center;
	-moz-border-radius: 3px;
}
.entry .body .date span {
	display: block;
}
.entry .body .date .month {
	font: normal 1em Georgia, Helvetica, sans-serif;
	text-transform: uppercase;
}
.entry .body .date .day {
	font-size: 2em;
	font-weight: bold;
}
.entry .body .date .year {
	font-size: .95em;
}

.entry .body a {
	border-bottom: 1px dotted #333;
	text-decoration: none;
}
.entry .body a:hover {
	border-bottom: 1px solid #FFF;
}

.entry .meta {
	border-top: 1px solid #202020;
	padding-top: 10px;
}
.entry .meta .comments-link {
	background: url('comments.gif') 1px 1px no-repeat;
	padding-left: 20px;
}

/* -comments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#comments {
	clear: both;
	margin-top: 30px;
}

#comments h3, #add-comment h3 {
	font: bold 1.45em Georgia, Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
	padding-bottom: 3px;	
}

#comments ul {
	list-style: none;
}
#comments ul li.comment {
	border-bottom: 1px solid #202020;
	margin-bottom: 1em;
	position: relative;
}

#comments h4 {
	color: #999;
	font: normal 1em Verdana, Arial, sans-serif;
	margin-bottom: 4px;
}
#comments h4 a {
	border-bottom: 1px dotted #333;
	color: #FFF;
	text-decoration: none;
}
#comments h4 a:hover {
	border-bottom: 1px solid #999;
}
#comments h4 .favicon {
	border: 1px solid #333;
	height: 16px;
	margin: 0 2px;
	padding: 1px;
	vertical-align: -6px;
	width: 16px;
}

#comments p {
	text-align: justify;
}

#comments blockquote {
	background: url('quote.gif') 0 0 no-repeat;
	color: #999;
	min-height: 25px;
	padding: 9px 0 0 50px;
}

#comments ul li ul {
	line-height: 1.4em;
	list-style: circle;
	margin: 0 0 1em 2em;
}

/* -navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#main #navigation {
	border-top: 1px solid #202020;
	margin-bottom: 10px;
	padding: 10px 0;
}
#main.entries #navigation {
	border-bottom: 1px solid #202020;
	border-top: 0;
	height: 1em;
}
#main #navigation li {
	list-style: none;
}
#main #navigation li.prev {
	float: left;
}
#main #navigation li.next {
	float: right;
}

/* -sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	float: left;
	width: 350px;
}

#sidebar #atom a {
	background: url('feed.png') 175px 0 no-repeat;
	display: block;
	height: 47px;
	overflow: hidden;
	text-indent: -666em;
	width: 350px;
}
#sidebar #atom a:hover {
	background-position: 175px -47px;
}

#sidebar h3 {
	border-bottom: 1px solid #222;
	clear: both;
	color: #FFF;
	font: normal 1.1em Calibri, Georgia, Helvetica, Arial, sans-serif;
	padding-bottom: 2px;
	text-transform: uppercase;

}

#sidebar .sidebar {
	background-color: #161616;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 145px;
	-moz-border-radius: 5px;
}

#sidebar .box {
	background-color: #161616;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 320px;
	-moz-border-radius: 5px;
}
#sidebar .box label {
	display: none;	
}
#sidebar .box.eastcamp {
	text-align: center;
}
#sidebar .box h3 {
	margin-bottom: 1em;
}
#sidebar .box .formdiv {
	margin-bottom: 6px;
}

#sidebar .search .button {
	background: #161616 url('search.gif') 2px 2px no-repeat;
	border: 0;
	padding-left: 20px;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}
#sidebar ul li {
	border-bottom: 1px solid #1D1D1D;
	padding: 2px 0;
}

#sidebar ul li ul {
	margin-bottom: 0;
}
#sidebar ul li ul li {
	border-bottom: 0;
	border-top: 1px solid #1E1E1E;
}
#sidebar ul li strong {
	color: #FFF;
	display: block;
	margin-top: 3px;
	padding: 6px 1px;
}

#sidebar ul li a {
	display: block;
	font-weight: normal;
	padding: 4px 1px;
	position: relative;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background: #111;
}
#sidebar ul li ul li a {
	padding: 4px 14px;
}
#sidebar ul li a span {
	color: #222;
	position: absolute;
	right: 2px;
}
#sidebar ul li a:hover span {
	color: #666;
}

#sidebar ul.Blogosfera li a {
	background: url('user.gif') 0 2px no-repeat;
	padding-left: 20px;
}
#sidebar ul.Blogosfera li a:hover {
	background: #111 url('user.gif') 0 -15px no-repeat;
}

#sidebar #music {
	margin: 5px 0 10px;
}
#sidebar #music li {
	border-bottom: 0;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
}
#sidebar #music a {
	padding: 0;
}
#sidebar #music img {
	border: 1px solid #333;
	height: 64px;
	padding: 2px;
	width: 64px;
}
#sidebar #music img:hover {
	border-color: #999;
}

#sidebar p.footer {
	border-top: 1px solid #222;
	clear: both;
	height: 1.4em;
	margin: 2px 3px 0 0;
	padding: 2px 4px 0 0;
}
#sidebar p.footer a {
	display: block;
	float: right;
	font-weight: normal;
	height: 20px;
	padding-top: 2px;
}
#sidebar p.footer a.lastfm {
	background: url('lastfm.gif') center left no-repeat;
	padding-left: 20px;
}

/* -form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

input {
	font-size: 1em;
}

input.text {
	background-color: #161616;
	border: 1px solid #222;
	color: #666;
	padding: 3px 4px;
	width: 70%;
}
input.text:focus, textarea.text:focus {
	border-color: #DDD !important;
	color: #FFF !important;
}
input.text:hover, textarea.text:hover {
	border-color: #666;
	color: #AAA;
}

textarea.text {
	background-color: #161616;
	border: 1px solid #222;
	color: #666;
	font-size: 1.3em;
	height: 120px;
	padding: 5px 5px;	
	width: 396px;
}

input.button {
	background-color: #161616;
	border: 1px solid #222;
	color: #DDD;
	cursor: pointer;
	padding: 2px 4px;
}

#add-comment .formdiv {
	clear: both;
	margin-bottom: 6px;
}
#add-comment label {
	float: left;
	margin-bottom: 6px;
	padding-top: 4px;
	width: 27%;
}
#add-comment label.fContent {
	display: none;
}
#add-comment label img {
	vertical-align: middle;
}
#add-comment .buttons {
	border-top: 1px solid #202020;
	clear: both;
	padding-top: 5px;
}
#add-comment .buttons input.checkbox {
	vertical-align: middle;
}
#add-comment .buttons label {
	float: none;
	vertical-align: -1px;
}

p.textile {
	background-color: #161616;
	line-height: 1em;
	padding: 7px 11px;
	-moz-border-radius: 4px;
}

/* -footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	background: url('footerbg.gif') top left no-repeat;
	clear: both;
	font-size: .9em;
	height: 30px;
	padding: 10px;
	position: relative;
}

#footer .right {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* -geshi
~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.geshi {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.geshi .imp {font-weight: bold; color: red;}
.geshi li, .geshi li.li1 {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.geshi li.li2 {font-weight: bold;}
.geshi .kw1 {color: #FFF; font-weight: bold;}
.geshi .kw2 {color: #FFF; font-weight: bold;}
.geshi .co1 {color: #7B8679;}
.geshi .coMULTI {color: #808080; font-style: italic;}
.geshi .es0 {color: #000099; font-weight: bold;}
.geshi .br0 {color: #FFF; font-weight: bold;}
.geshi .sy0 {color: #FFF;}
.geshi .st0 {color: #EDB91D;}
.geshi .nu0 {color: #933;}
.geshi .re0 {color: #6199B0}
.geshi .re1 {color: #6198A9;}
.geshi .re2 {color: #3333ff;}
.geshi .re3 {color: #933;}
.geshi .re4 {color: #933;}
