﻿/* LAYOUT (location, sizing, margins) */
html, body {
	margin: 0;
	text-align: center;
}
body { height: 100%; }
h1 {margin: 0;}
h2 {margin: 5px 0;}
h3 {margin: 5px 0;}

#KariHunt /* Page Wrapper */ 
{
    position: relative;
    margin: 50px auto;
    text-align: left;
    width: 1000px;
    overflow: hidden;
}
#wrapperHEAD 
{
    height: 70px;
    width: 100%;
    clear: both;
}
#wrapperBODY
{
    position: relative;
    overflow: hidden;
    width: 100%;
    clear: both;
}
#wrapperFOOT 
{
    position: relative;
    width: 600px;
    clear: both;
    margin-left: 220px;
    margin-bottom: 50px;
    margin-top: 40px;
}
#Header, #Header a { width: 194px; height: 53px; }

#Navigation {
    width: 200px;
    margin-top: 20px;
    margin-right: 20px;
    
    float: left;
}
#Content {
    width: 700px;
    float: left;
}

.floatL { float: left; overflow: hidden; }
.floatR { float: right; overflow: hidden; }
.clearAll 
{
    width: 100%;
    clear: both;
}
fieldset div { margin: 10px 0; }

/* IMAGE REPLACEMENT */
.img-replace,
#Header a { display: block; text-indent: -9999px; }


/* BACKGROUNDS */
body {	background: #fff; }
#Header a { background: transparent url(images/art/karihunt-photography.gif) top left no-repeat; }

/* COLORS */
body { color: #333; }
a, .contactus {color: #888; }
a.selected, #Navigation li.selected a { color: #000; }
h1, .h1, h1 a, a.h1 {color: #111;}
h2, .h2, h2 a, a.h2 {color: #A00;}
h3, .h3, h3 a, a.h3 { color: #AAA;}
#wrapperFOOT, #wrapperFOOT a { color: #bbb; }
.error { color: #900; }

/* BORDERS */
a, .contactus { outline: none; }
img { border: none; }
fieldset { border: none; }

/* TYPEFACE / STYLE */ 
body {	font: 14px/150% "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif; }
a, .contactus { text-decoration: none; }
input, select, textarea { font-size: 100%; }
h1 {font-size: 250%; line-height: 150%; letter-spacing: 2px; font-weight: bold;}
h2 {font-size: 160%; line-height: 120%; letter-spacing: -1px;}
h3 {font-size: 110%; line-height: 110%; letter-spacing: 0px; font-weight: bold; }
h4 {font-size: 100%; line-height: 110%; letter-spacing: 0px; font-weight: bold; }
dt { font-weight: bold; }
dd { font-size: 90%; }


#wrapperFOOT { font-size: 80%; }

#MainMenu ul li a { font-size: 14px; line-height: 20px; }
#SiteName span.tagline { font-weight: normal; color: #ccc; }

/* Navigation Classes */
/* Navigation Menu */
#Navigation a { display: block; }
#Navigation li.nav-section a { width: 120px; }
#Navigation li.nav-category a { width: 100px; }

#Navigation ul.navMenu li.nav-section { font-size: 80%; line-height: 300%; }
#Navigation ul.navMenu li.nav-section ul li { line-height: 200%; }
#Navigation ul.navMenu li.nav-section a {  text-transform: uppercase; }
#Navigation ul.navMenu li.nav-section ul a {  text-transform: lowercase; }

#Navigation ul.navMenu {
     margin-left: 28px;     /* width = 200-28 = 172px */
}
#Navigation li.nav-section a.selected { color: #000; }
#Navigation li.nav-category a.selected { color: #900; }
#Navigation li.nav-category { line-height: 20px; }
#Navigation li.nav-category a.selected { font-weight: bold; }
#Navigation li.nav-category a {
     padding-left: 20px;     /* width = 172-20 = 152px */
}

/* for morphing only */
.snav-out {
    padding-left: 0px;
    background-color: #fff;
    color: #888;
}
.snav-out-selected {
    padding-left: 0px;
    background-color: #fff;
    color: #000;
}
.snav-over {
    padding-left: 5px;
     background-color: #AAA;
     color: #333;
}
.snav-over-selected {
    padding-left: 5px;
     background-color: #999;
     color: #000;
}
.cnav-out {
    background-color: #fff;
    color: #888;
}
.cnav-out-selected {
    background-color: #fff;
    color: #900;
}
.cnav-over {
 background-color: #AAA;
 color: #333;
}
.cnav-over-selected {
 background-color: #999;
 color: #900;
}

/* .nav is if Javascript is not available */
#Navigation li a.cnav:hover, #Navigation li a.snav:hover {
 background-color: #999;
 color: #900;
}


/* FOOTER ELEMENTS */
#wrapperFOOT { line-height: 100%; }
#wrapperFOOT a:hover { color: #999; }
#wrapperFOOT ul, #wrapperFOOT li { margin: 0; padding: 0; }
#wrapperFOOT ul.footer {
    position: relative;
    width: 600px;
    overflow: hidden;
}
#wrapperFOOT ul.footer li {
    width: 200px;
    float: left;
    text-align: left;
}
#wrapperFOOT ul.footer li.right {
    text-align: left;
}
#wrapperFOOT div { margin-bottom: 5px; }
#wrapperFOOT div.karihuntphotography span.hunt, #wrapperFOOT ul.footerMenu a.selected { color: #666; }
#wrapperFOOT div.location {}
#wrapperFOOT div.contact {}

#wrapperFOOT ul.footerMenu {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#wrapperFOOT li.right ul.footerMenu { margin-bottom: 20px; }
#wrapperFOOT ul.footerMenu li {
    margin-right: 10px;    
    border-right: solid 1px #ccc;
    width: 20%;
    float: left;
}
#wrapperFOOT li.right ul.footerMenu li {
    width: 30%;
}
#wrapperFOOT ul.footerMenu li.first { margin-left: 0; }
#wrapperFOOT ul.footerMenu li.last { border-right: none; }
#wrapperFOOT div.copyright { 
    margin-top: 25px;
}


/* MISC */
form label { cursor: pointer; padding-right: 10px; font-weight: bold; letter-spacing: 2px; display: block; }

.help-popup 
{
    border: solid 1px #ddd;
    padding: 3px 5px;
    cursor: pointer;
}
.help-popup-img { border: solid 1px #fff; padding: 1px; cursor: pointer; }
.help-popup-img-rollover { border-color: #000; }
