/*
	Resetear CSS
*/
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, img,
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,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1;
}

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}

blockquote, q {
     quotes: "" "";
}

input, textarea {
     margin: 0;
     padding: 0;
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}


/* 
	Resetear CSS 
*/


body {
	font-family: Helvetica, Arial, Sans-serif;
	background: #fff url(/blog/wp-content/themes/dkz10/images/fondo.png) no-repeat 980px 0px fixed;
}

.clear {
	clear: both;
}

#contenedor {
	margin: 0 0 0 20px;
	width: 960px;
}
#cabecera {
	background: #fff url(/blog/wp-content/themes/dkz10/images/fondo_cabecera.jpg) no-repeat 0px 0px;
	height: 280px;
	border-top: 1px solid white;
}

	#cabecera h1 {
		margin-left: 500px;
		padding-top: 40px;

	}
	#menu {
		padding-top: 40px;
		font-size: 0.8em;
		margin-left: 250px;
	}
	#menu li {
		float: left;
		padding-right: 40px;
		display: block;
	}
	#menu li a {
		font-weight: bold;
		color: #3D1212;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff;
	}
	#menu li a:hover {
		text-decoration: underline;
	}

#contenido {
	font-size: 0.8em;
}

#contenido.estrecho {
	float: left; 
	width: 650px;
}


#contenido h2 {
	word-spacing: -3px;
	font-size: 1.8em;
}
#contenido p {
	margin: 1em 0;
	line-height: 1.4em;
}
* .post {
	padding-bottom: 4em;
}
.postmetadata {
	padding: 1em;
	background-color: #e3e3e3;
}
#contenido a, #sidebar a {
	color: #3D1212;
}
#contenido a:hover, #sidebar a:hover {
	text-decoration: none;
}
#contenido .snippet {
	/*width: 49%;*/
	/*float: left;*/
	padding-top: 1em;
	clear: both;
}
	#contenido .snippet h2 {
		margin-top: 0;
		font-weight: bold;
	}
	#contenido .snippet p.fecha {
		margin-bottom: 0;
		font-size: 0.75em;
	}
	#contenido .snippet .foto {
		float: left;
		width: 25%;
		padding-right: 15px;
		color: #333;
	}
	#contenido .snippet p.gaztelera {
		float: left;
		width: 35%;
		padding-right: 15px;
		color: #333;
	}
	#contenido .snippet p.euskera {
		float: right;
		width: 35%;
		color: #000;
		padding-right: 15px;
	}
	
	#contenido h3 {
		margin: 1em 0;
		font-weight: bold;
		font-size: 15px;
	}
#sidebar {
	float: right;
	width: 220px;
	font-size: 0.8em;
}

#sidebar ul {
	margin: 1em 0;
}
#sidebar ul li {
	line-height: 1.4em;
}

