/* @override
	http://www.aulabarcelona.org/atelier/fr/wp-content/themes/atelier/style.css
*/

/*   

Theme Name: Atelier
Theme URI: http://http://www.aulabarcelona.org/atelier/ca/
Author: RUDE
Author URI: http://rudeworks.com
Version: 1.0
Description: Theme a dos columnas simple y limpio.

*/

/* @group CSS inicial */

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	background: transparent url(images/back.jpg) repeat-x top left;
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;
	/*Elimina el efecto bold en Safari*/
}

/* Ajustes básicos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

ul {
	list-style: none;
	list-style-type: none;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #437480;
}

a:hover {
	color: #599bad;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
}

/* Formularios */

label, button {
	cursor: pointer;
}

input, select, textarea {
	font-size: 100%;
}

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

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
	margin: 0 15px 10px 0;
}

.float-left_nm {
	float: left;
	margin: 0 15px 0 0;
}

.float-right {
	float: right;
	margin: 0 15px 0 10px;
}

.align-right {
	text-align: right;
}

.helvetica {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.separador {
	background: transparent url(images/hr.jpg) no-repeat top left;
	padding: 10px 0;
}

/* @end */

/* @group HTML > BODY > WRAPPER */

body{
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}



/* @end */

/* @group TIPOGRAFIA */

h2 {
	font: bold 2.4em Arial, Helvetica, Geneva, sans-serif;
	color: #abb8bf;
	margin: 10px 0 10px 0;
	letter-spacing: -1px;
}

h3 {
	font: bold 2.1em Arial, Helvetica, Geneva, sans-serif;
	color: #94a0a6;
	margin: 10px 0 10px 0;
	letter-spacing: -1px;
}

h3.no-margin {
	margin: 10px 0 0 0;
}

h4 {
	font: bold 1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #7a7e80;
}

h5 {
	color: #abb8bf;
	font-size: 1.2em;
}

small {
	margin: -10px 0 10px 0;
	display: block;
	font-style: italic;
}

p.align-right small {
	margin: 0 0 10px 0;
	display: block;
	font-style: italic;
}

/* @end */

/* @group HEADER */

h1 {
	margin: 0;
}

h1 a {
	background: transparent url(images/header_4.jpg) no-repeat top left;
	display: block;
	width: 750px;
	height: 215px;
	text-indent: -9999px;
}

#menu_sup {
	background: transparent url(images/menu_sup_back.jpg) no-repeat top left;
	width: 750px;
	height: 50px;
	font-size: 1.2em;
	margin-top: 10px;
}

#menu_sup form, #menu_sup p {
	float: left;
}

#menu_sup form p {
	margin: 0;
}

#menu_sup form p input {
	width: 217px;
	height: 32px;
	background: transparent url(images/menu_sup_input.gif) no-repeat top left;
	padding: 8px 0 0 15px;
	margin: 9px 0 0 10px;
	color: #879094;
}

#menu_sup p.inscripcions {
	margin: 0;
}

#menu_sup p.inscripcions a {
	display: block;
	width: 171px;
	height: 23px;
	background: transparent url(images/menu_sup_inscripciones.gif) no-repeat top left;
	padding: 9px 0 0 15px;
	margin: 9px 0 0 27px;
}

#menu_sup p.inscripcions a:hover {
	background: transparent url(images/menu_sup_inscripciones.gif) no-repeat bottom left;
}

#menu_sup ul {
	margin: 18px 20px 0 0;
	float: right;
	font-size: 0.9em;
}

#menu_sup ul li {
	display: inline;
	margin: 0;
}

/* @end */

/* @group MAIN */

#main {
	margin-top: 10px;
}

#sidebar, #menu, #menu_2, #menu_3, #rutes, #content {
	float: left;
}

#sidebar {
	width: 230px;
}

#menu {
	background: transparent url(images/menu_back.jpg) no-repeat top left;
	width: 230px;
}

#menu p {
	padding: 15px 0 0 20px;
	font-size: 1.6em;
	color: #abb8bf;
	margin: 0;
}

#menu p span {
	width: 190px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #abb8bf;
}

#menu ul {
	width: 190px;
	padding: 10px 0 0 20px;
	font-size: 1.2em;
}

#menu ul li {
	margin: 0 0 6px 0;
	display: block;
	background: transparent url(images/menu_arrow.jpg) no-repeat right 3px;
}

#menu ul li.current_page_item {
	background: transparent url(images/menu_arrow_hover.jpg) no-repeat right 3px;
}

#menu ul li:hover {
	background: transparent url(images/menu_arrow_hover.jpg) no-repeat right 3px;
}

#menu ul li a {
	color: #7B7E80;
	background-color: #F0F3F5;
	padding-right: 3px;
}

#menu_2 {
	width: 230px;
	border-top: 1px solid #D0D5D9;
}

#menu_2 ul {
	width: 210px;
	background: transparent url(images/menu_2_back.jpg) no-repeat bottom left;
	padding: 10px 0 15px 20px;
	margin: 0;
	font-size: 1.2em;
}

#menu_2 ul li {
	margin: 0 0 6px 0;
	display: block;
	width: 190px;
	background: transparent url(images/menu_2_arrow.jpg) no-repeat right 3px;
}

#menu_2 ul li.current_page_item {
	background: transparent url(images/menu_2_arrow_hover.jpg) no-repeat right 3px;
}

#menu_2 ul li:hover {
	background: transparent url(images/menu_2_arrow_hover.jpg) no-repeat right 3px;
}

#menu_2 ul li a {
	color: #7B7E80;
	background-color: #E7EDF0;
	padding-right: 3px;
}

#menu_3 {
	width: 230px;
	border-top: 1px solid #D0D5D9;
}

#menu_3 ul {
	width: 210px;
	background: transparent url(images/menu_2_back.jpg) no-repeat center left;
	padding: 10px 0 5px 20px;
	margin: 0;
	font-size: 1.2em;
}

#menu_3 ul li {
	margin: 0 0 6px 0;
	display: block;
	width: 190px;
	background: transparent url(images/menu_2_arrow.jpg) no-repeat right 3px;
	font-weight: bold;
}

#menu_3 ul li.current_page_item {
	background: transparent url(images/menu_2_arrow_hover.jpg) no-repeat right 3px;
}

#menu_3 ul li:hover {
	background: transparent url(images/menu_2_arrow_hover.jpg) no-repeat right 3px;
}

#menu_3 ul li a {
	color: #656565;
	background-color: #E7EDF0;
	padding-right: 3px;
}

#rutes {
	margin: 10px 0 20px 0;
}

#rutes ul {
	margin: 0;
}

#rutes ul li {
	margin: 0;
}

#rutes ul li a {
	width: 160px;
	padding-left: 70px;
	display: block;
	color: #7a7e80;
}

#rutes ul li a span {
	display: block;
	font: bold 1.8em Arial, Helvetica, Geneva, sans-serif;
	color: #abb8bf;
	padding-top: 10px;
}

#rutes ul li a.ruta1 {
	height: 66px;
	background: transparent url(images/rutes_top.jpg) no-repeat top left;
}

#rutes ul li a.ruta2 {
	height: 65px;
	background: transparent url(images/rutes_mid.jpg) no-repeat top left;
}

#rutes ul li a.ruta3 {
	height: 65px;
	background: transparent url(images/rutes_bottom.jpg) no-repeat top left;
}

#rutes ul li a:hover {
	background-position: bottom left;
}

#content {
	width: 480px;
	margin: 0 0 30px 40px;
	overflow: hidden;
}

#content .postblock {
	margin: 0 0 10px 0;
	background: transparent url(images/hr.jpg) no-repeat bottom left;
	padding-bottom: 20px;
}

#content p, #content ul {
	color: #7a7e80;
	font-size: 1.3em;
	line-height: 1.3em;
}

#content ul {
	margin: 0 0 20px 10px;
}

#content .map {
	margin: 0 0 15px 0;
}

#content ul li {
	padding-left: 13px;
	background: transparent url(images/main_li.jpg) no-repeat 0 3px;
	margin-top: 8px;
	display: block;
}

#content img {
	float: left;
	margin: 10px 0;
}

a.boto_inscripcio {
	background: transparent url(images/boto_inscripcio_a.gif) no-repeat scroll top right;
	padding-right: 35px;
	display: block;
	float: left;
	margin-right: 10px;
	height: 32px;
}

a.boto_inscripcio span {
	background: transparent url(images/boto_inscripcio_span.gif) no-repeat scroll top left;
	display: block;
	line-height: 32px;
	padding: 0 0 0 15px;
}

a.boto_inscripcio:hover {
	background-position: bottom right;
}

a.boto_inscripcio:hover span {
	background-position: bottom left;
}

table {
	width: 480px;
}

table.programme {
	width: 480px;
	font-size: 1.2em;
	margin-bottom: 40px;
}

table th {
	font-size: 1.2em;
	color: #acb8bf;
	text-align: left;
	border-bottom: 1px solid #acb8bf;
	padding-bottom: 5px;
}

table td {
	font-size: 1.1em;
	padding: 5px 0;
	border-bottom: 1px solid #eff3f5;
	color: #7a7e80;
}

table td.hora {
	width: 60px;
	font-weight: bold;
	padding-right: 13px;
	background: transparent url(images/main_li.jpg) no-repeat 55px center;
}

table td.lloc {
	font-weight: bold;
}

/* @end */

/* @group FOOTER */

#footer {
	width: 750px;
	height: 110px;
	margin: 0 0 20px 0;
	background: transparent url(images/footer_back.jpg) no-repeat top left;
}

#footer ul {
	float: right;
	margin: 14px 25px 0 0;
}

#footer ul li {
	display: inline;
}

/* @end */

/* @group IMAGES */

#content .slideshow {
	margin: 0 auto;
	height: 600px;
}

#content .slideshow ul {
	background: #FFF;
	left: 0px;
	bottom: -10px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	z-index: 10001;
	margin: 0;
	width: 480px;
}

#content .slideshow ul a {
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	height: 25px;
	margin: 4px;
	opacity: 0.5;
	width: 40px;
}

#content .slideshow ul a.active,
#content .slideshow ul a:hover {
	opacity: 1;
}

#content .slideshow ul li {
	float: left;
	list-style: none;
	padding: 0;
	background: none;
	margin: 0;
}

/* @end */