/*
Theme Name: Letterbox-V1.1
Description: Custom theme for Letterbox Website
Version: 1.0
Author: Niels Oeltjen
2013-2016 updates made by: Nina Mujdzic
*/


/*  -------------------- TYPOGRAPHY -------------------- */


@font-face {
    font-family: "Albion Light";
    src: url('fonts/Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Light.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Albion Light Italic";
    src: url('fonts/Light Italic.eot'); /* IE9 Compat Modes */
    src: url('fonts/Light Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Light Italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/Light Italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Light Italic.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Albion Book";
    src: url('fonts/Book.eot'); /* IE9 Compat Modes */
    src: url('fonts/Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Book.woff') format('woff'), /* Modern Browsers */
         url('fonts/Book.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Book.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Albion Book Italic";
    src: url('fonts/Book Italic.eot'); /* IE9 Compat Modes */
    src: url('fonts/Book Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Book Italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/Book Italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Book Italic.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Albion Medium";
    src: url('fonts/Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Medium.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Albion Bold";
    src: url('fonts/Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Bold.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Albion Black";
    src: url('fonts/Black.eot'); /* IE9 Compat Modes */
    src: url('fonts/Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Black.woff') format('woff'), /* Modern Browsers */
         url('fonts/Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Black.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


body {
	font-size: 10pt;
	text-align: left;
	color: #333333;
}

h1 {
	font-family:"Albion Bold", sans-serif;
	font-size: 11pt;
	font-weight: normal;
 	padding: 0 0 0 0;
 	margin: 0 0 6pt 0;
 	color: #990000;
	margin: 0 0 4pt 0;
}

h2 {
	font-family:"Albion Bold", sans-serif;
	font-size: 11pt;
 	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 4pt 0;
	color: #333333;
}


h3 {
	font-family:"Albion Bold", sans-serif;
 	font-size: 11pt;
 	font-weight: normal;
 	padding: 0 0 0 0;
	margin: 0 0 4pt 0;
 	color: #888888;
}

h4 {
	font-family:"Albion Bold", sans-serif;
 	font-size: 10pt;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
 	color: #333333;
}

h5 {
 	font-family:"Albion Bold", sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	padding: 0 0 0 0;
	margin: 0 0 2pt 0;
 	color: #333333;
}

h6 {
 	font-family:"Albion Bold", sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	padding: 0 0 0 0;
	margin: 0 0 2pt 0;
	color: #b11116;
}

titleintern {
	font-family: "freight-text-pro",serif;
	font-size: 11pt;
	line-height: 13pt;
	padding: 0 0 6pt 0;
	margin: 0 0 0 0;
	color: #990000;
	font-weight: 700;
}

p {
 	font-family: "freight-text-pro", georgia, serif;
	font-size: 11pt;
	line-height: 15pt;
	padding: 0 0 6pt 0;
	margin: 0 0 0 0;
	color: #333333;
}

sup {
	line-height: 0pt;
}

small {
 	font-family: "freight-text-pro", georgia, serif;
	font-size: 9pt;
	color: #949494;
}

.caption, .wp-caption-dd, .wp-caption-text, .wp-caption {
	font-size: 10pt;
	color: #949494;
}


pre {
	border: 0px none;
	font-family: "Courier New", Courier, monospace;
	margin: 6pt;
	overflow: auto;
	padding: 6pt;
	white-space: nowrap;
	margin: 6pt 0 6pt 6pt;
	background-color: #EDEDED;
	color: #333333;
}

.precede {
 	font-family:"Albion Light", 'Segoe UI', Avenir, Verdana, sans-serif !important;
	font-size: 13pt;
	line-height: 19pt;
	padding: 0 0 6pt 0;
	margin: 0 0 0 0;
	color: #000;
	font-weight:normal;
}

.precede strong {
	font-family:"Albion Bold", 'Segoe UI', Avenir, Verdana, sans-serif !important;
	font-weight:normal;
}

.precede em {
	font-family: "Albion Light Italic", 'Segoe UI', Avenir, Verdana, sans-serif !important;
	font-weight:normal;
	font-style:normal;
}

.box {
	padding: 10px;
 	border: 1px dotted #949494;
 	color: #949494;
 	margin: 8pt 0 8pt 0;
}

.history-left {
 	width:50px;
 	float:left;
 	margin:0px 0px -10px 0px;
 	padding:0px;
	font-family:"Albion Light", 'Segoe UI', Avenir, Verdana, sans-serif;
	font-size:9pt;
	line-height:15pt;
}

.client {
	padding: 4px 0px;
	border-bottom: 1px solid #ccc;
	font-family: "Albion Book", 'Segoe UI', Avenir, Verdana, sans-serif;
	font-size: 10pt;
}

/* -------------------- LINKS -------------------- */

a {
	text-decoration: none;
	color: #9A8A62;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

a, a:hover, a:visited, a:link {
 	outline: 0px;
}

.client a {
	color: #9A8A62;
}

/* -------------------- TINYMCE -------------------- */

p.albion-book {
	font-family: "Albion Book", 'Segoe UI', Avenir, Verdana, sans-serif;
}

p.albion-bold {
	font-family: "Albion Bold", sans-serif;
}

p.albion-medium {
	font-family: "Albion Medium", 'Segoe UI', Avenir, Verdana, sans-serif;
}

p.albion-italic {
	font-family:"Albion Book Italic", 'Segoe UI', Avenir, Verdana, sans-serif;
	font-style:normal;
}

p.albion-light em {
	font-family:"Albion Light Italic", 'Segoe UI', Avenir, Verdana, sans-serif;
	font-style:normal;
}

p.albion-light {
 	font-family:"Albion Light", 'Segoe UI', Avenir, Verdana, sans-serif;
}

p.albion-light-italic {
	font-family:"Albion Light Italic", 'Segoe UI', Avenir, Verdana, sans-serif;
	font-style:normal;
}
