/*
 *	Pantera Press: Frontpage
 *	@author Adam Schilling <adam.schilling@august.com.au>
 */


/*	Imports 
	----------------------------------- */

@import url("../modules/bookcase.css");
@import url("standard.css");

@media screen, projection, print {
		
/*	Side Bar Content
	----------------------------------- */

	#sidebar {
		
		
	}
	#sidebar p {
		padding: 14px 14px 0 14px;
		font-size: 14px;
		line-height: 1.4;
	}
	fieldset dl dt {
		font-weight: normal;
		font-size: 13px;
		padding-bottom: 3px
		
	}
	#name,
	#email,
	#phone,
	#state,
	#country,
	#store {
		width: 300px;
	}
	dl {
		clear: left;
	}
	dl.location,
	dl.location{
		width: 337px;
		float: left;
		clear: none;
	}
	#state,
	#country {
		width: 90%;
	}
	#comment {
		width: 640px;
		height: 200px;
	}
	.errors {
		width: 620px;
		background-color: #e31836;
		color: #fff;
		padding: 10px 15px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin: 0 0 1em 0;
	}
	
}

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

@media print {}

