/*
Theme Name: Escapada Wordpress Theme
Theme URI: http://escapadarural.com/
Description: The original theme of Escapada Rural
Version: 1.0
Author: Felipe del Pozo
Tags: green colors
*/

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

/* Search */
#searchform {
	margin: 40px 0 0 0;	
}
#searchform input#s {
	float: left;	
	border: 1px solid #7f9db9;
	width: 290px;
	margin: 4px 10px 0 0;
}
#searchform label {
	clear: both;
	width: 750px;
}
#searchform select {
	float: left;	
	border: 1px solid #7f9db9;
	width: 290px;
	margin: 4px 10px 0 0;	
	padding: 1px;
}
#searchform input#searchsubmit {
	margin: 4px 10px 0 0;		
}

/* Category List */
.category_info {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #353535;		
	margin: 50px 0 30px 0;
}
.category_count {
	font-family: Arial;
	font-size: 12px;
	color: #353535;
}
#list_posts {
	margin-top: 10px;	
}

#list_posts li {
	float: left;
	width: 750px;
	list-style: none !important;
	background: none !important;
	padding: 10px 0 20px 0 !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0D9C9;
}

#list_posts .post_image {
	float: left;
	width: 135px;
	height: 120px;
	overflow: hidden;
}

#list_posts .post_content {
	float: left;
	width: 590px !important;
	padding-left: 10px;
}
.post_content a.post_title {
	font-size: 15px !important;	
}
.post_content div.category_links {
	margin-top: 5px !important;	
}
.post_content div.category_links a {
	margin-right: 5px;	
}
.post_content ul {
	float: left;
	clear: both;
	width: 590px !important;	
}
.post_content ul li {
	float: left;
	width: auto !important;	
}
.list_cat {
	float: left;
	width: 250px;	
}
.list_cat li {
	float: left;
	width: 220px;
	margin: 0 !important;
	background-position: 0px 6px !important;
	padding-left: 10px !important;
}
.list_cat li a {
	font-weight: normal; 	
}
.list_cat li a span {
	font-weight: bold !important; 	
}
/* END: Category List */
#pagenavi {
	width: 700px;	
}
.wp-pagenavi {
	text-align: center !important;
	padding: 20px 0 0 10px !important;	
	margin-top: 20px !important;
	height: 25px;	
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	border: none !important;	
	padding: 4px 5px !important;		
	color: #000 !important;
}
.wp-pagenavi span.current {
	background-color: #98B15C !important;
	border: 1px solid #98B15C !important;	
	color: #FFFFFF !important;
	padding: 4px 5px !important;
}
.wp-pagenavi a {
	background-color: #EEF2E6 !important;
	border: 1px solid #C0CF9C !important;
	color: #384624 !important;	
	padding: 4px 5px !important;
}
/* Page-Nav */

.pueblo_radio {
	padding-bottom: 15px;	
}

.pueblo_radio span {
	float: left;
	width: 75px;	
	font-weight: bold;
}

.pueblo_radio_info {
	margin: 20px 0 20px 0;	
}

#content {
	float: left;
	margin-bottom: 30px !important;	
	width: 960px;
}

/* END: Page-Nav */
