/* CSS Document */

body {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 70%;
	color: #555;
	line-height: 140%;
	background: url(img/practicespace.jpg) no-repeat fixed #e2e2e2;
}

a {
	/* color: #ffc423; */
	color: #e5a200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
}

img {
	border: 0;
}

ul.raw, ul.st-related-posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#container {
	width: 700px;
	margin: 0 auto;
}

div#header {
	margin-top: 25px;
	text-align: center;
}

/* h1#logo {
	width: 156px;
	height: 140px;
	margin: 0 auto;
	margin-top: 25px;
	text-indent: -9999px;
	background: url(img/thepantones.gif) no-repeat;
} */

h1#logo {
	display: none;
}

div#wrapper {
	position: relative;
	width: 680px;
	float: left;
	margin-top: 25px;
	margin-bottom: 35px;
	padding: 20px;
	padding-bottom: 15px;
	/* background-color: #1e1e1e; */
	background-color: #fff;
}

div#content {
	float: left;
	width: 440px;
}

div.entry {
	position: relative;
	float: left;
	width: 440px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(img/dots_bg.gif) repeat-x left bottom;
}

div.entry h2 {
	font-size: 200%;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0 8px 0;
}

h2.pagetitle {
	margin: 5px 0 8px 0;
	font-size: 100%;
	margin-bottom: 20px;
	padding-bottom: 2px;
	text-transform: uppercase;
	background: url(img/dots_bg.gif) repeat-x left bottom;
}

div.entry h2 a {
	color: #555;
}

div.entry img {
	margin-bottom: 10px;
}

div.entry p {
	margin-top: 0;
}

div.metadata {
	float: left;
	font-size: 90%;
	color: #999;
	margin-bottom: 10px;
}

div.metadata li {
	float: left;
	margin-right: 5px;
}

div.comments {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
}

div.comments a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 150%;
	font-style: italic;
	padding-top: 5px;
	color: #1e1e1e;
	outline-style: none;
	background: url(img/circle.gif) no-repeat;
}

div.comments a:hover {
	text-decoration: none;
	background-position: 0 -30px;
}

div#sidebar {
	float: right;
	width: 210px;
	padding-top: 3px;
	text-align: right;
	font-size: 90%;
	color: #858585;
}

div#sidebar h4 {
	margin: 0;
	margin-bottom: 5px;
	width: 210px;
	height: 20px;
}

div#sidebar h4 span {
	visibility: hidden;
}

	h4#kim-jestesmy {
		background: url(img/tytuly/kim_jestesmy.gif) no-repeat;
	}
	
	h4#najnowsze-realizacje {
		background: url(img/tytuly/najnowsze_realizacje.gif) no-repeat;
	}
	
	h4#kategorie {
		background: url(img/tytuly/kategorie.gif) no-repeat;
	}
	
	h4#archiwum {
		background: url(img/tytuly/archiwum.gif) no-repeat;
	}
	
	h4#flickr {
		background: url(img/tytuly/flickr.gif) no-repeat;
	}
	
	h4#linki {
		background: url(img/tytuly/linki.gif) no-repeat;
	}

	h4#rss {
		background: url(img/tytuly/rss.gif) no-repeat;
	}
	
	h4#popularne-wpisy {
		background: url(img/tytuly/popularne_wpisy.gif) no-repeat;
	}
	
	h4#zobacz-rowniez {
		background: url(img/tytuly/zobacz_rowniez.gif) no-repeat;
	}
	
	h4#najnowsze-komentarze {
		background: url(img/tytuly/najnowsze_komentarze.gif) no-repeat;
	}
	
	h4#tagi {
		background: url(img/tytuly/tagi.gif) no-repeat;
	}

div#sidebar p {
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.module {
	float: left;
	width: 210px;
	margin-bottom: 15px;
}

div.module-content {
	padding-left: 5px;
}

.flickr img {
	width: 40px;
	margin-left: 5px;
}

div#footer {
	/* position: absolute;
	right: 10px;
	bottom: 14px; */
	margin-top: 10px;
	color: #999;
}

h3#respond {
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
}

div.dodajdo {
	margin-bottom: 12px;
}

input, textarea {
	font-family: Georgia, sans-serif;
	font-size: 100%;
	color: #555;
	padding: 3px;
}

textarea {
	width: 430px;
}

input#submit {
	color: #000;
	border: 0;
	padding: 5px 30px;
	font-weight: bold;
	background-color: #ffc322;
	cursor: pointer;
}

h3#comments {
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	padding: 5px 15px 3px;
	margin-bottom: 5px;
	color: #333;
	background: url(img/dots_bg.gif) repeat-x left bottom;
}

ol.commentlist cite {
	font-weight: bold;
}

div.pagerbox a {
	margin-right: 5px;
}

/* Paging */

a.current {
	color: #555;
	font-weight: bold;
}

a.current:hover {
	text-decoration: none;
}

div.rc_info, div.rc_excerpt {
	float: left;
}

div.rc_info {
	margin-right: 3px;
}

div#rc_newer {
	margin-right: 5px;
}

.recent-comments li {
	clear: both;
	float: right;
}

div#container .rc_item .rc_info .author_name {
	font-weight: normal;
}