/*  
Theme Name: Freshy
Theme URI: http://www.jide.fr
Description: My, you're looking fresh.
Version: 1.0
Author: Julien De Luca
Author URI: http://www.jide.fr
*/

/*
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*@import url("gallery_inici.css");*/
@import url("layout.css");


html{
	background-color: transparent;
	color: black;
}

body, html {
	margin:0;
	padding:0;
	font-size : 90%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

body {
	margin:0;
	padding:0;
	background:#7F7F7F;
}

/*::-moz-selection {
	background-color:#FF3C00;
	color:white;
}*/

/*object{
	border: solid #000000 2px;
}*/

/*-----------GENERAL STYLING--------------*/

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

#content a {
	border-bottom:2px dotted silver;
	color:#515151;
}

#content a:hover {
	border-bottom:2px dotted #FF3C00;
}

/*------HEADER------*/

#title_image {
	margin:auto;
	text-align:left;
	display:block;
	height:95px;
	width:780px !important;
	margin-left:10px;
	background-image:url(img/jujolbloc100.png);
}

#title {
	background:url(img/header.gif) top #7F7F7F no-repeat;
	height:76px;
	margin:0;
	padding:25px 25px 0 25px;
	clear:both;
	text-align:left;
}

html>body #title {
	height:51px;
}

#title h1 {
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:.7em;
	font-size:2.1em;
	/*letter-spacing:-.1em;*/
	font-family: Helvetica, Arial, sans-serif;
	background-color: transparent;
	color:white;
}

#title h1 a {
	color:white;
	display:block;
	background-color: transparent;
}

.description {
	color:#e4843e;
	line-height: normal;
	background-color: transparent;
}


/* --------CONTENT------ */

#content h2 {
	color:#515151 !important;
	padding:5px 0;
	margin:0;
	font-size:1.3em;
	border:none;
	clear:both;
	background-color: white;
}

#content h2 a {
	text-decoration:none;
	border:none;
}

#content h2 a:hover {
	border-bottom:2px dotted silver;
	color: #FF3C00;
	background-color: white;
}

#content a:hover {
	border-bottom:2px dotted #FF3C00;
	color: silver;
	background-color: white;
}

hr {
	display:none;
	clear:both;
}

p{
	text-align:justify;
	margin:10px 0 5px 0;
	line-height: normal;
}

p.object{
	z-index:-100;
	padding:25px 0 25px 0;
}

p.author{
	text-align:right;
	font-weight:bold;
	padding-right:80px;
}
p.edu{

	font-style:italic;
	margin:20px 50px 0 50px;
}
p.obertes{
	margin-top:50px;
}
span.edu{

	font-style:italic;
	margin-left:10px;
}
object{
	z-index:-100;
	padding-top:20px;
}

h3 {
	font-size: 1.2em;
	color:#515151;
	padding:10px 0 4px 0 ;
	margin:4px 0 0 0 ;
	clear:both;
	background-color: white;
}
h4 {
	font-size: 1.1em;
	color:#515151;
	padding:8px 0 4px 15px;
	margin:3px 0 0 0 ;
	clear:both;
	background-color: white;
}

ul,
ol {
	list-style-type:none;
	list-style-position:outside;
	padding-left:20px;
	font-style: normal;
	margin: 10px 0 5px 0;
}

ul ul li,
ol ol li {
	background:transparent url(images/bullet.gif) 0px .5em no-repeat;
	padding-left:8px;
	
}

#content ul li {
	background:transparent url(img/puce.png) 2px .4em no-repeat;
	padding-left:20px;
	font-style: normal;
	line-height: normal;
}

#content ol li {
	list-style-type:decimal;
	list-style-position:inside;
	background:transparent;
	padding-left:10px;
	width: 500px;
}

#content ol li li {
	padding-left:2em;
}

#content li.rev{
	margin: 20px 0 10px 100px;
	background: transparent;
}

/* Imatge */
a img {
	border: 0 none;
}
img.shadow {
    /*border: solid 1px #CCC;*/
	-moz-box-shadow: 5px 5px 0px #999A94;
	-webkit-box-shadow: 5px 5px 0px #999A94;
    box-shadow: 5px 5px 0px #999A94;
        }
 img.left{
 	margin:10px 15px 10px 0;
 }
        
/* Paràgrafs */
        
p.dreta{
	text-align:right;
}
p span.center{
	text-align:center;
	font-size:1.5em;
	color: #FF3C00;
}

p strong.red{
	color:red;
	font-size:1.5em
}
abbr, acronym {  
	border-bottom: #FF3C00 1px dotted ;  
	cursor: help;  
}

sub{
	font-size:0.1em;
}

.u{
	text-decoration:underline;
}

#content iframe .video{
	border:10px;
	border-color:red;
}

/*-------SIDEBAR---------*/

#sidebar {
	font-size:.9em;
	background-color:#fff;
	color: black;
}


#sidebar ul, ol {
	padding:0;
	margin:10px 0 0 0;
	max-width:210px;
}

#sidebar ul li, ol li {
	background:transparent url(img/puce.png) 2px .4em no-repeat;
	padding-left:15px;
	padding-top:2px;
	margin-top:2px;
}

#sidebar p {
	padding:0;
	margin:0 1em 1em 0;
	text-align:justify;
}

#sidebar h2 {
	background:#FFFFFF url(img/stripe_gray.gif);
	padding: 8px;
	margin: 25px 0 10px 0;
	font-size: 1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#FF3C00;
}

#sidebar strong.red{
	color:#2060CF;
	font-size:1.5em
	}

#news img{
	width: 28px;
	margin-top:25px;
	margin-right:5px;
	padding-right: 5px;
	float: left;
	}
#comenius img{
	width: 28px;
	margin-top: 13px;
	margin-right:5px;
	padding-right: 5px;
	float: left;
}


#sidebar h3 {
	font-size: 1em;
	color:#515151;
	padding:10px 0 4px 10px ;
	margin:4px 0 0 0 ;
	background-color: transparent;
}

#sidebar a{
	text-decoration: none;
	border-bottom:2px dotted silver;
	color: #515151;
	line-height: normal;
	background-color: transparent;
}

#sidebar a:hover{
	color: silver;
	border-bottom:2px dotted #FF3C00;
	line-height: normal;
	background-color: transparent;
}

#sidebar .current_page_item li a:hover{
	color : #FF3C00;
}

#sidebar ul li.idioma{
	list-style-type:none;
	background:none;
	display:inline;
	margin:0px;
	padding:0 5px 0 0;
	border: none;
}

#sidebar ul li.noimatge{
	list-style-type:none;
	list-style-image:none;
	background:none;
	padding:0 0 5px 0;
}

/*---------Calendari---------*/
#sidebar .countdownCalendarDateTimerId{
	color: #ff3c00;
	text-align: center;
	font-size: 1.5em;
}

#sidebar .counter{
	color: #ff3c00;
	text-align: left;
	font-size: 0.5em;
	border: none;
}

/*----------botons-------*/
#sidebar .button{
	background: #fff;
	padding: 1px;
	font-size: 10px;
	font-variant: small-caps;
	border: 1px solid #999999;
	width:auto;
	margin-bottom:0px;
}

/* Botó Firefox */
#sidebar .firefox{
	width: 90px;
	background: #ffffff;
	padding: 2px;
	font-size: 9px;
	border: solid #999999 1px;
	display: block;
	margin-bottom: 3px;
}
#sidebar .boto{
	vertical-align:middle;
	display: inline;
	padding-bottom: 2px;
}
#sidebar span.firef{
	color: #000000;
	border-left: solid #999999 1px;
	padding-left: 2px;
	width:60px;
	background-color: transparent;
}

/* botó adreces d'interès */
span.adreces{
	color: #000000;
	background: #668FBA;
	/*padding: 0px 3px 0px 3px;*/
	background-color: white;
}
span.interes{
	color: #000000;
	background: #ffffff; 
	padding: 0px 0 0px 3px;
	border-left: solid #999999 1px;
	background-color: white;
}

/* Botó idioma */
span.idiom{
	color:#668FBA;
	background:#ffffff;
	background-color: white;
}



#mapa{
	width:220px;
	margin-top: 15px;
}
	
	
/*----MENU------*/
/* menu _original*/
#menu {
	background:url(img/menu/menu_bg.gif) 50% 0 #515151 repeat-x;
	margin:0;
	padding:0;
	height:80px;
	width:780px;
	border-top:1px solid #FFFFFF;
}

#page + div {
	text-transform: uppercase;
	/*background:url(img/menu/menu_triple_orange.gif) 50% -19px #515151 repeat-x;*/
}

/*----------- TABLE -----------------*/
table{
	margin: 15px 0 15px 0;
}

caption {
	color:#515151;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size:1.1em;
	font-weight: bold;
	padding:8px 0 2px 0;
	margin:3px 0 0 0;
	text-align:left;
}

caption.horari{
	margin-left:18px;
}
th{
	font-weight:bold;
	border: 2px solid #515151;
	padding:5px;
	/*background:#FFFFFF url(img/stripe_gray-large.gif);*/
}

th.verd, thead.verd{
		background:#FFFFFF url(img/stripe_verd.gif);
		border: 1px solid #515151;
}
th.rosa, thead.rosa{
		background:#FFFFFF url(img/stripe_rosa.gif);
		border: 1px solid #515151;
}
th.blau, thead.blau{
		background:#FFFFFF url(img/stripe_blau.gif);
		border: 1px solid #515151;
}
th.groc, thead.groc{
		background:#FFFFFF url(img/stripe_groc.gif);
		border: 1px solid #515151;
}

th.orange, thead.orange{
		background:#FFFFFF url(img/stripe_orange.gif);
		border: 1px solid #515151;
		padding: 10px;
}
th.ample{
	width: 203px;
}


th.lila, thead.lila{
		background:#FFFFFF url(img/stripe_gray.gif);
		border: 1px solid #515151;
		padding: 10px;
}
th.amplada1{
	width: 125px;
}
th.amplada2{
	width: 72px;
}
th.amplada3{
	width: 290px;
}

td{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size:90%;
	border: 1px solid #515151;
	padding:5px;
	width: auto;
}

#table p{
	margin: 2px 0 0 0;
}
#table ul li.taula{
	background: none;
	list-style: disc;
	padding-left: 0;
	margin: 2px 0 0 0;
}
#table ol li.taula{
	background: none;
	list-style:decimal;
	padding-left:0;
	margin: 2px 0 0 20px;
	width:225px;
}

/*--------FOOTER---------*/

#footer .footer_content {
	position: relative; 
	width: 760px !important;
	width: 780px;
	display: block;
	margin-right: auto;
	margin-left: auto !important; /* stupid ie... */
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted silver;
	text-align: center;
	background-color: transparent;
}
#footer .footer_content img{
	display: inline-block;
	width: 82px;
}
#footer small + img{
	margin-bottom: 7px;
}
#footer .footer_content p{
	text-align: center;
}

