html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

/********************************************/
html {background-color: #eba000;}

h1 {
	color: #005A9C;
	font: 2em Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h2 {font: 1.4em Verdana, Arial, Sans-Serif;}

h3 {
	font: 1em Verdana, Arial, Sans-Serif;
	padding: 5px 0;
}

p {
	font: 0.85em Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	padding: 5px 0;
}

a {
	color: #005A9C;
	text-decoration: none;
}

a:hover{text-decoration: underline;}

#header {
	background-color: white;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 10px #629996;
	margin-top: 10px;
	padding: 15px;
}

#header p {
	font-size: 0.75em
}

.logo {float:right;}

.networks {
	margin: 15px 10px;
	float:right;
}

.networks ul li {
	display:inline;
	list-style: none;
}

#nav {
	margin: 20px 0;
	text-align: center;
}

#nav ul li {display: inline;}

body {
	max-width: 1200px;
	margin: auto;
}

#main {
	background-color: white;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 10px #629996;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
}

.article {
	margin-right: 310px;
	margin-top: 10px;
}

.article h1 {
	background-color: #5ea2da;
	border-spacing: 0;
	border-radius: 15px 15px 15px 15px;
	box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
	color: white;
	display: table;
	font-size: 1.1em;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	vertical-align: middle;
	width: 100%;
}

.article h1 span {
	display: table-cell;
	padding: 5px 0;
	vertical-align: middle;
}

.article h2 {
	color:black;
	font-size: 1.2em;
	margin: 10px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.article ul {margin: 5px 20px;}

.article li {
	font: 0.85em Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	list-style-type: circle;
}

#aside {
	background-color: white;
	border: dashed 3px #de1881;
	border-radius: 10px 10px 10px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: black;
	float: right;
	height: auto;
	margin-top: 10px;
	padding: 0 10px;
	width: 300px;
}

#aside h1 {
	border-bottom: 1px solid #de1881;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 0;
	width: auto;
}

#aside section {margin: 10px 0;}

#aside ul {margin: 5px 20px;}

#aside li {
	font: 0.85em Verdana, Arial, Sans-Serif; 
	list-style-type: circle;
}

#aside img {padding-top: 10px;}

#footer {
	background-color: white;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 10px #629996;
	margin: 20px 0;
	padding: 15px;
}

/*********************
Other
*********************/
.bold {font-weight: bold;}

.camp {
	background-color: #6481ae;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-right: 1px solid;
	box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
	color: black;
	display: table-cell;
	font: 1.1em Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

.center {
	margin: 10px 0;
	text-align: center;
}

.html5 {
	float: right;
	margin-top:-5px;
}

.intro{font-size: 1.1em;}

.italic {
	font: 0.85em Verdana, Arial, Sans-Serif;
	font-style: italic;
}

.left {
	float: left;
	margin-right: 5px;
}

/*********************
Photo Keynote
*********************/
.phototb {
	border: 4px solid white;
	box-shadow: 5px 5px 15px #d2d4e7;
	color: #d3cdff;
	float: left;
	font-size: 85%;
	margin: 0 25px 5px 10px;
	text-align: center;
	padding: 5px;
}

/*********************
Nav Button
*********************/
.button {
	cursor: pointer;
	display: inline-block;
	font:15px/100% Verdana, Arial, sans-serif;
	outline: none;
	padding: .5em 2.5em .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
/* Orange */
.orange {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	border: solid 1px #da7c0c;
	color: #fef4e9;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}	
/* White */
.white {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	border: solid 1px #b7b7b7;
	color: #606060;
}
.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
	color: #999;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/*********************
Registration button
*********************/
.register {
	background: #729e02;
	background: -webkit-gradient(linear, left top, left bottom, from(#8fc800), to(#729e02));
	background: -webkit-linear-gradient(top, #8fc800, #729e02);
	background: -moz-linear-gradient(top, #8fc800, #729e02);
	background: -ms-linear-gradient(top, #8fc800, #729e02);
	background: -o-linear-gradient(top, #8fc800, #729e02);
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 18px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0) 0 1px 0;
}
.register:hover {
	background: #bcfa00;
	color: #000000;
 }
 
/*********************
Speaker tutorial
*********************/
.speaker {
	background: #8fc800;
	box-shadow: 5px 5px 15px #d2d4e7;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	color: white;
	float: left;
	margin: 5px 20px 5px 0;
	padding: 5px;
	width: 120px; 
}
.speaker:before {
	content:"";
	border-bottom: 13px solid transparent;
	border-left: 26px solid #8fc800;
	border-top: 13px solid transparent;
	height: 0;
	margin: -2px 0 0 115px;
	position: absolute;
	width: 0;
}
.speaker  p {
	font-size: 0.75em;
	font-style: italic;
	line-height:1.2em !important;
	margin-left:5px;
	padding: 2px !important;
}
.speaker img {
	margin-left: 5px;
}
