/* So the HTML5 structural tags work in older browsers */
article, aside, figure, footer, header, nav, section {
    display: block;
}

/* reset selector */

* {
	margin: 0;
	padding: 0;
}

/* the styles for the elements*/

html {
	background-color: #FFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
	width: 600px;
	margin: 0px auto;
	border: 3px solid #931420;
	background-color: #fffded;
}

a:focus,hover {
	font-style: italic;
}

/* the styles for the header */

header {
	border-bottom: 3px solid #931420;
	padding-top: 1.5em;
	padding-bottom: 2em;
	background-image:linear-gradient(30deg,#f6bb73 0%, #f6bb73 30%, white 40%, #f6bb73 80%, #6fbb73 100%);
	background-image:-moz-linear-gradient(30deg,#f6bb73 0%, #fffded 30%,white 40%,#fffded 80%,#f6bb73 100%);
	background-image:-webkit-linear-gradient(30deg,#f6bb73 0%, #fffded 30%,white 40%,#fffded 80%,#f6bb73 100%);
	background-image:-o-linear-gradient(30deg,#f6bb73 0%, #fffded 30%,white 40%,#fffded 80%,#f6bb73 100%);
}

header img {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}

header h1 {
	color: #800000;
	text-indent: 30px;
}
header h2 {
	font-size: 170%;
	color: #800000;
	/*text-indent: 30px;*/ 	
}

header h3 {
	font-size: 130%;
	font-style:italic;
	/*text-indent: 30px;*/ 
}

/* the styles for the section */

main {
	
	padding-right: 30px;
	padding-left: 30px;
}

section h1 {
	font-size: 150%;
	padding-top: .3em;
	padding-bottom: .3em;
}

section h2 {
	font-size: 130%;
	color: #800000;
	padding-top: .5em;
	padding-bottom: .25em;
}

section h3 {
	font-size: 105%;
	padding-bottom: .25em;
}
	
section img{
	padding-bottom: 1em;
}
	
section p{
	padding-bottom: .5em;
}

section blockquote {
	padding-left:2em;
	padding-right:2em;
	font-style: italic;
}

section ul {
	padding-bottom: .25em;
    padding-left: 1.25em;
}

section ul li {
	padding-buttom:.35em;
}
	padding-bottom:20px;
}	
	
section img {
	padding-bottom: 1em;
}

section p {
	padding-bottom: .5em;
}

section blockquote {
	padding-left: 2em; 
	padding-right: 2em;
}

section ul {
	padding-bottom: .25em;
	padding-left: 1.25em;
}

section ul li {
	padding-bottom: .35em;
}
	
#speakers {
	font-size: 175%;
}

.shadow {
/* the styles for the section */

aside{
	width:215px
	float:right
    padding-left	
	border-radius:10px
	box-shadow:3px 3px 4px 4px
	margin-bottom 20px
	text-shadow: 2px 2px 2px #800000;
}

/* the styles for the footer */

footer {
	border-top: 3px solid #931420;
	background-color: #931420;
}

footer p {
	text-align: center;
	color: #FFF;
}


clear:both;