*{
	margin: 0; padding: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear{clear: both;}

body{
	font: 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal; -webkit-font-smoothing: antialiased;
	color: #333; background-color: #fff; width: 940px; margin: 0 auto; padding: 100px 1% 0;
	cursor: default;
}


a{
	font-weight: bold; color: #000; -webkit-transition: color 0.15s ease-out; border-bottom: 1px solid #999;
	text-decoration: none;
}
a:hover{
	color: #b30000; border-bottom-color: #b30000;
}

p{
	margin: 0; text-indent: 1em;
}
.content p:first-child, .content p.first, h3 + p{
	text-indent: 0;
}

.button, button, input[type="submit"]{
	-webkit-border-radius: 1em;
	background: #CC0000 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0, 0.3)) );
	border:1px solid rgba(0, 0, 0, 0.3);
	color:#f9f9f9;
	font-size:0.9em;
	font-weight:500;
	padding:0 1em;
	line-height: 1.667em;
	text-shadow:0 -1px 1px #000;
	text-transform:lowercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: background-color 0.15s ease-out;
}
.button:hover, button:hover, input[type="submit"]:hover{
	border-color: rgba(0,0,0, 0.3); color: #fff;
	background-color: #E80000;
}
.button:active, button:active, input[type="submit"]:active{
	top: auto; outline: none !important; color: #bbb;
	background-color: #870000; -webkit-transition: none;
}

.small{
	font-size: 0.7em;
}
.button.small{
	background-color: #f1f1f1; color: #444444; text-shadow: #fff 1px 1px 2px;
}
.button.small:hover{
	background-color: #fff;
}
.button.small:active{
	background-color: #eee;
}
	.button.small.active{
		-webkit-box-shadow: inset #000 0 1px 3px; background-color: #ccc;
	}

.dot{
	color: #ccc;
}


h1,h2,h3,h4,h5{
	margin-bottom: 1.5em;
}
	h1 a, h2 a, h3 a{
		text-decoration: none;
	}
	h1 img{
		vertical-align: middle;
	}
h1{
	font-size: 4em; font-weight: bold; letter-spacing: -1px; margin-bottom: 0.5em;
}
	article header h2{
		color: #b30000; margin-bottom: 0.5em; font-size: 2em;
	}
	
	body > header h2{
		margin-bottom: 0.5em;
	}

h3{
	font-size: 1.5em; margin-bottom: 0.875em; color: #555;
}
	.card h3{
		color: #eee; font-size: 1.1em; padding-bottom: 0.1em; border-bottom: 1px solid #444; text-shadow: #000 0 -1px 0;
	}
	.card p + h3{
		margin-top: 0.875em;
	}

article header h3{
	font-weight: 300; font-size: 1.2em;
}

span.notifícation{
	font-size: 0.8em; 
	display: block; 
	margin: 5px 0;
}

strong{
	color: #333;
}

code{
	font-family: Inconsolata, Monaco, "Courier New", monospaced;
	background-color: #444; -webkit-box-shadow: #000 0 1px 0; padding: 1px 0;
}

p#desc{
	opacity: 0.7;
}

body > header hgroup, body > header p#desc{
	text-align: right;
}

body > header .notifícation{
	position: absolute; width: 30%; font-weight: bold; color: #aaa; font-size: 1.6em; line-height: 1.25em;
}
	header .notifícation a{
		color: #666; border: 0;
	}

article{
	margin-bottom: 5em;
}

article > img{
	float: left; max-width: 410px;
}
article > div.content{
	float: left; margin-left: 4%; width: 480px; height: 150px; color: #555; -webkit-perspective: 1200; position: relative;
	
} 
	div.content .card{
		-webkit-transition-property: -webkit-transform; -webkit-transition-duration: .8s; -webkit-transform-style: preserve-3d;
		position: absolute; top: 0; left: 0; width: 480px;
	}
	.card.flipped{
		-webkit-transform: rotateY(180deg);
	}
	
	div.card-face{
		-webkit-backface-visibility: hidden;
		position: absolute; width: 480px; height: 150px;
	}
	div.card-face#card-back{
		font-size: 0.9em;
		-webkit-transform: rotateY(180deg);
		-webkit-box-sizing: border-box;
		-webkit-box-shadow: inset #000 0 1px 5px;
		-webkit-border-radius: 0.8em; background-color: #333; color: #fff;
		padding: 10px 20px 20px;
		overflow-y: auto;
	}
	#card-back::-webkit-scrollbar{
		width: 8px;
	}

	#card-back::-webkit-scrollbar-track{
		background-color: #333;
		//background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#333), to(#000)); border: 0;
	}

	#card-back::-webkit-scrollbar-thumb{
		background-color: rgba(255,255,255, 0.5); -webkit-border-radius: 5px;
		-webkit-box-shadow: #000 0 1px 0;
	}


section#lightbox{
	display: none;
	width: 800px;
	background-color: #fff;
	padding: 20px;
	-webkit-box-shadow: rgba(0,0,0, 0.6) 0 2px 8px;
}
	#lightbox h3{
		display: none;
	}
	
	#lightbox img:last-child{
		margin-left: 40px;
	}

body > footer{
	opacity: 0.6; -webkit-transition: opacity 0.2s ease-out; text-align: center;
	font-size: 0.9em; padding-top: 2em; border-top: 1px solid #e2e2e2;
}

body > footer:hover{
	opacity: 1.0;
}

	body > footer p{
		text-indent: 0;
	}


