@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium-webfont.eot');
    src: url('fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium-webfont.woff') format('woff'),
         url('fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold-webfont.eot');
    src: url('fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-semibold-webfont.woff') format('woff'),
         url('fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	-webkit-font-smoothing: antialiased !important;
	   -moz-font-smoothing: antialiased !important;
			font-smoothing: antialiased !important;
}

body {
	font-family: 'ralewayregular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #605e5b;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6, dt {
	margin: 0 0 12px 0;
	font-family: 'ralewayregular', sans-serif;
	text-transform: uppercase;
	color: #262626;
}

h1 { font-size: 1.75em; line-height: 1em;}
h1.secondary-title { font-size: 2.125em; }
h2 { font-size: 1.25em; line-height: 1.50em;}
h3 { font-size: 1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.05em; }
h6 { font-size: 1em; }

p {
	margin: 0 0 20px 0;
	font-size: 0.9em;
}

/*Ingen marginal på sista p i stycket */
.category-pages p:last-of-type, #post_footer p:last-of-type, .news-meta p, .eventBox p:last-of-type{
	margin: 0;
}


a {
	color: #44697d;
	font-family: 'ralewaymedium', sans-serif;
	padding-bottom: 0px;
	border-bottom: 1px solid #44697d;
	text-decoration: none !important;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
			transition: all 0.15s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #57788a;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
}

b {
	font-family: 'ralewaysemibold', sans-serif;
}

p.link-title {
	text-align: center;
	text-transform: uppercase;
	font-family: 'ralewaymedium', sans-serif;
	font-size: 1em;
	color: #44697d;
	margin-bottom: 8px;
}


blockquote {
	border-left: 4px solid #d45d47;
	background: #fafafa;
	margin: 20px 0;
	padding: 30px 60px;
}

dd {
	margin-bottom: 15px;
}

dt {
	font-size: 1.1em;
}

table {
	margin: 20px 0;
	font-size: 0.9em;
}

table th, table td {
	border: 1px solid #ededed;
	padding: 6px 12px 4px;
}

table tr:nth-child(even),
table th {
	background: #fafafa;
}

tfoot {
	font-family: 'ralewaymedium', sans-serif;
}


/* ----  List styles  ---- */

.global-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.global-list li a {
	margin-left: 10px;
}

.global-list li {
	margin-bottom: 16px;
	color: #605e5b;
	font-size: 0.875em;
}

.global-list .list-comment {
	display: block;
	padding-left: 22px;
	margin-top: 4px;
}

.global-list li:last-of-type {
	margin-bottom: 0px;
}

.global-list li:before {
	font-family: 'FontAwesome';
	color: #d45d47;
}

.list-style-info li:before {
	content: '\f006';
}

.list-style-pen li:before {
	content: '\f1ea';
}

.list-style-event li:before {
	content: '\f073';
}

.list-style-document li:before {
	content: '\f0f6';
}

/* ----  DATE META  ---- */

.date-meta {
	display: block;
	color: #888;
	text-transform: uppercase;
	font-family: 'ralewaymedium', sans-serif;
	margin-top: 4px;
	margin-bottom: 8px;
}

.global-list .date-meta {
	margin-left: 28px;
	margin-bottom: 0;
}

.date-meta .the-date:before {
	font-family: 'FontAwesome';
	content: '\f133';
	color: #888;
	margin-right: 5px;
}

.date-meta .the-time {
	margin-left: 15px;
}

.date-meta .the-text {
	margin-right: 15px;
	text-transform:none;
	font-size:0.875em;
}

.date-meta .the-time:before {
	font-family: 'FontAwesome';
	content: '\f017';
	color: #888;
	margin-right: 5px;
}

/* ----  CONTENT ---- */
#type-area li{
	font-size: 0.875em;
	padding-bottom:1em;
}
#type-area ul{
	list-style-position:outside;
	padding-left:0.875em;
}
#type-area h1{
	line-height: 1.50em;
}


/* ----  FOOTER  ---- */

#footer {
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	font-size: 0.875em;
	margin-top: 10px;
}

.footer-title {
	font-size: 1.25em;
	text-transform: uppercase;
	font-family: 'ralewaymedium', sans-serif;
	color: #262626;
}


@media (max-width: 767px) {
	h1.secondary-title {
		font-size: 1.8em;
	}

	h1 { font-size: 1.5em; line-height: 1em;}
	h2 { font-size: 1.2em; line-height: 1.50em;}
	h3 { font-size: 1em; }
	h4 { font-size: 1.1em; }
	h5 { font-size: 1.05em; }
	h6 { font-size: 1em; }
}