/*  
Theme Name: El cafecito
Theme URI:
Description:
Version: 1.0
Author: Natzan
Author URI:
*/


/* Begin Typography & Colors */
BODY {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background: #C9B777 url(images/fond2.jpg);
	color: #693;
	text-align: center;
}

#page {
	background: url(images/fondo.jpg) repeat-y;
	text-align: left;
}

#headerimg 	{ 
	margin: 0px;
	height: 192px;
	width: 690px;
} 

#content {
	font-size: 1.2em;
}

.narrowcolumn .entry {
	line-height: 1.4em;
}

#footer {
	background: #590000; 
	border: none;
}

SMALL {
	font-size: 0.8em;
	line-height: 1.5em;
}

.post SMALL, .post SMALL A {
	color: #C33;
}

.post SMALL A:hover {
	color: #800;
}

H1, H2, H3 {
	font-weight: bold;
}

H1 {
	font-size: 4em;
	text-align: center;
	visibility: hidden;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	visibility: hidden;
}

H2 {
	font-size: 1.6em;
}

H2.pagetitle {
	font-size: 1.6em;
}

H3 {
	font-size: 1.3em;
}

H1, H1 A, H1 A:hover, H1 A:visited, #headerimg .description {
	text-decoration: none;
	color: #FFF;
}

H2, H2 A, H2 A:visited, H3, H3 A, H3 A:visited {
	color: #800;
}

H2, H2 A, H2 A:hover, H2 A:visited, H3, H3 A, H3 A:hover, H3 A:visited, #sidebar H2, #wp-calendar CAPTION, CITE {
	text-decoration: none;
}

.commentlist LI, #commentform INPUT, #commentform TEXTAREA {
	font-size: 0.9em;
}
	
.commentlist LI {
	font-weight: bold;
}

.commentlist P {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#sidebar {
	font-size: 1.1em;
}

.postmetadata {
	text-align: right;
}

.nocomments, .postmetadata, BLOCKQUOTE, STRIKE {
	color: #800;
}

A, H2 A:hover, H3 A:hover {
	color: #008000;
	text-decoration: none;
}

A:hover {
	color: #800;
}
/* End Typography & Colors */


/* Begin Structure */
BODY {
	margin: 0px 0px 20px 0px;
	padding: 0px; 
}

#page {
	margin: 20px auto;
	padding: 0px;
	width: 690px;
}
	
#header {
	margin: 0px; 
	padding: 0px; 
	height: 158px; 
	width: 690px;
}

#headerimg {
	margin: 0px;
	height: 158px;
	width: 100%;
}

.narrowcolumn {
	float: left;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 5px;
	width: 458px;
}

.post { font-family: "trebuchet ms"; margin: 0; text-align: justify; }

.narrowcolumn .postmetadata {
	padding-top: 0px;
}

.postmetadata {
	clear: left;
}

.postmetadata A {
	font-weight: bold;
}

#footer {
	padding: 0px;
	margin: 0px auto;
	width: 681px;
	clear: both;
}

#footer P {
	margin: 0px;
	padding: 20px 15px;
	text-align: left;
	font-size: 1.1em;
}
/* End Structure */


/*	Begin Headers */
H1 {
	padding: 0px;
	margin: 0px;
}

H2 {
	margin: 15px 0px 0px;
}

H2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar H2 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	color: #463;
}

H3 {
	padding: 0px;
	margin: 30px 0px 0px;
}

H3.comments { color: #463; font-family: "trebuchet ms"; padding: 0; margin: 40px auto 20px; }
/* End Headers */


/* Begin Images */
P IMG {
	padding: 0px;
	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: 0px 0px 2px 7px;
	display: inline;
}

IMG.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
/* End Images */


/* Begin Lists */
.postmetadata UL, .postmetadata LI {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar UL {
	margin: 0px;
	padding: 0px;
}

#sidebar UL LI {
	list-style-type: none;
	list-style-image: none;
}

#sidebar UL P, #sidebar UL SELECT {
	margin: 5px 0px 8px;
}

#sidebar UL UL {
	margin: 0px 0px 0px 10px;
}

#sidebar UL UL UL {
	margin: 0px 0px 0px 10px;
}

#sidebar UL UL LI {
	margin: 2px 0px 0px;
	padding: 0px;
}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchform INPUT, SELECT  {
	background: #96C46B;
	border: 1px solid #7F6B21;
	color: #800;
	font-size: 0.9em;
}

#sidebar #searchform INPUT#s {
	width: 78px;
	padding: 2px 3px;
}

#sidebar #searchsubmit {
	padding: 1px;
	cursor: pointer;
}

.entry FORM { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

SELECT {
	width: 130px;
}

#commentform INPUT { color: #463; font-size: 8pt; font-family: "trebuchet ms"; width: 170px; padding: 2px; margin: 5px 5px 1px 0; }

#commentform TEXTAREA { color: #463; font-size: 8pt; font-family: "trebuchet ms"; width: 100%; padding: 2px; }

#commentform #submit { color: #463; font-family: "trebuchet ms"; margin: 0; float: right; }
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0px;
	padding: 10px;
}

.commentlist {
	padding: 0px;
	text-align: justify;
}

.commentlist LI {
	margin: 15px 0px 0px;
	padding: 0px 0px 0px;
	list-style: none;
	border-bottom: 1px solid #693;
}

.commentlist P {
	margin: 10px 5px 10px 0px;
}

#commentform P { color: #463; font-family: "trebuchet ms"; margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.commentmetadata {
	margin: 0px;
	display: block;
}
/* End Comments */


/* Begin Sidebar */
#sidebar {
	padding: 15px 15px 10px;
	margin-left: 515px;
	width: 139px;
	color: #463;
}

#sidebar FORM {
	margin: 0px;
}

#sidebar A {
	color: #800;
}

#sidebar A:hover {
	color: #463;
}
/* End Sidebar */


/* Begin Various Tags & Classes */
BLOCKQUOTE {
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
	border-left: 5px solid #DDD;
}

BLOCKQUOTE CITE {
	margin: 5px 0px 0px;
	display: block;
}

.center {
	text-align: center;
}

HR {
	display: none;
}

A IMG {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
/* End Various Tags & Classes*/