/* avgas.css */
/* Copyright 2007 Wirelizard Design/Brian Burger. */

* {
	padding:0;
	margin:0;
	}

p {
	margin:0.5em 0;
	line-height:1.2em;
	}
	
body {
	font:11pt serif;
	color:#3D332C;
	background:#fff url(images/blue_gradient.png) top repeat-x;
	}

#content {
	width:780px;
	margin:0 auto;
	}

/* Links */

a:link {
	text-decoration:underline;
	color:blue;
	}
	
a:visited {
	text-decoration:underline;
	color:purple;
	}

a:hover {
	text-decoration:none;
	color:blue;
	}

a:active {
	text-decoration:none;
	color:red;
	}	

/* Header styles */

#header {
	background: url(images/avgas_header.png) no-repeat;
	width:780px;
	height:235px;
	margin-top:10px;
	}

#header h1, #header h2 {
	color:#fff;
	margin-left:3em;
	margin-top:0;
	}

#header h1 {
	padding-top:160px;
	}

/* Nav box styles */

#nav {
	background:#73A3D7;
	color:#3D332C;
	width:100%;
	text-align:center;
	padding:3px 0;
	}

#nav a {
	margin:1px;*
	}
	
#nav a:link {
	color:blue;
	background:white;
	}
	
#nav a:visited {
	color:purple;
	background:white;
	}

#nav a:hover {
	color:yellow;
	background:#73A3D7;
	}

#nav a:active {
	color:red;
	background:white;
	}				

/* Misc body styles */

#quote {
	background:#fff;
	color:#3D332C;
	font:0.90em;
	font-style:italic;
	width:200px;
	float:right;
	padding:5px 5px 5px 10px;
	line-height:1.5em;
	border-right:5px solid #73A3D7;
	border-bottom:2px solid #73A3D7;
	border-left:1px solid #73A3D7;
	}

.highlight {
	background: url(images/sm_blue_grad.png) repeat-x white;
	border:1px solid #73A3D7;
	border-top:none;
	/*width:100%;*/
	padding:1px 5px 5px 5px;
	}
	
#about {
	font:0.8em serif;
	}	

/* Title styles */

h2 {
	border-top:1px solid #73A3D7;
	margin-top:1em;
	}
	
h3 {
	margin-top:0.2em;
	}
	
/* List styles */

ul {
	margin:0.5em 1em;
	line-height:1.2em;
	}

/* Misc text styles */

.uline {
	text-decoration:underline;
	}

.back
	{
	font:0.8em serif;
	}		

/* Gallery styles */

#gallery {
	font-size:90%;
	}
	
.thumb {
	width:300px;
	height:200px;
	border:0;
	border-right:silver 2px solid;
	border-bottom:silver 2px solid;
	}

/* Standard Formatting for the 80x15 bars bottom-right of each page */

.bar80 {
	border:0;
	height:15px;
	width:80px;
	clear:both;
	display:block;
	float:right;
	}

/* END AVGAS.CSS */
