/*
	Colorized by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		min-width:auto;
	}

	body,input,textarea,select
	{
		/*font-size: 11pt;*/
	}
		
	.divider
	{
		margin: 5em 0em;
	}
	/*#header, #banner, #main, #copyright {
		width:auto;
	}*/
	.container {
		width:1024px;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo-wrapper
	{
		height: 6em;
		min-height: 6em;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		/*padding: 5em 0em;*/
		padding: 12em 0em;
	}
	
	.homepage #banner
	{
		padding: 15em 0em;
	}

	.heroImage {
		width:100%;
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 6em 0em;
	}
	
	#footer header
	{
	}
	
	#footer #fbox1 header h2, 
	#footer #fbox2 header h2
	{
		font-size: 1.8em;
	}
	
/*********************************************************************************/
/* Video                                                                        */
/*********************************************************************************/

.video {
	height:390px;
	width:640px;
}
.video-width-480 {
	width: 480px;
	height: 848px;
}

/*********************************************************************************/
/* page Specific - Dear Readers                                                  */
/*********************************************************************************/
.frontCoverImage, .minorHeroImage {
	float:left;
	margin:0 1em 1em 0;
}

/*********************************************************************************/
/* page Specific - Goods                                                         */
/*********************************************************************************/
.goodsImage {
	margin:0 1em 1em 0;
	max-width:1190px;
	width:100%;
}
