/*

	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");
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700&subset=latin-ext);
@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: 'Open Sans', 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 20px 20px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.7);
}
#sidebar {
	float:left;
	width:250px;
	font-size: 1.2em;
	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;
}

.alt {
	font-size:1.1em;
	line-height:1.5em;
}

