/**
 * Large Screen Stylesheet
 *
 * Some optimizations for larger screens.
 *
 * @copyright  2008 Ashley Kyd, All Rights Reserved
 * @version    1.0
 * @link       http://kyd.com.au/
*/

@import url("style.css");

html{
	padding:0 25px;
}
.container{
	max-width:1090px;
	width:auto;
}

.showcase > li,
.showcase > div{
	float:left;
	margin-right:10px;
}

.showcase > li.doubleup,
.showcase > div.doubleup{

	width:490px;

}

.showcase > li.fluidup,
.showcase > div.fluidup{
	width:233px; 
	min-height:20.5em;
}

.showcase li.alignright:last-child{
	margin-right:0;
}


