/*  
Theme Name: metal.ize
Theme URI: http://metalize.liveonstyle.com/
Description: Tema para mi blog personal, metal.ize. Necesita de los plugins <a href="http://www.coffee2code.com/wp-plugins/">Customizable Post Listings v1.1</a>, <a href="http://vapourtrails.ca/wp-keywords">Jerome's keywords v2.0-beta3</a>, <a href="http://www.sporadicnonsense.com/">SRG Clean Archives v2.0</a> y <a href="http://www.elektroelch.de/wp/pagebar.html">Pagebar v1.3</a>. Compatible con los plugins <a href="http://theundersigned.net/2006/06/landing-sites-11">Landing Sites v1.3</a>, <a href="http://sw-guide.de/wordpress/related-posts-for-jeromes-keywords-plugin/">Jerome's Keywords: Related Entries v2.1</a>, <a href="http://www.artux.com.ar/?p=37">Compartelo v1.3</a> y <a href="http://ryanduff.net/projects/wp-contactform/">WP-ContactForm v1.4.3</a>.
Version: 1.0
Author: MeTaL_oRgY
Author URI: http://metalize.liveonstyle.com/

	metal.ize 1.0
	 http://metalize.liveonstyle.com/

	Tema dise�ado por MeTaL_oRgY
	http://metalize.liveonstyle.com

*/

/*******************************************/
/***** Hoja de estilos para metal.ize ******/
/*******************************************/

/*** Importando CSS de Plugins ***/

/* Pagebar. Necesario para el theme */
/* http://www.elektroelch.de/wp/pagebar.html */
@import url('css/pagebar.css');

/* Jerome's Keywords Tags. Necesario para el theme */
/* http://vapourtrails.ca/wp-keywords */
@import url('css/tags.css');

/* Related entries, opcional. Quita los comentarios del @import despues de instalar el plugin. */
/* http://sw-guide.de/wordpress/related-posts-for-jeromes-keywords-plugin/ */
@import url('css/related-entries.css');

/* Landing Sites, opcional. Quita los comentarios del @import despues de instalar el plugin. */
/* Tambi�n debes quitar los comentarios en HTML y PHP del archivo header.php */
/* http://theundersigned.net/2006/06/landing-sites-11 */
@import url('css/landing-sites.css');

/* Share this, opcional. Quita los comentarios del @import despues de instalar el plugin. */
/* Tambi�n debes quitar los comentarios en HTML y PHP de los archivos index.php y single.php */
/* http://www.artux.com.ar/?p=37 */
@import url('css/share-this.css');

/* WP-ContactForm, opcional. Quita los comentarios del @import despues de instalar el plugin. */
/* http://ryanduff.net/projects/wp-contactform/ */
@import url('css/wp-contactform.css');

/*** Formato ***/
	html {
		background: #000 url('imagenes/bg.jpg') repeat-x;
		color: #444;
		font-size: 10pt;
		font-family: 'Lucida Grande', arial, verdana, tahoma, serif;
		margin: 0;
		padding: 0
	}
	
	body { margin: 0; padding: 0 }
	
	/* Acr�nimos/Abreviaciones */
	acronym, abbr { border-bottom: 0 }
	
	/* Hiperv�nculos */
	a { outline: 0 }
	
	a img { border: 0 }
	
	a:link, a:visited {
		color: #6f9724;
		background-color: inherit;
		text-decoration: none
	}
	
	a:hover, a:active {
		color: #fff;
		background: #6f9724;
		text-decoration: none
	}
	
	/* Citas */
	blockquote {
		width: 70%;
		margin: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 15px 0 15px 10%;
		background: #e5f2cd url('imagenes/blockquotebg.jpg') no-repeat left top;
		border-left: 3px solid #c5e28d;
		border-right: 0;
		border-bottom: 0;
		border-top: 0;
		color: #333;
		font-size: .8em;
		font-family: verdana, arial, serif
	}
	
	blockquote cite { text-align: right }
	
	.citasource a:link, .citasource a:visited {
		color: #6f9724;
		background: #e5f2cd url('imagenes/citasourcebg.jpg') no-repeat left center;
		padding: 2px 2px 2px 18px
	}
	
	.citasource a:hover, .citasource a:active {
		color: #fff;
		background: #6f9724 url('imagenes/citasourcehovbg.jpg') no-repeat left center
	}

/*** Layout ***/
	/* Layout Header */
	h1 { margin: 0; padding: 0 }
		
		h1 a:link, h1 a:visited {
			text-indent: -9999px;
			background: #000 url('imagenes/logo.jpg') no-repeat;
			width: 440px;
			height: 108px;
			display: block
		}
		
		h1 a:hover, h1 a:active {
			background: #000 url('imagenes/logo.jpg') no-repeat
		}
	
	/* Layout Contenido */
		#contenidowrap {
			float: left;
			/* width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1002? "1000px" : "auto"); */
			min-width: 785px;
			max-width: 1000px
		}
		
		#contenido {
			margin-right: 180px;
			background: #fff url('imagenes/tab_men_bg.jpg') repeat-x
		}
		
		#toplink {
			display: block;
			width: 100%;
			height: 32px;
			text-align: right;
			margin: 0;
			font-family: 'trebuchet ms', arial, verdana, tahoma, serif
		}
		
		#toplink a:link, #toplink a:visited {
			display: block;
			color: #fff;
			background: #000 url('imagenes/top_link_bg.jpg') no-repeat right top;
			height: 35px;
			text-align: center;
			line-height: 35px;
			width: 101px;
			font-size: 12pt;
			float: right
		}
		
		* html #toplink a:link, * html #toplink a:visited {
			background: #fff url('imagenes/top_link_bg.jpg') no-repeat right 3px
		}
		
		#toplink a:hover, #toplink a:active { color: #95CB30 }
		
	/* Layout P�ginas */
		.post h2 { color: #F59101 }
		
	/* Layout top nav */
		#topnav {
			list-style: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			height: 45px;
			background: url('imagenes/menu_bg_end.jpg') no-repeat right top
		}
		
		#topnav li {
			list-style-type: none;
			list-style: none;
			display: inline;
			padding: 0;
			margin: 0
		}
		
		.page_item a:link, .page_item a:visited {
			display: block;
			float: left;
			width: 99px;
			height: 42px;
			padding: 3px 0 0 0;
			text-align: center;
			color: #333;
			background: #fff url('imagenes/tab.jpg') no-repeat;
			font-family: 'trebuchet ms', arial, verdana, tahoma, serif;
			font-size: 12pt
		}
		
		.current_page_item a:link, .current_page_item a:visited, .page_item a:hover, .page_item a:active {
			color: #fff;
			background: #000 url('imagenes/tab_active.jpg') no-repeat center bottom;
			padding-top: 15px;
			height: 30px
		}
		
	/* Layout Contenido & Sidebar */
		#conwrap { width: 100%; float: left }
		
		#con {
			margin-right: 165px;
			padding: 0;
			text-align: justify
		}
		
		#conside {
			width: 165px;
			float: left;
			margin-left: -165px;
			text-align: left;
			margin-top: 20px
		}
		
		#archivos {
			text-indent: -9999px;
			background: #fff url('imagenes/archivos.jpg') no-repeat;
			height: 25px;
			width: 165px;
			margin: 0 0 10px 0;
			padding: 0
		}
		
		#archivoslist {
			margin: 0;
			padding: 0 2px 0 0;
			list-style: none;
			list-style-type: none
		}
		
		#archivoslist strong a:link, #archivoslist strong a:visited {
			color: #333;
			background-color: #fff
		}
		
		#archivoslist strong a:hover, #archivoslist strong a:active {
			color: #09F;
			background-color: #fff
		}
		
		#archivoslist ul {
			margin: 2px 0 2px 10px;
			padding: 0;
			list-style-type: none;
			list-style: none;
			color: #b0b0b0;
			font-size: 8pt;
			font-family: arial, verdana, tahoma, serif
		}
		
		#archivoslist ul li {
			height: 1.4em;
			overflow: hidden
		}
		
		#archivoslist ul li a:link, #archivoslist ul li a:visited {
			color: #09f;
			background-color: #fff
		}
		#archivoslist ul li a:hover, #archivoslist ul li a:active { color: #62c0ff }
		
		hr.clear {
			clear: both;
			width: 20%;
			margin: 0 auto;
			border-bottom: 1px solid #fff;
			height: 1px;
			border-top: 0;
			border-left: 0;
			border-right: 0;
			padding: 0
		}
	
	/* Layout Sidebar */
		#sidebar {
			float: left;
			width: 180px;
			margin-left: -180px;
			text-align: center
		}
		
		#sidebar a:link, #sidebar a:visited { background-color: #000 }
		
		#sidebar ul {
			list-style-type: none;
			list-style: none;
			margin: 0;
			padding: 0
		}
		
		#sidebar ul li { padding: 0 0 15px 0 }
		
		#sidebar h3 {
			width: 180px;
			height: 35px;
			display: block;
			margin: 0 0 5px 0;
			padding: 0;
			text-indent: -9999px
		}
		
		#buscarhead { background: #000 url('imagenes/buscar.jpg') no-repeat left center }
		
		#s {
			width: 130px;
			height: 18px;
			border: 0;
			float: left;
			margin: 0 0 0 15px
		}
		
		#searchsubmit {
			width: 20px;
			height: 20px;
			margin: 0px;
			padding: 0px;
			background: #95c930 url('imagenes/butt_green_gradient.jpg') repeat-x;
			border: 0
		}
		
		#nuevoshead { background: #000 url('imagenes/nuevos.jpg') no-repeat left center }
		
		#nuevoslist {
			font-size: .8em;
			text-align: left;
			padding: 0;
			margin: 0
		}
		
		#nuevoslist li {
			height: 2px;
			margin: 0 5px 0 25px;
			overflow: hidden
		}
		
		#nuevoslist a:link, #nuevoslist a:visited {
			color: #09f;
			font-weight: bold;
			font-family: 'lucida grande', arial, verdana, tahoma, serif;
			background-color: #000
		}
		
		#nuevoslist a:hover, #nuevoslist a:active { color: #62C0FF }
		
		#blogrollhead { background: #000 url('imagenes/blogroll.jpg') no-repeat left center }
		
		#blogrolllist {
			font-size: .8em;
			text-align: left;
			padding: 0;
			margin: 0
		}
		
		#blogrolllist li {
			height: 2px;
			margin: 0 5px 0 25px;
			overflow: hidden
		}
		
		#blogrolllist a:link, #blogrolllist a:visited {
			color: #939;
			font-weight: bold;
			font-family: 'lucida grande', arial, verdana, tahoma, serif;
			background-color: #000
		}
		
		#blogrolllist a:hover, #blogrolllist a:active { color: #96C }
		
		#tagshead { background: #000 url('imagenes/tags.jpg') no-repeat left center }
		
		#tagslist {
			font-size: .8em;
			text-align: left;
			position: relative;
			left: 15px;
			width: 165px;
			padding: 0;
			margin: 0
		}
		
		#tagslist li {
			height: 0;
			margin: 0 6px 0 0;
			overflow: hidden
		}
		
		* html #tagslist li { height: 20px }
	
	/* Layout Footer */
		#footer {
			clear: both;
			width: 100%;
			margin: 0;
			padding: 0;
			background: #000 url('imagenes/footer_bg.jpg') repeat-x;
			height: 85px
		}
		
		#footerlink {
			display: block;
			text-indent: -9999px;
			background: url('imagenes/footer_logo.jpg') no-repeat left center;
			height: 50px;
			margin: 0 0 0 10px
		}
		
/*** Posts Headers ***/
	.post h2 { margin: 25px 0 0 0 }
	
	.post h2 a:link, .post h2 a:visited {
		color: #333;
		font-weight: normal;
		padding: 0
	}
	
	.post h2 a:hover, .post h2 a:active {
		background: #fff;
		color: #09F
	}
	
	.post small {
		line-height: 1.5em;
		color: #b0b0b0;
		font-family: arial, helvetica, serif;
		font-size: .8em
	}
	
	.postend {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 9px solid #f5f5f5;
		margin: auto;
		margin-top: 25px;
		width: 70%
	}	
	
/*** Navegaci�n ***/
	/* Post Anterior / Siguiente */
	
		.navigation {
			margin: 20px auto;
			height: 10px;
			width: 95%;
			position: relative;
			text-align: center
		}
		
		.alignleft {
			position: absolute;
			left: 0;
			width: 49%;
			text-align: left
		}
		
		.alignright {
			position: absolute;
			right: 0;
			width: 49%;
			text-align: right
		}
		
		.alignleft a:link, .alignleft a:visited, .alignright a:link, .alignright a:visited {
			display: block;
			border: 1px solid #eee
		}
		
		.alignright a:link, .alignright a:visited {
			background: #fff url('imagenes/right.gif') no-repeat right center;
			color: #6f9724;
			padding-right: 20px
		}
		
		.alignright a:hover, .alignright a:active {
			color: #fff;
			background-color: #6f9724
		}
		
		.alignleft a:link, .alignleft a:visited {
			background: #fff url('imagenes/left.gif') no-repeat left center;
			color: #6F9724;
			padding-left: 20px
		}
		
		.alignleft a:hover, .alignleft a:active {
			color: #fff;
			background-color: #6f9724
		}
	
/*** Posts ***/
	.entry>p, .contactform>p, .post>small, .post>span, .entry>a:link, .entry>a:visited {
		margin-left: 2em;
		margin-right: 2em;
		text-align: justify;
		line-height: 15pt
	}
	
	.entry { margin: 1em 0 2.5em 0 }
	
	/*<-- IE 5.x actuando raro... corrigiendo -->*/
	* html .post { margin-left: 1.5em; margin-right: 1.5em }
	/*<--/ IE 5.x actuando raro --/>*/
	
	.post>h2 { margin-left: .8em }
	
	.centrado {
		margin: 0 auto;
		padding-top: 15px;
		text-align: center
	}
	
	.centrado a img {
		border: 1px solid #eee;
		padding: 5px;
		background-color: #fff;
		color: #eee
	}

	.postmetadata span { font-size: 1em }
	
	.hora, .vistas, .comentario, .editar, .compartelo, .akst_link { padding-left: 18px; line-height: 16px }
	
	.hora { background: #fff url('imagenes/date.jpg') no-repeat left center }
	.vistas { background: #fff url('imagenes/vistas.jpg') no-repeat left center }
	.comentario { background: #fff url('imagenes/comments.jpg') no-repeat left center }
	.editar { background: #fff url('imagenes/editar.jpg') no-repeat left center }
	.compartelo { background: #fff url('imagenes/compartelo.gif') no-repeat left center }
	.akst_link { background: #fff url('imagenes/compartelo.gif') no-repeat left center }
	
	.akst_link a:link, .akst_link a:visited { font-size: .8em }
	
	a:link>.continuar, a:visited>.continuar {
		font-size: .8em;
		color: #6f9724;
		background: #fff url('imagenes/continuarbg.jpg') no-repeat left top;
		padding-left: 16px
	}
	
	a:hover>.continuar, a:active>.continuar {
		font-size: .8em;
		color: #fff;
		background: #6f9724 url('imagenes/continuarbg.jpg') no-repeat left bottom;
		padding-left: 16px
	}
	
	.endpost {
		width: 85%;
		border-left: 0;
		border-top: 0;
		border-right: 0;
		border-bottom: 9px solid #F5F5F5;
		height: 9px;
		margin-left: 7.5%;
		margin-right: 7.5%
	}
	
	.separator {
		width: 75%;
		border-left: 0;
		border-top: 0;
		border-right: 0;
		border-bottom: 9px solid #F1F1F1;
		margin: 1.1em auto
	}
	
	/* Headers */
		.download {
			background: #fff url('imagenes/download.gif') no-repeat left center;
			padding-left: 22px;
			margin: 20px 0 5px 20px;
			color: #8dc030
		}
		
		.titulo { margin: 20px 0 5px 15px; color: #f59101 }
		
		.edicion {
			background: #fff url('imagenes/titulo.gif') no-repeat left center;
			margin: 20px 0 5px 10px;
			padding-left: 25px;
			color: #f59101;
			background-color: #fff
		}
		
		.paso {
			background: #fff url('imagenes/paso.gif') no-repeat left center;
			margin: 20px 0 5px 15px;
			padding-left: 22px;
			color: #7ab660;
			background-color: #fff
		}
	
		h4 {
			margin: 20px 0 5px 15px;
			color: #6897c2;
			background-color: #fff
		}
		
	/* Listas */
		.entry ul {
			width: 80%;
			margin: 0 4em 0 4em;
			padding: 10px 0 15px 15px;
			border-left: 3px solid #8dc030;
			background: #fff url('imagenes/ul_bg.jpg') repeat-y left top
		}
		
		.entry ul li {
			list-style-type: none;
			list-style: none;
			margin-bottom: .6em;
			background: url('imagenes/bullet_plus.jpg') no-repeat left 6px;
			padding-left: 12px
		}
		
		.entry ol {
			width: 85%;
			margin: 0 3em 0 3em;
			text-align: justify
		}

	/* Single Posts */
		.entry .centrado {
			margin: 0 auto;
			text-align: center
		}
		
		.singlepaginas strong { color: #333 }
		
		.singlepaginas a:link, .singlepaginas a:visited {
			display: block;
			padding: 2px 6px 2px 6px;
			display: inline;
			border: 1px solid #eee
		}
		
		.singlepaginas a:hover, .singlepaginas a:active { border: 1px solid #6f9724 }
		
		/* Attachments */
		.attachment {
			margin: 10px auto;
			padding: 2px;
			text-align: center
		}
	
		.attachment img {
			border: 1px solid #eee;
			margin: 0 auto;
			padding: 10px;
			background-color: #fff;
			color: #333
		}
		
		.rssicon, .commenticon, .trackbackicon { padding-left: 20px }
	
		.rssicon { background: #fff url('imagenes/rssicon.jpg') no-repeat left center }
		.commenticon { background: #fff url('imagenes/commenticon.jpg') no-repeat left center }
		.trackbackicon { background: #fff url('imagenes/trackbackicon.jpg') no-repeat left center }

/*** Comentarios ***/
	.comentarios {
		width: 90%;
		margin: 0 auto !important;
		margin-left: 5%;
		padding: 0;
		border-top: 4px solid #99d6eb;
		color: #09c;
		background: #fff url('imagenes/comentarios_bg.jpg') repeat-x left top
	}
	
	.comentarios p { color: #333; background-color: inherit }
	
	.comentarios h3, .contactform h3 {
		margin: 0 0 0 5px;
		padding: 0 0 0 20px;
		font-size: 1.2em;
		font-weight: normal;
		font-family: 'trebuchet ms', arial, verdana, tahoma, serif;
		height: 30px;
		background: url('imagenes/bullet_comentarios.gif') no-repeat left center;
		line-height: 30px
	}
	
	.comentarios ol {
		margin: auto;
		padding: 0;
		width: 90%;
		margin-bottom: 2.5em
	}
	
	.comentarios li {
		color: #333;
		font-family: 'trebuchet ms', arial, verdana, tahoma, serif;
		padding: .8em;
		background-color: #f6fafd
	}
	
	.comentarios a:link, .comentarios a:visited { color: #09f; background-color: inherit }
	.comentarios a:hover, .comentarios a:active { color: #fff; background-color: #09f }
	.commentlist .alt { background-color: #fff }
	
	.comhora {
		background: url('imagenes/date.jpg') no-repeat left center;
		padding-left: 18px;
		line-height: 16px
	}
	
	.comuser {
		background: url('imagenes/user.gif') no-repeat left center;
		padding-left: 18px;
		line-height: 16px;
		font-weight: bold
	}
	
	.comfloatright { float: right }

	/* Gravatars */
	.gravatar {
			float: right;
			padding: 3px;
			background: #fff;
			border: 1px solid #d7e9f7
		}
		
		.postgrav {
			padding: 3px;
			margin: 0 5px 0 5px;
			border: 1px solid #000;
			background: #fff
		}
		
	/* Formulario */
		#comformulario {
			width: 90%;
			margin: auto;
			margin-top: -4px;
			border-top: 4px solid #ab7dab;
			background: #fff url('imagenes/formulario_bg.jpg') repeat-x left top;
			color: #732673
		}
		
		#comformulario p { color: #333; background-color: #fff }
		
		#comformulario a:link, #comformulario a:visited { color: #732673; background-color: #fff }
		#comformulario a:hover, #comformulario a:active { color: #fff; background-color: #732673 }
		
		#comformulario h3 {
			margin: 0 0 0 5px;
			padding: 0 0 0 20px;
			font-size: 1.2em;
			font-weight: normal;
			font-family: 'trebuchet ms', arial, verdana, tahoma, serif;
			height: 30px;
			background: url('imagenes/bullet_comentarios.gif') no-repeat left center;
			line-height: 30px
		}
		
		#comformulario label {
			display: block;
			margin: 0 0 1px 0;
			padding: 0;
			color: #333;
			background-color: #fff;
			font: .9em "lucida grande", Arial, Helvetica, Verdana, sans-serif;
			text-indent: 18px
		}
		
		#comformulario input {
			margin: 1px 0 .8em 0;
			padding: 2px;
			color: #333;
			font: 1.1em "lucida grande", Arial, Helvetica, Verdana, sans-serif;
			background-color: #efe9ef;
			border: 1px solid #dfd2df
		}
		
		* html .comsubmit input { text-align: center }
		
		#comformulario .comdatos { float: left; margin: 0 1em 0 1.5em }
		
		#comformulario textarea {
			width: 55%;
			padding: 0 2px 0 2px;
			background-color: #efe9ef;
			color: #333;
			font: 1.1em "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
			border: 1px solid #dfd2df
		}
		
		.comsubmit {
			margin: 0 auto;
			text-align: right;
			padding-right: 7em
		}
		
		#comformulario input:focus, #comformulario textarea:focus {
			background-color: #dfd2df;
			border: 1px solid #ab7dab;
			color: #000
		}
		
		#labelautor { background: #fff url('imagenes/user.gif') no-repeat left center }
		#labelmail { background: #fff url('imagenes/email.gif') no-repeat left center }
		#labelurl { background: #fff url('imagenes/url.gif') no-repeat left center }
		
		#labelmensaje small {
			background: #fff url('imagenes/mensaje.gif') no-repeat left center;
			padding-left: 18px;
			margin-left: -18px
		}
		
/*** B�squeda ***/
.searchpagetitle { color: #f59101; padding-left: .5em }

	.searchpost {
		width: 85%;
		margin: 1em auto;
		padding: 1em 1em 0 1em;
		border-bottom: 2px solid #dcedba;
		background: #fff url('imagenes/search_bg.jpg') repeat-x left bottom
	}
	
	.searchpost h3 { margin: 0 }
	.searchpost small { color: #777 }
	
	.searchpost p.postmetadata {
		font-size: .9em;
		margin: 1em 0 .5em 0
	 }