﻿/**********************************************************************************
* 
* © 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 Lillestol Research website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:none;
	}

h1 a
    {
    width:auto;
    height:auto;
    }

#noscript-container, #ie6reminder
    {
    margin:0px auto;
    width:100%;
    background:#ffff00;
    }

object
    {
    display:block;
    margin-bottom:1em;
    }

*:first-child+html embed
    {
    margin-bottom:1em;
    }

* html embed
    {
    margin-bottom:1em;
    }


/* Tables 
----------------------------------------------------------------------------------*/

table
    {
    width:100%;
    margin-bottom:1em;
    border:none;
    border-collapse:collapse;
    }

table th, table td
    {
    padding:5px;
    }

table th
    {
    background:#8d3124;
    border-bottom:1px solid #8d3124;
    }

table td
    {
    vertical-align:top;
    border-bottom:1px solid #b0b0b0;
    }


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	border:none;
    }

.imageleft, .imageright
    {
    /*border:1px solid #b4985a;*/
    clear:both;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    }

.imageleft img, .imageright img
    {
    }

.imagecenter
    {    
    display:block;
    margin:0px auto 1.5em auto;
    clear:both;
    }

.imagefull
    {    
    display:block;
    margin-bottom:1.5em;
    clear:both;
    }


/* HTML 5 element fixes
----------------------------------------------------------------------------------*/

header, nav, section, article, aside, footer
    {
    display:block;
    }


/* Container
----------------------------------------------------------------------------------*/

#container
	{
	width:100%;
	}

#container
	{
	}


/* Header
----------------------------------------------------------------------------------*/

#header
    {
    float:none !important;
    width:100%;
    margin-bottom:2em;
    }

#mast-splash, #mast
    {
    float:none !important;
    width:100%;
    }

#mast-home
    {
    float:none !important;
    width:100%;
    }

#mast
    {
    float:none !important;
    width:100%;
    }

#logo-splash, #logo
    {
    float:none !important;
    width:100%;
    }

#mast-home #logo, #logo img
    {
	display:block;
    }

#contactinfo
    {
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav
    {
    display:none;
    }

#study-nav
    {
    display:none;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-home, #main
    {
    float:none !important;
    width:100%;
    }

#main-home
    {
    height:auto;
    background:none;
    }

#main
    {
    float:none !important;
    width:100%;
    background:none;
    }


/* Banner
----------------------------------------------------------------------------------*/

/*#banner
    {
    width:320px;
    height:190px;
    margin:0px 0px 1.8em 0px;
    padding:10px 280px 0px 20px;
    }*/

#banner
    {
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

#content
    {
	float:none !important;
    width:100%;
	}

#main-home #content
	{
	float:none !important;
    width:100%;
	}

#trialsbutton
    {
    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
----------------------------------------------------------------------------------*/

#main-home #supplemental
    {
    display:none;
    }

#supplemental
    {
    float:none !important;
    width:100%;
    padding-top:1em;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    border-top:1px dotted #b0b0b0;
    }

#supplemental h5
    {
    font-size:0.875em;
    }

#supplemental p
    {
    font-size:0.75em;
    }

#subnav
    {
    margin:0px 0px 20px 0px;
    }

/*#formcontainer
    {
    background:#e5e5e5;
    }*/


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    position:static;
    }

#contactinfo h5, #contactinfo p
    {
    font-size:0.75em;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    text-align:left;
    line-height:1.75em;
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    width:100%;
    padding-top:1em;
    border-top:1px solid #000000;
    }

#footernav
    {
    }

#footer-main
    {
    padding:0px;    
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/
