/*
 *
 * CSS for mushpark.com
 *
 * Copyright 2018-2019, MUSHPark Hosting
 * Creative Commons Attribution 4.0 International license
 *
 * And/or
 *
 * THE BEER-WARE LICENSE (Revision 42):
 *
 * <support@mushpark.com> wrote this file.  As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy us a beer in return. --MUSHPark Support
 *
 * Whichever gets MUSHPark Support more beer.
 *
 * Moving on...
 *
 * $Revision: 2.1 $
 * $Date: 2019/05/16 01:24:11 $
 *
 */

/*
 * Define defaults for various HTML tags and such
 */
body {
    font-family: Verdana, Arial, Times;
    background-color: #f9f9f9;
    font-size: 15pt;
    text-align: left;
    white-space: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.60em;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #0040ff;
}

a.engine {
    color: #000000;
}

a:hover.engine {
    border-bottom: 3px solid #2eb82e;
}

ul {
    list-style: none;
}
/*
 * End defaults for various HTML tags and such
 */

/*
 * Main content area
 */
#content {
    width: 66%;
    margin: 5.25em 17% 1em 17%;
}
/*
 * End main content area
 */

/*
 * Left and right nav definitions
 */
#left-side {
    margin-top: 3%;
    width: 15%;
    padding-left: 1%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    clear: right;
    line-height: normal;
}

#right-side {
    margin-top: 3%;
    width: 15%;
    padding-right: 1%;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    clear: left;
    line-height: normal;
}
/*
 * End left and right nav definitions
 */

/*
 * Header div
 */
#header {
    background-color: #f9f9f9;
    text-align: center;
    width: 66%;
    top: 0;
    left: 17%;
    position: fixed;
    clear: both;
    line-height: 0.05;
}
/*
 * End header div
 */

/*
 * Footer informatoin
 */
#footer {
    /* The main footer div */
    line-height: 0;
    width: 66%;
    margin-left: 17%;
    bottom: 0;
    padding-bottom: 0.5em;
    background-color: #f9f9f9;
    text-align: center;
}

#grid {
    /* Define the grid that the FreeBSD and validation logos sit in, as well
     * as the "us" information that is in between.
     */
    padding-left: 1%;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

#puggy {
    /*
     * Yes, this appears to be an empty definition. And it is.
     * However, it makes sense for the data that is in the div that
     * gets this id, and it makes the grid work. So there.
    border: 1px solid green;
    */
}

#validation {
    /*
     * The div for the validation badges.
     */
    padding-top: 1em;
}

/*
 * Definitions for the FreeBSD information on the left of the footer
 */
#freebsd {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 0.8em;
    line-height: 0.09em;
    padding-top: 0.5em;
}

.freebsd {
    font-size: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

#attribution {
    /*
    * Setup for the attribution section that we have to have for the
    * FreeBSD copyrights
    */
    background-color: #f9f9f9;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 0%;
}
/*
 * End Footer
 */

/*
 * Pricing page formats
 */
table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
    font-size: 10.5pt;
}

tr, td {
    vertical-align: middle;
    height: 10pt;
}

td {
    border: 1px solid black;
}

#ftable {
    /*
    display: inline-block;
    */
    width: 69.5%;
}

#ptable {
    display: inline-block;
    width: 29.5%;
}

.noborder {
    border: none;
}

.eborder {
    border-left: 2px solid #33cc33;
    border-right: 2px solid #33cc33;
    height: 5pt;
}

.wrap {
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.pcenter {
    text-align: center;
    border-left: 2px solid #33cc33;
    border-right: 2px solid #33cc33;
}

.ecenter {
    text-align: center;
    border: 2px solid green;
}

.lw {
    width: 75%;
}

.rw {
    width: 25%;
}

.pleft {
    padding-left: 3px;
    border: 2px solid green;
    margin: 0;
    font-weight: bold;
}

.pright {
    text-align: right;
    padding-right: 3px;
    border-top: 2px solid green;
    border-bottom: 2px solid green;
    border-right: 2px solid green;
}

.eleft {
    padding-left: 3px;
    border-left: 2px solid #33cc33;
}

.eright {
    text-align: right;
    padding-right: 3px;
    border-right: 2px solid #33cc33;
}

.elleft {
    padding-left: 3px;
    border-left: 2px solid #33cc33;
    border-bottom: 2px solid #33cc33;
}

.elright {
    text-align: right;
    padding-right: 3px;
    border-right: 2px solid #33cc33;
    border-bottom: 2px solid #33cc33;
}

.features {
    text-align: left;
    vertical-align: top;
    border: none;
    padding-left: 3px;
}

/*
 * CSS tables
 */
.table {
    display: table;
    font-size: 10.5pt;
    vertical-align: top;
}

.tcell {
    display: table-cell;
    height: 10pt;
    padding-top: 1px; 
    padding-bottom: 1px;
}

.trow {
    display: table;
    width: 100%;
    height: 10pt;
}

.bb {
    border-bottom: 1px solid black;
}

.rb {
    border-right: 1px solid black;
}

.w695 {
    width: 69.5%;
}

.w295 {
    width: 29.5%;
}

.w100 {
    width: 100%;
}

.w77 {
    width: 77%;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.iblock {
    display: inline-block;
}
/*
 * End CSS tables
 */

/*
 * End pricing information
 */

/*
 * Various bits of CSS so we can put things in a class rather than having
 * to type out all the stuff in a style def in a tag.
 */
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.reallybold {
    font-weight: bolder;
}

.italic {
    font-style: italic;
}

.strike {
    text-decoration: line-through;
}

.under {
    text-decoration: underline;
}

.f8pt {
    font-size: 8pt;
}

.f9pt {
    font-size: 9pt;
}

.f10pt {
    font-size: 10pt;
}

.f11pt {
    font-size: 11pt;
}

.f12pt {
    font-size: 12pt;
}

.f13pt {
    font-size: 13pt;
}

.f14pt {
    font-size: 14pt;
}

.pl3p {
    padding-left: 3px;
}

.pr3p {
    padding-right: 3px;
}

.lh0 {
    line-height: 0;
}

.lh35 {
    line-height: 0.35em;
}

.green {
    border: 2px solid #33cc33;
}

.gunder {
    border-bottom: 2px solid #33cc33;
    width: 80%;
}

.gunder2 {
    border-bottom: 2px solid green;
    width: 80%;
}

.li_sq {
    /*margin-left: 1%;*/
    list-style-type: square;
}

.li1 {
    margin-left: 1%;
}

.li2 {
    margin-left: 2%;
}

.li3 {
    margin-left: 3%;
}

.lhead {
    margin-left: 4%;
}

.mzb {
    margin-bottom: 0;
}

.mzt {
    margin-top: 0;
}

.b1pg {
    border: 1px solid green;
}

.b1pr {
    border: 1px solid red;
}

.b1pb {
    border: 1px solid blue;
}

.b1po {
    border: 1px solid orange;
}

.b1pk {
    border: 1px solid black;
}

.w66 {
    width: 66%;
}

.w70 {
    width: 70%;
}

.super {
    vertical-align: super;
    font-size: x-small;
}

.pt05 {
    padding-top: 0.50em;
}

.pt075 {
    padding-top: 0.75em;
}

.pt1 {
    padding-top: 1em;
}

.p1000 {
    padding: 1em 0em 0em 0em;
}

.p0000 {
    padding: 0 0 0 0;
}
/*
 * End various bits of CSS
 */
