/* the style used in impress.js's intro presentation */

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-size: 100%;*/
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
	font-size: 28px;
}

h1, h2, h3, h4 {
	color: #c33;
	font-weight: normal;
	letter-spacing: .1em;
}

#intro h1 {
	color: #c33;
	font-size: 3em;
	text-transform: uppercase;
	text-shadow: -4px -4px 10px rgba(100,100,100,0.9);
}

h1 {
	font-size: 1.6em;
	font-weight: 300;
}

h2 {
	font-size: 1.2em;
	font-weight: 320;
	font-style: italic;
}

h3 {
	font-style: 1.1em;
}

ol{
	margin: 10px 0 10px 70px;
}

ul {
	margin: 10px 0 10px 50px;
}

blockquote, q {
	border-left: 10px solid #BBB;
	padding-left: 10px;
}

blockquote p {
/*	line-height: 60px;*/
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: 'PT Sans', sans-serif;

	min-height: 740px;

	background: rgb(215, 215, 215);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(190, 190, 190)));
	background: -webkit-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
	background:    -moz-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
	background:      -o-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
	background:         radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));

	-webkit-font-smoothing: antialiased;
}

b, strong { font-weight: bold }
i, em { font-style: italic}

a {
	color: inherit;
	text-decoration: none;
	padding: 0 7px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #C9E7EA;

	-webkit-transition: 0.5s;
	-moz-transition:    0.5s;
	-ms-transition:     0.5s;
	-o-transition:      0.5s;
	transition:         0.5s;
}

a:hover {
	background: #86D6EA;
	text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
}

/* enable clicking on elements 'hiding' behind body in 3D */
body     { pointer-events: none; }
#impress { pointer-events: auto; }

/* COMMON STEP STYLES */

.step {
	background-color: white;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	-o-box-sizing:      border-box;
	box-sizing:         border-box;
	color: rgb(102, 102, 102);
	display: block;
	font-family: 'Open Sans', sans-serif;
	height: 700px;
	letter-spacing: -1px;
	padding: 40px 60px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-ms-transition:     opacity 1s;
	-o-transition:      opacity 1s;
	transition:         opacity 1s;
	width: 900px;
}


.step:not(.active) {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
}

.impress-enabled .step.active {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

code {
	line-height: 1.2;
	font-size: 19px;
	font-family: "Courier New", monospace;
}


code.prettyprint{
	background-color: #E8FFE3;
}

code.inline {
	padding: 5px 10px;
	margin: -5px 0 0 0;
}
.fallback-message {
	font-family: sans-serif;

	width: 780px;
	padding: 10px 10px 0;
	margin: 20px auto;

	border: 1px solid #E4C652;
	border-radius: 10px;
	background: #EEDC94;
}

.fallback-message p {
	margin-bottom: 10px;
}

.impress-supported .fallback-message {
	display: none;
}

.objeto {
	border: 1px solid #999;
	width: 45%;
}

.objeto td {
	border: 1px solid #999;
	padding: 5px 10px;
}

thead td {
	text-align: center;
}

tbody td {
	font-family: courier;
	font-size: 19px;
	min-height: 200px;
	height: 200px;
	text-align: left;
}

.list {
	font: 19px courier;
	float: right;
	width: 50%;
}

.keys, .values {
	list-style: none;
	float: left;
	margin: 0;
	padding: 3px 1%;
	width: 45%;
}

li {
	line-height: 33px;
	margin: 5px 0;
}

.keys {
	margin-right: 5px;
	text-align: right;
}

.trees .keys {
	margin-top: 3px;
}

.only-commits .keys, .commits .keys {
	margin-top: 10px;
}

.tags .keys {
	margin-top: 20px;
}

.values {
	text-align: center;
}

.values li {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tree-container {
	border: 1px dashed #999;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 2px;
}

.blob {
	background-color: #CADBFE;
}

.blob-changed {
	background-color: #A5B6D7;
	font-weight: bold;
}

.tree {
	background-color: #D9EACA;
}

.commit {
	background-color: #FED1CF;
}

.tag {
	background-color: #FFE8CB;
}

.only-commits {
	font: 19px courier;
}

.only-commits .keys, .only-commits .values {
	width: 30%;
}

.file-changed {
	color: red;
	font-weight: bold;
}

.note {
	font-size: 0.5em;
}
