﻿/**********************************************************************************
* 
* © 2008 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 Kennelly-O'Keefe website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:none;
	}


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	border:none;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    clear:both;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    clear:both;
    }

.imageleft img, .imageright img
    {
    }

.imagefull
    {    
    display:block;
    margin:0px 0px 1em 0px;
    clear:both;
    }


/* Container
----------------------------------------------------------------------------------*/

#container
	{
	width:100%;
	/*border:1px solid #000000;
	overflow:hidden;*/
	}


/* Masthead
----------------------------------------------------------------------------------*/

#masthead
    {
    float:none !important;
    width:100%;
    margin:0px 0px 3.6em 0px;
    }

#logo-screen
    {
    display:none;
    }

#logo-print
    {
	display:block;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main
    {
    float:none !important;
    width:100%;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#sidepane
    {
    float:none !important;
    width:100%;
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav
    {
    display:none;
    }


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    float:none !important;
    position:absolute;
    top:0px;
    right:0px;
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
    {
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    display:none;
    }


/* Content
----------------------------------------------------------------------------------*/

#content-splash
	{
	float:none !important;
    width:100%;
	}

#content
	{
	float:none !important;
    width:100%;
	}

	
/* Bio Content
----------------------------------------------------------------------------------*/

#bio-contentleft
	{
	float:none !important;
    width:100%;
	}
	
#bio-contentimage
	{
	float:right;
	width:auto;
	margin:0px 0px 1em 1em;
	}
	
#bio-supplemental
	{
	float:none !important;
    width:100%;
	}
	
#bio-supplementalleft
	{
	float:none !important;
    width:100%;
    margin:0px 0px 1em 0px;
	}
	
#bio-supplementalright
	{
	float:none !important;
    width:100%;
	}


/* Bio summary
----------------------------------------------------------------------------------*/

.bio
	{
	float:none !important;
    width:100%;
    margin:0px 0px 1em 0px;
	}

.bio img
    {
    float:none !important;
    margin:0px 0px 0.4em 0px;
    clear:both;
    }

	
/* Practice Areas Page
----------------------------------------------------------------------------------*/

#practiceleft
	{
	float:none !important;
    width:100%;
	}
#practiceright
	{
	float:none !important;
    width:100%;
	}
	
#practicebottom
	{
	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;
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    float:none !important;
    width:100%;
    padding:1em 0px 0px 0px;
    text-align:left;
    border-top:1px solid #000000;
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/