/*   
Theme Name: Paper Uncle holding page
Theme URI: http://paperuncle.com
Description: Holding page
Author: Ed | Paper Uncle
Author URI: http://paperuncle.com
Version: 1
*/



@media screen {

.clear {
	clear: both;
}

.hide {
	position: absolute;
	left: -99999px
}

.bold {
	font-weight: bold;
}

body {
	background: black url(images/bg.jpg) top center no-repeat;
	font-family: Century Gothic, Georgia, serif;
	color: #25481d;
	font-size: 16px
}

h1 {
	text-shadow: 0 1px 2px #aaa;
	font-size: 32px;
	font-weight: normal;
}

h2 {
	text-shadow: 0 1px 2px #aaa;
	font-size: 22px;
	font-weight: normal;
}

#wrapper {
	margin: 250px auto 0;
	text-align: center;
/*	background: #333;
	padding: 10px;
	width: 352px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
}

} /* END screen media */