html { 
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, section {
    display:block;
}

h1 {
    font-style: normal;
}

body {
    font-family: Lato;
    font-size: .80em;
    font-style: normal;
    background: #EEF0E6;
    color: #222;
}

p {
    padding: 0 0 2px 0;
    line-height: 1.7em;
}

img {
    border: 0;
}

img.align-left {
    float: left;
    margin: 10px 10px 10px 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #362C20;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
}

h1, h2, h3 {
    font-style: normal;
    margin: 0 0 15px 0;
    padding: 15px 0 5px 0;
    color: #222;
}

h2 {
    font-family: 'Noto Serif';
    font-size: 140%;
    font-weight: normal;
    padding: 9px 0 5px 0;
}

h3 {
    font-size: 140%;
    padding: 5px 0 0 0;
}

h4, h6 {
    color: #555;
    padding: 0 0 5px 0;
    font-size: 120%;
}

h5, h6 { 
    color: #999;
    font-style: italic;
    padding: 0 0 7px 0;
}

mark.important {
    color: #8B0000;
    background-color: transparent;
}

mark.update {
    color: #024564;
    background-color: transparent;
    font-size: 95%;
}

mark.test {
    background-color: transparent;
    font-style: underline;
}

#notify {
    background-color: rgba(208, 206, 200, .35);
    font-size: 125%;
    width: 90%;
    max-width: 70%;
    text-align: center;
}

a, a:hover {
    outline: none;
    text-decoration: none;
    color: #0391D5;
}

a:hover {
    text-decoration: underline;
}

a.sup:link {
    color:#000000;
    text-decoration:none;
}

a.sup:visited {
    color:#000000;
    text-decoration:none;
}

a.sup:hover {
    text-decoration:underline;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid  #999;
    margin: 1em 0;
    padding: 0;
}

ul {
    margin: 2px 0 5px 17px;
}

ul li {
    list-style-type: circle;
    margin: 0 0 6px 0; 
    padding: 0 0 4px 5px;
    line-height: 1.5em;
}

/*ol {
    margin: 8px 0 22px 20px;
}*/

ol li {
    margin: 0 0 11px 0;
    list-style-type: decimal;
}

.tab { margin-left: 30px; 
}

.tabtab { margin-left: 60px; 
}

.disk {
list-style-type: disk;
margin-left: -2em;
}

.square {
list-style-type: square;
margin-left: -2em;
}

.circle {
list-style-type: circle;
margin-left: -4em;
}

.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right; 
    width: auto;
    margin-left: 10px;
}

.center {
    display: block;
    text-align: center;
}

#main, #container, #logo, #site_content, footer {
    margin-left: auto;
    margin-right: auto;
}

#main {
    background: #EBEDE3 url(../images/light.png); 
    min-width: 1100px;
}

header { 
    background: #000 url(../images/header_image.png) no-repeat;
    height: 215px;
    background-position: right top;
}

#logo { 
    width: 1000px;
    height: 195px;
    background: transparent;
    color: #f00;
    padding: 20px 0 0 0;  
}

#logo #logo_text { 
    width: 530px;
    border-radius: 7px;
    left: 0;
    padding: 10px 20px 20px 20px;
}

#logo h1, #logo h2 {
    font-family: 'Noto Serif';
    font-size: 250%;
    border-bottom: 0;
    text-transform: none;
    margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
    padding: 0;
    color: #FFF;
    text-decoration: none;
}

#logo_text h1 a .logo_colour {
    color: #FFB800;
}


#logo_text h2 { 
    font-size: 140%;
    padding: 0 0 0 0;
    color: #E6E5DA;
}

#site_content { 
    width: 1100px;
    margin: 0 auto 0 auto;
    padding: 15px 0 10px 0;
    text-shadow: 0 1px #FFF;
} 

#sidebar_container { 
    float: left;
    width: 235px;
    margin: 20px 15px 20px 15px;
    border-right: 1px solid #aaa;
}

.sidebar {
    width: 210px;
    margin: 0 0 16px 0;
    padding: 0 15px 5px 13px;
}

.sidebar h3, .content h1 { 
    padding: 0 15px 20px 0;
    font-size: 160%;
    text-shadow:  #FFF 0 1px;
    margin: 0 1px;
}

.sidebar h3 { 
    padding: 4px 15px 9px 0;
    font-size: 200%;
}

.sidebar ul { 
    margin: 0 0 15px 0;
} 

.sidebar li a, .sidebar li a:hover { 
    color: #555;
    text-decoration: none;
} 

.sidebar li a:hover { 
    text-decoration: underline;
} 

.sidebar_item, .content_item { 
    padding: 15px 0;
}

.content {
    text-align: left;
    width: 800px;
    margin: 0 0 15px 0;
    float: left;
    font-size: 120%;
    padding: 14px 0 0 30px;
}

.content ul li { 
    list-style-type: none;
    background: url(../images/right_tri.png) no-repeat;
    margin: 0 0 0 0; 
    padding: 0 0 4px 18px;
    line-height: 1.5em;
}

ul.basic_list li {
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
    background: none;
    padding: 0;
    margin: 0;
}

ul.basic_list li ol li {
    list-style-type: decimal;
    background:none;
    list-style-position:outside;
    padding: 0;
    margin-left: 25px;
}

.sidebar ul li { 
    list-style-type: disc;
    margin: 0 0 0 0;
    padding: 0 0 4px 3px;
    line-height: 1.5em;
}

.content ul li li, .sidebar ul li li { 
    list-style-type: disc;
    background: none;
    line-height: 1.5em;
    padding-left: 4px;
}

.content ul li li li, .sidebar ul li li li { 
    list-style-type: circle;
    background: none;
    line-height: 1.5em;
    padding-left: 4px;
}

.content ul li li li li, .sidebar ul li li li li { 
    list-style-type: square;
    background: none;
    line-height: 1.5em;
    padding-left: 4px;
}

.content ul li li ol li, .sidebar ol li{ 
    list-style-type: decimal; 
    background: none;
    margin: 0 0 0 1em; 
    padding: 4px;
    line-height: 1.5em;
}

footer {
    min-width: 1000px; 
    width: 100%;
    clear: both;
    position: relative;
    left: 0px;
    bottom: 0px; 
    height: auto;
    padding: 5px 0 0px 0;
    text-align: left; 
    background: #6E6A5E;
    color: #FFF;
    margin-top: -150px;
    border-top: 6px solid #A19F91;
}

footer p { 
    line-height: 1.7em;
    padding: 0 0 10px 0;
}

footer a { 
    color: #FFF;
    text-decoration: none;
}

footer a:hover { 
    color: #FFF;
    text-decoration: underline;
}

.form_settings { 
    margin: 15px 0 0 0;
}

.form_settings p { 
    padding: 0 0 4px 0;
}

.form_settings span { 
    float: left; 
    width: 200px; 
    text-align: left;
}

.form_settings input, .form_settings textarea { 
    padding: 5px; 
    width: 299px; 
    border: 1px solid #E5E5DB; 
    background: #FFF; 
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
}

.form_settings .submit { 
    border: 0; 
    width: 99px; 
    margin: 0 0 0 212px; 
    height: 33px;
    padding: 2px 0 3px 0;
    cursor: pointer; 
    background: #3C3B33; 
    color: #FFF;
    border-radius: 7px 7px 7px 7px;
}

.form_settings textarea, .form_settings select { 
    width: 299px;
}

.form_settings select { 
    width: 310px;
}

.form_settings .checkbox { 
    margin: 4px 0; 
    padding: 0; 
    width: 14px;
    border: 0;
    background: none;
}

.separator { 
    width: 100%;
    height: 0;
    border-top: 1px solid #D9D5CF;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

table { 
    margin: 10px 0 30px 0;
}

table tr th, table tr td { 
    background: #555;
    color: #FFF;
    padding: 7px 4px;
    text-align: left;
    text-shadow: none;
}

table tr td { 
    background: #DDD;
    color: #47433F;
    border-top: 1px solid #FFF;
}

/* scroll to top */
#scroll { 
    position: relative; 
    width: 1000px;
    margin: 0 auto;
    bottom: 15px; 
    right: 0;
    background: red;
    padding: 0;
}

#scroll a { 
    float: right;
    margin: 0 0 0 0; 
    padding: 0 0 0 0;
}

#scroll a img { 
    float: right;
    padding: 0 0 0 0;
    margin: 0;
}

/* navigation bar */
/* Developed by Phillip Haftings */
/* fixes to other elements */
header {
    height: inherit;
}
#logo {
    height: inherit;
}

/* nav bar */
nav {
    height:30px;
    background:blue;
    margin: 40px 0 0 0;
    padding:0;
    width:100%;
    text-shadow:none;
    background: rgba(110, 108, 94, .5);
    font-size: 18px;
}
nav a, nav a:hover {
    color:inherit;
    margin: 15px 0;
    padding: 0;
}
nav h1 {
    font-family: Lato;
    font-size: 100%;
    color:#F5F5EF;
    padding: 5px 2px 0 0;
    font-size: 18px;
    line-height: 18px;
}
nav h1:hover {
    color:#fff;
}
nav ul, nav li {
    transition:all .1s ease-in-out;
}
/* top-level links */
nav>ul {
    margin:0;
    padding:0;
    text-align:center;
    height:30px;
}
nav>ul>li {
    margin:0;
    padding:0 15px;
    display:inline-block;
    position:relative;
    height: 30px;
    line-height: 10px;
}
nav>ul>li:hover {
    color:#fff;
    background:#6E6A5E;
}
/* drop-downs */
nav>ul>li>ul {
    display:none;
    position:absolute;
    left:0;
    top:30px;
    margin:0;
    padding:0;
    color:#F5F5EF;
    background:#6E6A5E;
}
nav>ul>li:hover>ul {
    display:block;
}
nav>ul>li>ul>li {
    display:block;
    position:relative;
    margin:0;
    padding:0;
    width:200px;
    padding: 5px 0px;
}
nav>ul>li>ul>li:hover {
    color:#fff;
    background: #8A8775;
}
/* fold-outs */
nav>ul>li>ul>li>ul {
    display:none;
    position:absolute;
    left:200px;
    top:0;
    margin:0;
    padding:0;
    background: #8A8775;
}
nav>ul>li>ul>li:hover>ul {
    display:block;
    color:#F5F5EF;
}
nav>ul>li>ul>li>ul>li {
    display: block;
    margin:0;
    padding:0;
    width:200px;
}
nav>ul>li>ul>li>ul>li:hover {
    color:#fff;
    background:#535146;
}
/* navigation end */

