/*
Theme Name: ReCogiendo Caracoles 
Theme URI: http://www.cogiendocaracoles.com/
Version: 2.0
Author: Gorka Limotxo
Author URI: http://www.gorkalimotxo.net/blog/
*/

@charset "UTF-8";
body {
	background-color: #323232;
	background-image: url(images/fondo.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#centrar {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #141414;
	border-left-color: #141414;
}
#cuerpo {
	background-color: #FFFFFF;
	width: 990px;
}
#col_lateral {
	width: 300px;
	position: relative;
	left: 10px;
	margin: 0px;
	padding-top: 30px;
	padding-left: 15px;	
}
#col_principal {
	width: 670px;
	position: relative;
	float: right;
	margin: 0px;
}
.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -3px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
a {
	color: #a30100;
}
a:hover {
	color: #df0100;
	text-decoration: none;
}



#pie {
	clear: both;
	background-color: #141414;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #fff;	
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

#pie a {
	font-weight: bold;
}

#pie a:hover {
	text-decoration: none;
}



.post p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	color: #111;
	margin-top: 5px;
	margin-bottom: 20px;
}
.post a {
	font-weight: bold;
}
.post .postmeta {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	margin-bottom: 30px;
}
#col_lateral h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
	font-weight: bold;
	letter-spacing: -3px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#col_lateral ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
}
#col_lateral p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-top: 5px;
}
#cabecera {
	background-color: #303030;
	text-align: center;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #141414;
}

.navegacion {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.post img, .post object,  .post object embed {
    display: block;
    margin: 1px auto 15px auto;

}

.cmeta {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#comments, .commentlist, #respond {
	font-family: Arial, Helvetica, sans-serif;
}
