/* billbruce.info detail styles
 
     Author: Bill Bruce
     Description: css for all webpages
*/

#topnav {	font-size: 90%;
		text-decoration: none;
		margin-left: 0%;
		padding-left: 0;
		background: 330000;
		list-style-type: none;
		float: left;
		width: 100%;			}

#topnav li {	display: inline;		}

#topnav a {	display: block;
		float: left;
		padding: .2em 1.5em;
		border-right: 1px solid #fff;	}
		

#topnav a:hover	{ color: #ffffff;
		  background: #330000;
		  text-decoration:underline; 	}

#footer { 	color: darkgray;
		font-family: Verdana, Arial, sans-serif;
		font-size: 70%;		   	}

#copyright {	color: slategray;
		font-size: 70%;		   	}


/* ----- span styles are used within a block when you only want to style part of a tag's content, a few words here and there ----- */


.describe {	font-size: 10.0pt; 
		font-style: italic;   		}

.company {                        }

.event   {                        }


/* ----- div styles are used to style larger sections of a page, like several paragraphs ----- */


#indent	{ 	text-indent: 2em; margin-top: 0; margin-bottom: 0;    }

#justify {  	text-align: justify;  		}

#left	 { 	text-align: left;      		}

#container { }
