﻿/**********************************************************************************
* 
* © 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: layout.css
* Description: Layout CSS file for the Comstock website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	}


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	border:none;
    }

.imageleft, .image-caption-left
    {
    float:left;
    padding:0px 1em 1em 0px;
    /*border:1px solid #2d0092;*/
    clear:both;
    }

.imageright, .image-caption-right
    {
    float:right;
    padding:0px 0px 1em 1em;
    /*border:1px solid #2d0092;*/
    clear:both;
    }

.image-caption-left, .image-caption-right
    {
    width:318px;
    }

.imagethumb
    {
    float:left;
    width:auto;
    padding:0px 0.4em 1em 0px;
    /*border:1px solid #2d0092;*/
    }

.imageleft img, .imageright img, .image-caption-left img, .image-caption-right img, .imagethumb img
    {
    float:left;
    width:auto;
    }

.image-caption-left div, .image-caption-right div, .imagethumb div
    {
    float:left;
    width:100%;
    margin:0px 0px 0.4em 0px;
    clear:both;
    }

.imagethumb div
    {
    text-align:center;
    }

.imagefull
    {    
    display:block;
    margin:0px 0px 1em 0px;
    clear:both;
    }

.image-logos
    {    
    float:right;
    margin:0px 0px 1em 0px;
    clear:both;
    }


/* Container
----------------------------------------------------------------------------------*/

#container
	{
	width:100%;
	}


/* Masthead
----------------------------------------------------------------------------------*/

#masthead
    {
    float:none !important;
    width:100%;
    }

#search
    {
    }

#search .text
    {
    }

#search .button
    {
    }

#logo img
    {
    display:block;
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav-container
    {
    }

#nav-topcap
    {
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #nav-topcap
    {
    }

#nav
    {
    display:none;
    }

#nav-left
    {
    }

#nav-right
    {
    }

#nav-bottomcap
    {
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-topcap
    {
    }

#main
    {
    float:none !important;
    width:100%;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#sidepane
    {
    display:none;
    }

.home
    {
    background:url(/sitegraphics/sidepane-home.jpg) 14px 44px no-repeat;
    }

.carpet
    {
    background:url(/sitegraphics/sidepane-carpet.jpg) 0px 50px no-repeat;
    }

.hardfloor
    {
    background:url(/sitegraphics/sidepane-hardfloor.jpg) 20px 50px no-repeat;
    }

.quote
    {
    background:url(/sitegraphics/sidepane-quote.jpg) 0px 60px no-repeat;
    }

.employment
    {
    background:url(/sitegraphics/sidepane-employment.jpg) 10px 50px no-repeat;
    }

.about
    {
    background:url(/sitegraphics/sidepane-about.jpg) 20px 50px no-repeat;
    }

.contact
    {
    background:url(/sitegraphics/sidepane-contact.jpg) 0px 50px no-repeat;
    }


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    float:left;
    width:222px;
    padding:0px 12px 0px 0px;
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
    {
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

#content
	{
	float:none !important;
	width:100%;
	}


/* Gallery container and thumbnails
----------------------------------------------------------------------------------*/

#gallery
	{
	float:left;
	width:810px;
	margin:1em 0px 0px 0px;
	padding:1em 0px 0px 0px;
	border-top: solid 1px #3366cc;
	}

#lightbox_container
    {
    padding:0px 0px 1em 0px;
    }

#lightbox_container img
    {
    margin:0px 10px 10px 0px;
    background:none;
    border:1px solid #3366cc;
    }

#lightbox_container a
    {
    background:none;
    border:none;
    }


/* 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 #0c480a;
    }    

.map small
    {
    font:0.6875em Verdana, Arial, Helvetica sans-serif;
    line-height:1.8em;
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    float:none !important;
    width:100%;
    margin:1em 0px 0px 0px;
    padding:1em 0px 0px 0px;
    border-top:1px solid #000000;
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/
