/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for 	Moggs Digital - Print Stylesheet
Author:		Alison Springall (alisonspringall@silktide.com) / Silktide Ltd - All Rights Reserved
Created:	16/09/2008

----------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
----------------------------------------------------------------------------------------------------------------------------------------------------- */

body					{ text-align: left; }



/* Layout Styles
----------------------------------------------------------------------------------------------------------------------------------------------------- */

#container				{ width: 100%; }

#header					{ height: 96px; background: none; margin: 0; }
#header #logo			{ padding: 0; }

#nav					{ display: none; }
ul#subnav 				{ display: none; }

#footer					{ display: none; }


/* Column Styles
----------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ==== 1/3 width column ==== */
.coltop-1-3				{ display: none; }
.col-1-3				{ width: 100%; min-height: 10px; background: none; padding-left: 0; padding-right: 0; margin-top: 0; }

/* ==== 1/3 width column with orange background ==== */
.coltop-1-3.orangetop	{ display: none; }
.col-1-3.orange			{ width: 100%; min-height: 10px; background: none; padding-left: 0; padding-right: 0; margin-top: 0; }


/* ==== 2/3 width column ==== */
.coltop-2-3				{ display: none; }
.col-2-3				{ width: 100%; min-height: 10px; background: none; padding-left: 0; padding-right: 0; margin-top: 0; }



/* ==== 1/4 width column ==== */
.coltop-1-4				{ display: none; }
.col-1-4				{ width: 100%; min-height: 10px; background: none; padding-left: 0; padding-right: 0; margin-top: 0; }

/* ==== 3/4 width column ==== */
.coltop-3-4				{ display: none; }
.col-3-4				{ width: 100%; min-height: 10px; background: none; padding-left: 0; padding-right: 0; margin-top: 0; }



/* ==== full width column ==== */
.full-coltop			{ display: none; }
.full-col				{ width: 100%; min-height: 10px; background: none; padding-left: 0; padding-right: 0; margin-top: 0; }

.full-col.homeflash		{  }



/* Content Styles
----------------------------------------------------------------------------------------------------------------------------------------------------- */



.contentimg				{ min-height: 10px; background: transparent none; margin-top: 0; }

.contentimgwide				{ min-height: 10px; background: none; margin-top: 0; }

.foliothumb					{ background: none; padding: 0; border: 1px solid #000; }



/* Portfolio Styles
----------------------------------------------------------------------------------------------------------------------------------------------------- */

#portfoliowrapper		{ min-height: 100px; }
#portfoliomenu td		{ background: none; }
#portfoliomenu td img	{ margin: 0; } 

