@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/lato/v6/nQhiC-wSiJx0pvEuJl8d8A.eot);
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/nQhiC-wSiJx0pvEuJl8d8A.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(http://themes.googleusercontent.com/static/fonts/lato/v6/sBtfDPlEIwvKKU53nAG7AQ.eot);
  src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/sBtfDPlEIwvKKU53nAG7AQ.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/lato/v6/bjaQ6jyWa8A2XFrSKceJyA.eot);
  src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/bjaQ6jyWa8A2XFrSKceJyA.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}


@font-face {
  font-family: 'Alfa Slab One';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/alfaslabone/v2/Qx6FPcitRwTC_k88tLPc-cOV-75E7mII8OPOWd5roDg.eot);
  src: local('Alfa Slab One'), local('AlfaSlabOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/alfaslabone/v2/Qx6FPcitRwTC_k88tLPc-cOV-75E7mII8OPOWd5roDg.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/alfaslabone/v2/Qx6FPcitRwTC_k88tLPc-fn8qdNnd5eCmWXua5W-n7c.woff) format('woff');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*---------------GLOBAL STYLES---------------*/

body {
	background: #0B0B0B;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	color: #F7DFA2;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}
	
a {
	text-decoration: none;
	color: #f7dfa2;
	outline: none;
}

img {
	border-style: none;
	outline: none;
}

span.deutsch {
	font-size: 12px;
}

/*------------------MAIN STYLES------------------*/

#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: #202020;
}

/*---------------NAV---------------*/

nav {
	float: right;
	position: relative;
	width: 557px;
	height: 127px;
	margin-right: 15px;
	bottom: 130px;
}

nav a.nav-img {
	float: right;
	width: 127px;
	height: 126px;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	line-height: 23px;
	margin-right: 5px;
	padding-top: 15px;	
	text-transform: uppercase;
}

nav a.nav-img:first-child {
	padding-top: 43px;	
}
nav a.nav-img:nth-child(2) {
	padding-top: 16px;	
}
nav a.nav-img:nth-child(3) {
	padding-top: 21px;	
}
nav a.nav-img:last-child {
	padding-top: 18px;	
}

/**/
nav a#print {
	background: url(../images/nav_print.png) no-repeat;
}
nav a#print:hover {
	background: url(../images/nav_print_active.png) no-repeat;
}
/**/
nav a#web {
	background: url(../images/nav_web.png) no-repeat;
}
nav a#web:hover {
	background: url(../images/nav_web_active.png) no-repeat;
}
/**/
nav a#anim {
	background: url(../images/nav_3d.png) no-repeat;	
}
nav a#anim:hover {
	background: url(../images/nav_3d_active.png) no-repeat;	
}
/**/
nav a#about {
	background: url(../images/nav_about.png) no-repeat;
}
nav a#about:hover {
	background: url(../images/nav_about_active.png) no-repeat;
}

/*---------------HEADER---------------*/

#top-info {
	background-color: #f74044;
	height: 20px;
}

#top-info .info-links {
	font-size: 13px;
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}

.info-links:hover {
	text-decoration: underline;
}

header {
	width: 960px;
	height: 190px;
	background: #f86d50 url(../images/logo.png) 132px center no-repeat ;
	position: absolute;
	overflow: hidden;	
}

header h1 {
	float: left;
	font-family: 'Alfa Slab One', Arial, sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 48px;
	width: 380px;
	height: 120px;	
	padding: 20px;
	position: relative;
}

header h1 span {
	font-size: 18px;
	text-transform: none;
	text-decoration: underline;
}

/*---------------CONTENT---------------*/

section.content {
	clear: both;
	width: 925px;
	border: 2px solid #F7DFA2;
	margin: 200px auto 8px auto;
	padding-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.content a {
	padding-left: 2px;
	margin: 25px 3px 0;
	display: inline-block;
}

.content p a {
	padding-left: 0;
}

.content h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	margin: 5px auto;
	width: 350px;
	text-transform: uppercase;
	padding-top: 15px;
}

.content p {
	padding: 10px 15px;
}

.content p.thumb-title {
	width: 195px;
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: -15px;
	border-bottom: 1px solid #F7DFA2;
}

.content strong {
	font-weight: 700;
	font-size: 16px;
}

article p a {
	text-decoration: underline;
}

article span#contact {
	color: #F74044;
}

article#intro-wrapper {
	width: 900px;
	margin: 0 auto;
	height: 290px;
}

#intro-wrapper a.intro-img {
	float: left;
	margin: 5px 13px 5px 5px;
	display: inline-block;
	/* width: 280px; */
}

article a#email {
	margin: 0;
}

/*---------------ABOUT---------------*/

article p.about-text {
	float: left;
	width: 570px;
	font-size: 24px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 20px;
}

article p.about-text a {
	color: #F74044;
	margin: 0;
	padding: 0;
	display: inline;
	text-decoration: none;
}

article p.about-text span.deutsch {
	font-size: 16px;
	line-height: 20px;
}

div#quotes {
	background: url(../images/dane.png) center center no-repeat;
	float: right;
	width: 280px;
}

div#quotes h2 {
	margin-top: 22px;
	margin-right: 10px;
	width: auto;
}

div#quotes blockquote {
	font-size: 20px;	
	font-style: italic;
	font-weight: 400;
	margin-top: 35px;
}

div#quotes blockquote:before {
	content: "\201C";
	font-size: 30px;
	color: #F74044;
}

div#quotes blockquote:after {
	content: "\201D";
	display: inline;
	font-size: 30px;
	color: #F74044;
}

div#quotes cite {
	font-size: 13px;
	font-style: normal;
	float: right;
	margin-right: 80px;
}

article p#email-contact {
	text-align: center;
	font-size: 24px;
}

/*---------------MIXES---------------*/

article.mixes {
	float: left;
	width: 450px;
	min-height: 607px;
	border: 1px solid #F7DFA2;
	margin: 2px 5px 2px;
	display: inline-block;
}

.mixes p {
	padding-left: 10px;
}

.mixes p.tracklist {
	font-size: 13px;
	padding-top: 0;
	padding-bottom: 5px;
	margin-top: -15px;
}

.mixes p strong {
	padding: 0px;
	margin: 0px;
}

.mixes h4 {
	padding: 0px 10px 5px;
}

.mixes h4 a {
	color: #F74044;
	font-size: 17px;
	font-weight: 700;
}

.mixes audio {
	margin-top: 10px;
}

/*---------------FOOTER---------------*/

footer {
	clear: both;
	width: 960px;
	height: 20px;
	background-color: #f74044;
	border-top: 10px solid #f86d50;
	margin: 0 auto 40px auto;
}

footer p {
	float: right;
	margin: 2px 15px 2px 0px;
	font-size: 13px;
}

footer p small {
	font-size: 12px;
}

footer p small a{
	text-decoration: underline;
}