/* Style Structure by Barry Smith */

/* Web Fonts */
@font-face {
    font-family: 'biome_w04-regular';
    src: url('\resources\fonts\1c6b6cddab6609324d9016562358e0cd.woff2') format('woff2'),
         url('\resources\fonts\1c6b6cddab6609324d9016562358e0cd.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lucida_consoleregular';
    src: url('\resources\fonts\lucon-webfont.woff2') format('woff2'),
         url('\resources\fonts\lucon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* --------- */

/* -- Structure and Format -- */
/* Whole Page */
body {
    background-color: #f6f6f6;
    font-family: Verdana-regular, Muli-Light, Arial, Helvetica, sans-serif;
    margin: 0;
}
#page {
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0 0;
}
img {
    border: 0;
}
/* --------- */
/* Header */
#header {
    background-color: #303030;
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
}
#header > div {
    height: 96px;
    width: 1155px;
    margin: 0 auto;
    padding: 0 0px;
}
/** Logo **/
#logo {
    float: left;
    display: inline-block;
    margin-top: 0px;
}
/** Navigation **/
#navigation {
    display: inline-block;
    list-style: none;
    width: 600px;
    margin: 30px 0 0;
    padding: 0;
}
#navigation li {
    float: left;
    margin-left: 17px;
}
#navigation li a {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 54px;
    padding: 0;
    text-decoration: none;
}
#navigation li a:hover, #navigation li.selected a {
    color: #fff000;
}
/* ------------ */
/* Body */
#contents > div {
    display: inline-block;
    width: 100%;
    margin-top: 94px;
    padding-top: 42px;

}
#contents > div.body {
    width: 1024px;
    padding-left: 10px;
}
#contents h2, #contents h3 {
    color: #000;
   /* font-family: 'NixieOne'; */
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 24px;
    text-transform: uppercase;
}
#contents p {
    color: #606060;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 24px;
}
#contents li {
    color: #606060;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    padding: 0 0 14px;
}
#contents p a {
    color: #606060;
}
#contents p a:hover {
    color: #000;
}
#contents p span.code {
	display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 90%;
    color: #333;
    white-space: pre-wrap;
}
#featured {
    float: left;
    background-position: right 0;
    height: 500px;
    width: 608px;
    margin: 0 20px 30px 0;
    padding: 0 10px 0 0;
}
#featured ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#featured li {
    float: left;
    width: 304px;
    margin-bottom: 18px;
    position: relative;
}
#featured li p {
    color: #000;
    font-family: "Muli";
    padding-bottom: 0;
    text-transform: uppercase;
}
#featured li p span {
    color: #606060;
    display: block;
    padding-right: 20px;
}

/* ------------ */
/* Footer */
#footer {
    background-color: #fff;
    color: #606060;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    width: 100%;
    position: absolute;
    left: 0;
}
#footer span.shadow {
    background-position: 0 0px;
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -8px;
}
#footer h5 {
    font-size: 11px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 12px;
    text-transform: uppercase;
}
#footer a {
    color: #606060;
    text-decoration: none;
}
#footer a:hover {
    color: #000000;
}
#footer > div {
    width: 1155px;
    margin: 0 auto;
    padding: 0 10px;
}
#footer > div:after {
    clear:both;
    content:"";
    display:block;
    height:0;
    line-height:0;
    visibility:hidden;
}
#footer div.section {
    float: left;
    background-position: 0 -498px;
    min-height: 180px;
    width: 200px;
    margin-left: 20px;
    padding: 16px 0 16px 26px;
}
#footer div.section:first-child {
    background: none;
    margin-left: 0;
    padding-left: 0;
}
#footer ul {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer li {
    margin: 0 0 6px;
}
#footer .navigation li, #footer .connect li {
    float: left;
    width: 100px;
}
#newsletter {
    display: inline-block;
    width: 200px;
}
#newsletter input {
    float: left;
    border: 1px solid #b3b3b3;
}
#newsletter input.txtfield {
    color: #606060;
    font-family: Arial, Helvetica, sans-serif;
    height: 25px;
    line-height: 25px;
    width: 158px;
    border-right: 0;
    padding: 0 0 0 5px;
}
#newsletter input.btn {
    background-position: -2px -64px;
    cursor: pointer;
    height: 27px;
    width: 36px;
    border-left: 0;
    padding: 0;
    margin-left: -1px;
}
/**--- the block of code under this comment is used on the blog page only. ---**/
#footer div#links {
    background: #303030 url(../images/divider.png) repeat-x left bottom;
    height: 331px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#links > div {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
#links > div:after {
    clear:both;
    content:"";
    display:block;
    height:0;
    line-height:0;
    visibility:hidden;
}
#links h3 {
    color: #8c8c8c;
    font-family: 'NixieOne';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 12px;
}
#links > div > div {
    float: left;
    min-height: 282px;
    width: 272px;
    border-left: 1px solid #585858;
    margin-right: 20px;
    padding: 24px 0 24px 19px;
}
#links > div > div:first-child {
    border: 0;
    padding-left: 20px;
}
#footer div#links li {
    margin: 0 0 18px;
}
#footer div#links div.archives li {
    float: left;
    width: 136px;
}
#footer div#links a {
    color: #8c8c8c;
    font-family: "Muli-Light";
    font-size: 13px;
}
#footer div#links a:hover {
    color: #fff;
}
#searchbar {
    display: inline-block;
}
#searchbar h3 {
    color: #606060;
}
#searchbar input {
    float: left;
    color: #606060;
    font-family: "Muli-Light";
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    width: 193px;
}
#searchbar input.btn {
    background-position: left bottom;
    cursor: pointer;
    height: 30px;
    width: 26px;
    border: 0;
    margin: 0 0 0 6px;
    padding: 0;
}
/**--- end of code for blog page. ---**/


/* ------------ */