@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}
/* RESET ------------------------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
	border:0; 
} 

/* BASIC ELEMENTS ---------------------------------------------------------------------------------- */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1a171b;
}
h1 {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #6aacda;
	margin: 0 0 20px;
	text-shadow: 1px 1px #787467;*/
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #6aacda;
	margin: 0 0 20px;
	text-shadow: 1px 1px #787467;
}
a {
	color: #a28100;
	text-decoration: none;
}
a:hover {
	color: #000;
}
hr {
	margin: 20px 0;
	height: 0;
	border-bottom: 3px dotted #fff;
	border-top: none;
}
img, div, input { behavior: url("scripts/iepngfix.htc") }

/* LATOUT STYLES ------------------------------------------------------------------------------------- */

div#container {
	/*width: 960px;*/
	margin: 0;
	background: url(../images/shadow-down.png) repeat-x 0 370px;
}
div#flashholder {
	width: 960px;
	height: 400px;
	margin: 0 auto;
}
div#flashholder object, div#flashholder embed {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#sleeve {
	width: 960px;
	/*background: url(../images/20percent.png) repeat;*/
	margin: 0 auto 30px;
	padding: 0;
	/*float: left;*/
}
#content {
	padding: 30px 20px 20px;
	width: 920px;
	float: left;
	/*background: #d6ceb5 url(../images/content-bg.png) no-repeat 50% 0;*/
	min-height: 250px;
	/*border-top: 1px solid #eee9db;
	border-bottom: 1px solid #a9a28e;*/
}
#content p {
	padding: 10px 0;
}
#content p strong {
	background-color: #3d3c3f;
	color: #d6ceb5;
	padding: 0 2px;
}
div.clear {
	clear: both;
	height: 1px;
}
div.third {
	width: 290px;
	float: left;
	margin-right: 25px;
}
div.third.last {
	margin-right: 0;
}

/* MENU STYLES ----------------------------------------------------------------------------------------- */
a.mainItem {
}
a.mainItem:hover, li.active a.mainItem {
	background: transparent url(../images/main-active.png) no-repeat 0 0;
}
a.portfolioItem {
}
a.portfolioItem:hover, li.active a.portfolioItem {
	background: transparent url(../images/portfolio-active.png) no-repeat 0 0;
}
a.whoHowItem {
}
a.whoHowItem:hover, li.active a.whoHowItem {
	background: transparent url(../images/who-how-active.png) no-repeat 0 0;
}
a.miscItem {
}
a.miscItem:hover, li.active a.miscItem {
	background: transparent url(../images/misc-active.png) no-repeat 0 0;
}
a.contactItem {
}
a.contactItem:hover, li.active a.contactItem {
	background: transparent url(../images/contact-active.png) no-repeat 0 0;
}
.menu {
	width: 920px;
	color: #fff;
	position: relative;
	display: block;
	float: left;
	padding: 10px 20px 0;
	margin: 0;
	/*background: url(../images/content-bg2.png) no-repeat 50% 0;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #626262;*/
}

/*	Override list item html predefinitions
--------------------------------------------------------------------------------- */
.menu ul {
	z-index:80;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
/*	Redefine main menu items: height, cursor, margins, etc
--------------------------------------------------------------------------------- */
.menu ul li {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

/*	Menu item link: defines background image (left), position, color, decoration, weight
--------------------------------------------------------------------------------- */
.menu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #fff;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 12px;
	text-decoration: none;
	text-shadow: -1px -1px #787467;
	height: 55px;
	line-height: 40px;
}
.menu ul li a:hover, .menu ul li.active a, .menu ul li a.on {
	color: #D6CEB5;
	text-shadow: -1px -1px #666;
	/*background-color: #6aacda;*/
}

.menu ul li:hover ul, .menu ul li.active ul {
	display:block;
}
.menu ul li a span {
	padding: 0 12px;
}

/*	SECOND LEVEL menu list item definitions
--------------------------------------------------------------------------------- */
.menu ul ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 40px;
	top: 50px;
	height: auto;
	width: 400px;
}
.menu ul ul li {
	height: auto;
	display: inline;
	border: none;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

/*	Redefine submenu links
--------------------------------------------------------------------------------- */
.menu ul li ul li a {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: none;
	padding: 2px 5px;
	margin: 0;
	text-align: left;
	color: #fff;
	text-shadow: none !important;
	line-height: normal;
	letter-spacing: -1px;
}
.menu ul li ul li a:hover {
	text-decoration: none;
	background-color: #6aacda;
}
.menu ul li ul li.on a {
	color: #A39D8A;
	/*text-shadow: -1px -1px #787467;*/
}
.menu ul li ul li.on a:hover {
	background-color: #A39D8A;
	color: #D6CEB5;
}

ul.portfolio {
	list-style: none;
}
ul.portfolio li {
	padding: 10px 10px 30px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #3d3c3f;
}
.portfolio .info {
	width: 260px;
	float: left;
	padding: 10px;
}
.portfolio.misc .info {
	width: 380px;
}
.portfolio .imageholder {
	text-align: right;
}
.portfolio .imageholder img {
	border: 10px solid #3d3c3f;
}
.portfolio.photo li {
	float: left;
	width: 900px;
}
.portfolio.photo .info {
	width: 150px;
}
.portfolio.photo .sleeve {
	background-color: #3d3c3f;
	width: 710px;
	float: left;
	padding: 10px;
}
.portfolio.photo .imageholder {
	width: 710px;
	float: left;
	text-align: center;
}
.portfolio.photo .imageholder img {
	border: none;
	vertical-align: middle;
}
.portfolio.photo .imageholder a {
	background-color: #000000;
	display: block;
	float: left;
	height: 120px;
	margin: 5px;
	padding: 6px;
	width: 120px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	font-style: italic;
}
.portfolio.photo .imageholder a:hover {
	color: #D6CEB5;
}
.portfolio h3 span {
	text-transform: uppercase;
	background-color: #6aacda;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0 4px;
}
#content .portfolio p {
	padding: 0 0 10px;
}
.portfolio p span {
	background-color: #3d3c3f;
	color: #d6ceb5;
	padding: 0 2px;
}
.portfolio a {
	color: #a28100;
	text-decoration: none;
}
.portfolio a:hover {
	color: #000;
}
.portfolio a.top {
	/*background-color: #a28100;*/
	color: #787467;
	padding: 0 10px 0 0;
	background: url(../images/top-arrow.png) no-repeat 100% 0;
}
.portfolio a.top:hover {
	background-color: #6aacda;
	color: #fff;
}
.portfolio .imageholder a:active, .portfolio .imageholder a:focus
{
  outline: none;
}
p.samples {
	text-align: center;
}
.samples img {
	border: 5px solid #3d3c3f;
	margin-right: 15px;
}
.samples img.last {
	margin-right: 0;
}
.animation {
	width: 620px;
	background-color: #3d3c3f;
	color: #fff;
	float: right;
}
.animation .player {
	padding: 10px;
	text-align: center;
}

.third h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-shadow: -1px -1px #999;
	color: #fff;
}
.third ul {
	padding: 10px 0;
}
.info label {
	color: #787467;
	display: block;
	float: left;
	padding-right: 10px;
	width: 70px;
}
ul.links {
	list-style: circle;
	padding-left: 15px;
	color: #787467;
}
#content ul.links p {
	padding: 0;
	color: #787467;
	font-size: 12px;
}
.third ul.links a {
	color: #787467;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px #eee;
}
.third ul.links a:hover {
	color: #000;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none !important; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px  Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; font-size: 14px; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 32px; 
	float: right;
	padding-bottom: 10px;
	overflow: hidden;
}