﻿@CHARSET "UTF-8";

/*
 * -------------------------------
 * by POLDINGS
 * www.poldings.com
 *
 * for VJ Barrington
 * -------------------------------
*/
/*
* -------------------------------
* MAIN PORTAL STYLESHEET
* -------------------------------
*/
/* global reset padding and margins */
*, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*
 * -------------------------------
 * MAIN STRUCTURE
 * -------------------------------
 */
body {
    margin: 0 auto;
    padding: 0;
    font: 100%/ 1.4 'Open Sans', sans-serif;
    font-family: 'Times New Roman', 'Times', serif;
    color: #444;
}

/*
 * -------------------------------
 * WRAPPERS
 * -------------------------------
*/
.header-wrapper {
    width: 100%;
    clear: both;
    padding: 10px 0 10px 0;
    color: #444;
    margin: 0;

}

.header-content {
    clear: both;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 0;
}

.content-wrapper {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

.content-content {
    clear: both;
    width: 90%;
    font-size: 100%;
    margin: 0 auto;
}

.footer-wrapper {
    width: 100%;
    clear: both;
    margin: 0px 0 0px 0;
    padding: 0;
    border-top: 1px solid #ccc;

}

.footer-content {
    clear: both;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    font-weight: normal;
    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
}

/*
 * -------------------------------
 * TITLE TAGS
 * -------------------------------
 */

h1 {
    font-size: 170%;
    line-height: 140%;
    margin: 0px 0 0px 0;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #3c5769;
}

h2 {
    font-size: 160%;
    line-height: 140%;
    margin: 0 0 20px 0;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 150%;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

h4 {
    font-weight: normal;
    font-size: 140%;
    line-height: 140%;
    margin: 0px 0 0px 0;
    padding: 10px 0 10px 0;
    font-family: 'Nunito', sans-serif;
    clear: both;
    color: #3c5769;
    border-top: 1px dashed #3c5769;
    border-bottom: 1px dashed #3c5769;
}

h5 {
    font-size: 130%;
    line-height: 130%;
    margin: 00px 0 5px 0;
    font-family: 'Nunito', sans-serif;
    color: #444;
    font-weight: bold;
}

h6 {
    font-size: 120%;
    line-height: 120%;
    margin: 10px 0 10px 0;
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    color: #444;
}

.header-vjbarrington {
    font-weight: normal;
    font-size: 300%;
    line-height: 100%;
    margin: 0;
    font-family: 'Times New Roman', 'Times', serif;
    color: #eeeeee;
    letter-spacing: 5px;
    padding: 20px 0px 20px 0px;
    float: left;

}
.header-tagline {
    font-family: Courier;
    color: #ccc;
    font-size: 40%;
    text-transform: lowercase;
}

.header-wording {
    font-weight: normal;
    font-size: 90%;
    line-height: 130%;
    margin: 00px 0 5px 0;
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
    padding: 20px 0px 00px 0px;
}
/*
 * -------------------------------
 * COMMON ELEMENTS
 * -------------------------------
 */
p {
    font-size: 100%;
    margin: 0 0 15px 0;
    line-height: 150%;
}

ol {
    margin: 0 0 10px 25px;
}

ul {
    margin: 0 0 15px 20px;
    font-size: 100%;
}

li {
    line-height: 150%;
    padding: 0 0 0px 10px;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
}

.w100 {
    min-width: 98%;
}

.w50 {
    min-width: 50%;
    max-width: 50%;
}

.small {
    font-size: 80%;
}

.grey {
    color: #777;
}

.breadcrumb {
    margin: 0 0 0px 0;
}

/*
 * -------------------------------
 * LINKS
 * -------------------------------
 */
.header-content a, .header-content a:link, .header-content a:visited, .header-content a:active {
    color: #c1eeff;

    text-decoration: none;
}

.header-content a:hover {
    color: #70a3d4;

}

.footer-content a, .footer-content a:link, .footer-content a:visited, .footer-content a:active {
    color: #c1eeff;

    text-decoration: none;
}

.footer-content a:hover {
    color: #70a3d4;

}

a, a:link, a:visited, a:active {
    color: #2598c3;
    text-decoration: none;
}

a:hover {
    color: #d70b03;
}

/*
 * -------------------------------
 * LISTS
 * -------------------------------
 */
ul.list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

ul.list li {
    display: block;
    float: left;
    width: 100%;
    line-height: 150%;
    padding-left: 40px;
    margin: 0 0 15px 0;
}

/*
 * -------------------------------
 * SPACERS
 * -------------------------------
 */
.space40 {
    height: 40px;
    clear: both;
}

.space30 {
    height: 30px;
    clear: both;
}

.space20 {
    height: 20px;
    clear: both;
}

.space15 {
    height: 15px;
    clear: both;
}

.space10 {
    height: 10px;
    clear: both;
}

.space-line {
    clear: both;
    border-top: 1px dashed #3c5769;
    margin: 0px 0 0px 0;
    padding: 0px 0 0 0px;
    vertical-align: bottom;
}

.hspace20 {
    margin: 0 20px 0 0;
}

/*
 * -------------------------------
 * COLUMNS
 * -------------------------------
 */
.col5 {
    float: left;
    width: 5%;
}

.col10 {
    float: left;
    width: 10%;
}

.col15 {
    float: left;
    width: 15%;
}

.col20 {
    float: left;
    width: 20%;
}

.col25 {
    float: left;
    width: 25%;
}

.col30 {
    float: left;
    width: 30%;
}

.col35 {
    float: left;
    width: 35%;
}

.col40 {
    float: left;
    width: 40%;
    padding: 0;
    margin: 0;
}

.col45 {
    float: left;
    width: 45%;
}

.col50 {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.col55 {
    float: left;
    width: 55%;
}

.col60 {
    float: left;
    width: 60%;
}

.col65 {
    float: left;
    width: 65%;
}

.col70 {
    float: left;
    width: 70%;
}

.col75 {
    float: left;
    width: 75%;
}

.col80 {
    float: left;
    width: 80%;
}

.col85 {
    float: left;
    width: 85%;
}

.col90 {
    float: left;
    width: 90%;
}

.col95 {
    float: left;
    width: 95%;
}

.col5f {
    float: left;
    width: 5%;
}

.col10f {
    float: left;
    width: 10%;
}

.col15f {
    float: left;
    width: 15%;
}

.col20f {
    float: left;
    width: 20%;
}

.col25f {
    float: left;
    width: 25%;
}

.col30f {
    float: left;
    width: 30%;
}

.col35f {
    float: left;
    width: 35%;
}

.col40f {
    float: left;
    width: 40%;
    padding: 0;
    margin: 0;
}

.col45f {
    float: left;
    width: 45%;
}

.col50f {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.col55f {
    float: left;
    width: 55%;
}

.col60f {
    float: left;
    width: 60%;
}

.col65f {
    float: left;
    width: 65%;
}

.col70f {
    float: left;
    width: 70%;
}

.col75f {
    float: left;
    width: 75%;
}

.col80f {
    float: left;
    width: 80%;
}

.col85f {
    float: left;
    width: 85%;
}

.col90f {
    float: left;
    width: 90%;
}

.col95f {
    float: left;
    width: 95%;
}

/*
 * -------------------------------
 * STANDARD FORM
 * -------------------------------
 */

::-webkit-input-placeholder {
    color: #0a8ced;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #0a8ced;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #0a8ced;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #0a8ced;
    font-style: italic;
}

.captcha {
    display: inline;
    font-size: 200%;
}

input[type=submit], .button a {
    border: none;
    padding: 0.5em 1em 0.5em 1em;
    text-decoration: none;
    font-size: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2598c3;
    font-family: 'Times New Roman', 'Times', serif;
    color: #ffffff;
    -webkit-appearance: none;
    white-space:nowrap;
}

input[type=submit]:hover, .button a:hover {
    background: #d70b03;
    font-family: 'Times New Roman', 'Times', serif;
    cursor: pointer;
}

.button {
    margin: 0;
    font-family: 'Times New Roman', 'Times', serif;
}

.button-wide{

}
.button-wide a, .button-wide a:link {
    border: none;
    padding: 0.5em 1em 0.5em 1em;
    text-decoration: none;
    font-size: 100%;
    background: #2598c3;
    color: #ffffff;
    -webkit-appearance: none;
    white-space:nowrap;
    width:100%;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
    display:block;
    text-align:center;
}
.button-wide a:hover {

    background: #d70b03;

}
a .button-wide {
    color: #ffffff;
}


input[type=text], input[type=password], input[type=file], input[type=email] {
    font: 100%/ 1.4 'HelveticaNeue', 'arial', sans-serif;
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0.5em 1% 0.5em 1%;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #444444;
    background-color: #ffffff;
}

input[type=text].alert, input[type=password].alert, input[type=file].alert, input[type=email].alert {
    border: 1px solid #ff9451;
    background-color: #ffe4d3;
}

input[type=text]:disabled, input[type=password]:disabled, input[type=file]:disabled, input[type=email]:disabled, textarea:disabled {
    background-color: #f3f3f3;
}

input[type=text].text_box_alert, input[type=password].text_box_alert, input[type=file].text_box_alert, input[type=email].text_box_alert {
    background-color: #ffcc99;
}

textarea {
    font: 100%/ 1.4 'HelveticaNeue', 'arial', sans-serif;
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0.5em;
    width: 90%;
    height: 100px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #444444;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox] {
    margin: 10px 10px 10px 0;
    padding: 0.5em;
    font-size: 100%;
}

select {
    margin: 0 0 0 0;
    padding: 0.5em;
    font-size: 100%;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #444444;
    background-color: #ffffff;
}

.error a {
    position: relative;
    clear: both;
    margin-top: 1em;
}

label {
    font-weight: normal;
    display: block;
}

.form_instructions {
    color: #777;
    padding: 0;
    margin: 5px 0 0.5em 0;
    clear: both;
    font-size: 90%;
}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus {
    border: 1px solid #0a8ced;
}

input[type=text].alert, input[type=password].alert, input[type=file].alert, select.alert {
    border: 1px solid #ff9451;
    background-color: #ffe4d3;
}

/*
 * -------------------------------
 * MENU LEFT NEW
 * -------------------------------
 */
.menu_left ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 100%;

}

.menu_left li {
    width: 100%;
    margin: 10px 0 0px 0;
    padding: 0px 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.menu_left li a {
    display: block;
    padding: 0.5em 0 0.5em 0em;
    color: #2598c3;
    text-decoration: none;
    background: transparent;
}


.menu_left li a:hover {
    color: #d70b03;

}

.menu_left li.active a {
    color: #444;
}

.menu_left li.inactive {
    display: block;
    padding: 0.5em 0 0.5em 0em;
    color: #999;
    text-decoration: none;
}


/*
 * -------------------------------
 * MENU LEFT NEW
 * -------------------------------
 */
.menu_mobile ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 100%;

}

.menu_mobile li {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    border-bottom: 1px solid #ccc;
}

.menu_mobile li a {
    display: block;
    padding: 0.3em 0 0.3em 0em;
    color: #f4f4f4;
    text-decoration: none;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.menu_mobile li a:hover {
    color: #0a8ced;
}

.menu_mobile li.active a {
    color: #ffb319;
}

.menu_mobile li.inactive {
    display: block;
    padding: 0.5em 0 0.5em 0em;
    color: #999;
    text-decoration: none;
}


/*
 * ---------------------------
 * list of menu items
 * ---------------------------
 */
.table-view {
    background: #7c0c18;
}

.table-view li {
    border-top: 1px #8c2a34 solid;
    border-bottom: 1px #640913 solid;
}

.table-view .even {
    background: #830f1b;
}

.table-action h2 {
    color: white;
    font-size: 1.285em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 82%;
}

.table-action li {
    position: relative;
}

.table-action a {
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
    color: #d6b69e;
    display: block;
    padding: 0.5em 0.785em 0.714em;
    position: relative;
    text-decoration: none;
}

.table-action .sightings {
    position: absolute;
    padding: 0.214em 0.429em;
    right: 2.5em;
    top: 50%;
    margin-top: -1.1em;
}



/*
 * -------------------------------
 * TAB NAVIGATION
 * -------------------------------
 */
.tabs {
    margin: 0px 0 0 0;
    padding: 0 0 0px 0;
    font-size: 100%;

}

.tabs ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tabs li {
    padding: 0em 0 1em 0;
    margin: 1em 1.5em 1px 0;
    float: left;
    list-style-type: none;
}

.tabs li a {
    padding: 0.5em;
    margin: 0;
    color: #c1eeff;
    text-decoration: none;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tabs li a:hover {
    background: #2598c3;
    color: #fff;
    list-style-type: none;
}

.tabs li.active a {
    color: #fff;
    background: #2598c3;
}

/*
PAGINATION
 */
#pagination a, #pagination strong {
    font-size: 100%;
    background: #c1eeff;
    padding: 10px 15px;
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #444;

}

#pagination strong, #pagination a:hover {
    font-weight: normal;
    background: #2598c3;
    color: #fff;
}

#pagination a:hover {
    font-weight: normal;
    background: #d70b03;
    color: #fff;
}

/*
 * -------------------------------
 * TAB NAVIGATION
 * -------------------------------
 */
.tabs-small {
    margin: 0px 0 0 0;
    padding: 0 0 0px 0;
    font-size: 100%;

}

.tabs-small ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tabs-small li {
    padding: 0em 0 0 1em;
    margin: 0.5em 0 1px 0.5em;
    float: right;
    list-style-type: none;
}

.tabs-small li a {
    padding: 0.5em;
    margin: 0;
    color: #c1eeff;
    text-decoration: none;
    list-style-type: none;
    text-transform: none;
    letter-spacing: 0px;
}

.tabs-small li a:hover {
    background: #2598c3;
    color: #fff;
    list-style-type: none;
}

.tabs-small li.active a {
    color: #fff;
    background: #2598c3;
}



/*
 * -------------------------------
 * TABLE DATA
 * -------------------------------
 */
table {
    width: 100%;
    font-size: 100%;
}

tr {

}

td {
    vertical-align: top;
    padding: 0.5em 0.5em;
}

td:last-child {
    border-right: none;
}

th {
    font-weight: normal;
    padding: 0.5em 0.5em;
    background: #ccc;
    border-bottom: 1px solid white;
}



.sort_desc:after {
    content: " ▲";
}

.sort_asc:after {
    content: " ▼";
}

tr:nth-child(even) {
    border-bottom: 1px #d9d9d9 dotted;
}

tr:nth-child(odd) {
    border-bottom: 1px #d9d9d9 dotted;
}

tr:hover {
    background: #efeeee;
}

.row-link {
    cursor: pointer;
}
/*
 * -------------------------------
 * CUSTOM ELEMENTS
 * -------------------------------
 */

.clear {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
}

.left {
    float: left;
}

.right {
    text-align: right;
}

.float-left {
    float: left;
}

.center {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.alert {
    background: #ffcc99;
    padding: 5px;
    color: #444444;
}

.personal-alert {
    padding: 5px;
    color: #0a8ced;
}

.word-alert {
    background: #ffcc99;
    padding: 0 5px 0 5px;
    color: #444444;
}


.highlight {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 19px;
    min-height: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.highlight-colour {
    background-color: #d9f1ff;
    margin-bottom: 20px;
    padding: 19px;
    min-height: 20px;
    border: 1px solid #70a3d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


.highlight-merchandise {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 19px;
    min-height: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.highlight-comment {
    background-color: #f4f9fc;
    margin-bottom: 20px;
    padding: 19px;
    min-height: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.highlight-book {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    padding: 5px;
    min-height: 20px;
    border: 1px solid #ccc;
}

.highlight-book-nm {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 0px;
    padding: 5px;
    min-height: 20px;
    border: 1px solid #ccc;
}
.header-icon {
    opacity: 0.5;
    float: right;
    margin: 15px 0 0 20px;
}

.header-icon:hover {
    opacity: 0.9;
}

.icon-sm {
    float: left;
    margin: 0 20px 0 0;
}

/*
 * -------------------------------
 * SUPPORT MODULE
 * -------------------------------
 */
.support_reply {
    margin: 10px 0 0 0;
    padding: 10px;
}

.highlight-support {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: "Times New Roman", Times, serif
}

.highlight-support p {
    line-height: 110%;
}