/* RESET
***************************************************************************************/
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
ul, ol {
	list-style-type: none;
}

/* STYLES
***************************************************************************************/
body {
	background: url(/images/body_bg.jpg) repeat-x;
	background-position: 0 175px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	padding-top: 30px;
}
h1 {
	font-family: 'DINBold';
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 50px;
	margin-top: 25px;
	text-transform: uppercase;
	background: url(images/headline_bg.jpg) repeat, white;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
h2 {
	font-size: 21px;
	font-style: italic;
	line-height: 26px;
	margin-top: 60px;
}
h3 {
	font-size: 15px;
	line-height: 21px;
	margin: 30px 0 5px;
}
	h3.after {
		display: none;
	}
p.text {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #303030;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	padding: 15px 0;
	width: 425px;
}p.dltext {	font-size: 13px;	font-weight: bold;	line-height: 17px;	margin: 22px 0 0 20px;	width: 250px;}p.error {	color: red;	display: none;	font-size: 10px;	position: absolute;}
.container {
	margin: 0 auto;
	overflow: auto;
	position: relative;
	width: 1006px;
	/* max-width: 63.125em;  1010px / 16px = 63.125 */
}
.header {
	position: relative;
	width: 425px;
	/* width: 42.079%;  425px / 1010px = .42079208 */
}
.right {
	float: right;
	margin: -165px 0 0 5px;
	overflow: auto;
	position: relative;
	width: 576px;
	/* width: 57.029%;  576px / 1010px = .57029703 */
}
#loader {
	height: 24px;
	width: 24px;
}
img.book {
	display: none;
	max-width: 100%;
}
input[type="text"] {
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 10px;
	width: 403px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow: 1px 0 5px #ddd;
	-webkit-box-shadow: 1px 0 5px #ddd;
	box-shadow: 1px 0 5px #ddd;
}
input[type="text"]:focus {
	border: 1px solid #dd3e33;
	color: #303030;
}
input[type="submit"] {
	background: #252525;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding: 7px 11px;
	-moz-box-shadow: 4px 4px 0 #ddd;
	-webkit-box-shadow: 4px 4px 0 #ddd;
	box-shadow: 4px 4px 0 #ddd;
}.buttons a {
	background: #ed1427;
	color: #fff;
	cursor: pointer;	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 7px 11px;	text-decoration: none;
	-moz-box-shadow: 4px 4px 0 #ddd;
	-webkit-box-shadow: 4px 4px 0 #ddd;
	box-shadow: 4px 4px 0 #ddd;
}
form p {
	float: left;
}
#footer {
	background: #221e1f;
	margin-top: 50px;
	overflow: auto;
	padding: 30px 0 60px;
	width: 100%;
}
	#footer .half {
		width: 50%;
		float: left;
	}
	#footer img {
		float: left;
		margin-right: 15px;
		position: relative;
	}
	#footer p {
		color: #ddd;
		float: left;
		font-size: 11px;
		line-height: 15px;
		margin-top: 20px;
	}
	#footer p a {
		border-bottom: 1px solid #e93f34;
		color: #ddd;
		text-decoration: none;
	}

/* FONTS
***************************************************************************************/
@font-face {
    font-family: 'DINBold';
    src: url('/fonts/din-bold-webfont.eot');
    src: url('/fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/din-bold-webfont.woff') format('woff'),
         url('/fonts/din-bold-webfont.ttf') format('truetype'),
         url('http://ex.fm/static/css/fonts/din-bold-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINMedium';
    src: url('/fonts/din-medium-webfont.eot');
    src: url('/fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/din-medium-webfont.woff') format('woff'),
         url('/fonts/din-medium-webfont.ttf') format('truetype'),
         url('http://ex.fm/static/css/fonts/din-medium-webfont.svg#DINMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINRegular';
    src: url('/fonts/din-regular-webfont.eot');
    src: url('/fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/din-regular-webfont.woff') format('woff'),
         url('/fonts/din-regular-webfont.ttf') format('truetype'),
         url('http://ex.fm/static/css/fonts/din-regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (max-device-width: 480px) {
	body {
		background-position: 0 0;
	}
	p.text {
		border-bottom: 1px solid #aaa;
		border-top: none;
		font-size: 36px;
		line-height: 48px;
		margin: 40px 0;
		width: 100%;
	}
	h1 {
		background: none;
		color: #b7261b;
		font-size: 6.5em;
		letter-spacing: -2px;
		line-height: 1.1em;
		-webkit-text-fill-color: #b7261b;
		-webkit-background-clip: none;
	}
	h2 {
		font-size: 45px;
		line-height: 50px;
	}
	h3 {
		font-size: 40px;
		line-height: 46px;
	}
	.container {
		width: 100%;
	}
	.content {
		overflow: auto;
		padding: 40px 60px 40px 50px;
	}
	.header {
		padding: 0 40px;
		width: 100%;
		float: left;
	}
	.right {
		width: 50%;
		margin: 0;
	}
	.left {
		width: 100%;
	}
	img.book {
		width: 100%;
	}
	input[type="text"] {
		border: 5px solid #ddd;
		font-size: 75px;
		margin: 40px 0 0 0;
		width: 100%;
		border-radius: 8px;
	}
	input[type="text"]:focus {
		border: 5px solid #dd3e33;	
	}
	input[type="submit"] {
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 17px 22px;
		font-size: 40px;
		-webkit-box-shadow: 10px 10px 0 #ccc;
		-webkit-appearance: none;
	}
	#footer img {
		float: none;
	}
	#footer p {
		float: none;
		font-size: 26px;
		line-height: 36px;
	}
	#footer p a {
		border-bottom: 3px solid #e93f34;
	}
}