﻿/**********************************************************************************
* 
* © 2009 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 layout CSS file for the Northstar Genetics website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	color:#000000;
	background:none;
	}

#noscript-container
    {
    display:none;
    }

h2
    {
    border-bottom:1px solid #000000;
    }


/* 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%;
	}


/* Masthead
----------------------------------------------------------------------------------*/

#header-splash, #header
    {
    float:none !important;
    width:100%;
    padding:0px 0px 1.8em 0px;
    }

#header-splash
    {
    }

#header
    {
    }

#mast-splash
    {
    }

#mast
    {
    float:none !important;
    width:100%;
    padding:0px 0px 0px 0px;
    }

#mast-splash img, #mast img
    {
	display:block;
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav-splash
    {
    }

#nav
    {
    display:none;
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
    {
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-splash, #main
    {
    float:none !important;
    width:100%;    
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

#content-splash
    {
    }

#content
    {
	float:none !important;
    width:100%;
    }


/* Gallery container and thumbnails
----------------------------------------------------------------------------------*/

#gallery
	{
	}


/* Google map
----------------------------------------------------------------------------------*/

.map
    {
    width:427px;
    margin:0px 0px 1em 0em;
    clear:both;
    }

.map iframe
    {
    width:425px;
    height:350px;
    margin:0px 0px 0.2em 0px;
    border:1px solid #999999;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#sidepane
    {
    float:none !important;
    width:100%;
    padding:1em 0px 0px 0px;
    border-top:1px dotted #505050;
    }

#sidepane-box
    {
    }

#sidepane-box-top
    {
    }

#sidepane-box-main
    {
    }

#sidepane-box-bottom
    {
    }

#contactinfo
    {
    }

#subnav
    {
    }

#login
    {
    display:none;
    }

/*#formcontainer
    {
    background:#e5e5e5;
    }*/


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo-splash
    {
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer-splash
    {
    }

#footer-splash-nav
    {
    }

#footer
    {
    float:left;
    width:100%;
    padding:1em 0px 0px 0px;
    border-top:1px solid #000000;
    }

#footernav
    {
    }

#copyright-splash
    {
    }

#copyright
    {
    width:100%;
    }

/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous
----------------------------------------------------------------------------------*/

table
    {
    margin:0px 0px 1em 0px;
    border:1px solid #000000;
    border-collapse:collapse;
    }

th, td
    {
    padding:5px;
    border:1px solid #000000;
    }