* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff url('/workspace/img/myhaiku_logo_china_bright.png') 60px 100% fixed no-repeat;
}

body {
	margin-left: 200px;
	background: #fff url('/workspace/img/lisc_bright.png') center right fixed no-repeat;
	color: white;
	font-family: 'Verdana', sans-serif;
}

#package {
	margin: 0px;
	margin-right: 20%;
	padding: 0px;
	border-top: 1px solid;
	border-left: 15px solid;
	border-right: 25px solid;
	border-bottom: 1px solid;
	border-color: #ddd;
	background-color: #eee;
	color: #222;
	font-size: 0.8em;
	min-height: 50em;
}

#package > h2, vcard h2 {
	position: relative;
	margin: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	color: #777;
	text-align: center;
}

hr {
	width: 80%;
	height: 2px;
	border: 0px none;
	color: #222;
	background-color: #ddd;
}

p {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	text-indent: 1em;
}

p:first-letter {
	text-transform: uppercase;
}

hr + p {
	font-size: 0.8em;
	opacity: 0.8;
}

hr + p a {
	border-color: #222;
}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	font-weight: bold;
}

a:hover {
	border-color: #000;
	color: #000;
}

img {
	border: 0px none;
}

h3, h2, h1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul, ol {
	padding-left: 2em;
	font-size: inherit;
	list-style: square;
}

li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

code {
	display: block;
	padding: 0.5em 3em;
	background: #ddd;
	color: #111;
	font-family: monospace;
	font-size: 1.2em;
}

#logo {
	position: fixed;
	left: 0px;
	top: 25px;
	width: 200px;
	overflow: hidden;
	margin: 0px;
	background-image: url('/workspace/img/myhaiku_logo_bright.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#logo a {
	display: block;
	margin: 0px auto;
	width: 200px;
	height: 40px;
	border: 0px none;
	text-indent: -9999px;
}

#menu {
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 80px;
	width: 200px;
	padding: 0px;
	background: #fff;
	list-style: none;
	font-size: 1.2em;
}

#menu li {
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

#menu li a {
	display: block;
	margin: 0px;
	border: 0px none;
	border-top: 1px solid #eee;
	padding: 0px;
	line-height: 3em;
	font-weight: bold;
	color: #888;
}

#menu li a:hover {
	border-color: #666;
	background-color: #eee;
	color: #999;
}

#footer {
	position: fixed;
	left: 80%;
	right: 0px;
	bottom: 0px;
	margin-left: 40px; /* left+right borders of main section */
	padding: 10px;
	background: transparent;
	color: #666;
	list-style: none;
	text-align: right;
	font-size: 0.8em;
	z-index: 0;
}

#footer li {
	margin-top: 1em;
}

div.entry {
	position: relative;
	clear: both;
	border-top: 1px solid;
	border-color: #ddd;
	padding: 1em;
	z-index: 99;
}

div.entry[class~='last'] {
	border-bottom: 1px solid #ddd;
}

div.article-header {
	margin-bottom: 1em;
}

p.date {
	float: right;
	margin: 0px;
	font-style: italic;
	font-size: 0.8em;
}

h2.title {
	margin-top: 1.5em;
	margin-bottom: 2em;
	text-align: center;
}

dl.filed-under {
	position: absolute;
	top: 0px;
	left: 100%;
	margin: 0px;
	margin-top: -1px;
	border-top: 1px solid #ddd;
	padding: 1px;
	padding-top: 0.5em;
	padding-left: 40px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	font-family: 'Arial', sans-serif;
	font-weight: bolder;
	color: #222;
}

dl.filed-under dt {
	display: none;
}

dl.filed-under dd.tags {
	color: #666;
}

p.authors, 
p.co-workers {
	clear: none;
	margin: 0px;
	font-size: 0.8em;
}

p.archiwalny {
	color: #999;
	font-style: italic;
	font-size: 0.8em;
}

p.more-info {
	clear: none;
	text-align: right;
	font-size: 0.8em;
}
p.more-info a {
	font-weight: normal;
}

div.entry ul.linki {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.entry ul.linki li {
	margin-top: 0px;
}

#image-block {
	margin-left: -1em;
	margin-right: -1em;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 10px;
	background-color: #ddd;
	text-align: center;
}

#image-block a {
	border: 0px none;
	font-size: 1px; /* to keep whole thing from resizing when font size is changed in browser */
}
#image-block img {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	border: 2px solid #000;
	vertical-align: middle;
	cursor: pointer;
}

#image-block #scroller-left, #image-block #scroller-right {
	position: absolute;
	overflow: hidden;
	width: 15px;
	margin-top: -10px;
	color: #000;
	background-color: #ddd;
	vertical-align: middle;
}

#image-block #scroller-left.enabled, #image-block #scroller-right.enabled {
	background-color: #7c3;
}

#image-block #scroller-left.enabled:hover,
#image-block #scroller-right.enabled:hover {
	background-color: #9e5;
}
#image-block #scroller-left {
	left: 0px;
}
#image-block #scroller-right {
	right: 0px;
}
#image-block #scroll-me {
	width: auto;
	white-space: nowrap;
}

#image-viewer {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #333;
	background-image: url('/symphony/images/widgets/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	cursor: move;
}
#image-viewer img {
	position: absolute;
	visibility: hidden;
	z-index: 5;
}
#image-description {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 1em;
	background: #000;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	opacity: 0.4;
	z-index: 50;
}

.entryList {
	margin-top: 1.5em;
	margin-bottom: 2em;
	list-style: circle;
	color: #222;
}
h3 + .entryList {
	margin-top: 0em;
}
.entryList li {
	padding-bottom: 0.2em;
}
.entryList a {
	padding-bottom: 0.1em;
	font-weight: normal;
	color: #222;
}
.entryList a.archiwalny {
	color: #999;
}
.entryList a.more {
	font-style: italic;
}

div.pager {
	min-height: 1em;
	padding: 0.5em;
	background-color: #ddd;
	text-align: right;
}
div.entry div.pager {
	margin-left: -1em;
	margin-right: -1em;
	margin-bottom: -1em;
	margin-top: 4em;
}
div.pager a {
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 0.8em;
}
div.pager a.previous {
	float: left;
	padding-left: 18px;
	background-image: url('../img/arrow-left.gif');
	background-position: left center;
}
div.pager a.next {
	padding-right: 18px;
	background-image: url('../img/arrow-right.gif');
	background-position: right center;
}

/******* Authors *******/

div.vcard {
	min-height: 5em;
}

div.vcard a {
	font-weight: normal;
}

div.vcard img.photo {
	float: right;
	margin: 1em;
	border: 1px solid #000;
}

/******* Messages *******/

p.error, p.success, p.warning {
	/*position: fixed;
	left: 0px;
	bottom: 0px;
	width: 160px;
	margin: 0px;*/
	padding: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-weight: bolder;
}
p.error {
	background-color: #700;
	background-image: url('../img/icon-error.png');
}
p.success {
	background-color: #070;
	background-image: url('../img/icon-tick.png');
}
p.warning {
	background-color: #740;
	background-image: url('../img/icon-warn.png');
}

/******* Forms *******/

fieldset {
	border: 0px none;
}
label {
	display: block;
}
input, select, textarea {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
	border: 1px solid #999;
	background: #eeb;
	color: #900;
	font-family: 'Comic Sans', 'Comic Sans MS', cursive;
	font-size: 1em;
}
input.error, select.error, textarea.error {
	background-color: #700;
	color: #fff;
}
input:focus, select:focus, textarea:focus {
	background: #fff;
	border-style: dashed;
	color: #000;
}
input[type='hidden'] {
	display: none;
	border: 0px none;
}
input[type='submit'] {
	margin-top: 1em;
	border: 1px solid #000;
	background-color: #7c3;
	background-image: none;
	color: #222;
	text-align: center;
	font-family: 'Verdana', sans-serif;
}

/******* Comments *******/

div.comments {
	clear: both;
	position: relative;
	border-top: 1px solid;
	border-color: #ddd;
	padding: 1em;
	background-color: #ffc;
	color: #996;
}

div.comments + div.comments {
	color: #222;
	background-color: #eee;
}

div.comments[class~='last'] {
	border-bottom: 1px solid #ddd;
}

dl.comment {
	clear: both;
	padding-top: 1em;
}

h2 + dl.comment {
	padding-top: 0px;
}

dl.comment dt {
	float: left;
	width: 150px;
	margin-left: -1em;
	border-right: 1px dashed #eee;
	padding: 0.5em;
	background: #dda;
	text-align: right;
}

dl.comment dt a, dl.comment dd {
	font-family: 'Comic Sans', 'Comic Sans MS', cursive;
}

dl.comment dt a.autorzy {
	border: 0px none;
	padding-right: 17px;

	background-repeat: no-repeat;
	background-position: right center;
	color: #f70;
}

dl.comment dt a.autorzy:hover {
	color: #fff;
}

dl.comment dt small {
	display: block;
	color: #996;
}

dl.comment dd {
	margin-left: 150px;
	padding: 0.5em;
	border-left: 1px dashed #eee;
	background: #eeb;
	color: #552;
}

dl.comment dd p {
	clear: none;
	margin-top: 0px;
}

dl.comment dd blockquote {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-style: italic;
	opacity: 0.7;
}

dl.comment dd blockquote * {
	quotes: '';
}
dl.comment dd blockquote > *:before {
	content: "\201E";
	font-family: "Times New Roman", serif;
	font-size: 2em;
}
dl.comment dd blockquote > *:after {
	content: "\201D";
	font-family: "Times New Roman", serif;
	font-size: 2em;
}
dl.comment dd blockquote q:before {
	content: "\00AB";
}
dl.comment dd blockquote q:after {
	content: "\00BB";
}


dl.comment[id='form'] dt, dl.comment[id='form'] dd {
	background: #070;
}

div.comments form, div.comments #guideline {
	width: 45%;
}

div.comments #guideline {
	float: right;
}

div.comments label small {
	color: #aaa;
}

/******* Linki *******/

div.linki dd {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #aaa;
}

/******* Archive *******/

#archive:before {
	content: 'Wybierz datę:';
	color: #222;
}
ul#past-entries:before {
	margin-left: -2em;
	margin-bottom: 1em;
	content: 'Wybierz interesującą Cię publikację:';
	color: #222;
}
ul#past-entries li {
	padding-top: 1em;
}

ul#past-entries li + li {
	padding-top: 0px;
}


#archive a small {
	color: #999;
	font-style: italic;
	font-size: 0.6em;
}

#archive a {
	font-weight: normal;
}

#archive a.active {
	background-color: #ddd;
	font-weight: bold;
}

ul#year, ul#month {
	position: absolute;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-top: 1em;
	z-index: 99;
	list-style: none;
}

ul#year li, ul#month li {
	margin: 0px;
	padding: 0px;
}

ul#year a, ul#month a {
	display: none;
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #ddd;
}
ul#year li a.active, ul#month li a.active {
	display: block;
	background-image: url('../img/arrow-down.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

ul#year {
	width: 6em;
	margin: 0px;
	margin-left: -1em;
	text-align: center;
}

ul#year:hover li a, ul#month:hover li a {
	display: block;
}

ul#year:hover li a.active, ul#month:hover li a.active {
	background-image: none;
}

ul#month {
	width: 10em;
	margin-left: 6em;
}

#past-entries {
	margin-top: 5em;
	z-index: 5;
}

/******* Color categorization *******/

a[target='_blank'], a[class][target='_blank'],
.linki h2 a, .linki h3 a, a.linki, #menu a:hover.linki {
	border-color: #000;
}
a[target='_blank']:hover, a[class][target='_blank']:hover,
.linki h2 a:hover, .linki h3 a:hover, a.linki:hover {
	border-bottom-style: solid;
}

.system h2 a, .system h3 a, .system p.more-info a, a.system, #menu a:hover.system {
	border-color: #b33;
}
.system h2 a:hover, .system h3 a:hover, .system p.more-info a:hover, a.system:hover {
	border-bottom-style: solid;
}
.system dd.category {
	color: #ee7;
}

.porady h2 a, .porady h3 a, .porady p.more-info a, a.porady, #menu a:hover.porady {
	border-color: #ed7;
}
.porady a:hover, .porady h3 a:hover, .porady p.more-info a:hover, a.porady:hover {
	border-bottom-style: solid;
}
.porady dd.category {
	color: #ed7;
}

.aplikacje h2 a, .aplikacje h3 a, .aplikacje p.more-info a, a.aplikacje, #menu a:hover.aplikacje {
	border-color: #78c;
}
.aplikacje h2 a:hover, .aplikacje h3 a:hover, .aplikacje p.more-info a:hover, a.aplikacje:hover {
	border-bottom-style: solid;
}
.aplikacje dd.category {
	color: #78c;
}

.artykuly h2 a, .artykuly h3 a, .artykuly p.more-info a, a.artykuly, #menu a:hover.artykuly {
	border-color: #392;
}
.artykuly h2 a:hover, .artykuly h3 a:hover, .artykuly p.more-info a:hover, a.artykuly:hover {
	border-bottom-style: solid;
}
.artykuly dd.category {
	color: #392;
}

.strona h2 a, .strona h3 a, .strona p.more-info a, a.strona, #menu a:hover.strona {
















	border-color: #fff;
}
.strona h2 a:hover, .strona h3 a:hover, .strona p.more-info a:hover, a.strona:hover {


	border-bottom-style: solid;



}
.strona dd.category {
	color: #fff;
}

.archiwum h2 a, .archiwum h3 a, .archiwum p.more-info a, a.archiwum {
	border-color: inherit;
}
#menu a:hover.archiwum {
	border-color: #fff;
}
.archiwum h2 a:hover, .archiwum h3 a:hover, .archiwum p.more-info a:hover, a.archiwum:hover {
	border-bottom-style: solid;
}

a.autorzy {
	border-color: #f70;
}
a.autorzy:hover {
	border-bottom-style: solid;
}

/******* Special links *******/

a.symphony {
	border-color: #cf0 !important;
	border-bottom-width: 2px !important;
}

a.rss {
	border-color: #f90 !important;
	border-bottom-width: 2px !important;
}

a.card {
	border-color: #9c1 !important;
	border-bottom-width: 2px !important;
}

a.google {
	border-color: #36c !important;
	border-bottom-width: 2px !important;
}

a.css {
	border-color: #687 !important;
	border-bottom-width: 2px !important;
}

.admin {
	cursor: pointer;
}

/******* Google.com *******/

.google input.google {
	background-image: url('http://www.google.com/coop/intl/pl/images/google_custom_search_watermark.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.google input.google:focus, h2.google input.google.value {
	background-image: none;
}

.google input {
	display: inline;
	width: 58%;
}
.google input[type='submit'] {
	display: inline;
	width: 38%;
}

div.entry.google {
	background-image: url('/workspace/img/myhaiku_google_bright.png');
	background-position: right top;
	background-repeat: no-repeat;
}
