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

img { border:0 }

.leftimg {
    margin-right: 1em;
    margin-left: 1em;
    float: left;
}

.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/drumbuddhaBG.png");
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: "Helvetica", "Ariel";
    color: #333333;
    max-width: 60em;
}

: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;
} */


.sectionbox {
    display: table;
    text-align: center;
    overflow: auto;
}

.sectionbox img {
    float: left;
}

.iconbox {
    display: block;
    text-align: center;
    padding: 4px;
    margin: 0px;
    cursor: url(images/Arrow.cur), pointer;
}

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

.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 {
    display: table-cell;
    vertical-align: middle;
    left: 0em;
    margin: 0em;
    font-family: "Helvetica","Ariel";
    font-style: normal;
    font-weight: bold;
    font-size: xx-large;
}

.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;
}