body {
	background-color: #000000;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	overflow-x: hidden;
	background-image: url(../images/fons.jpg);
	background-repeat: repeat;
	line-height: normal;
}

@font-face {
 font-family: catalunya;
 src: url("../fonts/artista.eot")
}
@font-face {
 font-family: catalunya;
 src: url("../fonts/artista.ttf")
}


a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
.capcalera {
	width: auto;
	height: 15px;
	background-image:url(../images/peu.jpg);
	background-repeat: repeat-x;
	}
h1 {
	font-family: catalunya;
	text-align: center; 
	font-size: 40px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	word-spacing: 5px;
	text-shadow: 2px 2px 2px #000;
}
#loading {
	line-height: 500px;
	height: 500px;
	color: white;
	text-align: center;
	width: 1000px;
	z-index: 900;
	position: absolute;
	float: left;
	background-color: black;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#pictureLoadContainer {
	width: 0px;
	height: 0px;
	overflow: hidden;	
}

#container {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	padding-top: 20px;
}

#container .header {
	margin-top: 10px;
	margin-bottom: 10px;
}

#container #items {
	width: 1000px;
	overflow: hidden;
	height: 500px;	
}

#container #items .nav {
	position: absolute;
	height: 500px;
	padding: 20px;
	line-height: 500px;
	float: left;
	cursor: pointer;
	margin-top: -500px;
	display: none;
}

#container #items .left {
	margin-left: 0px;
}

#container #items .right {
	margin-left: 888px;
}

#container .item {
	background-position: top center;
	background-repeat: no-repeat;
	width: 250px;
	height: 500px;
	overflow: hidden;
	float: left;
	text-indent: -1000px;
}

#container .item img {
	display: block;	
}

#container #items #overflow {
	width: 500000px;
	height: 500px;
	overflow: visible;
}

#caption {
	float: left;
	height: 55px;
	width: 900px;
	text-indent: 0px;
}

#caption .background {
	height: 55px;
	width: 900px;
	background-color: #000000;
	position: absolute;
	left: 50px;
	}

#captionContent {
	position: absolute;
	float: left;
	padding: 5px;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 30px;
	padding-left: 60px;
	font-family: catalunya;
}

.comentaris {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.head {
	font-family: catalunya;
	text-align: center; 
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	margin-top: 0px;
}

h3 a {
	font-family: catalunya;
	text-align: center; 
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
}

h3 a:hover {
	font-family: catalunya;
	text-align: center; 
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
}
.text {
	color: #eaeaea;
	font-size: 12px;
	text-align: justify;
	text-transform: lowercase;
}

.foot {
	margin-bottom: 10px;
	height: 280px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}

.footesquerra {
	width: 350px;
	float: left;
}
.footdreta {
	width: 500px;
	float: left;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 15px;
	text-align: right;
	padding-top: 10px;
}

.note {
	float: left;
	width: 265px;
	background-color: #0A0A0A;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 22px;
	text-transform: uppercase;
	font-size: 10px;
	-webkit-box-shadow: 2px 2px 5px #000000;
  	-moz-box-shadow: 2px 2px 5px #000000;
  	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=2, offY=2, positive=true);
	height: 120px;
	background-image: url(../images/fons.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	border: 1px solid #000;
}
.note small {
	display: none;
	}
#usernotes {
	position: relative;
	color: #eaeaea;
}

input {
	width: 250px;
	margin-left: 10px;
	border: 0px;
	background-color: #0A0A0A;
	color:#917955;
	padding: 2px;
	border: 1px solid #2A2A2A;
}

input:focus {
	width: 250px;
	margin-left: 10px;
	border: 0px;
	background-color: #917955;
	color:#0A0A0A;
	padding: 2px;
	border: 1px solid #917955;
}
textarea {
	width: 250px;
	height: 100px;
	margin-left: 10px;
	border: 0px;
	background-color: #0A0A0A;
	color:#917955;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #2A2A2A;
}

textarea:focus {
	width: 250px;
	height: 100px;
	margin-left: 10px;
	border: 0px;
	background-color: #917955;
	color:#0A0A0A;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #917955;
}
input[type="submit"] {
	 border: none;
	 cursor: pointer;
	 color: #eaeaea;
	 font-size: 12px;
	 background-color: #30240c;
	 padding: 5px;
	 border-radius: 5px; 
	 filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=2, offY=2, positive=true);
	 box-shadow: 2px 2px 5px #000000;
	 width: 70px;
	 margin-top: 15px;
	 text-transform: uppercase;
}

input[type="submit"]:hover {
	color: #ffffff;
	border-bottom: 0px solid rgba(0, 0, 0, 0.4); background-color: #0a0a0a;
	text-transform: uppercase;
	}

.peu { 
	text-align: center;
	width: auto;
	font-size: 18px;
	margin-top: 100px;
	margin-bottom: 0px;
	background-image: url(../images/peu.jpg);
	background-repeat: repeat;
	height: 94px;
	width: auto;
	padding-top: 60px;
	color: #cccccc;
	}
.footer {
	background-image: url(../images/peu.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 990px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -110px;
	padding-top: 150px;
	font-size: 12px;
}
.footer a {
color: #cccccc;
font-weight: bold;
}

.enventa {
	position: absolute;
	right: 20px;
	top: -30px;
	}
