@media screen, projection {



/*

INDICE:

Begin Typography & Colors

Begin Structure

Begin Images

Begin Lists

Begin Form Elements

Begin Comments

Begin Sidebar

Begin Calendar

Begin Various Tags & Classes

*/



/*  

Theme Name: Hábitat Web: desarrollo a la medida

Theme URI: http://www.habitatweb.com.mx



	*** REGARDING IMAGES ***

	All CSS that involves the use of images, can be found in the 'index.php' file.

	This is to ease installation inside subdirectories of a server.



	Have fun, and don't be afraid to contact me if you have questions.

*/







/* Begin Typography & Colors */



#content {

	}

	

.widecolumn .entry p {

	}

.narrowcolumn .entry, .widecolumn .entry {

	}



.widecolumn {

	}

	

.narrowcolumn .postmetadata {

	text-align: center;

	}



.alt {

	background-color: #f8f8f8;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	}



small, .post small {

	font-size:11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	color:#666; /*lo ignora, no sé por qué*/

}

p.postmetadata {

	font-size: 0.9em;

	}



.description {

	font-size: 1.2em;

	text-align: center;

	}



h2.pagetitle {

	}



#sidebar h2 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-weight: normal;

	}

	

#sidebar a {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	padding: 0;

}



.description {

	text-decoration: none;

	color: white;

	}



#sidebar h2, #wp-calendar caption, cite {

	text-decoration: none;

	}



h1 {

	padding-top: 70px;

	margin: 0;

	}



.description {

	text-align: center;

	}



h2.pagetitle {

}



#sidebar h2 {

	display:none;

	}

	

h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	}

	

.entry p a:visited {

	color: #B2941A;

	}



strong { /*era .entry strong*/

	color:#195C66;

}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

	

.commentlist li {

	font-weight: bold;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {

	color: #666;

	}

.postmetadata a {
	font-weight:normal;
}

#sidebar ul.wp-tag-cloud {

}

#sidebar ul.wp-tag-cloud li {
	margin:0;
	margin-bottom:5px;
	padding:0;
}
#sidebar ul.wp-tag-cloud li a {	
	font-weight:normal;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}

code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



.more-link {

	display: inline;

	}



.entry {

	padding-top: 13px;

}



.post img {

	margin-top:10px;

	margin-bottom:10px;

	/*border: #288BAB 2px solid;*/

}



.fecha { 

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#aaa;

	font-size:17px;

	width: 100px;

	text-align: right;

	margin-top: 5px;

	font-weight: normal;

}

.info {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	margin-left: 105px;

	margin-top: -10px;

	text-align: left;

	line-height: 14px;

}

/* End Typography & Colors */





/* Begin Structure */

#page { /*engloba a todo el contenido del weblog*/

	float:left;

	width: 100%;

	}

	

#header {

	padding: 0;

	margin: 0 auto;

	height: 200px;

	width: 100%;

	background-color: #73a0c5;

	}



#headerimg {

	margin: 0;

	height: 200px;

	width: 100%;

	}



.narrowcolumn {  /*columna de posts*/

	display: inline; /*hack para que IE6 no renderée doble el margen*/

	float:left;

	margin-left:23px;

	margin-right:0px;

	width:520px;

	margin-bottom:14px;

}

.narrowcolumn ul li {
	text-align:left;
}


.widecolumn {

	float: left;

	padding: 10px 0px 20px 70px;

	}



.navigation { /*checar #sidebar*/

	font-size: 11px;

	display: block;

	/*float:left;*/

	text-align: center;

	margin-top: 5px;

	padding-bottom: 10px;

	}

	

.post {

	margin: 10px 0 5px 0; 

	text-align: justify;

	border: #288BAB 1px solid;
	border-color:#BFAF77;
	background-image:url(images/degra.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FBF2D6;

	padding: 0 18px 20px 18px;

	}



.widecolumn .post {

	margin: 0;

	}



.narrowcolumn .postmetadata {

	padding-top: 5px;

	}



.widecolumn .postmetadata {

	margin: 30px 0;

	}

	

#footer {

	padding: 0 0 0 1px;

	margin: 0 auto;

	width: 100%;

	clear: both;

	}



#footer p {

	margin: 0;

	padding: 20px 0;

	text-align: center;

	}

/* End Structure */





/* 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, img.aligncenter {

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







/* Begin Lists */





.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul {

	margin-left: 0px;

}



#sidebar ul li {

	list-style-type: none;

	list-style-position: outside;

	margin:0;

	margin-bottom:10px;

	padding:0;

	}



/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	}



#sidebar #searchform #s {

	margin: 0;
	padding: 2px;
	background-color:#eee;
	border:#ccc solid 1px;
	width:130px;
	margin-top:2px;

	}



#sidebar #searchsubmit {
margin-left:30px;
margin-top:3px;
width:65px;
/*

	margin:0;
	margin-top: 5px;
	padding: 1px;
	padding-left:4px;
	padding-right:4px;
	background-color:#155B70;
	color:#FFF;
	border:#ccc solid 1px;
	
*/

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */

#sidebar

{

	float: left;

	padding: 10px 0px 10px 20px;

	margin-left: 0px;

	width: 150px;

	}



#sidebar form {

	margin: 0;

	}

/* End Sidebar */







/* Begin Calendar */



#wp-calendar #prev a {

	font-size: 12px;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-weight: normal;

	text-align: left;

	color: #83A022;

	margin-bottom: 5px;

	}



#wp-calendar th {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	font-style: normal;

	font-weight: bold;

	color:#FFF;

	text-transform: capitalize;

	}

	

#wp-calendar td, #wp-calendar td a {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	background-color:#FFFFFF;

}



#wp-calendar {

	empty-cells:hide;

	background-color:#CCC;

	margin: 10px 0 0 0;

	padding: 0;

	width: 100%;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar td {

	padding: 3px 0;

	margin: 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 5px 0 15px 0;
	color:#195C66;
	background-color:#F9EECA;
	font-weight:bold;
	border: #666 1px dotted;
	padding:7px;

	}

	

blockquote p {

	margin:0;

	padding:0;
	text-align:left;

	}


blockquote a {
	color:#877B35 !important; /*hack, no estaba respondiendo sin important*/
}


blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



hr {

	display: none;

	}



a img {

	border: none;

	}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
}
h2 a, h4 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	display: block;
	font-size: 20px;
}



/* End Various Tags & Classes*/







/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.

	It won't be a stylish marriage, I can't afford a carriage.

	But you'll look sweet upon the seat of a bicycle built for two." */



}

