/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

body {
	margin: 0 auto;
	padding: 22px 0;
	width: 95%;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: #F0F0F0;
}


h1  {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0; }  

h2 {
	font-size: 22px;
	line-height: 44px;
	padding: 22px 0; }

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

h4 {
	font-size: 12px;
	line-height: 22px;
	padding: 11px 0;
}


p {
	padding-bottom: 32px;
}



img {
display:block; margin-left:10%;  margin-right:auto; margin-bottom: 20px; margin-top: auto;   border: 0;
}  img.menu {
display:block; margin-left:auto;  margin-right:auto; margin-bottom: 20px; margin-top: 20%;   border: 0;
}

/*------------------------------
=NAVIGATION
------------------------------*/

nav {
	position: relative;
	left: 0;
	width: 100%;
	
}

	nav ul {
		margin: 0 auto;
	width: 100%;
		list-style: none;
	}

		nav ul li {
			float: left;
	}

nav ul li a {
							text-align: center;
				text-decoration: none;
							}
nav ul li a:hover {
					color: #0000FF;
				}
		
			
nav ul li.subscribe a {
				margin-left: 35px;
				padding-left: 23px;
				text-align: left;
				background: url("/images/rss.png") left center no-repeat;
			}

nav ul li.movil a {
				margin-left: 2px;
				padding-left: 23px;
				text-align: left;
			}

/*------------------------------
=INTRODUCTION
------------------------------*/



#intro {
	position: relative;
	margin-top: 10px;
	padding: 54px;  }



.dialog {
 width:60%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
 text-align: center;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:0.4em;
}

.dialog p {
 margin:1.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em Helvetica, Arial, sans-serif;
}

html>body .dialog pre {
 font-size:1.1em;
}

/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	display: table;
}

	#mainContent {
		display: table-cell;
		width: 530px;
		padding-right: 22px;      
padding-bottom: 32px;	}
	
	aside {
		display: table-cell;
		width: 400px;
		background: url("/images/sidebar_background.png") top left;
	}





/*------------------------------
=BLOG POST
------------------------------*/
.blogPost header p, .blogPost header p a {
		font-size: 14px;
		font-style: italic;
		color: #777;
	padding-bottom: 32px;}
	
		.blogPost header p a:hover {
			text-decoration: none;
			color: #000;
		}


.blogPost div {
 padding-bottom: 42px;    /* Column-count not implemented yet */
	-moz-column-count: 1;
	-webkit-column-count: 1;
	
	/* Column-gap not implemented yet */
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
}



.blogPost2 div {
	/* Column-count not implemented yet */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	
	/* Column-gap not implemented yet */
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
}
	



/*------------------------------
=SHARE
------------------------------*/

 #share {
	position: relative;
	left: 0;
	width: 100%;
	

}

	#share ul {
		margin: 0;  auto;
	width: 65%;
		list-style: none;
	padding-bottom: 92px;  color: #E3E3E3; background: #F0F0F0;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px; }

		#share ul li {
margin-left: 6%;			float: left;
	}


			




/*------------------------------
=COMMENTS
------------------------------*/

#comments {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}

	#comments article {
		display: table;
		padding: 22px;
	}
	
	#comments article:nth-child(odd) {
		padding: 21px;
		background: #E3E3E3;
		border: 1px solid #d7d7d7;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
	}
	
		#comments article header {
			display: table-cell;
			width: 220px;
			padding-right: 22px;
		}
		
			#comments article header a {
				display: block;
				font-weight: bold;
				color: #000;
			}
			
				#comments article header a:hover {
					text-decoration: none;
				}
		
		#comments article p {
			padding: 0;
		}




/*------------------------------
=COMMENT FORM
------------------------------*/
form {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}

	form p {
		display: table;
		margin-bottom: 22px;
		padding: 0 22px;
	}

		form label {
			display: table-cell;
			width: 140px;
			padding-right: 20px;
			text-align: right;
			font-weight: bold;
			vertical-align: top;
		}
	
		form input[type="text"], form input[type="email"], form input[type="url"] {
			display: table-cell;
			width: 300px;
			height: 20px;
			border: 1px solid #d7d7d7;
		}
		
		form textarea {
			width: 300px;
			height: 100px;
			border: 1px solid #d7d7d7;
		}
		
		form input[type="submit"] {
			margin-left: 162px;
		}





/*------------------------------
=SIDEBAR
------------------------------*/
aside section {
	margin: 12px 0 0 12px;
	padding: 5px 11px;
	background: url("/images/sidebar_section_background.png") repeat-x;
	
	/* Border-radius not implemented yet */
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
   }

	aside section ul {
		margin: 0 0 0 22px;
		list-style: circle;
	}
	
		aside section ul li a {
			display: block;
			text-decoration: none;
			color: #000;
		}
		
			aside section ul li a:hover {
				text-decoration: underline;
		}

  






/*------------------------------
=FOOTER
------------------------------*/
footer {
	position: absolute;
	left: 0;
	width: 100%;
	background: #666666;
}

	footer div {
		display: table;
		margin: 0 auto;
		padding: 4px 0;
		width: 90%;
		color: #c0c0c0
	}
	
		footer div section {
			display: table-cell;
			width: 90%;
		}
		
		footer div #about, footer div #blogroll {
			padding-right: 0px;
padding-left: 0px;		}
		
	footer h3 {
		color: #FFF;
	}
	
	footer a {
		color: #FFF;	}
	
		footer a:hover {
			color: #000;
			text-decoration: none;
		}
	
	footer ul {
		margin: 0 0 0 40px;
		list-style: square;
		color: #000;
	}
	
		footer ul li a {
			display: block;
		}      

/*------------------------------
=BANNER
------------------------------*/
 #banner {
	position: absolute;
	left: 0;
	width: 100%;
	background: #666666;
}

	#banner div {
		display: table;
		margin: 0 auto;
		padding: 30px 0;
		width: 80%;
		color: #c0c0c0
	}
	
		#banner div section {
			display: table-cell;
			width: 80%;		}
		
		#banner div #google {
			padding-right: 10px;
padding-left: 10px;		}
		
	

