/* ============================= */
/* BLOG SYSTEM STYLES */
/* ============================= */

.blog-post {
    border: 2px solid #ffffff;
    padding: 30px;
    margin-bottom: 20px;

    /* Prevent margin collapsing + float issues */
    display: flow-root;

    /* Optional subtle background */
    background: black;
}

/* Remove top margin from first element inside */
.blog-post > *:first-child {
    margin-top: 0;
}

/* Remove bottom margin from last element inside */
.blog-post > *:last-child {
    margin-bottom: 0;
}

/* Headings inside posts */
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Prevent first heading from pushing border down */
.blog-post h1:first-child,
.blog-post h2:first-child,
.blog-post h3:first-child,
.blog-post h4:first-child {
    margin-top: 0;
}

/* Paragraph spacing */
.blog-post p {
    margin-bottom: 18px;
    line-height: 1.6;
}

/* Lists */
.blog-post ul,
.blog-post ol {
    margin: 15px 0 20px 25px;
}

.blog-post li {
    margin-bottom: 8px;
}

/* Horizontal rule */
.blog-post hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 30px 0;
}

/* Blog date styling */
.blog-date {
    font-size: 0.9em;
    opacity: 0.7;
    margin-bottom: 20px;
}

/* Links inside blog */
.blog-post a {
    color: #ffffff;
    text-decoration: underline;
}

.blog-post a:hover {
    opacity: 0.8;
}

/* Code blocks */
.blog-post pre {
    background: rgba(0,0,0,0.4);
    padding: 15px;
    overflow-x: auto;
}

.blog-post code {
    background: rgba(0,0,0,0.4);
    padding: 2px 6px;
}

/* ============================= */
/* PAGINATION */
/* ============================= */

.pagination {
    margin-top: 40px;
    text-align: center;
}

.page-link,
.page-current {
    display: inline-block;
    margin: 0 6px;
    padding: 8px 12px;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
}

.page-link:hover {
    background: rgba(255,255,255,0.1);
}

.page-current {
    background: #ffffff;
    color: #000000;
}

* {
    padding:0;
    margin:0;
    color: #ffffff;
    font-family: Cascadia Code, sans-serif;
}
#larger {
    font-size:20px;
}
body, html {
    background-image: url('assets/grunge_texture.png');
    background-size: 100%;
    background-attachment: fixed;
    background-color:  #131515;
    float: left;
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    color: #e9b355;
}
main {
    float: left;
    width: 100%;
    height: 100%;
}
footer {
    float: left;
    width: 100%;
    font-family: Verdana, sans-serif;
}
footer p {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    width: 100%;
    font-size: 11px;
}

/**/
#lm-main-menu {
    float: left;
    width: 100%;
    padding-top:10px;
    padding-bottom:12px;
    font-family: Verdana, sans-serif;
}
#lm-main-menu ul {
    float: left;
    list-style: none;
}
#lm-main-menu li {
    float: left;
    clear: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
    width: calc(100% - 20px);
    list-style-type: none;
}
li {
    clear: left;
}
#lm-main-menu b {
    float: left;
    font-size: 13px;
    padding:3px;
    background: none;
    padding-top:10px;
}
#lm-main-menu a {
    font-size: 12px;
    width: 100%;
    float: left;
      background-image: linear-gradient(to right, #1e1f20, transparent);
    padding:6px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.right-main img {
    float: left;
    width: 600px;
    margin: 10px 0px;
}
.right-main a {
    text-decoration: underline;
}
.left-main {
    float: left;
    width: 240px;
    height: 100%;
    background-color: #080809;
    position: fixed;
}
.right-main {
    float: right;
    padding:20px;
    width: calc(100% - 280px);
    height: calc(100% - 40px);
    margin-bottom:30px;
}
.right-main p {
    font-weight: lighter;
    text-align: justify;
}
.right-main h1 {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top:20px;
    margin-bottom:10px;
}
.right-main ul {
    float: left;
    clear: left;
    width: calc(100% - 40px);
    margin-left:20px;
    margin-top:10px;
    margin-bottom:10px;
}
.right-main table {
    font-weight: lighter;
    float: left;
    width: 100%;
    padding-bottom:15px;
}
.right-main li {
    margin:2px;
}
.right-main p {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.lm-top-header {
    float: left;
    width: 100%;
    height: 200px;
    padding-top:10px;
    font-family: Verdana, sans-serif;
}
.lm-top-header h5 {
    float: left;
    width: 100%;
    margin-top:10px;
    text-align: center;
    font-weight: lighter;
}
.lm-top-header h4 {
    float: left;
    width: 100%;
    margin-top:3px;
    text-align: center;
    font-size: 14px;
}
.lm-top-header img {
    width: 180px;
    display: block;
    margin-top:40px;
    margin-left: auto;
    margin-right: auto;
}
.lm-top-header h3 {
    float: left;
    width: calc(33% - 12px);
    margin-left:10px;
    font-size: 11px;
    margin-bottom:20px;
}
#albumpicture img {
    float: left;
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
} 
.sepimg {
    float: left;
    width: 100%;
    clear: left;
}
#floatLeftImg {
    float: left;
    margin-top: 10px;
}
kbd {
    border-radius: 2px;
    padding: 2px;
    border: 1px solid #cdcdcd;
    font-size: 12px;
}
#midImgSize {
    float: left;
    height: 400px;
    margin:10px;
}
iframe {
    float: left;
    margin-top:10px;
    margin-bottom:10px;
}
.showimage img {
    width: 180px;
    object-fit:cover;
    margin: 20px;
}
table {
    font-weight: lighter !important;
    text-align: justify;
}
.linkswrap {
    float: left;
}
.linkswrap ul {
    float: left;
}
.linkswrap img {
    width: 80px;
    height: 35px !important;
    border-radius: 20px;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-bdmt{background-color:#FFF;border-color:inherit;color:#444;text-align:left;vertical-align:middle}
.tg .tg-lm0w{background-color:#F9F9F9;border-color:inherit;color:#444;text-align:left;vertical-align:top}
.tg .tg-4elc{background-color:#F9F9F9;border-color:inherit;color:#444;text-align:left;vertical-align:middle}
.tg .tg-ig7n{background-color:#FFF;border-color:inherit;color:#444;text-align:center;vertical-align:middle}
.tg .tg-fymr{border-color:inherit;font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}