/*
 *	Page styles for Wufoo job ad form
 *	@author Adam Schilling <adam@99designs.com>
 */


@media screen, projection, print {


/*	Page Styles
	---------------------------*/

	#public {}
	
	#top {}
	
	#container {}
	
	h1#logo {
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
		height: 80px;
		text-indent: -9000px;
		background-color: #fff;
		background-image: none;
		}
	
	h1#logo a {
		display: block;
		overflow: hidden;
		margin: 15px 20px 0;
		padding: 0;
		width: 175px;
		height: 65px;
		min-height: 0px;
		background: #fff url(http://s3.amazonaws.com/99designs/99designs-logo-r-175px.png) no-repeat 0 0;
		}
	
	#bottom {}

	div.info ul br {
		display: none;
	}

	div.info ul li {
		list-style-type: disc;
		list-style-position: inside;
		display: list-item;
		padding: 0 10px 0 0;
		margin: 10px 0 0 10px;
	}

}


@media print {


/*	Print Styles
	---------------------------*/

	h1#logo {
		display: block;
		overflow: visible;
		height: auto;
		text-indent: 0;
		}

	h1#logo a {
		display: block;
		overflow: visible;
		width: auto;
		height: auto;
		background-image: none;
		}

}