/*
Theme Name: enta 2009
Theme URI: http://hernun.com.ar/wordpress
Description: Nuevo estilo para el blog de en torno a la anarquía.
Version: 1.0
Author: hernún
Tags: sencillez, castellano

Es un formato directo y sencillo hecho en castellano. Versión Beta.
*/

html{
  height:100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	margin: 0 0 20px 0;
	padding: 0;
  height:100%;
	}


/* hernún */

a{
  text-decoration:none;
  color:#222;
  font-weight:bold;
}

a:hover{
  text-decoration:underline;
}

img{
  border:none;
}

rojo{
  color:#900;
}

#banner-top{
  text-align:right;
  padding:5px;
  font-size:1.3em;
  background: #4e8995 url('images/bannerTopBg4e8995.jpg');
  color:#fff;
  width:100%;
  position:absolute;
  top:0px;
  left:0px;
}

html>body #banner-top{
  position:relative;
}

#banner-top a{
  color:#fff;
  font-weight:bold;
}

#sidebar{
  float:left;
  width:190px;
  text-align:justify;
}

#sidebar li{
  list-style-type: none;
}

#sidebar a{
  color:#101f10;
}
#sidebar a:hover{
  color:#454;
}

#sidebar h2{
  font-size:1.5em;
  color:#aa1100;
}

#sidebar .enlacesInteresantes{
  font-size:1.2em;
  text-align:left;
}

#sidebar .children{
  margin-left:0px;
}

.linkTopSidebar{
  padding-top:5px;
}

#sidebar .linkTopSidebar a{
  color:#1e5965;
  font-size:1.2em;
}

.narrowcolumn{
  float:right;
  width:700px;
  margin-left:40px;
  text-align:justify;
	background: #d5d6d7 url('images/kubrickbgwide.jpg');
	padding-top:0px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:50px;
	border-bottom:2px #ccc solid;
	color:#000;
  font-size:1.2em;
}

.narrowcolumn a{
  color:#3d7884;
}

.narrowcolumn h1, .narrowcolumn h1 a, .narrowcolumn h2 a{
  text-decoration: none;
  color:#000;;
}

.narrowcolumn h3 a{
  text-decoration: none;
  color:#333;
}

.narrowcolumn h1 a:hover, .narrowcolumn h2 a:hover, .narrowcolumn h3 a:hover{
  text-decoration:underline;
}

.form_comments textarea{
  width:700px;
}

#footer{
  clear:both;
  background: #ccc url('images/footerBg.jpg');
  margin-top:20px;
  height:55px;
  color:#000;
  padding-top:5px;
}

#page{
  padding:0px;
  padding-top:30px;
  margin:auto;
  width:1000px;
  min-height:100% !important;
  height:auto;
}

html>body #page{
  padding-top:0px;
}

html>body .clear{
  clear:both;
  height:0px;
}

.alignleft{
  float:left;
}

.alignright{
  float:right;
}


#pipe{
  border-left:1px solid #094551;
  border-right:1px solid #094551;
  border-bottom:1px solid #094551;
}

.aligncenter{
  clear:both;
}

.size-full{
  width:700px;
}

.wp-image-237{
}

#flechaNew{
  visibility:hidden;
}

.comment_impares{
  margin-top:5px;
  /*background-color:#bbdbdb;*/
  background-color:#dfdfcb;
  padding:5px;
  border:1px #333 solid;
}

.comment_pares{
  margin-top:5px;
  background-color:#acd3c7;
  padding:5px;
  border:1px #333 solid;
}

#foto-show{
  position:absolute;
  padding:10px;
  z-index:3;
}
#foto-velo{
  position:absolute;
  z-index:2;
  background-color:#000;
}

.hide{
  display:none;
}
.show{
  display:inherit;
}