﻿/*
 Theme Name:   Twenty Eleven Child
 Theme URI:    http://localhost/beseit/wp-content/themes/twentysixteen-child/
 Description:  Twenty eleven Child Theme
 Author:       mut
 Template:     twentyeleven
 */

/******* beseit pàgina html **************************** */

#beseit {
	background-color:#FFFFFF;
	
	padding-left:100px;
	padding-top: 0px;
	padding-right: 60px;
	text-align:justify;
	font-size:20px;
	
}

#beseit span {
font-weight: bold;
}

#img_beseit {
    width: 300px;
    height:auto;
    float:right;
   
    clear:left;
    padding-left:20px;
    padding-right:60px;
    padding-top: 10px;
    border-collapse:separate;
  }

#img_mapa_pcat {
 /* width: 300px;
    height:auto; */

    float:left;
}    
  

#beseit p {
margin-top:20px;
}


#beseit h2{
	margin-top:20px;
	color:maroon;
	 font-weight: 700;
	 font-size:larger;
		}

#beseit h3{
	margin-top:20px;
	margin-bottom:0px;
	
	 font-weight: 700;
		}
		
#beseit h4{
	 color:red;
	 font-weight: 700;
		}
		
#beseit h6{
	 color:blue;
	 font-size:x-small;
text-align: center;
		}

/******* beseit pàgina cuina **************************** */
#cuina h1 {
text-align:center;

}
/******* beseit pàgina llista d'entrtades **************************** */
#archive-list {
text-align:left;
padding-left:100px;
}
#archive-list h2 {
 color:red;
 font-weight: bold;
 padding-bottom:20px;
	
	}


/******* beseit pàgina diaris **************************** */
#diaris{
text-align: left;
font-size: 18px;
font-weight:bold;
color:fuchsia;
width: 60%;
border:#ebb73a 3px solid; /*ponemos un dorde para que se vea bonito*/
margin-left:5%;
padding-left: 40px;
}

#lateral{
padding-left:5px;
width: 40%;  /*Este será el ancho que tendrá tu columna*/
background-color: #FFFFFF;   /*Aquí pon el color del fondo que quieras para este lateral*/
float:left; /*Aqui determinas de lado quieres quede esta "columna" */
}

#principal{
margin-left:50%; /*Este margen hace que no se encime el contenido en tu menúlateral, es     importante que pongas un pocos pixeles más que el ancho  de tu columna lateral*/
width: 40%;
background-color: #FFFFFF;
}
	

/************************llistes*********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 102%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* estructures */
#page {

	margin: 0em auto;
	
	max-width: 100%;
}



/*-Canviar el format de la lletra dels títols de les entrades: */

.entry-title {
font-weight: bold;
margin: 0 0 5px;
font-size:22px;
}

/*- canvia el format del menu */



/* body */
body {
	background: #e1dddc;
/* senyera */
	background-image:url('../../../imatges/2_bg.gif');
}


@media (min-width:750px){
#page {
	max-width: 70%;
}
}





