/* Some default styles for HTML5 elements */
section, header, footer { display: block; }

/* Main theme styles */
html { font-size: 30px; font-family: ubuntu, sans-serif; color: white; background: black; }
html, body { margin: 0; padding: 0; }

/* Slide styles */
body > * { page-break-after: always; position: relative; overflow: hidden; width: 1024px; height: 766px; 
	margin: 0 auto 60px auto; padding: 1px 0;
	color: hsl(0, 0%, 90%); background: #6d9543 url(media/green.svg) right bottom no-repeat; }

body > * > div { margin: 200px 0 0 150px; padding: 60px 0 60px 60px;
	border-radius: 30px 0 0 30px; border: 1px solid rgba(0,0,0,0.5); background: rgba(0,0,0,0.25);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3); }
body > * > div a { color: inherit; text-decoration: none; }
body > * > div small { font-size: 1em; opacity: 0.6; }
body > * > div > h2, body > * > div > h3 { font-size: 2.5em; margin: 0; padding: 0; }
body > * > div > p { font-size: 1.5em; margin: 0; padding: 0.25em 0 0 0.125em; letter-spacing: 4px; opacity: 0.75; }

body > * > h2, body > * > h3, body > * > h4 { position: relative; top: -30px; display: table;
	margin: 0 0 0 -30px; padding: 50px 60px 40px 70px; font-size: 2em;
	border-radius: 0 0 30px 30px; border: 1px solid rgba(0,0,0,0.5); background: rgba(0,0,0,0.25);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3); }
body > * > h2 abbr, body > * > h3 abbr, body > * > h4 abbr { border-bottom: none; }

body > * > div, h1, h2, h3, h4 { text-shadow: 0 0 10px black; }
body > * > div a, h1 a, h2 a, h3 a, h4 a { color: inherit; text-decoration: none; }

body > * > ul { position: relative; min-height: 100%;  margin: 1em -5px 0 2.5em; padding: 0.5em 1em;  list-style: none;
	border: 1px solid hsla(0, 0%, 100%, 0.35); border-radius: 30px 0 0 0;
	background: hsla(211, 100%, 85%, 0.5); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
body > * > ul > li { margin: 0.5em 0; padding: 0 0 0 1em; font-size: 1.5em; color: #333; white-space: pre-line;
	text-shadow: -1px -1px 1px black, 1px 1px 1px hsl(0, 0%, 85%); }
body > * > ul > li::before { content: '•'; position: absolute; left: 30px; margin: 0; padding: 0; color: #036; }

body > * > ul > li a { color: inherit; text-decoration: none; }
body > * > ul > li em { font-style: normal; font-weight: bold; }
body > * > ul > li pre { margin: 0; padding: 0.25em 0.5em; font-size: 0.77em; font-family: ubuntu, sans-serif;
	color: hsl(240, 100%, 25%); background: hsla(0, 0%, 95%, 0.5); border-radius: 5px; text-shadow: none; }
body > * > ul > li pre var { font-size: 0.77em; margin: 0 0 0 0.25em; padding: 0.125em 0.25em; color: hsl(0, 0%, 75%);
	background: hsla(0, 0%, 0%, 0.5); border-radius: 5px; }
body > * > ul > li.code { margin: 0.25em 0; white-space: normal; }
body > * > ul > li.code::before { content: ''; }


body > * > div { -moz-border-radius: 30px 0 0 30px; -webkit-border-radius: 30px 0 0 30px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5); }
body > * > h2, body > * > h3, body > * > h4 { -moz-border-radius: 0 0 30px 30px; -webkit-border-radius: 0 0 30px 30px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5); }
body > * > ul { -moz-border-radius: 30px 0 0 0; -webkit-border-radius: 30px 0 0 0;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
body > * > ul > li pre { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
body > * > ul > li pre var { -moz-border-radius: 5px; -webkit-border-radius: 5px; }


/* Section styles */
body > header > div { margin: 120px 0 0 150px; padding: 30px; }
body > header h1 { font-size: 3em; white-space: pre-line; margin: 0; padding: 0; }
body > header p { margin: 0.5em 0 0.5em 0.085em; padding: 0; letter-spacing: 0; opacity: 1; text-shadow: 0 0 5px black; }
body > header address { white-space: pre-line; margin: 0.5em 0 0.5em 0.125em; padding: 0;
	opacity: 0.65; font-style: normal; text-shadow: 0 0 5px black; }

section#css-presentation-info { display: none; }

section#pipeline {}
section#pipeline > ul { position: relative; font-size: 0.77em; list-style: none; }
section#pipeline > ul > li { position: absolute; margin: 0.5em 0; padding: 0.25em; width: 200px;
	background: hsla(240, 25%, 0%, 0.1); border-radius: 5px; border: 2px solid hsla(0, 0%, 25%, 0.5); text-align: center; }
section#pipeline > ul > li::before, section#pipeline > ul > li::after { content: ''; position: absolute; font-size: 2em; margin: 0; padding: 0; color: #333; }

section#pipeline > ul > li.webserver { left: 50px; top: 25px; padding: 0.5em; border-radius: 10px; }
section#pipeline > ul > li.browser { right: 50px; top: 25px; padding: 0.5em; border-radius: 10px; }
section#pipeline > ul > li.http { left: 50%; top: 32.5px; margin-left: -110px; }
section#pipeline > ul > li.http::before { content: '↔'; top: -0.2em; left: -0.9em; opacity: 0.75; }
section#pipeline > ul > li.http::after { content: '↔'; top: -0.2em; right: -0.9em; opacity: 0.75; }

section#pipeline > ul > li.php { left: 57.5px; top: 130px; }
section#pipeline > ul > li.storage { left: 57.5px; top: 205px; }
section#pipeline > ul > li.html { right: 57.5px; top: 130px; }
section#pipeline > ul > li.css { right: 57.5px; top: 205px; }
section#pipeline > ul > li.javascript { right: 57.5px; top: 280px; }
section#pipeline > ul > li.svg { right: 57.5px; top: 355px; }

section#pipeline > ul > li.browser, section#pipeline > ul > li.javascript, section#pipeline > ul > li.svg {
	color: hsla(0, 0%, 20%, 0.5); text-shadow: -1px -1px 1px hsla(0, 0%, 0%, 0.5), 1px 1px 1px hsla(0, 0%, 85%, 0.225); }

section#sources > ul > li:not(.download) { font-size: 0.525em; padding-left: 1.67em; text-shadow: none; }
section#sources > ul > li.download { font-size: 0.9em; }

section#questions > div { margin: 125px 150px 0 150px; padding: 50px 30px 60px 30px; border-radius: 30px; }
section#questions > div > h2 { text-align: center; }
section#questions > div > p { opacity: 1; font-size: 3em; margin: 0.25em 0 0 0; padding: 0; font-weight: bold; text-align: center; }


section#pipeline > ul > li { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
section#pipeline > ul > li.webserver, section#pipeline > ul > li.browser { -moz-border-radius: 10px; -webkit-border-radius: 10px; }
section#questions > div { -moz-border-radius: 30px; -webkit-border-radius: 30px; }


/* Presentation tool styles */
body > * > ul > li.unpresented { visibility: hidden; }
/* not fast enough for fade in effect with opacity
body > * > ul > li { opacity: 1; -o-transition-property: opacity; -o-transition-duration: 0.5s;
	-moz-transition-property: opacity; -moz-transition-duration: 0.5s;
	-webkit-transition-property: opacity; -webkit-transition-duration: 0.5s; }
body > * > ul > li.unpresented { opacity: 0; }
*/

/* Clock styles */
ul#clock { position: fixed; top: 0; left: 0; width: 0.65em; height: 18.5em; padding: 0 0 0 0.9em; background: transparent; list-style: none; }
ul#clock li { height: 1em; width: 0.5em; margin: 0.5em 0; padding: 0; background: rgba(0, 0, 0, 0.25); border-radius: 0.25em; }

ul#clock li { -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; }