/* 
File    :   presentations.css
Purpose :   CSS file for presentations 
Author  :   Bob Jonkman
Date    :   18 April 2014
*/

body        {   background: black ;
                color: silver ;
                font-family: serif ; 
                font-weight: bolder ; 
            }

a:link      {   color: green;
            }

a:visited   {   color: #2C2;
            }

a:hover     {   color: white;
            }

strong      {   font-weight: bolder;
                background: white ;
                padding: 0 .1em ;
				border: thin solid black ; 
            }

samp        {   /* font-size: 175%; */
                font-weight: bolder;
                background: gray ;
                padding: 0 .1em;
            }

li          {   margin-bottom: .2em;
            }

          
dl br       {   clear: both ;
            }

#banner     {   background:#ff9;
                border-bottom: thick double black;
                text-align:center;
                width:101%;	
                margin: -1em 0 0 -.5em ;
                padding:.3em 0;
            }

/* Reduce margins for more screen space */
dl,dt,dd	{	margin-left: .5em ;
				margin-right: .5em ;
				padding-left: .3em ;
				padding-right: .3em ;
			
			}

dt			{	border: thin solid black;
				padding: .5em ;   
				background: white ;
				color: black ;
				font-size: 250% ;
			}

dt img		{	height: 64px ;
				width: 64px ;
				vertical-align: top ;
			}

dd			{	font-size: 200% ;
				min-height: 30ex ;
			}

dl			{	/* width: 960px ;
				height: 720px ; */
				margin-bottom: 1000px ;
				background: #444 ;
			}

/* Not ready for GTALUG presentation
dt img		{	max-width: 30% ;
				height: auto ;
			}
*/

.navaid  	{ 	display: block ;
				float: right ;
			}



/* EOF: presentation.css */
