/*   
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: white url(background.png) repeat-x top center;
	font-family: Century Gothic, Georgia, serif;
	color: #333;
	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: 0 auto;
	text-align: center;
}

} /* END screen media */
