/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* FONT OG FARVE */
body, 
.menu,
#content,
#access a {
	font-family: Georgia, 'Bitstream Charter', serif !important;
	color: #666 !important;
}

#access li:hover > a:hover, #access ul ul :hover > a:hover {
	color: #fff;
}

/* BAGGRUNDSFARVE */
body {
	background: #fff;
}

#wrapper {
	background: transparent;
}

/* BYLINE */
span.meta-sep, 
span.author.vcard,
span.meta-prep.meta-prep-author {
	display: none;
}

/* MENU */
div.menu-header {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	clear: both !important;
	text-align: center !important;
}

div.menu-header > ul.menu {
	display: inline-flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul li:hover > ul {
	text-align: left !important;
}

div#access {
	background: transparent;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

/* TEKST I SIDEBAR CENTRERET */
div#primary {
	text-align: center;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* FONT OG FARVE */
body, 
.menu,
#content,
#access a,
h3.widget-title, 
a {
	font-family: Georgia, 'Bitstream Charter', serif !important;
	color: #666 !important;
/* color: #8A5C2E !important; */
}

#access li:hover > a:hover, 
#access ul ul :hover > a:hover {
	color: #fff !important;
}

/* BAGGRUNDSFARVE */
body {
	background: #fff;
/* background: #FFFF94; */
}

#wrapper {
	background: transparent;
}

/* HEADER */
#branding img {
	border-top: 1px solid #000;
	border-bottom: 0 solid #000;
}

/* BYLINE */
span.meta-sep, 
span.author.vcard,
span.meta-prep.meta-prep-author {
	display: none;
}

span.entry-date:before {
	content: "- ";
}

span.entry-date:after {
	content: " -";
}

.entry-meta a, .entry-utility a, .entry-meta a:hover, .entry-utility a:hover {
	text-decoration: none;
	color: #666;
}

/* MENU */
div.menu-header {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	clear: both !important;
	text-align: center !important;
}

div.menu-header > ul.menu {
	display: inline-flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul li:hover > ul {
	text-align: left !important;
}

div#access {
	background: transparent;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.menu-header a {
	font-size: 16px;
}

/* TEKST I SIDEBAR CENTRERET */
div#primary {
	text-align: center;
}

div#primary ul li:hover > ul {
	text-align: center !important;
}

h3.widget-title {
	text-align: center;
}

/* BLOGROLL */
#main .widget-area ul ul {
	list-style: none;
	margin: 0;
}

#main .widget-area ul ul.blogroll li {
	padding: 10px;
	border: 1px solid #666666;
	margin: 5px 0;
	text-align: center;
}

#main .widget-area ul ul.blogroll li a {
	color: #666;
}

/* MISC */
div#site-generator {
	display: none;
}

#colophon {
	border-top: 1px solid #000;
}