#header {border-bottom:1px solid #9ADC47;padding-bottom:2px;margin-bottom:5px;}

#page {
	background-color: white;
	border: none;
	text-align: left;
	width:760px;
	margin:0 auto;
	}

#content {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   line-height: 17px;
   font-size: 12px;
}

.narrowcolumn {
	float: left;
	padding: 20px 0 20px 10px;
	margin: 0px 0 0;
	width: 520px;
	background-color: #fff;
    font-size: 13px;
}

#sidebar
{
	padding: 20px 10px 10px 10px;
	margin-right: 0px;
	font-family: verdana, helvetica, arial;
	font-size: 13px;
	float: right;
	width: 200px;
	background-color: #fff;
}


.post {
	margin: 0 0 40px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	color: #777;
	}

.post span.date {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.entry p, .entrytext p {
   font-size: 12px;
   line-height: 150%;
}

/* POST */

.post h1, .post h3 {
	font-size: 22px;
font-weight: normal;
	color: #1D53A1;
	margin: 4px 0 2px 0;
	padding: 4px 0 2px 0;
	font: normal 22px arial, verdana, tahoma, sans-serif;
	color: #000;
}

.post small {
   font-size: 11px;
}

/* END POST */

/* SIDEBAR */

#sidebar h2 {
	font-size: 13px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
        padding-bottom: 2px;
        margin-bottom: 6px;
}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
        padding-left: 8px;
	background-image: url("http://www.casabuscador.com/img/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 0px;
	text-align: left;
}

#searchform input {
   font-size: 10px;
   width: 80px;
}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

/* End Sidebar */

/* COMMENT FORM */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px 5px 1px 0px;
	font-size: 11px;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	font-size: 11px;
	}

#commentform #submit {
	margin: 0;
	}

/* END COMMENT FORM */

/* COMMENT LIST */

.commentlist  {
	padding: 0px;
	margin-right: 10px;
}

.commentlist li {

	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin-bottom: 0px;
	}

.commentinfo {
	border-top: 1px dotted #ccc;
	margin: 5px 0px 0px 0px;
}

/* END COMMENT LIST */

h1.storytitle {
   font-size: 24px;
   line-height: 24px;
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
   letter-spacing: -1px;
   color: #000484;
   text-align: left;
}



h1.storytitle a,
h1.storytitle a:visited {
  color: #000484;
}

h1.storytitle a:hover {
   color: #484000;
   text-decoration: none;
}

.narrowcolumn .postmetadata {
	text-align: left;
	border-top: 1px solid #dfdfdf;
}


#wpbanner {
   text-align: center;
   border-bottom: 2px solid #c4d8e2;
   height: 110px;
}


/*	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 */

h1 {
clear: both;
}

