﻿/**********************************************************************************
* 
* © 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 CBH Co-op website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#aa113f;
	}


/* 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
	{
	margin:10px auto;
	width:903px;
	border:1px solid #000000;
	overflow:auto; /* forces border around floated inner divs */
	}


/* Masthead
----------------------------------------------------------------------------------*/

#masthead
    {
    float:left;
    width:903px;
    height:245px;    
    }

.general
    {
    background:url(/sitegraphics/cbh-banner-home.jpg) no-repeat;
    }

.cstore
    {
    background:url(/sitegraphics/cbh-banner-cstore.jpg) no-repeat;
    }

.mrtire
    {
    background:url(/sitegraphics/cbh-banner-mrtire.jpg) no-repeat;
    }

.sturgis
    {
    background:url(/sitegraphics/cbh-banner-sturgis.jpg) no-repeat;
    }

#logo img
    {
	display:none;
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav
    {
    float:left;
    width:903px;
    height:38px;
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
    {
    }


/* Main background
----------------------------------------------------------------------------------*/

#main
    {
    float:left;
    width:903px;
    background:#ffffff url(/sitegraphics/cbh-pagetitlebg.gif) top left repeat-x;
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

/*#content-home
	{
	float:left;
	width:613px;
	padding:0px 20px 0px 20px;
	}*/

#content
    {
	float:left;
	width:613px;
	padding:0px 20px 0px 20px;
	}


/* Gallery container and thumbnails
----------------------------------------------------------------------------------*/

#gallery
	{
	float:left;
	width:559px;
	margin:1em 0px 0px 0px;
	padding:1em 0px 0px 0px;
	border-top:1px solid #000000;
	}

#lightbox_container
    {
    padding:0px 0px 1em 0px;
    }

#lightbox_container img
    {
    margin:0px 10px 10px 0px;
    background:none;
    border:1px solid #000000;
    }

#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 #000000;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#sidepane
    {
    float:left;
    width:230px;
    padding:0px 0px 0px 20px;
    }

#subnav
    {
    margin:0px 0px 20px 0px;
    }

/*#formcontainer
    {
    background:#e5e5e5;
    }*/

#weather
    {
    margin:0px 0px 1em 0px;
    width:180px;
    height:160px;
    background:#607041 url(http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/spring1_180x150_bg.jpg) no-repeat;    
    }

#weather-content
    {
    height:134px;
    }

#weather-links
    {
    height:22px;
    padding:4px 0px 0px 0px;
    }


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    float:left;
    width:230px;
    padding:20px 0px 0px 20px;
    background:#e5e5e5;
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:903px;
    padding:0px 0px 0px 0px;
    background:#ffffff;
    border-top:5px solid #b2b2b2;
    }

#footernav
    {
    float:left;
    width:613px;
    padding:0px 20px 0px 20px;
    clear:right;
    }

#copyright
    {
    float:left;
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 20px;
    width:auto;
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/
