/* CSS Document */

<!--
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(imagenes/back.jpg) no-repeat fixed center center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
	background-color: #0F0F0A;
	background-repeat: no-repeat;
	/*overflow: hidden;*/
}

a {
	color: #aba785;
	text-decoration: none;
}

a:hover {
	color: #e1e1e1;
}

ul {
	list-style: none;
}

#content {
	position: absolute;
	top: 43%;
}

#content.left {
	width: 350px;
	right: 590px;
	margin-top: 70px;
	margin-left: 150px;
	text-align: right;
}

#content.right {
	width: 500px;
	right: 0px;
	margin-top: -40px;
	margin-right: 150px;
}

#content p {
	margin-top: 15px;
}

#content blockquote {
	position: absolute;
	margin-top: -140px;
	font-family: serif;
	font-style: italic;
}

#content blockquote p {
	color: #d3d3d3;
	font-size: 18px;
}

#content blockquote p.author {
	margin-left: 300px;
	font-size: 11px;
}

#content blockquote + img {
	margin-left: -13px;
	margin-top: -10px;
	background-image: url('/images/agnieszka_shadow.png');
	width: 500px;
	height: 240px;
	padding: 13px;
}

#menu {
	width: 450px;
	position: absolute;
	top: 43%;
	right: 590px;
	margin-top: 10px;
	z-index: 1;
}

#menu ul {
	position: absolute;
	right: 0px;
}

#menu ul li {
	float: left;
	margin-left: 10px;
}

#gallery-menu {
	margin-top: 10px;
	line-height: 20px;
	border-right: 1px solid #757575;
	padding: 8px 12px 8px 0px;
}

h1, h2 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
}

h1 {
	background-image: url('imagenes/logo.png');
	width: 251px;
	height: 72px;
	top: 43%;
	right: 580px;	
	margin-top: -72px;
}

h2 {
	background-image: url('imagenes/top.png');
	width: 87px;
	height: 126px;
	top: 0px;
	left: 0px;
	z-index: 0;
}

img {
	border: 5px solid #000;
}

#photos {
	background: url('imagenes/bottom.png') no-repeat bottom right; 
	position: absolute;
	width: 550px;
	height: 100%;
	top: 0px;
	right: 0px;
	overflow: auto;
}

#photos dl {
	width: 0px;
	/*height: 0px;*/
}

#photos dl dt {
	/*background: transparent url('../images/thumb_shadow.png') no-repeat top left;*/
	position: absolute;
	width: 0px;
	/*height: 0px;*/
	padding: 13px;
	z-index: 1;
}

#photos dl dd {
	position: absolute;
	display: none;
}

#photos dl dd.background {
	/*background: url('../images/thumb_background.png') no-repeat top left;*/
	background-color:#000000;
	width: 0px;
	height: 0px;
	z-index: 0;
}

#photos dl dd.background + dd {
	margin: 20px 0px 0px 0px;
	border-left: 1px solid #757575;
	padding: 8px;
	width: 280px;
}

#photos dl dd.background + dd h3 {
	font-size: 14px;
	color: #d3d3d3;
	margin-bottom: 5px;
}

button {
	background: none;
	border: none;
	width: 200px;
}

input, textarea, select {
	background: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	border: 1px solid #1f1f1f;
	background-color: #000000;
	width: 200px;
	padding: 3px;
}

input:focus, textarea:focus, select:focus {
	background-color: #0f0f0f;
}

-->