/*
Theme Name: huarte blog
Theme URI: http://www.eltipografico.com/
Description: <a href="http://www.eltipografico.com/">eltipografico.com</a>.
Version: 1.0
Author: Miguel García
Author URI: http://eltipografico.com/
*/

/* ---------------- reseteamos todos los estilos ------------------- */

	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,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* ---------------- reseteamos todos los estilos ------------------- */


body{
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	text-align: center;
	/*background-color: #e3e3e3;*/
}

ul#opciones {
	list-style-type: none;
	margin: 0 0 0 255px;
	padding: 0;
}
	ul#opciones li {
		list-style-type: none;
		display: inline;
		float: right;
		margin: 0;
		padding: 0;
	}
	ul#opciones li.oculto {
		display: none;
	}
	ul#opciones li a {
		display: block;
		float: left;
		width: 80px;
		height: 25px;
		margin: 0 0 0 5px;	
		padding: 0;
	}
	ul#opciones li a.primero {
		margin-left: 5px;	
	}
	ul#opciones li a.itemA5D62D { background-color: #A5D62D; }
	ul#opciones li a.itemCD0047 { background-color: #CD0047; }
	ul#opciones li a.itemFB7E0F { background-color: #FB7E0F; }
	ul#opciones li a.item647A78 { background-color: #647A78; }
	ul#opciones li a.item619BE5 { background-color: #619BE5; }
	ul#opciones li a.itemBDB970 { background-color: #BDB970; }
	
	ul#opciones li a span {
		display: none;
	}

	
#page {
	width: 785px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}

#headerimg {
	clear: both;
	padding-top: 2em;
	padding-bottom: 3em;
}

	#headerimg h1 { 	
		width: 256px;
		font-weight: normal;
		position: relative;
		z-index: 1;
	
	}
	#headerimg h1 a {
		color: #000;
		text-decoration: none;
		width: 256px;
		height: 103px;
		background: url(/blog/wp-content/themes/huarte/images/logo.png) no-repeat;
		display: block;
		color: #000;
	}
	#headerimg h1 a span {
		position: absolute;
		z-index: -1;
	}
	#headerimg .description {
		display: none;
	}


#content {
	float: right;
	width: 66%;
	line-height: 1.1em;
}
	#content h2 {
		font-size: 1.4em;
		font-weight: normal;
		line-height: 1.1em;
	}
	#content h2.pagetitle{
		font-size: 1em;
		text-align: right;
		padding-bottom: 2em;
	}
	#content h2 a {
		text-decoration: none;
	}
	#content h2 a:hover {
		text-decoration: underline;
	}
	#content p, #content ul, #content ol, #content address, #content blockquote  {
		margin: 1em 0;
		font-size: 0.8em;
	}
		#content blockquote {
			margin: 1em;
			background: #e3e3e3 url(images/quotes.png) no-repeat bottom right;
			padding: 1em;
		}
		#content blockquote p {
			font-size: 1em;
		}
		
		#content ul {
			margin: 1em 1em 1em 3em;
		}
		
	#content p.fecha {
		font-size: 0.7em;
		color: #999;
		margin: 0 0 0.3em 0;
		padding: 0;
	}
	#content .postmetadata {
		margin: 1em 0 2.5em 0;
	}
	#content .postmetadata p {
		color: #999;
	}
	#content .postmetadata p.comentarios {
		background: #fff url(images/ico_comentarios.png) no-repeat 0px 3px;
		padding-left: 1.3em;
		margin: 0.5em 0;
	}
	#content .postmetadata p.archivo {
		background: #fff url(images/ico_archivo.png) no-repeat 0px 3px;
		padding-left: 1.3em;
		margin: 0.5em 0;
	}
	#content .postmetadata p.tags {
		background: #fff url(images/ico_tags.png) no-repeat 0px 3px;
		padding-left: 1.3em;
		margin: 0.5em 0;
	}
	#content .postmetadata a {
		color: #999;
	}
	#content .postmetadata a:hover {
		text-decoration: underline;
	}

#sidebar {
	float: left;
	width: 25%;
	font-size: 0.8em;
	line-height: 1.1em;
}

	#sidebar ul li {
		list-style-type: none;
	}


	#sidebar h2 {
		font-size: 1.7em;
		font-weight: normal;
		margin-top: 2em;
		border-bottom: 1px solid #777;
		color: #777;
	}
	#sidebar h2 a {
		text-decoration: none;
	}
	#sidebar h2 a:hover {
		text-decoration: underline;
	}
	#sidebar p, #sidebar ul {
		margin: 1em 0;
		font-size: 0.8em;
	}
	
	#sidebar ul li ul li  {
		font-size: 1.5em;
	}
	
	#sidebar ul li form input#s {
		background: #fff url(images/lupita.png) no-repeat 3px 3px;
		border: 1px solid black;
		padding: 0.3em 0.5em 0.3em 1.7em;
		width: 65%;
		font-size: 1em;
	}
	#sidebar ul li form input#searchsubmit {
		border: none;
		width: 20%;
		font-size: 0.9em;
		background-color: #fff;
		margin: 0; 
		padding: 0;
	}
	#sidebar ul li a {
		text-decoration: none;
	}
	#sidebar ul li a:hover {
		color: #000;
	}
	#sidebar ul li ul li {
		border-bottom: 1px dotted #999;
		margin: 5px 0;
	}

hr {
	clear: both;
	visibility: hidden;
}

#footer {
	border-top: 1px solid #999;
	font-size: 0.7em;
	text-align: right;
	padding: 1em 0;
}
#footer p {
	margin: 1em 0;
}
.navigation {
	padding: 1em 0;
}

/* ------------------------- */
#akst_form {
	font-size: 0.8em;
}
#akst_email form input {
	border: 1px solid black;
}

