﻿/**********************************************************************************
* 
* © 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: layout.css
* Description: Layout CSS file for the Lillestol Research website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);
@import url(jquery.lightbox-0.5.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#e5e5e5;
	}

#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;
    }

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
	{
	margin:10px auto;
	width:900px;
	overflow:hidden;
	}

#container
	{
	border:1px solid #8d3124;
	}


/* Header
----------------------------------------------------------------------------------*/

#header
    {
    float:left;
    width:900px;
    }

#mast-splash, #mast
    {
    float:left;
    width:900px;
    }

#mast-home
    {
    float:left;
    width:900px;
    height:350px;
    background:url(/sitegraphics/lillestol-splash-mast.jpg) no-repeat;
    }

#mast
    {
    height:140px;
    background:url(/sitegraphics/lillestol-mast02.jpg) no-repeat;
    border-bottom:1px solid #8d3124;
    }

#logo-splash, #logo
    {
    float:none;
    width:210px;
    margin:16px auto 0px auto;
    }

#mast-home #logo, #logo img
    {
	display:none;
    }

#contactinfo
    {
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav
    {
    float:left;
    width:900px;
    height:40px;
    background:#6e2619 url(/sitegraphics/lillestol-nav.jpg) no-repeat;
    }

#study-nav
    {
    float:left;
    width:100%;
    height:34px;
    margin:0px 0px 1em 0px;
    background:#8d3124;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-home, #main
    {
    float:left;
    width:900px;    
    }

#main-home
    {
    height:210px;
    background:url(/sitegraphics/lillestol-splash-main.jpg) left bottom no-repeat;
    }

#main
    {
    padding:20px 0px 20px 0px;
    background:#ffffff url(/sitegraphics/lillestol-main02.jpg) left top no-repeat;
    }


/* Banner
----------------------------------------------------------------------------------*/

/*#banner
    {
    width:320px;
    height:190px;
    margin:0px 0px 1.8em 0px;
    padding:10px 280px 0px 20px;
    }*/

#banner
    {
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

#content
    {
	float:right;
	width:639px;
	margin:0px 0px 0px -1px;
	padding:10px 20px 0px 20px;
	border-left:1px solid #8d3124;
	}

#main-home #content
	{
	position:relative;
	float:left;
	width:860px;
	height:210px;
	margin:0px;
	padding:0px 20px 0px 20px;
	border:none;
	}

#trialsbutton
    {
    position:absolute;
    top:340px;
    right:20px;
    }


/* Lightbox Thumbnail gallery
------------------------------------------------------------------------------------*/

#lightbox_container
    {
    width:100%;
    padding:0px 0px 1em 0px;
    }

#lightbox_container img
    {
    margin:0px 16px 16px 0px;
    border:3px solid #b0b0b0;
    }

#lightbox_container a, #lightbox_container a:active
    {
    background:none;
    border:none;
    }

#lightbox_container a:hover img
    {
    border:3px solid #8d3124;
    }


/* 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:left;
    width:180px;
    padding:10px 20px 0px 20px;
    border-right:1px solid #8d3124;
    }

#subnav
    {
    margin:0px 0px 20px 0px;
    }

/*#formcontainer
    {
    background:#e5e5e5;
    }*/


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    position:absolute;
    right:20px;
    bottom:0px;
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    margin:0px auto;
    width:900px;
    }

#footernav
    {
    }

#footer-main
    {
    padding:0px 0px 0px 10px;    
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/
