/*
Theme Name: Blogtheme
Author: Studio Zircon
Description: Custom theme
Version: 1.0
*/

@font-face {
    font-family: 'silkscreennormal';
	src: url(assets/fonts/slkscr-webfont.eot);
	src: url(assets/fonts/slkscr-webfont.woff) format("woff"), url(../fonts/slkscr-webfont.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'silkscreenbold';
	src: url(assets/fonts/slkscrb-webfont.eot);
	src: url(assets/fonts/slkscrb-webfont.woff) format("woff"), url(../fonts/slkscrb-webfont.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'silkscreenextended';
	src: url(assets/fonts/slkscre-webfont.eot);
	src: url(assets/fonts/slkscre-webfont.woff) format("woff"), url(../fonts/slkscre-webfont.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #ccdeff;
}

p {
	font-family: 'silkscreennormal', Arial, sans-serif;
	font-size: 11px;
	color: black;
	/* text-shadow: 0.25px 0.25px 3px #000000; */
}

h1 {
	font-family: 'silkscreenbold', Arial, sans-serif;
	font-size: 16px;
	color: black;
}

h2 {
	font-family: 'silkscreenbold', Arial, sans-serif;
	font-size: 14px;
	color: black;
}

h3 {
	font-family: 'silkscreennormal', Arial, sans-serif;
	font-size: 14px;
	color: black;
}

li {
    font-family: 'silkscreennormal', Arial, sans-serif;
	font-size: 11px;
	color: black;
	/* text-shadow: 0.25px 0.25px 3px #000000; */
}

a {
    color: dodgerblue;
    text-decoration: none;
}

a:hover {
    color: purple;
    text-decoration: underline;
}

.horizontalList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex
}

.horizontalList li {
    padding: 0 0.5rem;
    min-width: 1rem;
    text-align: left;
}

#wrapper {
    max-width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 0.1);
}

#gridContainer {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 100%;
    height: auto;
    grid-gap: 0px;
}

#intro {
    max-width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    
}

#header {
    background-color:rgb(215, 235, 253);
    height: auto;
    width: 100%;
    position: relative;
}

#headerImage img {
    max-width: 100%;
    max-height: 240px;
    height: auto;
    display: block;
}

#headerImage a {
    padding: 0;
    margin: 0;
    line-height: 0;
}

#navbar {
    background-color:rgb(215, 235, 253);
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 0.1%
}

#headerimg {
    max-height: 240px;
}

#leftColumn {
    background-color:aliceblue;
    padding: 2%;
    padding-top: 0%;
}

#rightColumn {
    background-color:rgb(215, 235, 253);
    padding: 2%;
    padding-top: 0%;
}

#rightColumn h3 {
    padding-left: 5%
}

#credits {
    list-style: none;
    padding-left: 1%;
}

.meta {
    list-style: none;
    padding: 1%;
    color: lightskyblue;
}

#footer {
    max-width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
}

/* Comment Section Styling */

.comment-list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.comment {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 2px solid #ccc;
}

.comment-author {
    font-weight: bold;
}

.comment-meta {
    font-size: 0.85rem;
    color: #666;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    font-size: 11px;
    font-family: 'silkscreennormal', sans-serif;
}

.comment-form input[type="submit"] {
    width: auto;
    background-color: aliceblue;
    border: none;
    padding: 0.5rem 1rem;
    font-weight: bold;
    cursor: pointer;
}

#reply-title, #respond h3 {
    color: lightskyblue;
}

#comments, #comments-title {
    color: lightskyblue;
}