
/* Copyright (c)2010 Wolfe Creek Consulting.
 * All rights reserved worldwide.
 * See http://www.alistapart.com/articles/holygrail
 * for basics of three-column configuration
 */

/* -------------- Basic Elements -------------- */

* {      /* applies to EVERYTHING, unless specified below. (It just clears the browser's default values.) */
	margin: 0px;
	padding: 0px;
	}
	
html {
	background-image: url("images/vertical_strip.jpg");
	background-repeat: repeat-x; 
	background-color:  #fff;    /* white */
	}

body {   /* The entire browser window behind the contents. */
 	background-image: url("images/vertical_strip.jpg");
	background-repeat: repeat-x;  
	font-family: verdana, helvetica, arial, sans-serif;
	color: black;       		   /* This is the TEXT color */
	font-size: 75%;       		   /* 12pt with respect to "standard" 16pt */
	line-height: 1.45em;  		   /* 1em = 12pt; 1.5em = 18pt */
	width: 100%;     
	min-width: 910px;              /* Defensive: at least 2x(LC width) + RC width = 700px */     
	height: 100%;		  		   /* IE hack */
	margin: 0;
	text-align: left;     		   /* IE hack for correct container centering */
	}
	
	
/* -------------- Text Elements ---------------- */
	
#hidden {
	display: none;
	}

h1,h2 {
	margin-bottom: 1.33em; /* puts one-line space below these header types */
	}
		
h1 {
	font-family: georgia, times, serif;
	font-size: 1.4em;
	}
		
h2 {
	font-family: georgia, times, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	}
	
h3 {
	font-family: georgia, times, serif;
	text-transform: uppercase;
	font-size: 1em;
	}
	
.tagline {
  	color: white;
	text-transform: uppercase;
  	font-size: 15px;
  	font-weight:normal;
  	width: 700px;
  	padding-top: 10px;
  	padding-left: 90px;
  	}		
  	
.gallery h1 {
	text-align: center;
	}	

.gallery h2 {
	text-align: center;
	}	
		
p {
	margin-bottom: 1.33em; /* puts one-line space between paragraphs;               */
	}                      /* "bottom" so first-paragraph position is not affected. */
	
p.emphasis {
	text-transform: uppercase;
/*	font-size: 1em;*/
	font-weight: bold;
	}
	
#contactText p {
	margin-bottom: 0px;
	}
	
#contactText h3 {
	color: red;
	}


/* ----------- Hyperlinks ----------------- */
	
a:link {   
	text-decoration: none; 
	color: blue;
	}

a:visited { 
	text-decoration: none; 
	color: blue;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: blue;
	}
	
a:focus {
	outline: none;
	}

#secondaryNavigation a:link {   
	text-decoration: none; 
	color: white;
	}

#secondaryNavigation a:visited { 
	text-decoration: none; 
	color: white;
	}

#secondaryNavigation a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	}


/* -------------- Images -------------------------*/

#header img {
	clear: both;
	float: none;
	padding: 0;
	border: none;
	margin: 0;
	}
	
div.img  {						/* framing div */
	position: relative;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
  	margin-bottom: 0;
  	margin-right: -10px;
  	height: 440px;
  	width: 300px;
  	}
  
div.img img  {					/* image in the frame */
	position: relative;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 16px;
	margin-left: 20px;
  	}
  
div.img a:hover img  {
  	border:1px solid red;
  	}
  	
p.galleryTag {
	color: white;
  	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: -2.0em;
	margin-bottom: 5px;
	}

  	  
div.desc  {						/* label for frame; tagline for about */
  	color: white;
  	text-align:center;
	text-transform: uppercase;
  	font-weight:normal;
  	width:330px;
  	margin-left: -10px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	}	
		

/* -------------  Specific Divs ------------------- */
	
#header {
	position: static;
	background-image: url("images/vertical_strip.jpg");
	background-repeat: repeat-x; 
	background-color: #fff;  /* White */
	top: 0px;
	left: 0px;                  /* IE demands this */
	height: 230px;              
	width: 100%;                /* of next-higher level element, i.e., "body" -- the browser window. */
    text-align: left;           /* IE hack for correct container centering */
	}	
		
#homeContainer{
 	background-image: url("images/testimonial.jpg");
 	background-repeat: none;
	position: relative;
	height: 262px;                 /* IE7 won't work with "auto" */
	width: 533px;
	top: 0px;                    /* space for the header */
	left: 230px;
    text-align: left;              /* IE hack for correct container centering */
	}
	
#homeText {
	position: absolute;
	color: #333;
	float: left; 
	top: 0px;
    height: 105px;
    width: 420px;
    margin-top: 110px;
    margin-left: 60px;
    text-align: left;              /* IE hack for correct container centering */
	}
	
#homeNavigation {
	position: relative;
	color: red;
	height: 60px;
	width: 510px;
	top: 0px;
	left: 290px;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: left;
	}
		
#secondaryHeader {
	position: static;
	background-image: url("images/vertical_strip.jpg");
	background-repeat: repeat-x; 
	background-color: #fff;  	/* White */
	top: 0px;
	left: 0px;                  /* IE demands this */
	height: 80px;              
	width: 480px;				/* of next-higher level element, i.e., "body" -- the browser window. */
    text-align: left;           /* IE hack for correct container centering */
	}	
	
#secondaryNavigation {
	position: absolute;
	color: white;
	height: 60px;
	width: 300px;
	top: 39px;
	left: 630px;
	text-transform: uppercase;
	text-align: left;
	}
	
#aboutContainer {
	width: 900px;					/* baseline for IE width bug fix */
	}
	
#galleryContainer {
	width: 930px;					/* IE width bug fix */
	}
	
#aboutContainer,
#galleryContainer {
	position: relative;
	height: 480px;                 /* IE7 won't work with "auto" */
	top: 30px;                     /* space for the header */
	left: 65px;
    text-align: left;              /* IE hack for correct container centering */
	}
	
#aboutText {
	display: block;
	height: auto;
	left: 90px;
	margin-bottom: 4em;
	position: relative;
	top: 10px;
	width 28em;
	z-index: 1;
	}	
	
.leftColumn {
	position: relative;
	float: none;
	text-align: left;
	left: 0px;
	top: 0em;
	width: 13em;
	height: 1em;
	padding: 0;
	margin 0;
	}

#secondColumn {
	display: block;
	height: 6em;
	left: 28em;
	position: absolute;
	top: 0;
	width 250px;
	z-index: 1;
	}
	
.aboutList {
	position: relative;
	left: 13em;
	top: -1.05em;
	width: 25em;
	}
	
#contactText {
	height: auto;
	position: relative;
	top: 10px;
	width 28em;
	z-index: 1;
	}

#footer {
	position: relative;
	width: 700px;
	top: 0px;
	left: 150px;
	text-align: center;
	}


/* ----------- Lists --------------------------*/

ul {
	list-style-type: none;
	}
	
#listNav li {						/* spaced, horizontal navigation bar for home page */
	display: inline;
	padding-right: 65px;
	}
	
#secNav li {						/* spaced, horizontal navigation bar for secondary pages */
	display: inline;
	padding-right: 22px;
	}

/* ---------- Navigation Links ---------------------------*/

#navigation a:link { 
	color: white; 
	text-transform: uppercase;
	text-decoration: none; 
	line-height: 2.66em;
	}

#navigation a:visited { 
	color: white; 
	text-transform: uppercase;
	text-decoration: none; 
	line-height: 2.66em;
	}

#navigation a:hover { 
	color: white; 
	text-transform: uppercase;
	text-decoration: underline; 
	line-height: 2.66em;
	}

#navigation a:active { 
	color: white; 
	text-transform: uppercase;
	text-decoration: underline; 
	line-height: 2.66em;
	}
