.userform {  /* for Stirling style, forms */
    width: 650px;
    margin: 20px;
    border: 1px solid #222;
}
.userform table {
    width: 100%;
    padding: 10px;
    background-color: #eeeeee;
    border-spacing: 0px;
    border-collapse: separate;
}

.userform table td {
   padding: 5px;
}



body {
    background: #fff;
    /* border-top: none; */
    color: #000;
    font: 62.5%/1.4 Tahoma, Trebuchet MS, Verdana, sans-serif;
}

#page {
    font-size: 14px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    background: none;
    padding-bottom: 0;
    width: 100%; /* 1130px; */ /* for innerbridge, let menu icon show at narrower widths, allow some resizing of content */
}


p, li {
    line-height: 1.3846;
}
/* lost this when removed base.css */

ul, ol {
    line-height: 1.3846;
}
/* lost this when removed base.css */

h2 {
    margin: 0;
}
/* lost this when removed base.css */

fieldset {
    padding: 0;
}
/* lost this when removed base.css */

#page h2 {
    color: #403c3d;
    font-size: 1.5em;
}
/* why is innerbridge h2 36px? */
#page h3 {
    color: #EE8805;
}

#page h4 {
    color: #EE8805;
}

#page h2.pagetitle {
    font-size: 30px;
}
/* now we need to put this back from above... */

#logo {
    left: 26px;
    top: 31px;
}

#container {
}

/*#header {
	background: none;
	height: 44px;
	padding: 47px 0 28px 0;
	width: auto;
}  * TODO not for stirling */

.main_wrapper a, .main_wrapper a:link, .main_wrapper a:visited {
    border: none;
    color: #1dadf0;
}

    .main_wrapper a:hover {
        text-decoration: underline;
    }

/* why doesn't header a:hover work? */
#menu-top a:hover {
    text-decoration: none;
}

#menu-main a:hover {
    text-decoration: none;
}

#container ul#navLevelOne li a:hover {
    background-position: 0 -30px;
}

#container ul#navLevelOne li a.selected {
    background-position: 0 -60px;
}

#skip-navigation {
    display: none;
}
/* was in navigation.css */

img.navbar {
    display: none;
}

.top-nav {
    font-size: 13px; /* wp changed 2013 */
    font-family: Lato, Tahoma, sans-serif;
    font-weight: normal;
}

    .top-nav li {
        font-size: 13px;
    }

    .top-nav > ul > li:before {
        color: #999;
    }

nav a:hover {
    text-decoration: none;
}

/* This is actually the tertiary nav now (on Support, Tutorial, FAQ pages) */

#secondaryNav {
    clear: both;
    position: relative;
    top: -10px; /* for innerbridge -- hell if I know what's going on with the margins */
    left: -15px; /* where is the 40px padding-left coming from?? */
    z-index: 999;
}

    #secondaryNav li {
        _display: inline;
        float: left;
        margin-right: 20px;
        list-style: none;
    }

        #secondaryNav li a {
            font-weight: bold;
            font-size: 13px; /* wants to be medium + 70% like top nav? */
        }

        #secondaryNav li.selected a {
            color: #000;
        }

div.main_wrapper {
    /* border-top: 8px solid #30abe5; */
    /*border-top: 1px solid #c9c9c9;*/
    margin: 0 auto;
    width: 100%;
    /*width: 960px;*/
    padding-top: 0px;
}

.maincontent_wide {
    width: auto;
    position: relative;
}

#content {
    /* border-top: 1px solid #C9C9C9; */
    font: Tahoma, Trebuchet MS, Verdana, sans-serif;
    /* padding: 30px 0 0 0; -- remove innerbridge */
    /* for innerbridge header: */
    clear: both;
    position: relative;
    min-width: 860px; /* for innerbridge, menu icon shows at narrower widths, allow some resizing of content (this is actually too narrow for Mac tutorial Session Keys image) */
}

    #content * {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    /* not really sure what was going on here, some pixelmedia styles then needed this, even though position is absolute
#content .rt_sidebar {
	top: 60px;		
}
-- now with innerbride we need it back*/
    #content .rt_sidebar {
        top: 60px;
    }

#questionList {
    font-size: 1.3em;
    margin-bottom: 1em;
}

.main_indent {
    margin-left: 100px;
}

    .main_indent a {
        font-size: 1.3em;
    }

    .main_indent h4 a {
        font-size: 1em;
    }

table {
    font-size: 1.3em;
}

.codebox {
    color: #5b5b5b;
    font-size: 11px;
}

div.highlight_box,
div.highlight_box2,
div.formback,
div.background_waterR {
    background: none;
}

div#page div#content div.background_waterR {
  height: auto;
  z-index: 1;
  position: relative;
  width: 620px;
  margin: 0 auto 0 auto;
}

div#page div#content div.background_waterR div.formnote {
    margin: 0 auto 0 auto;
    padding: 20px 20px 20px 20px;
    width: 80%;
}


li.tutorial {
    font-size: 1.3em;
}

div.rt_sidebar p {
    margin: 0;
}

#content ul,
#content ol {
    margin: 1em 0;
    padding-left: 40px;
}

#content ul {
    list-style: disc;
}

#content ol {
    list-style: decimal;
}

#content ul li.tutorial,
#content ul li.basic {
    /* background: none; */
    padding-left: 0;
}

/* @@@EFH this should get cleaned up, it's kind of a klugy mess, trying to duplicate the font (particularly sizing) in style.css */
/*  with different elements,  because li, li li from glancestyle overrides (see [B 5791])*/
#footerEnvelope {
    text-align: left;
    font-size: medium;
}

    #footerEnvelope ul {
        font-size: medium;
    }

    #footerEnvelope li {
        font-size: 80%;
    }

        #footerEnvelope li li {
            font-size: 80%;
        }
    /* wants to be medium + 80% from style.css */
    #footerEnvelope p {
        color: #fff;
        font-size: 100%;
    }
/* wants to be .footer-wra but overridden by p in glancestyle.css */
#footerEnvelope {
    background-image: none;
    background-color: transparent;
}

/* In wp styles, and Pixelmedia interface.css (removed), but overrided by glance */

#footerContact p {
    color: #fff;
    font-size: 1.3em;
}

/* this is better, any non-link text in footer nav can be this color */
.footer-nav {
    color: #c3c3c3;
}

.footer-wra p {
    line-height: 1.6;
}

div.no_branding {
    border: none;
    padding-top: 0;
}

    div.no_branding #content {
        border: none;
    }

    div.no_branding #footerEnvelope {
        background: none;
    }

        div.no_branding #footerEnvelope #footer {
            padding: 0;
        }

            div.no_branding #footerEnvelope #footer #copyright {
                color: #000;
            }

/* for innerbridge */
footer {
    text-align: left;
    color: #fff;
    font: 300 12px 'Open Sans', 'Arial', sans-serif;
}

    footer p {
        color: #fff;
    }

    footer li.widget_text {
        font-size: 11px;
    }

        footer li.widget_text p {
            font-size: 11px;
        }

    footer li, li li {
        font-size: 12px;
    }
