/*************************************************
Suppress all margins
*************************************************/
* {
 padding: 0;
 margin: 0;
}


/************************************************************
Reset styles
************************************************************/
html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
br, input, button, textarea, h1, h2, h3, h4, h5 {
 margin: 0;
 padding: 0;
 border: 0;
 font-weight: inherit;
 font-style: normal;
 font-size: 100%;
 font-family: Helvetica, Arial, Sans-Serif;
 vertical-align: baseline;
 line-height: normal;
}


/************************************************************
Page layout
************************************************************/
body {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 background: #343a54 url('background.jpg') repeat-x;
 line-height: 1.6em;
 font: 0.85em Verdana, Arial, Sans-Serif;
}

#wrap {
 margin: 1em auto;
 border: medium solid #0B5B9D; 
 border-radius: 2em;
 background: white none;
 display: block;
 padding: 1em;
 max-width: 60em;
}


/************************************************************
Text
************************************************************/
h1, h2, h3, h4 {
 font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
 font-size: 1.6em;
 font-weight: bold;
 padding-top: 1em;
 padding-bottom: 1em;
 padding-left: 1em;
 background-color: #0B5B9D;
 color: white;
 border-radius: 0.5em 0.5em 0 0;
}

.location {
 font-size: 80%;
}

h2 { 
 color: #690;
 font-size: 1.3em;
 margin-top: 2em;
 margin-bottom: 1em;
 font-weight: bold;
}

h3 {
 color: #690;
 font-size: 1.2em;
 margin-bottom: 1em;
}

h4 {
 color: #690;
 font-size: 1.2em;
 margin-bottom: 1em;
}

.h3, .h4 {
 margin-top: 2em;
 margin-bottom: 1em;
 margin-left: 0.5em;
 margin-right: 0.5em;
}

p {
 margin: 1em;
 padding-bottom: 10px;
}

ol, ul {
 margin-left: 1em;
 margin-bottom: 1em;
}

li {
 list-style-type: none;
 background: transparent url('../../../Talks/Tools/Slidy2/graphics/bullet.png') no-repeat 5px 0;
 padding-left: 40px;
 margin-bottom: 0.6em;
}

dt {
 font-style: italic;
}

dd {
 margin-left: 1em;
}

em {
 font-weight: bold;
}

a:link,
a:visited,
a:hover,
a:active {
 color: #1C1C1C;
 font-family: Arial,Helvetica,Sans-Serif;
 font-style: normal;
 text-decoration:underline;
}

a img {
 border: none;
}

hr {
 margin-top: 2em;
}

#fd li em {
 font-weight: inherit;
}


/*************************************************
Table of Contents
*************************************************/
#toc li {
 list-style-type: none;
 background: none;
 padding-left: 5px;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}

#toc a:link,
#toc a:visited,
#toc a:hover,
#toc a:active {
 color: #1C1C1C;
 font-family: Arial,Helvetica,Sans-Serif;
 font-style: normal;
 text-decoration: none;
}

#toc a:hover {
 text-decoration: underline;
}


/*************************************************
Images
*************************************************/
.img {
 margin-left: 1em;
 margin-right: 1em;
 margin-bottom: 2em;
}

.img p {
 text-align: center;
 font-size: 80%;
 color: grey;
 margin-top: 0.3em;
 margin-bottom: 0.3em;
}

.right {
 float: right;
}

.left {
 float: left;
}

.center {
 text-align: center;
}

.max300 {
 max-width: 300px;
}

.max250 {
 max-width: 250px;
}

.w3c {
 margin-bottom: inherit;
 margin-top: 5px;
}


/*************************************************
Footer section
*************************************************/
#footer {
 text-align: right;
 clear: both;
 height: 46px;
 margin: 1em;
 padding: 0.5em;
 font-size: 75%;
 color: #555;
}

#footer em {
 font-weight: inherit;
}


/*************************************************
Acknowledgments
*************************************************/
.ack {
 font-size: smaller;
 min-height: 100px;
 max-width: 600px;
}
