/**
 * Digital Post website stylesheet
 * (c) 2010 Mike Rundle
 */

html, body { padding: 0; margin: 0; }

body {
	background: #000 url(images/noise.png); }

.container {
	width: 778px;
	height: 1061px;
	padding-top: 50px;
	background: transparent url(images/pages.jpg) top left no-repeat;
	margin: 0 auto; }
	
	.container .right {
		width: 300px;
		float: right;
		padding-right: 60px;
		padding-top: 56px; }
	
	.container .left {
		width: 300px;
		float: left;
		padding-top: 64px;
		padding-left: 67px; }
		
		.left p {
			font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
			color: #555;
			text-shadow: #fff 0 1px 0;
			padding: 0 0 1em 0;
			margin: 0; }
			
			.left p a {
				background: #fff;
				font-weight: bold;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				padding: 4px 8px;
				color: #b20000;
				text-decoration: none; }
		
		.left h3 {
			font: bold 18px/1em "Helvetica", sans-serif;
			color: #000;
			text-shadow: #fff 0 1px 0;
			padding: 0;
			margin: 0 0 9px 0; }
	
	.container a.screenshots {
		outline: none;
		-moz-outline-style: none;
		height: 390px;
		text-indent: -9000px;
		display: block;
		background: transparent url(images/screenshots.png) center center no-repeat; }
	
	.container h1 {
		padding: 0;
		margin: 0;
		text-indent: -9000px;
		background: transparent url(images/logo.png) center center no-repeat;
		height: 63px; }
		
	.container h2 {
		padding: 30px 0 0 0;
		margin: 0 0 5px 0;
		text-indent: -9000px;
		background: transparent url(images/beautiful.png) center center no-repeat;
		height: 25px; }