﻿/**********************************************************************************
* 
* © 2010 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: print.css
* Description: Print CSS file for the Growing Futures website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);
@import url(lightbox.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:none;
	}

#noscript-container
    {
    margin:0px auto 0px auto;
    width:100%;
    background:#ffff00;
    }

table
    {
    width:100%;
    margin:0px 0px 1em 0px;
    border:none;
    border-collapse:collapse;
    }

table td
    {
    vertical-align:top;
    }


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	border:none;
    }

.imageleft, .imageright
    {
    /*border:1px solid #b0b0b0;*/
    clear:both;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    }

.imageleft img, .imageright img
    {
    }

.imagefull
    {    
    display:block;
    margin:0px 0px 1em 0px;
    clear:both;
    }


/* Container
----------------------------------------------------------------------------------*/

#container-splash, #container
    {
    width:100%;
    }


/* Header
----------------------------------------------------------------------------------*/

#header-splash, #header
    {
    float:none !important;
    width:100%;
    margin:0px 0px 2em 0px;
    }

#splash-leftcolumn
    {
    float:none !important;
    width:100%;
    }

#mast-splash
    {
    float:none !important;
    width:100%;
    }

#mast
    {
    float:none !important;
    width:100%;
    }

#logo-splash, #logo
    {
    float:none;
    }

#logo
    {
    width:100%;
    }

#logo-splash img, #logo img
    {
	display:block;
    }

#nav-top
    {
    display:none;
    }

#header-supplemental
    {
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    float:none !important;
    width:40%;
    }

#header-supplemental img
    {
    display:none;
    }

#animation
    {
    display:none;
    }

#contactinfo
    {
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav-splash, #nav
    {
    display:none;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-splash, #main
    {
    float:none !important;
    width:100%;
    }

#main-splash
    {
    }

#main
    {
    }


/* Banner
----------------------------------------------------------------------------------*/

/*#banner
    {
    width:320px;
    height:190px;
    margin:0px 0px 1.8em 0px;
    padding:10px 280px 0px 20px;
    }*/

#banner
    {
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

#content-splash
    {
    float:none !important;
    width:100%;
    }

#content-top
    {
	float:none !important;
    width:100%;
	}

#content
    {
	float:none !important;
    width:100%;
	}

#contactinfo
    {
    display:none;
    }


/* Section gallery
--------------------------------------------------------------------------------*/

.section
    {
    float:left;
    width:100%;
    margin:0px 0px -1px 0px;
    padding:1em 0px 0px 0px;
    border-top:1px solid #b0b0b0;
    border-bottom:1px solid #b0b0b0;
    }

.section img
    {
    float:left;
    margin:0px 1em 1em 0px;
    /*border:1px solid #999999;*/
    clear:both;
    }


/* Gallery container and thumbnails
----------------------------------------------------------------------------------*/

#gallery
	{
	float:left;
	width:559px;
	margin:1em 0px 0px 0px;
	padding:1em 0px 0px 0px;
	border-top:1px solid #000000;
	}


/* Google map
----------------------------------------------------------------------------------*/

.map
    {
    float:right;
    width:350px;
    margin:0px 0px 1em 1em;
    clear:both;
    }

.map iframe
    {
    width:348px;
    height:350px;
    margin:0px 0px 0.2em 0px;
    border:1px solid #999999;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#sidepane
    {
    }

#subnav
    {
    }

/*#formcontainer
    {
    background:#e5e5e5;
    }*/


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer-splash, #footer
    {
    float:none !important;
    width:100%;
    padding:1em 0px 0px 0px;
    border-top:1px solid #000000;
    }

#footernav
    {
    }

#copyright
    {
    width:100%;   
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/
