/*
This is a master CSS (Cascading Style Sheet) file for etculli.com
Version: 1.0
Written by Martin Naroznik, Etculli Design and Publishing, Vancouver, BC, Canada
Created on 4 August 2004, 3:00 PM
Modified on 4 July 2024, 02:21 AM

This file is released under Creative Commons licence.
http://creativecommons.org/licenses/by-nc-sa/2.0/

Uncomment commented background attributes to see the layout better
*/

body
{
	margin: 0;
	padding: 0;
	background: url(../xi/bodyBg.png) repeat;
}

.galleryBg { background: #222 url(../xi/omniWebFix.png) repeat; }
.floater { background: url(../xi/floaterBodyBg.png) repeat; }

#sidebar
{
	float: left;
	width: 210px;
	background: url(../xi/sidebarBg.png) no-repeat;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main
{
	margin: 3em 4em 2em 235px;
	/*background: #990;*/
}

#wrap
{
	margin: 5%;
	border: solid #000 1px;
	background: #fff;
}

#headband
{
	color: #fff;
	background: #F30;
	padding: 1% 3% 1% 3%;
	margin-bottom: 2%;
}

#content { padding: 0 3% 3% 3%; }

p
{
	font: 0.8em/1.8em Verdana, sans-serif;
	color: #666;
}

h1+h2, h1+h3 { line-height: 0px; }
p+h1 { padding-top: 1.5em; }
h2+h1 { padding-top: 1.2em; }
h1+p, h2+p { padding-top: 0em; }
h1 { font: bold 1.0em/1.4em Verdana, sans-serif; color: #444;}
h2 { font: bold 0.8em/1.2em Verdana, sans-serif; color: #222;}
h3 { font: 0.8em/1em Verdana, sans-serif; }
h4 { font: 0.7em/1em Verdana, sans-serif; }
h5 { font: bold 0.7em/1em Verdana, sans-serif; }
h6 { font: bold 0.65em/1em Verdana, sans-serif; }
.white { color: #fff; }
.lightGrey { color: #aaa; }
.hilite { color: #004; font-weight: bold; }
.cap {text-transform: uppercase;}
img { display: block; border: 0;}

.spaced
	/*used in the footer*/
{
	letter-spacing: 0.5em;
	color: #444;
}
.nospace
	/*used in the footer*/
{ 
padding-bottom: 0em; 
}

ul
{
	font: 0.8em/1.8em Verdana, sans-serif;
	list-style: disc outside none;
padding: 0 0 0 10px;
}

li
{
	
	color: #666;
	list-style: none outside none;
	padding: 0 0 0 10px;
	text-decoration: none;
}

a:link
{
	text-decoration: none;
	border-bottom: dotted #004 0px;
	color: #004;
}

a:hover
{
	text-decoration: none;
	border-bottom: solid 1px;
	color: #006;
}

a:visited
{
	text-decoration: none;
	border-bottom: dotted #900 1px;
	color: #900;
}

ul.nav
{
	font: bold 11px/20px Verdana, sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
	width: 140px;
}

li.off
{
	list-style: disc outside none;
	color: #fff;
}

li.on
{
	list-style: none outside none;
	color: #fff;
	font-weight: bold;
}

ul.nav li a:link, ul.nav li a:visited
{
	text-decoration: none;
	border-bottom: 0px;
	color: #fff;
	font-weight: bold;
}

ul.nav li a:hover
{
	text-decoration: none;
	border-bottom: solid #fff 1px;
	color: #fff;
	font-weight: bold;
}

.previewPix
{
	padding: 0 10px 5px 0;
	display: inline;
}

#entrance
{
	font: 12px/20px Verdana, Arial, sans-serif;
position: absolute;
	top: 260px;
	left: 20px;
	font-weight: normal;
	color: #aaa;
}
#randomImage
{
position: "relative";
}

#entrance a:link, #entrance a:visited
{
	text-decoration: none;
	/*warm yellow button: bg #F90, hilite #FC0, shadow #C60*/
	background: #F90;
	border-left: solid #FC0 1px;
	border-top: solid #FC0 1px;
	border-right: solid #C60 1px;
	border-bottom: solid #C60 1px;
	padding: 5px 15px;
	color: #fff;
}

#entrance a:hover
{
	text-decoration: none;
	color: #000;
}

/*------ GALLERY SECTION - PATH and SUB NAVIGATION ----------*/
#pathNav
{
	font: 11px/20px Verdana, sans-serif;
	margin: 0px;
	background: #111;
	color: white;
	padding: 10px 0 5px 0;
}

#pathNav a:link, #pathNav a:visited
{
	text-decoration: none;
	border-bottom: 0px;
	color: #fff;
}

#pathNav a:hover
{
	text-decoration: none;
	border-bottom: solid #fff 1px;
	color: #fff;
}

.pathHome
{
	font-weight: bold;
	background: #C00;
	/*background: url(../xi/floaterBodyBg.png) repeat top left;*/
	padding: 20px 10px 9px 10px;
}

.path
{
	border-right: dotted #666 1px;
	padding: 4px 10px 2px 10px;
}

.pathTitle
{
	padding: 4px 10px 2px 10px;
	font-weight: bold;
}

#subNav
{
	position: absolute;
	display: inline;
	top: 10px;
	right: 20px;
}

#subNav a:link, .subNav a:visited
{
	text-decoration: none;
	border: solid #111 1px;
	/*setting border to 0 will result in type moving when mouse is over*/
	padding: 3px 5px;
	background: #111;
	color: #fff;
}

#subNav a:hover
{
	text-decoration: none;
	border-left: solid #FC0 1px;
	border-top: solid #FC0 1px;
	border-right: solid #C60 1px;
	border-bottom: solid #C60 1px;
	padding: 3px 5px;
	background: #F90;
	color: #000;
}

/*----- FOOTER SECTION -----*/
#footer
{
	margin: 2em 0 2em 0;
	padding-top: .5em;
	border-top: dotted #222 1px;
	font: bold .7em/0em Verdana, sans-serif;
	/*background: #936*/
}

#footerGallery
{
	margin: 0;
	padding-top: .5em;
	border-top: dotted #666 1px;
	font: bold .7em/0em Verdana, sans-serif;
}

#clientList
{
	margin: 0;
	padding-top: 1.5em;
	font: bold 0.8em/2.5em Verdana, sans-serif;
	
}

#clientListH
{
	margin: 0;
	padding-top: 1.5em;
	border-top: dotted #666 1px;
	font: bold 1em/0.5em Verdana, sans-serif;
	
}


#footerGallery a:link, #footerGallery a:visited
{
	text-decoration: none;
	border-bottom: dotted #bbb 1px;
	color: #fff;
}

#footerGallery a:hover
{
	text-decoration: none;
	border-bottom: solid #fff 1px;
	color: #fff;
}

/*----- GALLERY SECTION -----*/
#gallery { margin: 2em; }

#galleryImage
{
	line-height: 0px;
	margin: 0#6F9em;
	background: #333 url(../xi/galleryBg.png) repeat;
}

.tocPix
{
	display: inline;
	padding: 0px;
}

#galleryImage a:link, #download a:visited
{
	text-decoration: none;
	border-bottom: 0;
}

#galleryImage a:hover
{
	text-decoration: none;
	border-bottom: 0;
}

/*----- GALLERY SECTION - DOWNLOAD BOX -----*/
#download
{
	width: 30%;
	border: solid #666 1px;
	float: right;
	background: #222;
	padding: 1em;
	margin: 0 1em 1em 1em;
}

#download p
{
	font: 0.7em/1.5em Verdana, sans-serif;
	border-top: dotted #666 1px;
	padding: 5px 0px 5px 0px;
	margin: 0;
	color: #aaa;
}

#download h4
{
	font: bold .8em/0em Verdana, sans-serif;
	color: #eee;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

#download a:link, #download a:visited
{
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	border-bottom: 0px;
}

#download a:hover
{
	text-decoration: none;
	color: #C00;
	font-weight: bold;
	border-bottom: 0px;
}
