/*
Theme Name: Daminax
Theme URI: http://damina.net
Description: This is the first theme created by Damina with the purpose of having a clean canvas for theme building. Simple without too many functions and unnecessary code. In need of tweaking in order to be more advanced, but no code should hurt the basics. Code is poetry.
Author: Gabriella Agerskov
Author URI: http://damina.net
Version: 1.0
Tags: new, basic, boring, naked, blank, canvas, parallax

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html

This is the first theme created by Damina with the purpose of having a clean canvas for theme building.

Code is poetry.
*/



/* THE START... */
body {  
	font-family: Roboto, serif;
	background: #fff;
	font-size: 15px;
	color: #000000;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	text-align: left;
	background: #EEE;
}

#content {
	margin: 0 auto;
}


/* LAYOUT: Page w. sidebar */
#main {
	float: left;
	width: 80%;
	padding: 0 2%;
	text-align: left;
}
.sidebar {
	float: left;
	width: 12%;
	padding: 0 2%;
	list-style: none;
}


/* LAYOUT: Page w. no sidebar (default) */
#mainSec {
	width: 100%;
	margin: 0;
	padding: 0;
}



/* MENU */
#access {
	float: right;
	margin-top: 30px;
}
#access ul {
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;	
}
#access li {	
	float: left;
	margin-left: 40px;
}
#access li a {
	color: #CD5A00;
	font-size: 16px;
	text-decoration: none;
}
#access li a.active {
	color: #CD5A00;
	opacity: 1;
}
#access li a:hover {
	color: #CD5A00;
	opacity: 1;
	border-bottom: 2px solid #CD5A00;
}


/* AND MORE... */
#header {
	width: 100%; 
	background: #fff; 	
	padding-top: 10px;
}
#headwidth {
	max-width: 1200px;
	margin: 0 auto;
}
#sitetitle {
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 30px;
}
#sitetitle img {
	width: 100%;
	height: 80px;
}
#footer {
	clear: both;
	text-align: center;
	background: #CD5A00;
	padding: 15px;
	color: #fff;
}
a:link, a:visited {
	text-decoration: none;
	color: #CD5A00;
}
a:hover {
	color: #CD5A00;
	border-bottom: 1px solid #CD5A00;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	padding-bottom: 20px;
}
.postmetadata {
	font-style: italic;
}


* {word-wrap: break-word;}

.clear {
	clear: both;
}


.center { 
	margin: 0 auto;
}
.content {
	margin: 0 auto;
	width: 1200px;
	line-height: 24px;
	padding: 30px 0;
}
.clear {
	clear: both;
}

h2 {
	margin-top: 50px;
}

.topH2 {
	margin-top: 15px;
}

.wp-block-columns-is-layout-flex div:nth-of-type(1) {
	padding-right: 50px !important;
}