/*
	Theme Name: elece One
	Theme URI: http://www.elece.net/
	Description: A fluid simple CSS3-compliant version for elece.net blog
	Version: 1.0
	Author: Luis Daniel Carbia
	Author URI: http://www.elece.net/ */

@import url("header.css");
 @import url("sidebar.css");
 @import url("content.css");
 @import url("footer.css");
 @import url("comments.css");

	@font-face {  
	font-family: 'NeoTech';
	src: url('fonts/Neo_Tech/NeoTechStd-Regular.eot'); /* IE */  
	src: local('NeoTechStd-Regular.otf'), url('fonts/Neo_Tech/NeoTechStd-Regular.otf') format("opentype"); /* no-IE */  
	}  

/* @import url("metas.css"); */
/* @import url("calendar.css"); */

/* COMPOSICION */

body {
	font-size: 62.5%; /* Resets 1em to 7.5pt/10px */
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(img/fontv.gif);
	color: #304050;
	margin: 0;
	padding: 0;
}
#container {
	width:95%;
	margin: 20px auto 20px auto;
}
#page {
	width:100%;
	background-color:#FFF;
	margin:0;
	border: solid 1px rgba(0, 5, 10, 0.3);
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-box-shadow: 0 20 20px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
#sidebar {
	float:left;
	width:250px;
	font: 1.2em "Trebuchet MS", Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	text-align: center;
	margin:0;
}
#content {
	background-color: #FFF;
	margin: 0 12px 0 0;
	padding-bottom:20px; /* Es para evitar la barra de scroll vertical con el pageNavi */
	overflow-x: hidden;
	overflow-y: none;
}
#content_archive { /* Es para las páginas sin menú izquierdo */
	background-color: #FFF;
	margin: 0 12px;
	overflow-x: hidden;
	overflow-y: none;
}
#footer {
	clear:both;
	width: 100%;
	margin: auto;
	padding: 0;
}
/* ELEMENTOS GENERICOS */



a img {
	border:none;
}
a:link {
	text-decoration:none;
	color: #0364A7;
}
a:hover {
	text-decoration:underline;
	color: #9DCB00;
}
a:visited {
	text-decoration:none;
	color: #D7501D;
}
.reset {
	clear: both;
	height: 0;
	margin:0;
	padding:0;
}
blockquote {
	margin: 1em 20px;
	padding-left: 50px;
	background: transparent url(img/comillas.gif) no-repeat;
	color:#1E71AE;
}
.wp-pagenavi {
	padding-top:12px;
}
