@charset "utf-8";

/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
}

a {
	cursor: pointer;
}

/* Textos */
a:hover, a:active, em {
	font-style: normal;
}

body {
	font-size: 70%;
}

#content h1 {
	font-size: 1.4em;
}

#content h2 {
	font-size: 1.3em;
}

big {
	font-size: 1.1em;
	font-weight: bold;
}

small {
	font-size: 0.9em;
}

#content h1, #content h2, #content h3, #content hr, #content p {
	line-height: 1.7em;
	margin: 10px 0;
}

#content p {
	text-align: justify;
}

/* Llistes */
#content li, #content dt {
	margin-left: 20px;
}

/* Formularis */
input, select, textarea {
	border: solid 1px #7F9DB9;
}

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

/* Taules */
table {
	 border-spacing: 2px;	
}

/* Regla horitzontal */
hr {
	clear: both;
	border: solid 1px #CCCCCC;
}

/* MAQUETACIÓ */
html>body #container { /* hack navegadors moderns */
	overflow: auto;
}

#container {
	position: relative;
	width: 760px;
	margin: auto;
}

#nav li, #subnav li {
	display: inline;
}

#footer {
	text-align: center;
}



/* Celler Can Pujol */
#nav {
	float: right;
	text-align: right;
}

#content {
	padding: 20px;
}

#footer {
	text-align: right;
	padding: 4px;
	margin: auto;
	width: 752px;
}

/* Backgrounds */
#container {
	background-color: #f8f8c7; // groc clar
}

#footer {
	background-color: #113B32; // verd fosc
}

.qshop button {
	background-color: #669900; // verd clar
}

/* Bordes */
.qshop button {
	border-color: #003300; // verd fosc
}

/* Textos */
a, a:hover, a:active, h1, em {
	color:#669900; // verd clar
}

#footer, #footer a, .qshop button {
	color: #FFFFFF; // blanc
}

@media print {
/* Imprimir */
* {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
}

#nav, #subnav, button{
	display: none;
}
}

@media print, @media handheld {
/* Imprimir y dispositivos móviles */
html, body, #container, #content {
    width: 100%;
}
}