/*   
Theme Name: RuleTheNation
Theme URI: http://www.2gatos.com/
Description: Un theme de Wordpress para gatos. :3
Author: David Navas
Author URI: http://www.2gatos.com/
Version: 0.9b
Tags: one-column, two-columns, three-columns, fixed-width, custom-header, right-sidebar

	RuleTheNation by David Navas
	http://www.2gatos.com/
	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Este tema se basa en algunos tan geniales como Elegant Grunge de Michael Tyson.
*/

/* ##### General ##### */
body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

blockquote {
	padding-left: 25px;
	background-image: url(img/citap.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #999;
	font: 14px 'Georgia', Times New Roman, Times, serif;
	line-height: 20px;
}
	
	blockquote a, blockquote a:hover, blockquote a:visited {
		color: #000;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.cita {
	padding-left: 60px;
	padding-top: 20px;
	background-image: url(img/citag.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #999;
	font: 24px 'Georgia', Times New Roman, Times, serif;
	line-height: 30px;
}
	
	.cita a, .cita a:hover, .cita a:visited {
		color: #000;
	}

/* ##### Cabecera ##### */

#hmenu {
	width: 100%;
	height: 25px;
	padding-top: 5px;
	background-color: #333;
	border-bottom: 2px solid #4e9e00;
	word-spacing: 5px;
	color: #999;
	font-family: Verdana, "Geneva", sans-serif;
	font-size: 13px;
	text-align: center;
}

	#hmenu a, #hmenu a:visited {
		color: #ccc;
		text-decoration: none;
		border-bottom: 1px dotted #666;
	}
	
	#hmenu a:hover {
		color: #fff;
	}

#h {
	width: 1000px;
	margin: 20px auto;
	text-align: center;
}

/* ##### Contenedor ##### */

#contenedor {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/* ##### Entradas ##### */

#cuerpo {
	width: 650px;
	margin: 0;
	padding: 0;
	float: left;
}

#cuerpo h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.1em;
	color: #333;
}

	#cuerpo h2 a, h2 a:visited {
		text-decoration: none;
		color: #333;
	}
	
	#cuerpo h2 a:hover {
		color: #4e9e00;
	}

#cuerpo h3 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1.1em;
	color: #333;
}

	#cuerpo h3 a, h3 a:visited {
		text-decoration: none;
		color: #333;
	}
	
	#cuerpo h3 a:hover {
		color: #4e9e00;
	}


#cuerpo .metadata {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

	#cuerpo .metadata a, #cuerpo .metadata a:visited {
		color: #060;
		text-decoration: none;
		border-bottom: 1px dotted #666;
		font-weight: bold;
	}

#cuerpo .entrada {
	margin: 15px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #424242;
}

	#cuerpo .entrada strong {
		color: #000;
	}

	#cuerpo .entrada a, #cuerpo .entrada a:visited {
		color: #4e9e00;
	}
	
	#cuerpo .entrada a:hover {
		color: #060;
	}
	
	#cuerpo .entrada ul li {
		margin: 0;
		padding: 0;
		list-style-type: square;
		line-height: 1.8em;
	}
	
	#cuerpo .entrada ol li {
		margin: 0;
		padding: 0;
		line-height: 1.8em;
	}
	

#cuerpo .postmetadata {
	margin: 10px 0 55px 0;
	padding: 10px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #424242;
}

	#cuerpo .postmetadata a, #cuerpo .postmetadata a:visited {
		color: #4e9e00;
		text-decoration: none;
		border-bottom: 1px dotted #999;
	}
	
	#cuerpo .postmetadata a:hover {
		color: #030;
	}

#cuerpo .tags {
	margin: 0;
	padding: 0;
}

	#cuerpo .tags a, #cuerpo .tags a:visited {
		color: #999;
	}
	
	#cuerpo .tags a:hover {
		color: #333;
	}

/* ##### Comentarios ##### */
h3#c {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1em;
	color: #333;
}

	h3#c a, h3#c a:visited {
		color: #333;
		text-decoration: none;
		font-style: italic;
	}

.comentario {
	margin: 0 0 0 -20px;
	padding: 15px 0;
	min-height: 120px;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	line-height: 20px;
	border-top: 1px dotted #333;
	}

	.comentario a, .comentario a:visited {
		color: #333;
		text-decoration: none;
		border-bottom: 1px dotted #999;
	}
	
	.comentario small {
		color: #999;
		}
	
	.comentario cite {
		color: #000;
		font-weight: bold;
		font-style: normal;
		}
		
		.comentario cite a {
			color: #000;
			}
	
	.c-id {
		margin-top: -10px;
		float: right;
		display: inline;
		font: 32px Verdana, Arial, 'Helvetica', sans-serif;
		}
		
		.c-id a {
			text-decoration: none;
			}

	#comentario ol li {
		text-align: right;
		}

#respond {
	padding: 10px;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #424242;
	background-color: #eee;
}

	#respond p, #respond ul {
		font-size: 13px;
	}

	#respond a, #respond a:visited {
		color: #4e9e00;
		text-decoration: none;
		border-bottom: 1px dotted #999;
	}
	
	#respond a:hover {
		color: #030;
	}

#author {
	width: 300px;
	margin-left: 105px;
	padding: 2px;
	border: 1px solid #999;
	font: 12px 'Trechubet MS', Arial, Helvetica, sans-serif;
	color: #666;
	}

#email {
	width: 300px;
	margin-left: 27px;
	padding: 2px;
	border: 1px solid #999;
	font: 12px 'Trechubet MS', Arial, Helvetica, sans-serif;
	color: #666;
	}

#url {
	width: 300px;
	margin-left: 100px;
	padding: 2px;
	border: 1px solid #999;
	font: 12px 'Trechubet MS', Arial, Helvetica, sans-serif;
	color: #666;
	}

#comment {
	width: 600px;
	padding: 12px;
	border: 1px solid #999;
	font: 16px 'Trechubet MS', Arial, Helvetica, sans-serif;
	color: #666;
	}

#submit {
	padding: 10px;
	font: 18px 'Trechubet MS', Arial, Helvetica, sans-serif;
	}

/* ##### Barra lateral ##### */

#sidebar {
	width: 300px;
	margin: 0;
	padding: 0;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.stags {
	margin: 0;
	padding: 0;
	text-align: center;
}

.stags a {
	text-decoration: none;
}

#sidebar h2 {
	margin: 0;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	background-color: #ccc;
	border-bottom: 1px solid #999;
	border-top: 3px solid #999;
}

#sidebar h3 {
		margin: 0;
		padding: 0;
		color: #666;
		font-size: 18px;
		font-style: italic;
	}

#sidebar a, #sidebar a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	line-height: 1.8em;
}

#sidebar a:hover {
	color: #333;
}

#sidebar ul {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 12px;
}

#sidebar ul li {
	list-style-type: square;
	list-style-position: inside;
	color: #999;
}

.secc {
	margin: 0 0 15px 0;
	padding: 15px 5px;
	background-color: #eee;
	border-bottom: 2px solid #999;
}

.us {
	margin: 30px 0;
	padding: 10px;
	background-color: #eee;
	border: 3px solid #ccc;
	color: #666;
	line-height: 1.8em;
}

	.us a {
		color: #999;
		text-decoration: none;
		border-bottom: 1px dotted #666;
	}
	
	.us strong {
		font-size: 18px;
	}
	
#si-derecha {
	width: 145px;
	margin-bottom: 25px;
	padding-left: 5px;
	float: right;
	display: inline;
	}
	
	#si-derecha a, #si-derecha a:visited {
		color: #666;
		text-decoration: none;
		border-bottom: 1px dotted #ccc;
		line-height: 1.8em;
	}
	
	#si-derecha a:hover {
		color: #333;
	}
	
#si-izquierda {
	width: 145px;
	margin-bottom: 25px;
	float: left;
	display: inline;
	border-right: 1px dotted #ccc;
	}	
	
	#si-izquierda a, #si-izquierda a:visited {
		color: #666;
		text-decoration: none;
		border-bottom: 1px dotted #ccc;
		line-height: 1.8em;
	}
	
	#si-izquierda a:hover {
		color: #333;
	}

/* ##### Buscador ##### */
#searchform {
	text-align: center;
}

#s {
	width: 210px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#searchsubmit {
	padding: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* ##### Pie ##### */
#cl {
	margin: 0;
	padding: 0;
	clear: both;
}

#footer {
	width: 100%;
	margin: 55px 0 0 0;
	padding-top: 5px;
	background-color: #333;
	border-top: 2px solid #4e9e00;
}

#footer .cp {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 35px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #ccc;
}

	#footer .cp a, #footer .cp a:visited {
		color: #eee;
		text-decoration: none;
		border-bottom: 1px dotted #eee;
	}
	
	#footer .cp em {
		font-size: 11px;
	}

/* ##### Buscador ##### */
.surl {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}
	
.navleft {
	margin: 10px 0;
	padding: 10px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: left;
}

	.navleft a {
		color: #666;
		text-decoration: none;
		border-bottom: 1px solid #999;
	}

.navright {
	margin: 10px 0;
	padding: 10px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: right;
}

	.navright a {
		color: #666;
		text-decoration: none;
		border-bottom: 1px solid #999;
	}