/*
v_Enhance's CSS Stylesheet
Theme Name: SIMPLE-53544
Last edited 22 Oct 2021

Copyright (c) 2021 Evan Chen under MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

*/

.clear { clear: both; height: 0; }

#col2container { width: 100%; }
#col2container a { float: left; width: 50%; }


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.RightSideBadge{
    display:inline-block;
    padding:.35em .65em;
    font-size:.75em;
    font-weight:700;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    float: right;
    border-radius:.25rem;
}

.button {
    background-color: #CAEBF2;
    border: 2;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 11px;
    moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.button:hover {
    background-color: #ace5f1;
}

.hidden {
    display: none;
}

/* From cssbuttons.io by @adamgiebl */
/* The switch - the box around the slider */
.switch {
 font-size: 17px;
 position: relative;
 display: inline-block;
 width: 3.5em;
 height: 2em;
 line-height: 0px;
}

/* Hide default HTML checkbox */
.switch input {
 opacity: 0;
 width: 0;
 height: 0;
}

/* The slider */
.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #ccc;
 transition: .4s;
 border-radius: 30px;
}

.slider:before {
 position: absolute;
 content: "";
 height: 1.4em;
 width: 1.4em;
 border-radius: 20px;
 left: 0.3em;
 bottom: 0.3em;
 background-color: white;
 transition: .4s;
}

input:checked + .slider {
 background-color: #ccc;
}

input:focus + .slider {
 box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
 transform: translateX(1.5em);
}





body {
    font-family: "Mate", serif;
    background-color: #f6f6f6; /* It's #5368C1 on KARL */
    color: #121212;
    max-width: 1000px; /* Don't overwhelm large displays */
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    font-size: 16px;
    background-image: url('/images/bg.jpg');
}

strong {
    color: #af1111;
}

blockquote {
    margin-left: 40px;
    margin-right: 56px;
}


/*
 * LINKS, IMAGES
 */

a:link, a:visited
{
    color: #2188e0;
    text-decoration: none;
}
a:hover {
    color: #006b57;
    text-shadow: 0 0 5px rgb(203, 203, 203);;
}

h1 a:link, h1 a:visited {
    color: rgb(75, 75, 235);
}
h2 a:link, h2 a:visited {
    color: #078a03;
}
h3 a:link, h3 a:visited {
    color: #a40f71;
}
#main img {
    border: 0 none;
    max-width: 100%;
}

a.hash-link {
    padding-left: 7px;
}
a.hash-link:link, a.hash-link:visited {
    opacity: 15%;
}
a.hash-link:hover, a.hash-link:active {
    opacity: 100%;
    text-decoration: none;
}

a.emoji-link:hover, a.emoji-link:active {
    text-decoration: none;
}

/*
 * HEADERS H1, H2, ..., H5
 */

h1 {
    display: block;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 22px;
    color: rgb(75, 75, 235); /* Bluish, matches link color */
    font-weight: 500;
    font-family: Perpetua, Baskerville, Big Caslon, Palatino Linotype, Palatino, URW Palladio L, Nimbus Roman No9 L, serif;

}
h2 {
    color: #004824;
    font-size: 20px;
    font-weight: 600;
    padding-top: 6px;
    font-family: Perpetua, Baskerville, Big Caslon, Palatino Linotype, Palatino, URW Palladio L, Nimbus Roman No9 L, serif;
}
h3 {
    color: #450060;
    font-size: 18px;
    font-weight: 600;
    font-family: Perpetua, Baskerville, Big Caslon, Palatino Linotype, Palatino, URW Palladio L, Nimbus Roman No9 L, serif;
}
h4{
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
}
h5, h6 {
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
}


/*
 * ID'ed elements
 * #header, #main, #side
 * #email_box
 */

#main {
    padding: 5px;
    border: 1px solid #000;
    border-radius: 11px;
    moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    background-color: #CAEBF2; 
    margin-top: 12px;
    margin-left: 0px;
}
#main:hover {
    background-color: #ace5f1;
}

#header {
    background: none repeat scroll 0 0;
        background-color: rgba(0, 0, 0, 0);
    clear: both;
    font-family: Perpetua, Baskerville, Big Caslon, Palatino Linotype, Palatino, URW Palladio L, Nimbus Roman No9 L, serif;
    font-size: 24px;
    line-height: 28px;
    overflow: auto;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    background-color: #EFEFEF;
    border-top: 5px solid #cccccc;
    border-bottom: 5px solid #cccccc;
    border: 2px solid #A9A9A9;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    margin-top: 5px;
    padding-left: 12px;
}
#header a:hover {
    text-decoration: none;
}

#sitetitle {
    text-align: left;
    font-size: 40px;
    position: relative;
    top: 10px;
    left: 3px;
    margin: 0;
    color: #A9A9A9; 
    line-height: 2.4;
    font-weight: 500;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#pagetitle {
    font-weight: 700;
    margin-left: 16px;
}

#side {
    border: 1px solid #000;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    background-color: #CAEBF2;
    /* light blue background for side */
    line-height: 20px;
    padding: 12px;
    margin-top: 12px;
}

/* Brighten side box on hover */
#side:hover {
    background-color: #ace5f1
}
#side h4, #side h5, #side h6 {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
#side h4 {
    font-weight: normal;
    font-size: 16px;
}
#side h5 {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
}
#side h4 strong, #side h5 strong {
    font-style: normal;
    color: #7d0081;
}

#email_box {
    margin-top: 3px;
    background-color: #87CEEB;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border: 2px solid #48D1CC;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 80%;
    width: 100%;
    /*
    width: 300px;
    position: absolute;
    left: 58%;
    top: 70px;
    */
}

#navtitle {
    color: rgb(75, 75, 235);
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

/* ENTRY AND ENTRY WRAP */

div.entry {
    border-bottom: 1px dashed #cccccc;
    margin-top: 16px;
    overflow: hidden;
    padding-bottom: 16px;
}
div.entrywrap {
    background-color: #efefef;
    margin: 8px;
    overflow: auto;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
    height: 99%;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #000000;
}

/* Bootstrap monkey patching */

a:link.btn, a:visited.btn {
	color: #212529;
}
a:link.btn-primary, a:visited.btn-primary {
	color: #fff;
}
a:link.btn-secondary, a:visited.btn-secondary {
	color: #fff;
}
a:link.btn-success, a:visited.btn-success {
	color: #fff;
}
a:link.btn-danger, a:visited.btn-danger {
	color: #fff;
}
a:link.btn-warning, a:visited.btn-warning {
	color: #212529;
}
a:link.btn-info, a:visited.btn-info {
	color: #fff;
}
a:link.btn-light, a:visited.btn-light {
	color: #212529;
}
a:link.btn-dark, a:visited.btn-dark {
	color: #fff;
}

/* vim: expandtab
 */
