﻿/* 
    Document   : main
    Created on : Mar 18, 2011, 12:42:36 PM
    Author	: shanecody
    Description:
	   Purpose of the stylesheet follows.
*/

@font-face {
    font-family: 'berlinsmallcapsregular';
    src: url('../files/berlinsmallcaps-webfont.eot');
    src: url('../files/berlinsmallcaps-webfont.eot?#iefix') format('embedded-opentype'),
    url('../files/berlinsmallcaps-webfont.woff') format('woff'),
    url('../files/berlinsmallcaps-webfont.ttf') format('truetype'),
    url('../files/berlinsmallcaps-webfont.svg#berlinsmallcapsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul {
    list-style: none;
}

root {
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

.clearfloats {
    clear: both;
}

.hidden {
    display: none;
    visibility: hidden;
}

p {
    margin-top: 1em;
}

/* Generic Styles */
body {
    background: url('../img/back-ground-tree.png'), rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center top;
    color: #000000;
    font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

#bg-wrap {
    border-top: 3px solid #C92B00;
    background: url('../img/back-ground-roots.png'); /* Old browsers */
    background: url('../img/back-ground-roots.png'), -moz-linear-gradient(top, rgba(164, 164, 164, 1) 0%, rgba(52, 63, 68, 1) 100%); /* FF3.6+ */
    background: url('../img/back-ground-roots.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(164, 164, 164, 1)), color-stop(100%, rgba(52, 63, 68, 1))); /* Chrome,Safari4+ */
    background: url('../img/back-ground-roots.png'), -webkit-linear-gradient(top, rgba(164, 164, 164, 1) 0%, rgba(52, 63, 68, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: url('../img/back-ground-roots.png'), -o-linear-gradient(top, rgba(164, 164, 164, 1) 0%, rgba(52, 63, 68, 1) 100%); /* Opera 11.10+ */
    background: url('../img/back-ground-roots.png'), -ms-linear-gradient(top, rgba(164, 164, 164, 1) 0%, rgba(52, 63, 68, 1) 100%); /* IE10+ */
    background: url('../img/back-ground-roots.png'), linear-gradient(to bottom, rgba(164, 164, 164, 1) 0%, rgba(52, 63, 68, 1) 100%); /* W3C */
    background: url('../img/back-ground-roots.png'), linear-gradient(to bottom, rgba(164, 164, 164, 1) 0%, rgba(52, 63, 68, 1) 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a4a4', endColorstr='#343f44', GradientType=0); /* IE6-9 */

    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -1px;
}

a {
    color: #003d4c;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #367889;
    text-decoration: none;
}

a img {
    border: none;
}

#top-ad-728x90 {
    margin: 9px 0 0 0;
}

/* Page Container */
#container {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 9px 0 0 0;
}

/* Page Header Elements */
#header {
    height: 152px;
    font-family: berlinsmallcapsregular;
    letter-spacing: .2em;
    font-size: 120%;
    width: 1050px;
    margin: 0 auto 0 auto;
    font-weight: normal;
}

#header-logo {
    margin: 20px 0 0 20px;
    float: left;
    width: 309px;
    height: 110px;
}

#header-nav {
    width: 560px;
    margin: 30px 0 20px 60px;
    overflow: hidden;
    float: left;
}

#header-nav li {
    line-height: 2em;
    float: left;
    display: inline;
}

#header-nav li a {
    text-decoration: none;
    font-weight: normal;
    color: #616161;
    font-weight: normal;
}

#header-nav li a:hover {
    color: #727272;
}

#header-nav li a:hover:after {
    content: "-";
    line-height: 2em;
    font-size: 80%;
    color: #C92B00;
}

#header-nav li a:before {
    content: " ";
    line-height: 2em;
    font-size: 80%;
}

#header-nav li a:hover:before {
    content: "-";
    line-height: 2em;
    font-size: 80%;
    margin-left: -.3em;
    color: #C92B00;
}

#header-nav a img {
    border: none;
}


#user {
    float: right;
}

#user ul {
    float: right;
    clear: none;
    display: inline;
    margin: -3px 0 0 0;
    padding: 0;
    width: 440px;
    font-size: 60%;
}

#user ul li {
    padding: 0 0 0 30px;
    display: inline;
    line-height: 2em;
    float: left;
}

#user ul li a {
    text-decoration: none;
    font-weight: normal;
    color: #C92B00;
}

#user ul li a:hover {
    text-decoration: underline;
    display: inline;
}

/* RMR user profile */
.user-view {
    position: relative;
}

.user-view-header {
    background: linear-gradient(135deg, #f4f4f4 0%, #dedede 100%);
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
}

.user-view-title .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #787878;
    font-size: 70%;
    margin: 0 0 6px 0;
}

.user-view-subhead {
    color: #616161;
    font-size: 95%;
    margin-top: 6px;
}

.user-view-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.user-view-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pill {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 80%;
    color: #333333;
}

.user-view-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

.user-panel {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.user-panel-wide {
    margin-bottom: 18px;
}

.user-panel h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.user-panel-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #6dabc2;
    text-decoration: none;
    font-weight: normal;
}

.btn-primary {
    background: #6dabc2;
    color: #ffffff;
    border-color: #6dabc2;
}

.btn-ghost {
    background: #ffffff;
    color: #003d4c;
}

.user-table {
    width: 100%;
}

.user-table th,
.user-table td {
    padding: 6px 8px;
}

.user-table th {
    background: #f1f1f1;
    text-align: left;
}

.user-profile h2 {
    margin-bottom: 4px;
}

.profile-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.profile-header .subhead {
    color: #666;
    margin: 0;
}

.user-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
}

@media (max-width: 980px) {
    .user-grid {
        grid-template-columns: 1fr;
    }

    .user-view-header {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .user-view-badges,
    .user-view-actions {
        justify-content: flex-start;
    }

    .user-view-grid {
        grid-template-columns: 1fr;
    }
}

.user-main,
.user-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px 16px;
}

.info-grid.narrow {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.info-grid dt {
    font-weight: bold;
    color: #444;
}

.info-grid dd {
    margin: 0;
    color: #222;
}

.info-grid div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 6px 8px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
}

.action-list,
.actions-inline ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.action-list a,
.actions-inline a {
    color: #2a72d4;
    text-decoration: none;
}

.action-list a:hover,
.actions-inline a:hover {
    text-decoration: underline;
}

.card table {
    width: 100%;
}

.card table th,
.card table td {
    padding: 6px 8px;
}

.card table th {
    background: #f1f1f1;
}

.billing-debug {
    background: #f7f7ff;
    border: 1px dashed #9aa0ff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.billing-subscriptions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.billing-subscription {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 14px;
    background: #fafafa;
}

.billing-subscription header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.billing-subscription header .muted {
    color: #777;
    font-weight: normal;
    margin-left: 6px;
}

.billing-subscription .status {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    background: #999;
    white-space: nowrap;
}

.billing-subscription .status-active {
    background: #2a9d8f;
}

.billing-subscription .status-canceled {
    background: #e76f51;
}

.billing-subscription .status-paused {
    background: #f4a261;
}

.billing-subscription dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 0;
}

.billing-subscription dt {
    font-weight: bold;
    margin-bottom: 2px;
}

.billing-subscription dd {
    margin: 0 0 8px 0;
    color: #333;
}

.billing-error {
    background: #fff4f4;
    border: 1px solid #f2c2c2;
    color: #8a1f11;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

#user ul li a:hover:after {
    content: "";
    line-height: 2em;
    font-size: 80%;
}


#user ul.dropdown {
    position: absolute;
    overflow: hidden;
    width: 175px;
    display: none;
    margin: 0;
    padding: 0;
    background-color: rgba(52, 63, 58, 1);
    border: solid 1px rgba(42, 52, 48, 1);
    font-size: 98%;
}

#user ul.dropdown li {
    margin: 0;
    padding: 0 0 0 5px;
    line-height: 1.5em;
    display: block;
    border-bottom: solid 1px rgba(42, 52, 48, 1);
    width: 175px;
    font-size: 98%;
}

#user ul.dropdown li a {
    color: #ffffff;
    font-weight: normal;
}

#user ul.dropdown li a:hover:after {
    content: "";
    line-height: 1.5em;
    font-size: 80%;
}

#nav ul li ul {
    display: none;
    visibility: none;
}

/* Content Area Elements */
#content-area {
    color: #000000;
    background: rgba(120, 120, 120, .8);
    width: 100%;
    position: relative;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 0 #fff, /*bottom external highlight*/ 0 0 0 #666, /*top external shadow*/ inset -1px -2px 20px 10px rgba(94, 94, 94, .8), /*bottom internal shadow*/ inset 1px 2px 20px 10px rgba(94, 94, 94, .8); /*top internal highlight*/
}

/* Navigation Elements */
#nav {
    width: 282px;
    float: left;
    padding: 10px 5px;
    border: 5px #FFFFFF solid;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 9px 0 0 5px;
    text-align: left;
}

/*
    colors:
        yellow - #f0ff00


*/
#nav h2 {
}

#nav h3 {
}

#nav ul {
}

#nav ul li {
    margin: 5px 0 0 20px;
}

#nav ul li span {
}

#nav p {
}

#nav a {
}

#nav-column {
    width: 19%;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
}

/* Page Content Elements */
#content {
    margin: 0 0 0 9px;
    width: 80%;
    float: left;
}

#normal-content {
    width: 98.4%;
    min-height: 900px;
    float: left;
    padding: 5px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* background: rgba(205,205,205,1); */
    background: #fff;
    margin: 9px 0 0 0;
}

/* Page Footer Elements */
#footer {
    padding: 9px;
}

#footer-nav {
    width: 60%;
    margin: 10px 15% 0 15%;
    padding: 5px 5% 5px 5%;
    overflow: hidden;
    float: left;
    border-top: 3px solid rgb(52, 63, 58);
    border-bottom: 3px solid rgb(52, 63, 58);
}

#footer-nav li {
    line-height: 2em;
    float: left;
    display: inline;
}

#footer-nav li a {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}

#footer-nav li a:hover {
    color: #666666;
}

#footer-nav li a:hover:after {
    content: "-";
    line-height: 2em;
    font-size: 80%;
    color: #C92B00;
}

#footer-nav li a:before {
    content: " ";
    line-height: 2em;
    font-size: 80%;
}

#footer-nav li a:hover:before {
    content: "-";
    line-height: 2em;
    font-size: 80%;
    margin-left: -.3em;
    color: #C92B00;
}

#footer-nav a img {
    border: none;
}

#footer-info {
    font-size: 80%;
    width: 70%;
    margin: 10px 15% 0 15%;
    text-align: center;
    color: #cccccc;
    float: left;
    clear: both;
}


.content_title {
    width: 100%;
    clear: both;
    background-color: rgb(52, 63, 58);
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding: 6px 5px 2px 5px;
    margin: -5px 0 0 -5px;
    border-bottom: 3px solid #C92B00;
    font-family: berlinsmallcapsregular, sans-serif;
    text-transform: capitalize;
    font-size: 90%;
    font-weight: normal;
    letter-spacing: .2em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    /*text-shadow:   0 1px 1px rgba(155,56,0,1);*/
}

#page_title {
    width: 100%;
    clear: both;
    background-color: rgba(52, 63, 58, 1);
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding: 6px 5px 2px 5px;
    margin: -5px 0 0 -5px;
    border-bottom: 3px solid #C92B00;
    font-family: berlinsmallcapsregular;
    text-transform: capitalize;
    font-size: 150%;
    font-weight: normal;
    letter-spacing: .2em;
    text-align: center;
    color: rgb(255, 156, 0);
    /*text-shadow:   0 1px 1px rgba(155,56,0,1);*/
}

#page_title .smaller {
    font-size: 50%;
    color: #FFFFFF;
}

#page_title .bottom-line {
    line-height: 1em;
    color: #FFFFFF;
}

strong {
    color: #C92B00;
}

/** Notices and Errors **/
div.message {
    clear: both;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 1em 0;
    background: #c73e14;
    padding: 5px;
}

div.error-message {
    clear: both;
    color: #fff;
    font-weight: bold;
    background: #c73e14;
}

p.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 100%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    color: #000;
    font-weight: normal;
    line-height: 100%;
}

.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 100%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background: green;
    color: #fff;
}

/** Paging **/
.paging {
    background: #fff;
    color: #999;
    margin-top: 1em;
    clear: both;
    font-size: 80%;
}

.pagebar {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ccc;
    width: 100%;
    white-space: nowrap;
}

.paging .current, .paging .disabled, .paging a {
    text-decoration: none;
    padding: .5ex .5em;
    display: inline-block;
}

.pagebar > span {
    display: inline-block;
}

.pagebar > span:hover {
    background: #efefef;
}

.paging .prev {
    display: inline-block;
    width: 15%;
    padding: .5ex 0 .5ex .5em;
}

.paging .next {
    text-align: right;
    display: inline-block;
    width: 15%;
    padding: .5ex .5em .5ex 0;
}

.paging .disabled {
    color: #ddd;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.paging .disabled:hover {
    background: transparent;
}

.paging .current {
    background: #efefef;
    color: #c73e14;
    font-weight: bold;
    padding: 1ex 1em;
}

.paging .numbers {
    text-align: center;
    display: inline-block;
    width: 69%;
}

.pagenumber {
    width: 100%;
    text-align: center;
}

.pagenumber .first {
    margin: 0 40px 0 0;
}

.pagenumber .last {
    margin: 0 0 0 40px;
}

/** Generic Styles **/
.bold {
    font-weight: bold;
}

.smaller {
    font-size: 70%;
}

.double li {
    width: 50%;
    float: left;
}

/* 2 col */
.triple li {
    width: 33.333%;
    float: left;
}

/* 3 col */
.quad li {
    width: 25%;
    float: left;
}

/* 4 col */
.five li {
    width: 20%;
    float: left;
}

/* 5 col */
.six li {
    width: 16.666%;
    float: left;
}

/* 6 col */
