@charset "UTF-8";
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* MAIN CSS STYLES   */
a:link, a:visited {
	color: #e16801;
	text-decoration: underline;
}
a:hover {
	color: #e16801;
	text-decoration: none;
}
#gallery strong, b {
	color: #FFC;	
}


body  {
	line-height: 19px;
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	background-color: #888a86;
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat;
	background-position: center 0px;	
}
#gallery {
	color: #fff;	
}
p {
	margin:0 0 15px 0;	
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg-inner-bottom.jpg);
	background-repeat: repeat-y;
	background-position: center 700px;
}
#gallery #container {
	background-image: none;
}
#container-inner {
	width: 840px;
	padding:0 80px;
	margin: 0 auto;
	background-image: url(../images/bg-inner-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#gallery #container-inner {
	background-image:url(../images/bg-black-60percent-trans-vert.png);
	background-repeat: repeat-y;
}
#header {
	height: 190px;	
	position:relative;
}
#header-logo {
	position:absolute;
	top:50px;
	right: 0px;
	width:250px;
	height:100px;
	display:block;
}
#gallery #header-logo {
	top:20px;
}
#intro #header {
	display:none;	
}
/*h2 {
	height: 26px;
	overflow: hidden; 
}*/
#header h2 {
	position:absolute;
	bottom: 3px;
	left: 214px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
}
#gallery #header h2 {
	color: #BBB;
	font-size: 22px;	
	left: 410px;
	bottom: 0px;
	background: none;
}
#nav {
	float: left;
	width: 190px;
	/*overflow: hidden;*/
	margin-left:0px;
	padding-top: 14px;
}
#intro #nav {
	padding-top: 100px;	
}
#nav ul {
	padding:2px 0 3px 0;	
}

#nav ul li{
	color: #000;
	font-family: Georgia, Helvetica, Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-size:17px;
	padding: 0;
}
#gallery #nav ul li {
	color: #FFF;	
	padding: 0;
}
#nav ul li li{
	margin: 0 0 0 6px;
	padding: 0;
	font-size:14px;
	line-height:16px;
	/*font-variant: small-caps;*/
}
#nav ul li li li {
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	margin: 0 0 0 11px;
	padding: 0;
	font-size:12px;
	line-height: 12px;
}
#nav ul li li li li, #nav ul li li li li li, #nav ul li li li li li li{
	margin: 1px 0 3px 9px;
	padding: 0;
	font-size:11px;
	line-height: 10px;
	/*font-size:10px;
	line-height:9px;
	font-family: Arial;
	font-variant: small-caps;*/
}

#nav a:link, #nav a:visited {
	display:block;
	margin:0;padding:0;
	color: #333;
	text-decoration: none;
}
#gallery #nav a:link, #gallery #nav a:visited {
	display:block;
	margin:0;padding:0;
	color: #888;	
}
#nav a:hover, #gallery #nav a:hover {
	display:block;
	margin:0;padding:0;
	color: #e16801;
}
#content {
	padding-top: 15px;
	margin: 0 0 0 215px; 
	min-height: 1200px;
	border-top: 3px solid #000;
}
#intro #content {
	padding-top:100px;
	border:none;
}
#gallery #content {
	padding: 0px;
	border: none;
	display: none;
}
#footer {
	font-size: 12px;
	padding:15px 10px 20px 0;
	/*font-variant: small-caps;*/
	font-style: italic;
	color: #333;	
	text-align: right;
}
#gallery #footer {
	color: #999;	
}
#footer a:link, #footer a:visited {
	color: #333;	
}
#gallery a:link, #gallery a:visited {
	color: #999;	
}
#footer a:hover {
	color: #e16801;	
}
.text-intro, .text-intro-article {
	clear:left;
	padding:0;
	font-size: 20px;
	line-height: 22px;
	color: #000;
	font-style: italic;
}
#gallery .text-intro {
	padding: 10px 0 0 0;
	color: #CCC;	
	font-size:13px;
	line-height: 19px;
	font-style: normal;
}
.text-intro-article {
	clear:none;
}	
#image-article {
	float:right;
	display:block;
	margin: -18px 0 5px 0;
	padding: 10px 0 0 20px;
	font-size:11px;
	background-color:  #ffffff;
	background-image: url(../images/bg-border-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gallery #image-article {
	display:none;	
}
.image-article-blurb {
	margin: 0 0 0 15px;
}
#gallery #featured-work {
	float:right;	
	padding-top: 10px;
	border-top: 3px solid #000;
}
#gallery-area {
	min-height:1200px;
	/*display:block;*/
}
	
#gallery-blurb {
	width: 190px; 
	color: #CCC;
	float: left;
	padding-top: 10px;
	border-top: 3px solid #000;
}
#gallery-blurb ul {
	padding:0 0 12px 0;
	width: 190px;
	display:block;
}
#gallery-blurb li {
	display: inline;
	text-align: center;
}
#gallery-blurb li a:link, #gallery-blurb li a:visited {
	display: block;
	width: 42px;
	height: 42px;
	overflow:hidden;
	float: left;
	margin:0 3px 3px 0;
	background-color: #000;
	text-align:center;
	border: 1px solid #000;
}
#gallery-blurb li a:hover {
	border:1px solid #e16801; 
}
#gallery-blurb li a:link img, #gallery-blurb li a:visited img {
	margin:0 auto;
}
#gallery-blurb li a:hover img {
	margin:0 auto;
}
#gallery-thumbs {
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#content h1 {
	font-size: 32px;
	line-height: 38px;
	font-weight:normal;
}
#header h1 {
	display:none;	
}
.small-caps {
	font-size: 12px;
	font-variant: small-caps;
	font-family: Verdana, Geneva, sans-serif;
}
.small-caps a:link, .small-caps a:visited {
	text-decoration:none;
	color: #999;		
}
.small-caps a:hover {
	color: #e16801; 
	text-decoration:underline;		
}


.sculptures-for-sale #featured-work, 
.sculptures-for-sale #gallery-thumbs, 
.sculptures-for-sale .text-intro
{
	display: none;
}
.sculptures-for-sale h2
{
	color: #BBB;
	font-size: 22px;	
	left: 190px!important;
	bottom: 0px;
}
.sculptures-for-sale #gallery-blurb {
	border-top: 3px solid #000000;
	width: 650px;
}
.sculptures-for-sale .for-sale  {
	color:#AAA;
	border: 1px solid #000;
	background-color: #1A1A1A;
	padding:5px 8px;
	margin:0 0 8px 0;
}
.sculptures-for-sale .for-sale  img {
	float: left;
	margin: 0 10px 0 0;
}
.for-sale h3 {
	font-variant: small-caps;
}
