/*
Theme Name: Enero
Author: Matías Ventura
Author URI: http://matiasventura.com/
Description: Facit Lux.

*/

body {
	background: #fff;
	margin: 0;
	padding: 0;
}
.site {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.main {
	background: #fff;
	border-top: 1px solid #aaa;
	padding: 60px 90px 0 180px;
	position: relative;
	z-index: 1;
}
.main:before {
	background: #89220d;
	content: '';
	display: block;
	height: 12px;
	position: absolute;
		top: -1px;
		right: 10%;
	width: 200px;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0 100px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-left: -120px;
	position: relative;
}
.alignright {
	display: inline;
	float: right;
	margin-right: -120px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Fonts
-------------------------------------------------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
}
a {
	text-decoration: none;
}
.cover h1,
.cover h1 a {
	font-weight: 100;
}
.cover .twitter,
.hentry .entry-content blockquote,
.intro {
	font-family: Georgia;
	font-style: italic;
}
.round {
	font-weight: 500;
}
.hentry,
.cover .the-menu a,
.about-text {
	font-weight: 300;
}


/* =Cover
-------------------------------------------------------------- */
.cover {
/*	background: #e4e8ed url(images/woody.jpg) left fixed no-repeat;*/
	clear: both;
	display: block;
	margin: 0;
	position: fixed;
	width: 100%;
}
.cover #the-image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.cover hgroup {
	position: relative;
	margin: 20% 0 0 8%;
}
.cover div.avatar {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin-left: -46px;
	margin-top: 5px;
	padding: 5px;
	position: absolute;
		left: 10%;
		top: 0px;
}
.cover .avatar img {
	border-radius: 50%;
}
.cover h1 {
	font-size: 80px;
	line-height: 60px;
	margin: 0 0 0 240px;
	text-transform: lowercase;
}
.cover h1 .name {
	color: #2f2f2f;
	display: block;
	width: 240px;
}
.cover h1 .name span {
	display: block;
	font-size: 76px;
	font-weight: 100;
}
.cover .twitter {
	color: #505050;
	font-size: 12px;
	font-weight: 300;
	display: block;
	margin: 0;
}
.cover .twitter a {
	color: #404040;
}
.cover .twitter a:hover {
	color: #009ed2;
}
.cover .twitter a b {
	opacity: 0.5;
}
.cover h1 .home {
	background: #222;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	position: absolute;
		top: 10px;
		left: 10%;
	margin-left: -41px;
	z-index: 1;
}
.cover h1 a:hover + .home,
.cover h1 a:hover {
	opacity: 1;
}
/* The Menu */
.cover .the-menu {
	background: #111;
	background: rgba(0,0,0,0.7);
	border-radius: 0 2px 0 0;
	padding: 10px 30px 10px 3%;
	position: absolute;
		bottom: 0;
		left: 0;
}
.admin-bar .cover .the-menu {
	bottom: 28px;
}
.cover .the-menu a:first-child {
	/* Same as left margin on .name */
	margin-left: 180px;
}
.cover .the-menu a {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.the-pictures:before,
.the-design:before,
.the-films:before,
.the-colophon:before {
	color: #fff;
	content: '+ ';
	font-size: 12px;
	margin: 0 10px;
	opacity: 0.4;
	position: relative;
		top: -2px;
}
/* Circles */
.avatar a.round {
	text-indent: -9999px;
	position: absolute;
		left: 4px;
		top: 4px;
	border: 1px solid #fff;
}
.avatar a.writing {
	background: url(images/writing.png) no-repeat;
}
.avatar a.portfolio {
	background: url(images/portfolio.png) no-repeat;
}
.avatar a.photos {
	background: url(images/photos.png) no-repeat;
}
.avatar a.a8c {
	background: url(images/automattic.png) no-repeat;
}
.avatar a.film {
	background: url(images/film.png) no-repeat;
}
.avatar a.about {
	background: url(images/matias.png) no-repeat;
}
.avatar a.round {
	opacity: 0;
}
.avatar a.round.active {
	display: block;
	opacity: 1;
}


/* =Round
-------------------------------------------------------------- */
a.round,
div.round img {
	border-radius: 50%;
	display: block;
		height: 82px;
		width: 82px;
		line-height: 82px;
	text-align: center;
	text-transform: lowercase;
}
a.round:hover {
	color: #fff !important;
}
.round {
	-webkit-transition-property: left, width, height, color, -webkit-box-shadow, opacity, border-color;
	-webkit-transition-duration: 600ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: left, width, height, color, -webkit-box-shadow, opacity;
	-moz-transition-duration: 600ms;
	-moz-transition-timing-function: ease;
	transition-property: left, width, height, color, box-shadow, opacity, border-color;
	transition-duration: 600ms;
	transition-timing-function: ease;
}
.round.speedy {
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	transition-duration: 500ms;
}
.cover .round.home {
	background: #222;
	color: #aaa;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}


/* =Trilogue
-------------------------------------------------------------- */
.about-text {
	background: #131313;
	background: rgba(0,0,0,0.8);
	background: rgba(255,255,255,0.7);
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #444;
	font-size: 19px;
	margin: 0 -90px 0 -180px;
	padding: 30px;
	position: absolute;
		right: 20%;
		top: 32%;

	width: 30%;
}
.about-text a {
	color: #333;
	font-weight: bold;
}
.about-text a:hover {
	text-decoration: underline;
}


/* =Content
-------------------------------------------------------------- */
.site-content {
	margin: 0 auto 40px;
	width: 600px;
}
/* Intro */
.intro {
	border-bottom: 1px solid #dfdfdf;
	color: #777;
	font-size: 13px;
	padding-bottom: 30px;
	position: relative;
	top: -30px;
}
.intro a {
	color: #333;
	text-decoration: underline;
}
.intro a:hover {
	color: #00adcf;
}
/* Articles */
.hentry {
	color: #454545;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	min-height: 200px;
	padding: 30px 0;
	position: relative;
}
.hentry .entry-content {

}
.hentry p a,
.hentry li a {
	color: #454545/*#9C8A6A*/;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.hentry .entry-content a:hover {
	border-color: rgba(0,183,255,0.2);
	color: #00adcf;
	text-shadow: none;
}
.entry-content > p:last-of-type::after {
	content: "+";
	color: #f5ca00;
	font-weight: 200;
	margin-left: 8px;
}
.entry-title {
	position: relative;
		left: -120px;
}
.entry-title,
.entry-title a {
	color: #4d4d4d;
	font-size: 48px;
	font-weight: 200;
	line-height: 50px;
	margin: 0 0 50px;
}
.entry-title a:hover {
	border-bottom: 1px solid #ddd;
}
.hentry p {
	margin: 0.6em 0 1.6em;
}
.entry-content blockquote,
.entry-content blockquote p {
	color: #444;
}
.entry-content small,
.entry-content .small {
	display: block;
	font-size: 13px;
	line-height: 20px;
}
.entry-header {
	position: relative;
}
.entry-header .entry-date {
	color: #cbcbcb;
	font-size: 18px;
	position: absolute;
		bottom: -80px;
		left: -120px;
	text-transform: uppercase;
}
.entry-header .entry-date b {
	font-size: 22px;
	font-weight: 300;
}
.entry-header .entry-date span {
	font-size: 10px;
	position: absolute;
		left: 0;
		top: 6px;
}
.hentry .ratings {
	position: absolute;
		right: 0;
		top: 40px;
}
/* Nav Below */
#nav-below {
	border-top: 1px solid #eee;
	margin: 80px 90px 40px 0;
}
nav {
	display: block;
}
nav .nav-previous,
nav .nav-next {
	display: inline;
}
nav .nav-next {
	margin-left: 20px;
}
.singular #nav-below {
	padding-left: 4%;
}
.nav-previous a,
.nav-next a {
	color: #444;
	font-size: 22px;
}
.older-newer {
	margin-top: 40px;
	text-align: center;
}
.older-newer a:hover {
	color: #00adcf;
}
.older-newer a .arrow {
	color: #aaa;
}
.older-newer a:hover .arrow {
	color: rgba(0,183,255,0.4);
}

/* 404 page */
.error404 .entry-title {
	left: 0;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin: 20px 0;
	padding: 0;
}
.error404 .widget ul li {
	list-style-type: none;
	display: inline;
}
.error404 .widget a {
	color: #777;
}
.error404 .widget a:hover {
	color: #00adcf;
	text-decoration: underline;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.image-attachment article {
	background-image: none;
	padding: 20px 0 0;
}
.image-attachment .entry-title {
	font-size: 16px;
	margin-left: 50px;
}
.image-attachment #image-navigation {
	margin-right: 40px;
	margin-top: -50px;
}
.image-attachment #image-navigation a {
	color: #888;
	font-size: 13px;
	font-weight: bold;
	margin-left: 30px;
}
.image-attachment #image-navigation a:hover {
	color: #111;
}
body.attachment .cover {
	display: none;
}

/* Aside Posts */
.format-aside .entry-title {
	display: none;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
	font-size: 14px;
	line-height: 24px;
}
.singular .format-aside .entry-content,
.singular .format-aside .entry-summary {
	padding-top: 0;
}
.format-aside .entry-date {
	top: 50px;
}

.favs {
	color: #aaa;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
p a img {
	margin-bottom: -7px; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Pictures Page */
#content .gallery .gallery-item {
	margin-top: -7px;
}
#content .gallery-item img {
	border: none;
	margin-top: -3px;
}
#content .gallery-item a:hover img {
	opacity: 0.8;
}
body.pictures,
body.pictures .cover {
	background: #E4E8ED;
}
body.pictures .main {
	margin: 0 10%;
	padding: 60px 60px 0;
}
body.pictures article.page {
	padding: 18px 8px 8px;
	background-image: none;
}
body.pictures article.page .entry-header {
	display: none;
}
.pictures hgroup {
	margin-top: 50px;
}
.pictures hgroup h1 {
	font-size: 50px;
	line-height: 40px;
}
.pictures hgroup h1 .name span {
	font-size: 46px;
}
.pictures .the-menu {
	background: #222;
	left: auto;
	right: 10%;
	padding: 10px 30px;
	bottom: 0;
}
.pictures .cover .the-menu a:first-child {
	margin-left: 0;
}
.pictures .the-menu .the-colophon {
	display: none;
}
.pictures .main:before {
	display: none;
}
.pictures .entry-title {
	position: static;
	text-align: center;
}
.pictures .site-content {
	width: 100%;
}
.pictures footer.credits {
	margin: 0 -60px;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}
.required {
	color: #cc0033;
	font-size: 20px;
	position: relative;
	top: 8px;
	left: 6px;
}


/* =Comments
-------------------------------------------------------------- */
.comments-link a {
	background: #222;
	border-radius: 50%;
	color: #eee;
	font-size: 30px;
	height: 80px;
	position: absolute;
		bottom: 0;
		right: -120px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	font-weight: 300;
	line-height: 80px;
}
.hentry .comments-link a:hover {
	background: #89C2C2;
	color: #DAF8F2;
}
.comments-link .leave-reply {
	font-size: 20px;
	font-weight: 300;
	position: relative;
	top: -4px;
	text-transform: lowercase;
}
#comments {
	font-weight: 300;
	font-size: 14px;
	margin: 0 80px 0 20px;
}
#comments .comment {
	list-style-type: none;
	border-top: 1px solid #d4d4d4;
	padding: 5px 20px;
	position: relative;
}
#comments .comment > ul {
	margin-top: 10px;
}
#comments a {
	color: #999;
}
#comments .comment-author img {
	border-radius: 50%;
	position: relative;
	top: 7px;
	box-shadow: 0 0 1px #555;
}
#comments .comment-author cite {
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
}
#comments .comment-author cite a {
	color: #333;
}
#comments .comment-author cite:after {
	content: ':';
}
#comments .comment-meta {
	display: none;
	position: absolute;
	right: 0;
	font-size: 11px;
	top: 16px;
}
#comments p {
	font-size: 12px;
	font-weight: normal;
	margin-left: 36px;
	line-height: 20px;
	color: #666;
}
.comment .says {
	display: none;
}
#comments .comment-reply-link {
	color: #666;
	margin-left: 36px;
	font-size: 12px;
	font-weight: bold;
}
#comments a:hover,
#comments .comment-author cite a:hover {
	color: #000;
}
#respond {
	background: #f1f1f1;
	border-radius: 3px;
	margin: 30px 0 20px 20px;
	padding: 20px;
}
#respond p {
	margin-left: 0;
}
#respond #reply-title {

}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 94%;
}
#respond input[type=text],
#respond textarea {
	background: #fff;
	border: 4px solid #ddd;
	border-radius: 2px;
	box-shadow: inset 0 1px 0px #ccc;
	padding: 10px;
}
#respond label {
	background: #555;
	color: #ddd;
	margin: 5px 0 -4px 4px;
	padding: 3px 8px;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 4px;
}
#respond .form-allowed-tags {
	display: none;
}
#respond #cancel-comment-reply-link {
	margin-left: 10px;
}
#respond #submit {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-radius: 3px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin: 5px 10px 5px 0;
	padding: 9px 16px;
	text-decoration: none;
}
#respond #submit:active {
	background: #777;
	border-color: #555;
	color: #eee;
}


/* =Footer
-------------------------------------------------------------- */
.contact {
	color: #646464;
	font-size: 13px;
	margin: -100px 0 30px 350px;
	padding: 20px 0 20px;
	width: 230px;
}
.contact a {
	color: #444;
	font-weight: bold;
}
#searchform {
	background: #eee;
	border: 1px solid #ddd;
	clear: both;
	margin: 20px auto;
	width: 300px;
}
#searchform input {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 100;
	margin: 4px;
	padding: 10px;
	width: 270px;
}
#searchform #searchsubmit {
	display: none;
}
footer.credits {
	background: #111;
	border-top: 5px solid #444;
	clear: both;
	font-size: 28px;
	margin: 0 -90px 0 -180px;
	padding: 30px;
}
footer.credits a {
	color: #c4b89a;
	font-weight: 500;
}
footer.credits a.wordpress {
	background: url(images/wp.png) no-repeat;
	color: #888;
	display: block;
	font-size: 14px;
	font-weight: 300;
	width: 80px;
	height: 47px;
	padding: 5px 0 0 55px;
	margin: 0 auto;
}
footer.credits a.wordpress:hover {
	opacity: 0.8;
}
#wpstats {
	display: none;
}


/* Single */

.singular .cover {
	/*background: #E4E8ED;*/
	background: #222 url(images/sbg-3.jpg) left top fixed;
}
.singular hgroup {
	margin-top: 50px !important;
}
.singular .cover h1 {
	font-size: 50px;
	line-height: 40px;
}
.singular .cover h1 .name {
	color: #eee;
}
.singular .cover h1 .name span {
	font-size: 46px;
}
.singular .cover .the-menu {
	background: #222;
	left: auto;
	right: 10%;
	padding: 10px 30px;
	bottom: 0;
}
.singular .cover .the-menu a:first-child {
	margin-left: 0;
}
.singular .cover .the-menu .the-colophon {
	display: none;
}
.singular .cover .twitter {
	color: #ccc;
	color: rgba(255,255,255,0.5);
}
.singular .cover .twitter a {
	color: #eee;
}
.singular #nav-below {
	border: none;
	margin-left: -90px;
}
.singular.admin-bar .cover {
	background-position: 0 28px;
}