/*---------------------------------------------------------------------------
Studio L'Image Master Style Sheet

version:   1.0
author:    max heim
email:     webmaster@studiolimage.com
website:   http://www.studiolimage.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin*/

* {
	margin: 0;
	padding: 0;
}
 
 
/* Put it back on certain elements
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0.5em 0;
} */
 

.clear {
	clear: both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body  { 
	font: 62.5%/1.4 Verdana, Arial, Helvetica, sans-serif; 
background: #e6e6e6 url("../images/mnbkgrnd.gif") repeat-x left top; 
/* 	background: #e6e6e6 url("../images/grid.gif") no-repeat left top; */
	}

h1 {
  font-size: 2.4em;
  font-weight: bold;
	}

h2 {
  font-size: 2.0em;
  font-weight: bold;
  color: #008880;
  margin-top: 1em;
	}

h3 {
  font-weight: bold;
  margin-top: 1em;
  color: #666;
	}

p, li {
  font-size: 1.0em;
  margin-bottom: 0.5em;
  color: #666;
	}

h1, h2 {
  margin: 0.5em 0 0 0;
	}

ul {
	list-style: none;
	}

#downLinks p  {	
	font-size: 0.8em;
	text-transform: uppercase;
	}

/*
.bottomLine {
	padding: 2em 0 2em 0;
	clear: left;
	}
*/	

/* =Links
-----------------------------------------------------------------------------*/

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

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

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

a:active {
  color: #e6e800;
  text-decoration: none 
	}

/* =Gallery Content
-----------------------------------------------------------------------------*/

#gallery {
	position: absolute;
	left: 190px;
	top: 68px;
	width: 1170px;
	height: 220px;
	}

.header {
	display: block;
	color: #666;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: left;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0 10px 10px 0;
	padding-bottom: 3px;
	overflow: hidden;
	}

.figWrap {
	height: 130px;
	}
	
.figure p {
	font: 0.9em/normal Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0 0 0;
	}
	
.figure {
	float: left;
	width: 80px;
	margin: 0 10px 10px 0px;
	}
	
.figWrap p {
	font-weight: bold;
	}		
	
.photo {
	margin: 0 0 -5px 0;
	}



/* =Branding
-----------------------------------------------------------------------------*/

#branding  { 
	padding: 0; 
	height: 60px; 
	width: 170px; 
	position: absolute; 
	left: 10px; 
	top: 90px;}

#branding h1 {
  margin: 0; 
  text-indent: -9000px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav  { 
	background: #bbb700; 
	padding: 0 0 0 10px; 
	z-index: 5; 
	width: auto; 
	height: 20px; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	display: block;
	height: 20px;
	float: left;
	font-weight: bold;
	}

#mainNav li {
	float: left;
	width: 89px;
	border-right: 1px solid #fff;
	}

.local {
	text-decoration: none;
	color: #970f00;
	height: 20px;
	background: #fff;
	display: block;
	}	

#mainNav a {
	text-decoration: none;
	color: #fff;
	height: 20px;
	background: #bbb700;
	display: block;
	}

#mainNav a:visited {
	color: #666;
	}

#mainNav a:hover {
	color: #000;
	background: #e6e800;	
	}


/* IE Fixes */

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
	}



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
	}


/* =Tables
-----------------------------------------------------------------------------*/



/* =Figures & Features
-----------------------------------------------------------------------------*/


