@charset "UTF-8";
/* CSS Document */


/* Helpers and base rules */

img {
	border: none;
	text-align: center;
	}


/* New Design Start */
body	{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font: 100% "Tahoma", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: transparent url(' ../Images/BarTile.jpg') repeat;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;	
	margin-left: auto;	
	padding: 0px 0px 0px 0px;
	width: 843px;
	height: 135px;
	background-color: #320d08;
	background-image: url('../Images/BarTile.jpg');
	background-position: top left;
	background-repeat: repeat;
}
.headercenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 843px;
	height: 135px;
	background-color: #320d08;
	background-image: url('../Images/Header.jpg'); /* background image applied here to fix gap/disappearace below image */
	background-position: 100px 0px;
	background-repeat: no-repeat;
}
.headerleft { /* special div used for inside header on left */
	width: 102px;
	height: 135px;
	float: left;
	background-color: #320d08;
	background-image: url('../Images/HeaderLeft.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
.headerright { /* special div used for inside header on right */
	width: 101px;
	height: 135px;
	float: right;
	background-color: #320d08;
	background-image: url('../Images/HeaderRight.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
.logoarea	{
	width: 640px;
	text-align: center;
	background-color: #320d08;
	background-image: url('../Images/Header.jpg');
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}
.logo	{
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	text-align: center;
}
#bar { /* used for outside background area */
	margin: auto;
	padding: auto;
	width: 843px;
	height: 40px;
	background-color: #320d08;
	background-image: url('../Images/BarTile.jpg');
	background-position: center;
	background-repeat: repeat-x;
}
.centerbar { /* used for border area */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 843px;
	height: 40px;
}
.barleft { /* special div used for inside gradient on right */
	width: 102px;
	height: 40px;
	background-color: #320d08;
	background-image: url('../Images/BarLeft.jpg');
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}
.barright { /* special div used for inside gradient on right */
	width: 101px;
	height: 40px;
	background-color: #320d08;
	background-image: url('../Images/BarRight.jpg');
	background-position: top;
	background-repeat: no-repeat;
	float: right;
}

/* NAVIGATION CSS */
/* GLOBALHEADER */
#globalheader { width: 640px; height: 40px; margin: auto; position: relative; z-index: 5; }
#globalheader #globalnav { margin: 0; padding: 0; zoom: 1; width: 643px;}
#globalheader #globalnav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 107px; height: 0; padding-top: 40px; overflow: hidden; background-image: url('../Images/NavBar.png'); _background-image: url('../Images/NavBar.png'); background-repeat: no-repeat; }
#globalheader #globalsearch { background-image: url('../Images/NavBar.png'); _background-image: url('../Images/NavBar.png'); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-paintings a { background-position: 0 0; }
#globalheader #globalnav li#gn-prints a { background-position: -107px 0; }
#globalheader #globalnav li#gn-links a { background-position: -214px 0; }
#globalheader #globalnav li#gn-biography a { background-position: -321px 0; }
#globalheader #globalnav li#gn-process a { background-position: -428px 0; }
#globalheader #globalnav li#gn-contact a { background-position: -535px 0; }

/* OVER STATES */
#globalheader #globalnav li#gn-paintings a:hover { background-position: 0 -40px; }
#globalheader #globalnav li#gn-prints a:hover { background-position: -107px -40px; }
#globalheader #globalnav li#gn-links a:hover { background-position: -214px -40px; }
#globalheader #globalnav li#gn-biography a:hover { background-position: -321px -40px; }
#globalheader #globalnav li#gn-process a:hover { background-position: -428px -40px; }
#globalheader #globalnav li#gn-contact a:hover { background-position: -535px -40px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-paintings a:active { background-position: 0 -80px; }
#globalheader #globalnav li#gn-prints a:active { background-position: -107px -80px; }
#globalheader #globalnav li#gn-links a:active { background-position: -214px -80px; }
#globalheader #globalnav li#gn-biography a:active { background-position: -321px -80px; }
#globalheader #globalnav li#gn-process a:active { background-position: -428px -80px; }
#globalheader #globalnav li#gn-contact a:active { background-position: -535px -80px; }

/* ON STATES */
#globalheader.paintings #globalnav li#gn-paintings a:hover { background-position: 0 0; cursor: default; }
#globalheader.prints #globalnav li#gn-prints a { background-position: -107px -120px !important; }
#globalheader.links #globalnav li#gn-links a { background-position: -214px -120px !important; }
#globalheader.biography #globalnav li#gn-biography a { background-position: -321px -120px !important; }
#globalheader.process #globalnav li#gn-process a { background-position: -428px -120px !important; }
#globalheader.contract #globalnav li#gn-contact a { background-position: -535px -120px !important; }

#background { /* used for outside background area */
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #320d08;
	background-image:url('../Images/BarTile.jpg');
	background-position: top;
	background-repeat: repeat;
}
#gradientarea { /* used for border area */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 843px;
	height: 593px;
	background-color: #320d08;
}
.gradientleft { /* special div used for inside gradient on left */
	width: 102px;
	height: 100%;
	background-color: #320d08;
	background-image: url('../Images/BarLeft.jpg');
	background-position: top left;
	background-repeat: repeat;	
	float: left;		
}
.gradientright { /* special div used for inside gradient on right */
	width: 101px;
	height: 100%;	
	background-color: #320d08;
	background-image: url('../Images/BarRight.jpg');
	background-position: top left;
	background-repeat: repeat;	
	float: left;		
}
#container { 
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 100%;
	background-color: #320d08;
	background-image: url('../Images/CenterBody.jpg');
	background-position: top;
	background-repeat: repeat;
	border: none;
	float: left;
}
#containerhome { 
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 100%;
	background-color: #320d08;
	background-image: url('../Images/CenterBody.jpg');
	background-position: top;
	background-repeat: repeat;
	border: none;
	float: left;
}
.leftcontent {
	margin: 20px 20px 0px 20px;
	float: left;
}
.goldbar {
	margin: 20px 25px 0px 185px;
	float: left;
}
#sublink {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 30px;
	text-align: right;
	text-decoration: none;
	outline: none;
}
#sublink li {
	display: inherit;
	text-align: right;
	text-decoration: none;
	width: 150px;
	outline: none;
}
#sublink li a {
	display: inherit;
	text-decoration: none;
	text-align: right;
	width: 150px;
	outline: none;
	color: #e1cc73;
}
#sublink li a:hover {
	display: inherit;
	text-decoration: none;
	width: 150px;
	outline: none;
	color: #F4E6A8;
}
#sublink li a:active {
	display: inherit;
	text-decoration: none;
	width: 150px;
	outline: none;
	color: #F4E6A8;
}
#textarea {
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 450px;
}
.icon {
	margin: 0px 0px 15px 0px;
}
.content {
	margin-top: 20px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding: 0px;
	width: 300px;
	height: 0px;
	z-index: 0;
}
.content p {
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 300px;
	font-family: "Tahoma", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
h1	{
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 30px;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
}
h2	{
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
}
h3	{
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
}
h4	{
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	word-spacing: 0px;
	letter-spacing: 0px;
}
.biography {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 500px;
	height: 0px;
	z-index: 0;
}
.biography p {
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 500px;
	font-family: "Tahoma", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
h4	{
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	word-spacing: 0px;
	letter-spacing: 0px;
}
.contact {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 500px;
	height: 0px;
	z-index: 0;
}
.contact p {
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 500px;
	font-family: "Tahoma", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
h4	{
	color: #e1cc73;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	word-spacing: 0px;
	letter-spacing: 0px;
}
.footerarea {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 640px;
	height: 50px;
	text-align: center;
	background-color: #320d08;
    background-image: url('../Images/Footer.jpg');
	background-position: top;	
    background-repeat: no-repeat;
}
.footer {
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 50px;
    list-style: none;
	float: left;
}
.footer li{
	margin: 5px 0px 0px 15px;
	padding: 0px 0px 0px 5px;
	height: 40px;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	word-spacing: 1px;
	line-height: 1.5em;
	text-align: left;
	color: #5c5339;
}
.footer em{
	font-style: normal;
	color: #695f41;
}
.footer strong{ /* used for right-aligned */
	margin-left: 15px;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	word-spacing: 1px;
	line-height: 1.5em;
	text-align: right;
	color: #554d35;
}
a.link, a:link {
  outline: none;
  text-decoration: none;
  color: #aaad7d;
}
a.visited, a:visited {
  text-decoration: none;
  outline: none;
  color: #695f41;
}
a.hover, a:hover {
  outline: none;
  text-decoration: underline;
  color: #e1ef90;
}
a.focus, a:focus {
/* w3c non-compliant hack to remove dotted focus
 -moz-outline-style: none; */
  outline: none;
}
a.active, a:active {
  outline: none;
}

/* PORTFOLIO POSITIONING */
#slideshow {
	width: 643px;
	height: auto;
	min-height: 400px;
	margin: 0;
	padding: 0;
	}
	
#slideshow li {
	display: inline;
	float: left;
	width: 75px;
	height: 75px;
	padding: 7.5px;
	}

/* JAVASCRIPT PORTFOLIO */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer {
	padding: 10px;
	}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData { padding:0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
