/* Buzzard home page site, August 2005 */

/* Text appearance */

body { font-family: Verdana,Arial,sans-serif;
  font-size: 18px;
  background-color: rgb(255, 255, 255);
  }

a { text-decoration: none;}
a:active {color: #5252ff;}
a:visited {color: #5252ff;}
a:hover {color: #ffffcc; text-decoration: underline}

ul {list-style-type: none;}

li.hang {text-indent: -10px;}

/* Boxes for <div> */

  .mainbox { background-color: #ccccff;
    }

  .headerbox { border-bottom: 2px solid rgb(0, 0, 0);
    font-size: 300%;
    padding-left: 10px;
    color: #ffffcc;
    background-color: #5252ff;
    }

  .headersubtitle { font-style: italic;
    padding-left: 10%;
    font-size: 50%;
    }

  .navbox { float: left;
    width: 25%;
    }

  .contentbox { float: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 10px;
    width: 71%;
    }

  .contactbox { float:left;
    padding-left: 2%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 30.3%;
    }

  .footerbox {
    clear: both;
    border-top: 2px solid rgb(0, 0, 0);
    color: #ffffcc;
    background-color: #5252ff;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 90%;
    text-indent: 10px;
    }

    .statbox { visibility: hidden;}


  .navmenu { list-style-type: none;
    }

  .hotlink { color: #5252ff;
    }

  .thislink { color: #ffffcc;
    }

/* h3 for headings within content boxes at very top (titles) */
/* h4 for sub headins within content boxes */

  h3 {color: rgb(255, 255, 255);
    font-size: 140%;
    font-weight: 500;
    }

    h4 {
    font-size: 120%;
    font-weight: normal;
    }

    .favtitle {padding-top: 4px; }
    .sagetitle {color: rgb(0,0,0)}

    table { table-layout: fixed; width: auto; border-collapse: collapse;}
    th {font-weight: normal; font-size: 80%;   padding-left: 2px; padding-right: 2px; border: 1px solid black}
    tr {display: table-row}
    td { text-align: center; font-size: 80%;  }
    td.newsdate {text-align: left; font-size: 80%; }
    td.newsitem {text-align: left; padding-left: 2em; padding-bottom: 3px; font-size: 80%;}


/* Some stuff to style Sage singlecell     */


/*Slightly less wide for my page */
/*.sagecell_editor {
    width: 71%;
    padding-top: 10px;
}*/

/*.sagecell_output {
    width: 71%;
}*/

/* Slightly shorter input box, ie fewer lines */
/*.CodeMirror-scroll {
    height: 6em;
}*/

/* Make a little bit of breathing room around output owing to "Powered by..."*/
/*.sagecell_sessionContainer {
    margin-bottom:1em;
}*/
