/***** columna ancha para el loop *****/
#col-posts {
	width: 720px;
	min-height: 240px;
	margin-right: 50px;
	margin-top: 20px;
	float: left;
}

/********* un solo post ********/
.post {
	clear: both;
	margin-bottom: 30px;
}

.texto-post {
	width: 470px;
	line-height: 170%;
	float: left;
	padding-bottom: 50px;
}

.img-post {
	float: right;
}

.post h4 {
	font-size: 16px;
}


/********* sidebar ********/
#sidebar {
	width: 200px;
	float: right;
	margin-top: 20px;
}

#sidebar h5, #sidebar li {
	font-size: 11px;
}

#sidebar ul {
	margin-bottom: 20px;
}

#sidebar li {
	list-style-position: inside;
	list-style-image: url(../imagenes/imgs-blog/bullet-small.gif);
}

/********* caja de búsqueda ********/
form {
	margin-bottom: 20px;
}

form input {
	border: 1px solid #ccc;
	padding: 4px 0px 8px 0px;
	margin-bottom: 7px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

input.search-input {
	width: 125px;
	margin-right: 5px;
}

input.search-btn {
	width: 60px;
	height: 33px;
	padding: 4px 0px 8px 0px;
	text-align: center;
	color: #fff;
	background: #45ac3f url(../imagenes/imgs-blog/fondo-btn-formulario.png) repeat-x bottom;
	cursor: pointer;
}


/********* generalidades ********/
#col-posts a, #sidebar a {
	color: #60b55b;
	text-decoration: none;
}

#col-posts a:hover, #sidebar a:hover {
	color: #00aca2;
}

.verdefan {
	color: #60b55b;
}

.timestamp {
	font-weight: bold;
	margin-bottom: 4px;
}

.paddingbtm20px {
	padding-bottom: 20px;
}


