/* CSS for hacksaw.org/index.html */

img { border:0 }
								   
.subtitle, .supertitle, .box, .logo, .l-rBox {
  width: 70%;
  min-width: 400px;
  margin: 0 auto;
}

.headbox {
  top: 10px;
  bottom: 10px;
  left: 50%;
  padding: 0em;
  margin: 0 auto;
  text-align: center;
}

body {
  background-image: url("images/hdbg.png");
  background-repeat: repeat;
  background-attachment: fixed;
  color: #333333;
}

:link { color: #000000 }
:visited { color: #222288 }
:active { color: #228822 }

#mentions {
  display: block;
  position: fixed;
  width: 8em;
  height: auto;
  bottom: -0px;
  right: 4px;
  padding: 4px;
}

#navbar {
  display: block;
  position: fixed;
  width: 8em;
  height: auto;
  top: 40px;
  right: auto;
  bottom: auto;
  left: 4px;
/*  background: #ddeeff; */
  padding: 4px;
}

/* #navbar {
  display: table;
  margin-bottom: 1em;
  text-align: center;
} */

.iconbox {
  display: block;
  text-align: center;
  font-family: "Helvetica", "Ariel";
  font-size: medium;
  padding: 4px;
  margin: 0px;
  cursor: url("images/Arrow.cur"), text;
}

.iconbox a { cursor: url("images/Arrow.cur"), text;}

.iconbox span {
  display: none;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: 4px;
  width: 8em;
  padding: 4px;
  text-align: center;
 
}


.iconbox:hover span {
  display: block;
/*  cursor: crosshair;*/
  position: fixed;
  top: 10px;
  bottom: auto;
  left: 4px;
  width: 8em;
  padding: 4px;
  background: #ffeeee;
  text-align: center;
  font-family: "Helvetica", "Ariel";
  font-weight: bold;
  text-align: center;
}



.iconbox2 {
  /* display: table-cell; */
  text-align: center;
  font-size: x-small;
  margin: auto;
  padding: 4px;
}

.supertitle {
  font-size: medium;
  width: 80%;
}

.subtitle {
  font-size: large;
  margin-bottom: 1em;
}

.subtitle, .supertitle {
  font-weight: bold;
  text-align: center;
}



.box {
  position: static;
  border-width: 2px;
  border-style: solid;
  border-color: black;
  width:70%;
  min-width: 400px;
  top: 10px;
  bottom: 10px;
  right: 20%;
  left: 50%;
  padding: 0em;
/*  background: white; */
  margin: 0 auto;
  margin-bottom: 2em;
}

.bggreen {
  background-image: url("images/hdbggreen2.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

.bgred {
  background-image: url("images/hdbgred2.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

.bgblue {
  background-image: url("images/hdbgblue2.png");
  background-repeat: repeat;
  background-attachment: fixed;
}


.adbox {
  display: table-cell;
  font-size: 170%;
  text-align: center;
  vertical-align: middle; 
}

.adbox-r {
  display: table-cell;
  font-size: 120%;
  text-align: right;
  vertical-align: middle; 
  width: 100%;
  padding-right: 1em;
}

.innerbox { display: table; }

.title {
/*  border-width: 1px;
  border-style: solid;
  border-color: black; */
  background: red;
  left: 0em;
  margin: 0em;
  padding: .2em;
  position: static;
  font-family: "Helvetica","Ariel";
  font-style: normal;
  font-weight: bold;
  font-size: 110%;
  background-image: url("images/hdbgredback.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

.body {
  padding-top: .3em;
  padding-right: .5em;
  padding-left: .5em;
  padding-bottom: .9em;
}

img.cell { display: table-cell;}

.logo {
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.headline {
  text-align: center;
  font-size: 170%;
  font-weight: bold;
  margin-top: .5em;
}

.byline {
  font-weight: bold;
  font-variant: small-caps;
  padding-left: 1em;
  padding-right: 1em;
}

p { padding-left: 1em; padding-right: 1em;}

.callsign { font-size: 125%; font-weight: bold;}

.l-rBox {
  display: table;
  width: 70%;
}

.randomtext { display: table-cell; vertical-align: middle;}

.copyright {
  font-size: medium;
  font-style: italic;
}

.acks {
  font-size: small;
  font-style: italic;
}