/* Port of Entry Band */
/* Copyright (c) 2009 A Dollar 28 Cents */
/* Based upon a style by Entropy8 [http://web.archive.org/web/19981201083509/http://entropy8.com/syncen/] */
/* For Screen */

/************** Colors Used **************
Bright Red: 921a0c
Dark Red: 470706
Dark Gray: 3a3928
*/

/************** Root **************/
html, body { margin:0; padding:0; }
body { font:normal 72%/1.2 Arial,Helvetica,sans-serif; color:#fff; 
    background:#333 url("../img/diagonals.gif"); }

/************** Links **************/
a:link { color:#6da1e2; text-decoration:none; }
a:visited { color:#90c9f6; text-decoration:none; } 
a:hover, a:focus, a:active { color:#fff; background:#333; }
a img { display:block; border:0px none; }

/************** Headings **************/
h1, h2, h3, h4, h5, h6 { margin:0 0 1.2em 0; font-weight:bold; line-height:1.3; }
h1 { font-weight:normal; font-size:170%; }
h2 { margin:5px 0 0.7em 0; font-size:160%; font-weight:normal; text-transform:uppercase; }
h3 { margin:1.5em 2em .5em 0em; font-size:140%; }
h4 { margin:0 2em .5em 0; font-weight:normal; font-size:120%; line-height:1.5em; }

/************** Form Elements **************/
form { margin:0; padding:0; }
input, select, textarea { font-family:Arial,Helvetica,sans-serif; font-size:90%; vertical-align:middle; 
    border:1px solid #333; }
textarea { width:300px; height:8em; }

/************** Standard Elements **************/
sub, sup { font-size:80%; }
pre { font-size:110%; 
    font-family:"Consolas","Lucida Console","Lucida Sans Typewriter",Monaco,"Courier New",Courier,monospace; }

/************** Page Layout **************/
#shell { position:relative; width:600px; margin:0 auto; padding:0; }
#logo { border-bottom-left-radius:10px; border-bottom-right-radius:10px; 
    -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; 
    -webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px; 
    background:#333 url("../img/white_chipped_paint.jpg"); }
#logo a img { border-bottom-left-radius:10px; -moz-border-radius-bottomleft:10px; 
    -webkit-border-bottom-left-radius:10px; }
#nav { width:100%; margin:0; padding:0; list-style:none; text-align:center; overflow:hidden; z-index:100; }
#nav li { margin:0; padding:0; }
#nav li a { display:block; float:left; width:90px; padding:5px; font-size:120%; font-weight:bold; 
    color:#fff; }
#nav li a:hover, #nav li a:focus, #nav li a:active { color:#6da1e2; }

#content { padding:20px 10px 10px 10px; border-radius:10px; -moz-border-radius:10px; 
    -webkit-border-radius:10px; color:#333; background:#fff; clear:both; }
#content.solo { height:519px; background:#fff url("../img/buoy.jpg") 50% 50% no-repeat; padding:0; }

#clear { clear:both; }
#footer { text-align:center; }
