/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for Shindigs - Print Stylesheet
Author:   Alison Lee / Silktide Ltd
Created:  25 Apr 2006
Updated:  25 Apr 2006

History:
25 Apr 2006
	Stylesheet Created
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body					{ background: #fff; font-size: 12px;  }

h1					{ font-size: 17px; }
h2					{ font-size: 15px; }
h3					{ font-size: 13px; }

p, li					{ font-size: 12px; }

table, form			{ font-size: 12px; }

.smalltext			{ font-size: 10px; }

.diffbutton input.button	{ width: auto; background: #fff; border: 1px solid #fff; }
.diffbutton .widebutton		{ width: auto; background: #fff; border: 1px solid #fff; }


.tinytext			{ font-size: 10px; }



/* Layout Styles Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */


#wrapper			{width: 100%; }

#header				{ height: 100px; }

	#header #logo		{ position: absolute; top: 15px; left: 10px; }
	#header div			{ position: absolute; top: 36px; right: 10px; }
	p.button				{ display: none; }


#navigation		{ display: none; }


#container			{ background-color: #fff; padding: 15px 0; margin: 0 ; }

#content			{ margin: 15px 0 15px 0;  }
	

	
#rightcol			{ display: none; }	


#footer				{ height: 40px; clear: both; margin-top: 10px; }

	#footer-left			{ display: none; }
	#footer-right			{ float: right; text-align: right; margin-right: 10px; }
	#footer p				{ color: #000; }


