/* @override http://danny-garcia.com/uploads/customcss/goodbye_to_print.css */

body {
	background-color: #fff;
}

.container_12 {
	margin-left: 0;
}

#space, #info {
	background-color: #e2293e;
}

#logo a:hover {
	background-position: 0 0;
}

#printer {
	position: relative;
}

#printer_base {
	display: block;
	width: 750px;
	height: 193px;
	background: white url(images/printer_base.png) no-repeat  bottom;
	padding-top: 110px;
	margin-bottom: 650px;
	z-index: 50;

	-webkit-animation-name: moveup;
	-webkit-animation-duration: 2s;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function: ease-in-out;
}

#printer_base h2 a {
	width: 120px;
	text-align: left;
	display: block;
	margin: 163px auto 0 125px;
	font-size: 11px;
	color: #686868;
	text-decoration: none;
}

#printer_base h2 a:hover {
	color: #000;
	text-decoration: underline;
}

#poster {
	display: block;
	width: 400px;
	border: 10px solid #000;
	border-top: none;
	z-index: -5;
	position: absolute;
	top: 285px;
	left: 219px;
	background-color: #e2293e;
	color: rgba(254,255,254,0.9);
	font-family: Futura, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	-webkit-animation-name: print;
	-webkit-animation-duration: 2s;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function: ease-in-out;
}

	#poster #quote {
	padding: 50px 50px 25px;
	line-height: 34px;
	font-size: 24px;
	position: relative;
	}
	
	#poster #quote p {
	margin: 0;
	}

	#quote span {
	font-size: 50px;
	position: absolute;
	color: rgba(254,255,254,0.65);
	}
	
	#quote span#left_quote {
	left: 25px;
	top: 52px;
	}

	#quote span#right_quote {
	margin-top: 10px;
	}

	#poster #quote_source {
	display: block;
	width: 200px;
	margin-left: 150px;
	font-size: 12px;
	text-align: right;
	margin-bottom: 50px;
	}
	
	#poster #quote_source a {
	color: #fff;
	text-decoration: none;
	}

	#poster #quote_source a:hover {
	text-decoration: underline;
	color: #000;
	}

#print_head {
	display: block;
	width: 750px;
	height: 58px;
	background: url(images/printer_head.png);
	z-index: -10;
	position: absolute;
	top: 303px;

	-webkit-animation-name: moveup2;
	-webkit-animation-duration: 2s;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function: ease-in-out;
}

/* FANCY ANIMATIONS FOR THE KIDS, YO! */

@-webkit-keyframes print {
	0% {
	top:0;
	}
	100% {
	top: 285px;
	}
}

@-webkit-keyframes moveup {
	0% {
	padding-top: 300px;
	margin-bottom: 350px;
	}
	100% {
	padding-top: 110px;
	margin-bottom: 650px;
	}
}

@-webkit-keyframes moveup2 {
	0% {
	top:490px;
	}
	100% {
	top:303px;
	}
}

