* {
	padding:0;
	margin:0;
	}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
/* The above is The Fluid Global Whitespace Reset from http://leftjustified.net Thanks a lot!*/

/* =Typography */
body {
	font-family:/* 'Lucida Grande', 'Lucida Sans Unicode',  */ Arial, Helvetica, sans-serif;
	font-size:100%;
	}
#nav {
	text-transform:uppercase;
	}
h2 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.8em;
	}
	h2 cite {
		font-style: normal;
		font-size: 1em;
		}
#content p {
	font-size:0.875em; /* =14px */
	line-height: 1.5em;
	}
	#content .portrait-photo .caption {
		font-size: 0.625em;
		text-align: right;
		margin: 0;
		padding: 0;
		max-width: none;
		color: #653;
		}
#home blockquote {
	font-size: 1.25em; /* =20px */
	}
	#home blockquote {
		margin: 0;
		}
	#home blockquote p {
		max-width: 21em;
		font-size: 1em;
		line-height: 1.85em;
		padding: 0 50px 0 25px;
		}
	blockquote p strong {
		font-weight: normal;
		}
cite {
	font-size: 0.75em;
	}
	cite:before {
		content: "„";
		}
	cite:after {
		content: "”";
		}
label {
	font-size:0.875em;
	}
	label:after {
		content: ":";
		}
#content #footer, #footer {
	font-size: 0.625em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif ;
	}

/* =Layout */

#portrait {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 15;
	}
.frame {
	position: fixed;
	background: url(../images/30-percent-opaque-black-bg.png) repeat;
	z-index: 31;
	}
#borderTop {
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
	}
#borderRight {
	top: 10px;
	right: 0;
	bottom: 10px;
	width: 10px;
	}
#borderLeft {
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 10px;
	}
#borderBottom {
	right: 0;
	bottom: 0;
	left: 0;
	height: 10px;
	}
h1 {
	margin: 10px 0 0 35px;
	height: 164px;
	z-index: 20;
	}
	#about h1 {
		margin-left: 15px;
		}
	#contact h1 {
		margin-left: 16px;
		} 
h2 {
	margin: 1em 10px 1em 10%;
	padding-left: 45px;
	z-index: 1;
	clear: right;
	}
	h2 cite {
		text-align: left;
		display: inline;
		width: auto;
		}
#tagline {
	margin: 0 0 0 10px;
	height: 45px;
	text-indent: -9999px;
	position: relative;
	bottom: 43px;
	z-index: 20;
	}
#nav {
	float: right;
	position: relative;
	bottom: 133px;
	right: 10px;
	margin: 0;
	width: 326px;
	height: 30px;
	z-index: 20;
	list-style-type: none;
	}
	#nav a {
		border: 0;
		}
	#nav li span, #nav li a:link, #nav li a:visited {
	    position: absolute;
	    top: 0;
	    height: 30px;
	    text-indent: -9000px;
	    overflow: hidden;
		}
		#nav #home-tab span, #nav #home-tab a:link, #nav #home-tab a:visited {
			left: 0;
			width: 70px;
			}
			#home-tab a:link, #home-tab a:visited {
				background: url(../images/nav-bg.png) no-repeat 0 0;
				}
			#home-tab a:hover {
				background: url(../images/nav-bg.png) no-repeat 0 -32px;
				}
			#home-tab span, #home-tab a:active {
				background: url(../images/nav-bg.png) no-repeat 0 -64px;
				}
		#nav #work-tab span, #nav #work-tab a:link, #nav #work-tab a:visited {
			left: 72px;
			width: 80px;
			}
			#work-tab a:link, #work-tab a:visited {
				background: url(../images/nav-bg.png) no-repeat -72px 0;
				}
			#work-tab a:hover {
				background: url(../images/nav-bg.png) no-repeat -72px -32px;
				}
			#work-tab span, #work-tab a:active {
				background: url(../images/nav-bg.png) no-repeat -72px -64px;
				}
		#nav #about-tab span, #nav #about-tab a:link, #nav #about-tab a:visited {
			left: 154px;
			width: 80px;
			}
			#about-tab a:link, #about-tab a:visited {
				background: url(../images/nav-bg.png) no-repeat -154px 0;
				}
			#about-tab a:hover {
				background: url(../images/nav-bg.png) no-repeat -154px -32px;
				}
			#about-tab span, #about-tab a:active {
				background: url(../images/nav-bg.png) no-repeat -154px -64px;
				}
		#nav #contact-tab span, #nav #contact-tab a:link, #nav #contact-tab a:visited {
			left: 236px;
			width: 90px;
			}
			#contact-tab a:link, #contact-tab a:visited {
				background: url(../images/nav-bg.png) no-repeat -236px 0;
				}
			#contact-tab a:hover {
				background: url(../images/nav-bg.png) no-repeat -236px -32px;
				}
			#contact-tab span, #contact-tab a:active {
				background: url(../images/nav-bg.png) no-repeat -236px -64px;
				}
#downloads {
	float: right;
	position: relative;
	bottom: 80px;
	right: -316px;
	margin: 0;
	width: 326px;
	height: 30px;
	z-index: 20;
	list-style-type: none;
	}
	#downloads a {
		border: 0;
		}
	#downloads li a:link, #downloads a:visited {
		position: absolute;
	    top: 0;
	    height: 30px;
	    text-indent: -9000px;
	    overflow: hidden;
		}
		#cv-pl a:link, #cv-pl a:visited {
			left: 0;
			width: 162px;
			}
			#cv-pl a:link, #cv-pl a:visited {
				background: url(../images/download-buttons-bg.png) no-repeat 0 0;
				}
			#cv-pl a:hover {
				background: url(../images/download-buttons-bg.png) no-repeat 0 -32px;
				}
			#cv-pl a:active {
				background: url(../images/download-buttons-bg.png) no-repeat 0 -64px;
				}
		#cv-en a:link, #cv-en a:visited {
			left: 164px;
			width: 162px;
			}
			#cv-en a:link, #cv-en a:visited {
				background: url(../images/download-buttons-bg.png) no-repeat -164px 0;
				}
			#cv-en a:hover {
				background: url(../images/download-buttons-bg.png) no-repeat -164px -32px;
				}
			#cv-en a:active {
				background: url(../images/download-buttons-bg.png) no-repeat -164px -64px;
				}
#content {
	margin-top: 57px;
/* 	position: relative; */
	}
	#content p {
		max-width: 30em;
		margin-left: 15%;
		}
		#home #content p {
			max-width: 25em;
			margin-left: auto;
			margin-right: 550px;
			}
		#home #content {
			margin-top: 90px;
			}
.book-cover, .portrait-photo {
	float: right;
	position: relative;
	top: -4.225em;
	margin: 0 5%;
	}
blockquote {
	margin: 1em 0 1em -5%;
	}
	#home #content blockquote p {
		margin-left: auto;
		margin-right: 400px;
		}
#gallery {
	float: right;
	list-style-type: none;
	width: 327px;
	margin-top: 5px;
	}
	#gallery li {
		display: inline;
		line-height: 0;
		height: 0;
		padding: 0;
		margin: 0;
		}
		#gallery a {
			text-decoration: none;
			border: none;
			margin: 0;
			padding: 0;
			}
			#gallery a:hover {
				background-color: transparent;
				}
		#gallery li img {
			display: inline;
			margin: 0 6px 6px 0;
			padding: 0;
			border: 0;
			}
cite {
	display: block;
	text-align: right;
	width: 48em;
	}
#legenda p{
	line-height: 1em;
	margin: 0.5em 5% 0.5em 15%;
	}
#contact-stuff {
	
	}
#contact-form {
	position: relative; /* this is needed to get the form above the portrait :) */
	z-index: 50;
	}
	#contact-form label, #contact-form label {
		margin: 0;
		}
	#contact-form ol {
		list-style: none;
		}
		#contact-form li {
			padding-bottom:.5em;
			}
	#contact-form input {
		width: 30em;
		}
	#contact-form label {
		display:block;
		margin-bottom: .25em;
		}
	#contact-form button {
		margin-left: 10%;
		}

#footer {
	padding: 0 0 10px 0;
	margin: 0 auto;
	position: relative;
	z-index: 30;
	}
	#home #content #footer {
		top: 190px;
		margin-right: 640px;
		}
	#work #footer {
		top: 203px;
		padding-left: 5px;
		}
	#about #footer {
		top: 250px;
		margin-left: 12%;
		}
	#contact #footer {
		margin-left: 15%;
		padding-left: 10px;
		padding-bottom: 0;
		}


/* =Color */
body {
	color: black;
	}
	h1 {
		text-indent: -9000px;
		}
	body#home {
		background: #877bc1;
		color: #fff;
		}
		#home h1 {
			background:  url(../images/header-sign-home.png) top left no-repeat;
			}
		#home #tagline {
			background: url(../images/tagline-home.png) top left no-repeat;
			}
		#home #portrait {
			background: url(../images/Monika-home-1.png) right bottom no-repeat;
			}
	body#work {
		background: #c19e70;
		}
		#work h1 {
			background:  url(../images/header-sign-work.png) top left no-repeat;
			}
		#work #tagline {
			background: url(../images/tagline-work.png) top left no-repeat;
			}
	body#about {
		background: #FF3399;
		color: white;
		}
		#about h1 {
			background: url(../images/header-sign-about.png) top left no-repeat;
			}
		#about #tagline {
			background: url(../images/tagline-about.png) top left no-repeat;
			}
		#about cite {
			color: #7d184c;
			}
	body#contact {
		background: #FFCE00;
		}
		#contact h1 {
			background: url(../images/header-sign-contact.png) top left no-repeat;
			}
		#contact h2 {
			z-index: 1;
			}
		#contact #tagline {
			background: url(../images/tagline-contact.png) top left no-repeat;
			}
		#contact #portrait {
			background: url(../images/Monika-kontakt.png) 90% bottom no-repeat;
			}
		#contact #footer {
			position: static;
			}
		.req {
			color: #a78700;
			}
	#footer {
		color: white;
		}
h2 {
	background: url(../images/30-percent-opaque-black-bg.png) repeat;
	}
#nav {
	color: black;
	}

#home blockquote p {
	background: url(../images/30-percent-opaque-black-bg.png) repeat;
	color: #877bc1;
	}
	#home blockquote p strong {
		color: black;
		}
fieldset {
	border: none;
	}
form label {
	color: white;
	}
a {
	text-decoration: none;
	border-bottom: solid;
	border-width: 0 0 1px 0;
	}
	a:link {
		color: white;
		}
	a:visited {
		color: black;
		border-bottom:  1px dotted;
		}
	a:hover {
		color: white;
		background-color: black;
		border-bottom: 1px solid black;
		}
a:link, a:focus {
	outline: none; /* to wyłącza outline po kliknięciu w link w mozilli */
	}