@charset "UTF-8";
/* CSS Document */



/* Normal Styles from here */
/* Text and Global Styles */

 body { font-family: Verdana, Lucida, Arial, sans-serif;
        font-size: 18px;
    }

a img, img a { 
	border: none;  
}

.title {
	font-family: 'Old Standard TT', serif;
	font-size: 36px;
	color: #ffcc00; 
}
/* font-family: 'Tinos', serif; */

div.container-fluid article {
    margin-left: -10px;
}

 article { 
 	margin: 0 10px 10px 0;
 	border: 2px solid #EEE;
	padding: 3px;
	display: inline-block;
	background-color: white; 
	float: left;
 }

.boxit { 
	margin: 3px 10px 3px 0;
	padding: 3px;
	display: inline-block;
	float: left;
 }



a:hover { text-decoration: underline; }

.center { margin: 0 auto; }

s {
    text-decoration: none;
    color: green;
}

img { 
	float: left; 
	padding-right: 10px; 
	margin-top: 3px;
	}
img.right { 
	float: right; 
	padding-left: 10px; 
	margin-top: 3px;
}

dt {font-size:1.3em;padding:1em 0 .2em 0;}
dt:first-child{padding-top:0;}
dd {text-indent:0.1em;}

.row { clear: both; }

div.clear { clear: both; height: 1px; }

article.w600 {
    max-width: 600px;
}

/* ---------------------------------------------------- */
/* Global Page Header                                  */

header {
	width: 100%;
	float: left;
}

header a {
	float: left;
}

header span {
	max-width: 430px;
    margin-left: 4px;
    margin-right: 0.5em;
	float: left;
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 30px; 
	font-weight: bold;
	line-height: 1;
}



/* ---------------------------------------------------- */
/* -- Top Menu ---------------------------------------- */

#topmenu { 
	width: 100%; 
	float: left;
	margin: 3px;
}

#topmenu dl {
	width: 100%; 
	background: #BEBCAA url(../images/common/bottom.gif) no-repeat bottom left;
}

#topmenu dd {
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: 14px; 
	border-bottom:1px solid #fff; 
	border-left:1px solid #fff; 
	background: #BEBCAA;
	min-width:35px;
	float: left;
}
#menulist a, #menulist a:visited {
	color: black; 
	text-decoration:none; 
	display:block; 
	padding:5px 5px 5px 5px;
	background: #BEBCAA; 
}
#menulist a:hover {background: #258; color:yellow;}

ol li {font-size:11px;}

/* ---------------------------------------------------- */

#canvas {
	padding-top: 0px;
	width: 100%;
}

#content {
	margin-left: 3px;
}

h1 { 
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.boxtext {
/*	width: 100%;
	max-width: 600px; */
	margin: 5px;
	float: left;
}

table.spectab {
	border: 1px solid #CCC;
    background: white;
	margin-bottom: 0.5em;
}

 table.spectab th, table.spectab td, table.spectab caption { 
 	border: 1px solid #CCC;
	padding: 3px;
	border-collapse: collapse;
 }
 
 table.spectab th { 
 	font-size: 90%;
 } 




/* Footer ---------------------------------------------------- */

footer {
    margin-top: 5px;
    border-top: 1px solid #DDD;
    padding-top: 5px;
	text-align: center;
	width: 100%;
}


/* Hall of Fame ---------------------------------------------------- */

.hoft {
	border-spacing: 0px;
}

.hoft td {
	padding: 4px;
	border:1px solid #DDD; 	
}


/* Flightline ---------------------------------------------------- */

.text-col { 
	padding-top: 10px;
	max-width: 400px; 
	float: left;
}

 .plane { border: 2px solid #DDD;
			margin: 0 10px 10px 0;
			padding: 3px;
			display: inline-block;
			background-color: white; 
			float: left;
            width:100%;
 }
 
.plane h2 {
	  margin-bottom: 4px;
 }
.plane p {
	  max-width: 600px; 
 }
.plane img {
	padding:4px;
	float: left;
}

.plane a {
	padding:4px;
}

 .plane th, .plane td { 
 	border: 1px solid #DDD;
	padding: 3px;
	border-collapse: collapse;
 }


.no-print, .no-print * {
	display: none !important;
}

/*  ---------------------------------------------------- */