body {
//border:8px solid black;
margin: 0px;
padding: 10px;
font-family: 'Montserrat', sans-serif;
min-width: 1024px;
font-size:12px;
}

.wholepage {
min-width: 1024px;
max-width:1400px;
margin:auto;
width:100%;
}

header {
background-image: url("banner1.png");
background-size: cover;
padding-top:20px;
padding-left:10px;
font-size: 24px;
height: 75px;
font-weight: 700;
color:white;
margin-bottom:10px;
}

nav {
height: 30px;
text-align:right;
}

nav a {
text-decoration:none;
color: #a0c5e8;
margin-left: 10px;
font-weight: 900;
font-size:16px;
}

.main {
overflow:hidden;
word-wrap:break-word;
}

.aside {
word-wrap:break-word;
border-top: 3px solid black;
float:right;
width:200px;
padding-top: 10px;
margin-bottom:15px;
margin-left:5px;
}

.aside section {
font-weight: 700;
}

.selectedlink {
border-left:1px solid orange !important;
color: #90b5ff !important;
}


.aside a {
font-family: 'Merriweather', serif;
margin-top:10px;
padding-left:5px;
border-left:1px solid #E0E0E0;
font-size:12px;
display:block;
text-decoration:none;
color: #a0c5e8;
word-wrap: break-word;
font-weight:700;
}

.aside a:hover {
border-left:1px solid orange;
color: #90b5ff;
}

.post{
font-family: 'Merriweather', serif;
font-size:12px;
padding-bottom:10px;
border-bottom:1px solid #EDEDED;
margin-bottom:100px;
text-align:justify;
}

.post img {
max-width: 100%;
}

.post h2{
font-family: 'Montserrat', sans-serif;
font-size:12px;
}

.post h3{
font-family: 'Montserrat', sans-serif;
font-size:12px;
font-weight:normal;
}

.articleheader {
font-family: 'Montserrat', sans-serif;
margin-bottom:10px;
font-size:20px;
}

.articleheader h1 {
font-size:24px;
margin:0px;
color: black;
}

.articleheader a>img{
width:24px;
vertical-align:middle;
}

.articleheader h2{
margin:0px;
margin-right:10px;
font-size:12px;
font-family: 'Montserrat', sans-serif;
color:#686868;
font-weight:100;
display:inline-block;
}

code {
white-space: pre;
padding:5px;
background-color:#505050;
color:#FFFFFF;
display: block;
font-family: incosolata,sans-serif;
font-size:12px;
overflow:auto;
}

footer {
clear:both;
margin-top:10px;
}

.pages {
margin-left:20px;
margin-right:20px;
}

.pages a
{
margin-top:5px;
margin-left:5px;
padding:5px;
background-color:black;
font-size:18px;
text-decoration:none;
color: #a0c5e8;
word-wrap: break-word;
font-weight:700;
width:25px;
height:25px;
display:inline-block;
text-align:center;
vertical-align:middle;
}
