/* This is an automatically generated file. */
/* DO NOT EDIT it manually, becouse it will be rewritten! */

/* Appended file: /template/template.css */
html {	
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}

body {	
	margin: auto;
	padding: 0;
	width: 800px;
	height: 100%;
	background-color: AntiqueWhite;
}

header {
	height: 50px;
	font-size: 36px;
	color: Sienna;
	text-align: center;
}

nav {
	margin-bottom: 15px;
	height: 35px;
	background-color: Peru;
	vertical-align: middle;
}

nav a {
	display: block;
	width: 12%;
	height: 35px;
	line-height: 35px;
	float: left;
	color: AntiqueWhite;
	text-align: center;	
    text-decoration: none;
}

nav a:last-child {
	float: right;
}

nav a.active {
	background-color: SaddleBrown;
}

nav a:hover {
	background-color: Chocolate;
}

aside {
}

main {	
	padding: 0 10px 0 10px;
	height: calc(100% - 50px - 50px - 50px);
	overflow: auto;
	scrollbar-color: SaddleBrown Peru;	
}	

footer {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 20px;	
	color: AntiqueWhite;
	background-color: Peru;
	text-align: center;
}

/* Appended file: /template/article.css */
article.article .title {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	color: Sienna;
}

article.article .author {
	margin-top: 0;
	margin-bottom: 0;	
	color: Peru;
	text-align: center;
}

article.article .timestamp {
	margin-top: 0px;	
	color: Peru;
	text-align: center;
	font-size: 0.75em;
}

article.article .quote {
	text-align: center;
	font-style: italic;
}

article.article .salutation {
}

article.article .body {
	text-align: justify;
}

article.article .left{
	text-align: left;
}

article.article .center{
	text-align: center;
}

article.article .right{
	text-align: right;
}

article.article .bold{
	font-weight: bold;
}

article.article .italic{
	font-style: italic;
}

article.article .closing {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

article.article .sign span {
    display: inline-block;
    width: 100%;
}

article.article .divider {
	text-align: center;
	color: Sienna;
}
