body {
	background: #e6e6e6;
	font-family: verdana, arial, sans-serif;
}

body a {
	color: #aa0000; /* orange: #b8530c; green : #598301; blue: #0379ab; */ 
}

body a:hover {
	text-decoration: none;
}

code {
	white-space: normal;
}

h3 {
	font-size: 23px;
}

h2 {
	margin-top: 23px;
}

 h1, h2, h3, .h1, .h2, .h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: lighter;
	letter-spacing: 2px:
	line-height: 1.1;
	color: inherit;
}

h4, h5, h6, .h4, .h5, .h6 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 2px:
	line-height: 1.1;
	color: inherit;
}


#main ul, #main li, #main ol {
	padding-left: 20px;
}

hr {
	margin-top: 0;
}

.sidebar_none p {
	font-size: 17px;
	word-wrap: break-word;
}

.sidebar_left, .sidebar_right {
	font-size: 15px;
}

#wrapper {
	background: white;
	height: auto;
	margin: 0 auto;
}

#wrapper a:hover {
	text-decoration: underline;
}

.attachment-post-thumbnail {
	width: 100%;
	height: auto;
}

#sidebar ul, #sidebar li {
	list-style: none;
	padding-left: 0;
}

#sidebar h2, .frontpage-widget h2 {
	text-transform: uppercase;
	border-bottom: solid 1px silver;
	padding-bottom: 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
}

/* Header */
header {
	background: #fff;
	height: auto;
}

.text-wrapper {
	display: inline-block;
	z-index: 1;
	position: absolute;
	width: auto;
}

.tag_white {
	text-shadow: 2px 1px #333;
}

.tag_black{
	text-shadow: 2px 1px #fff;
}

/* Customize header */
#customize-logo {
	height: auto;
	z-index: 0;
}
#customize-logo img {
	width: 100%;
	height: auto;
	z-index: 0;
}

/* Front page */
.sidebar_none .blog-post.front-page {
	width: 93%;
	margin: 0 auto;
}



/* Search form */
.search h2 {
	display: none;
}

.search {
	padding: 6px 15px 8px 0;
	float: right;
}

/* Color scheme */
#colorscheme {
	margin-bottom: 4px;
	margin-left: -15px; /* MÅ FIKSES */
}

#green, #red, #blue, #orange, #red, #black {
	width: 60px;
	height: 4px;
	background: blue;
	float: left;
}

#green {
	background: #77af00;
}
#red {
	background: #aa0000;
}
#blue {
	background: #009de0;
}
#orange {
	background: #d95900;
}
#black {
	background: #333;
}

/* Footer */
footer {
	background-color: #fff;
	margin-top: 1px;
	padding: 15px;
}

.footer-container {
	padding: 0;
}

.footer-text p {
	margin-bottom: 0;
	font-size: 14px;
}


/* Page and post */
.article-footer {
	padding: 20px 0 0 0;
}

body.sidebar_right .wp-caption img, 
body.sidebar_right img.size-large, 
body.sidebar_left img.size-large, 
body.sidebar_left .wp-caption img {
	width: 100%;
	height: auto;
}

.sidebar_none #main img, .sidebar_none #main .size-full img, .sidebar img {
	width: 100%;
	height: auto;
}

img.fill, .wp-caption, body.sidebar_left .wp-caption img, body.sidebar_right img.size-large, body.right .wp-caption img, body.sidebar_left img.size-large {
	width: 100% !important;
}

.blog-info {
	padding: 0 0 15px 0;
}

/* Sidebar */

.sidebar h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin: 43px 0 7px 0;
}

button {
	margin-top: 10px;
}

.blogpost {
	margin-bottom: 20px;
}

/* Comments */

.comments h2 {
	color: #333;
}

.comments {
	margin: 30px 0 0 0;
}
.comment_wrapper {
	padding: 20px 0 20px 0;
	border-bottom: solid 1px #e6e6e6;
}

.comment_name {
	font-weight: bold;
}

.comment_text {
	padding: 10px 0 0 0;
}

/* Comments form */
#name, #email, #website {
	padding: 5px;
	width: 300px;
	margin: 0 10px 15px 0;
}

#comment {
	width: 100%;
	height: 20%;
	margin: 0 0 15px 0;
}

.copyright {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	font-size: 12px;
	text-align: center;
}

/* Front page widgets */
.frontpage-widget {
	width: 33%;
	float: left;
	padding: 0 22px 20px 32px;
}

.frontpage-widget h2 {
	font-size: 18px;
}

.frontpage-widget .textwidget {
	font-size: 15px;
}

.frontpage-widget .textwidget img {
	width: 100%;
}


/* Search page */
.searchpage img {
	display: none;
}

/* Menu button for touch devices */
#menu-caller {
	background: #336086;
	border: 1px solid #336086;
	height: 24px;
}
#menu-caller span {
	display: block;
	width: 18px;
	height: 2px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	margin-top: 1px;
}

/* Table styling */
table, tbody, tr, td {
	border: solid 1px silver;
}

/* Code specific for desktop */
@media (min-width: 992px) {	
	header h1 {
		color: #cc0000;
		font-weight: normal;
		margin: 50px 0 0 0;
		font-size: 34px;
	}

	header h2 {
		color: #333;
		font-weight: normal;
		font-size: 20px;
	}

	/* Navigation for  desktop */
	.row.menu {
		background: #f3f3f3;
	}

	#main-menu {
		width: 70%;
		float: left;
		text-transform: uppercase;
		font-size: 13px;
		margin-left: 8px;
	}

	.sidebar_right .blog-post, .sidebar_left .blog-post {
		width: 96%;
	}

	.sidebar_right .sidebar {
		width: 27.3%;
		margin-left: 2%;
	}

	.sidebar_right #main, .sidebar_right {
		margin-left: 4%;
	}

	.sidebar_left .sidebar {
		margin-right: 4%;
		width: 27.3%;
	}

	.sidebar_left #main {
		margin-right: 2%;
	}

	ul.menu {
		padding-left: 0;
	}

	ul.menu > li > a {
		padding: 11px 10px;
	}

	ul.menu > li {
		float: left;
		position: relative;
	}

	/* Activate submenu on hover */
	ul.menu > li.menu-item-has-children:hover ul.sub-menu {
		display: block;
	}

	ul.menu > li:hover > a {
		background: #635f60;
		color: #fff !important; // important due to link color change
	}

	/* Submenu style */
	ul.menu ul.sub-menu {
		display: none;
		position: absolute;
		z-index: 2;
		padding: 0;
		text-indent: 20px;
		text-transform: none;
		top: 28px;
		width: 210px;
		border-left: solid 1px silver;
		border-right: solid 1px silver;
		border-top: solid 1px silver;
	}

	.sub-menu li {
		width: 100%;
	}

	.sub-menu li a {
		padding: 10px 0;
		width: 100%;
		display: block;
		background-color: #fff;
		border-bottom: solid 1px silver;
	}
	.sub-menu li a:hover {
		text-decoration: underline;
	}

	.text-wrapper {
		margin: 31px 0 0 52px;
	}
	#uib-logo-f {
		display: block;
		margin: 10px 0 0 40px;
		float: left;
	}
	.footer-text {
		float: left;
		margin: 7px 0 0 50px;
		font-size: 13px;
		color: #555454;
	}
}

/* Tablet */
@media (max-width: 991px) {
	article.blog-post img {
		max-width: 100%;
	}

	img.no-fill {
		width: auto;
	}

	header h2 {
		font-size: 20px;
	}

	.menu {
		padding: 0px;
	}

	#phone-main-menu {
		float: left;
		margin-bottom: 0;
	}

	#phone-main-menu .nav-collapse {
		float: right;
		margin: 45px 0 0 0;
	}

	#menu-caller {
		background: #fff;
		border: none;
		padding: 8px 15px 18px 0;
		margin: 6px 0 0 13px;
	}

	#menu-caller .icon-bar {
		background: #333;
		box-shadow: none;
		width: 30px;
		height: 3px;
		margin-top: 3px
	}

	#phone-main-menu .sub-menu {
		padding: 0 0 0 15px;
	}

	img.fill, .wp-caption, body.sidebar_left .wp-caption img, body.sidebar_right img.size-large, body.right .wp-caption img, body.sidebar_left img.size-large {
		width: 100% !important;
	}
	
	#main-menu {
		width: 68%;
	}
	
	h1 {
		font-size: 30px;
	}
	.text-wrapper {
		padding: 0 0 0 10px;
	}
	
	body > footer > div.row.footer {
		width: 100%;
	}
	
	#uib-logo-f, .footer-text {
		margin: 10px 0 0 25px;
		float: left;
	}
	
	.copyright {
		width: 350px;
	}
	.row.menu {
		border-top: solid 4px #f3f3f3;
	}
}

/* Mobile */
@media (max-width: 565px) { 
	h1 {
		font-size: 25px;
		padding-top: 10px;
		margin-top: 0;
	}

	h2 {
		margin-top: 0;
	}

	ul.menu {
		padding: 0 0 0 0;
	}

	body > footer > div.row.footer {
		width: 100%;
	}

	.copyright {
		width: 100%;
	}
	.frontpage-widget {
		width: 100%;
		float: none;
	}
}