﻿/*----------Reset------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  /*vertical-align: baseline;*/
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; /*border-spacing: 0;*/ }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*----------Start------------*/
body 
{
	background-color: #070d05 /*#131d0a*/;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #808080;
	line-height: 1.5; 
}
a, a:visited
{
	color: #5F9EA0;
	text-decoration: underline;
	outline: none;
}
a i
{
	display: none;
}
h2
{
	color: #917d5c;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #3b413e;
	margin-bottom: 15px;
	display: none;
}
h2.withSubHeader
{
	padding-bottom: 0px;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
h3.followsP
/* p + h3 */
{
	padding-top: 20px;
}
p.followsP
{
	margin-top: 10px;
}
form h3
{
	padding-top: 0px;
}
h4
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul li
{
	list-style-type: none;
	padding-left: 10px;
}

/*----------General------------*/
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.alignCenter
{
	text-align: center;
}
.alignRight
{
	text-align: right;
}
.noDisplay
{
	display: none;
}
.hide
{
	visibility: hidden;
}
.show
{
	visibility: visible;
}

/*----------Tables------------*/
table.formTable
{
	border: solid 1px #3b413e;
	width: 100%;
	border-collapse: collapse;
}
table.formTable th, table.formTable td
{
	padding: 3px 10px 3px 10px;
	border: solid 1px #3b413e;
}
table.formTable th
{
	font-weight: bold;
}

.galleryTableContainer
{
	height: 700px;
}
table.galleryTable
{
	margin: 0 auto; 
}
table.galleryTable td
{
	padding: 0px;
}


/*----------Layout------------*/
#container
{
	/*border: solid 1px blue;*/
	text-align: center;
	width: 100%;		
}
#wrapper
{
	margin: 0px auto;
	text-align: left;
	width: 960px;
	padding: 0 0 0 0;
}
#topLinks
{
	float: right;
	padding-top: 2px;
}
#topLinks li
{
    float: left;
    padding: 5px 5px 0px 5px;
}
#topLinks li a
{
    display: block;
    border: 0;
    padding-left: 22px;
    /*color: #aaa;
    font-size: 12px;
    line-height: 1.5em;*/
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#topLinks li#cart a 
{
	background-image: url(Images/ShoppingCart.gif);
}
#paypalCartButton
{
	position: relative;
	left: 0px;
	top: -20px;
	outline: none;
	height: 15px;
}
#titleArea
{
	height: 30px;
}
#titleArea #siteTitle
{
	background: #070d05 url(Images/Title.jpg) no-repeat 20px 4px;
	height: 30px;
}
#pageTopMiddle
{
	height: 114px;
	width: 959px;
}
.pageTopDefault
{
	background: url(Images/PageTopMiddle.jpg) no-repeat;
	height: 100%;
}
.pageTopHome
{
	background: url(Images/PageTopMiddle2.jpg) no-repeat;
	height: 100%;
}
.pageTopPainting
{
	background: url(Images/PageTopMiddle3.jpg) no-repeat;
	height: 100%;
}
.pageTopDrawing
{
	background: url(Images/PageTopMiddle4.jpg) no-repeat;
	height: 100%;
}
.pageTopPottery
{
	background: url(Images/PageTopMiddle5.jpg) no-repeat;
	height: 100%;
}
.pageTopSculpture
{
	background: url(Images/PageTopMiddle6.jpg) no-repeat;
	height: 100%;
}
.pageTopPhotography
{
	background: url(Images/PageTopMiddle7.jpg) no-repeat;
	height: 100%;
}

/*----------NavBar------------*/
#navbar  
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13px; 
	background-color: #040404;
}
#navbar ul 
{
	border-bottom: 1px solid #363b38; 
	float: left; 
}
#navbar li
{
	border: none;
	position: relative; 
	float: left; 
	background: #101513 url(images/ui-bg-Nav.gif) 0 0 repeat-x; 
	color: #7d7b7c; 
	outline: none;
	margin: 0 1px -1px 0; 
	padding: 0; 
	width: 95px; 
	height: 33px; 
}
#navbar a, #navbar a:link, #navbar a:visited
{
	float: left; 
	text-decoration: none; 
	padding: 8px 0; 
	width: 100%; 
	text-align: center;
	color: #7d7b7c;
}
#navbar a:hover 
{
	color: #c6ae7e;
	text-decoration: none;
	outline: none;
}
#navbar a.clicked
{
	color: red;
} 
#navbar li.tabs-Active
{
	padding-bottom: 1px;
	border-bottom-width: 0 !important;
	background: #1d1d1d url(images/ui-bg-NavSelectedFixed.gif) 0 0 no-repeat; 
	outline: none; 
}
#navbar li.tabs-ActiveFirst
{
	background-image: url(images/ui-bg-NavSelectedFixedLeft.gif);
}
#navbar li.tabs-ActiveLast
{
	background-image: url(images/ui-bg-NavSelectedFixedRight.gif);
}
#navbar li.tabs-Active a, #navbar li.tabs-Active a:link, #navbar li.tabs-Active a:visited 
{
	color: #c0b7a4;
	outline: none;
	text-decoration: none;
}


/*----------Content------------*/
#contentPage
{
	background-color: #1d1d1d; /*#1e2623;*/
	float: left;
	/*position:relative; ?? */
	padding: 20px;
	padding-bottom: 60px;
	width: 920px;
}

/*----------Footer------------*/
#footer
{
	clear: both;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}
#footerContainer
{
	width: 960px;
	margin: 0 auto;
}
#footerSeparator
{
	/*border-top: solid 1px #3b413e;*/
	padding-bottom: 5px;
}
#footerLeft
{
	float: left;
	color: #666666;
	font-size: 10px;
}
#footerRight
{
	float: right;
}
.footerLink
{
	color: #666666 !important;
	font-size: 10px;
}
.cartLink
{
	color: #666666 !important;
	font-size: 11px;
}

/*----------Privacy Policy------------*/
#lastupdated
{
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 15px;
}

/*----------Pager------------*/
#pager
{
	padding-top: 30px;
	text-align: center;
}
#pager span
{
	margin: 4px 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
#pager a
{
	color: #666666;
	text-decoration: none;
}
#pager .pagerLeft
{
	background: url(images/LeftArrow.gif) no-repeat;
	width: 13px;
}
#pager .pagerRight
{
	background: url(images/RightArrow.gif) no-repeat;
	width: 13px;
}
#pager .pagerLeft a b, #pager .pagerRight a b
{
	visibility: hidden;
}
#pager .pagerCurrent
{
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}
#pager .pagerDisabled 
{
	/*color: #808080;
	text-decoration: none;*/
	background: none;
}

/*----------Forms------------*/
fieldset div
{
	position: relative;
	padding: 5px 0px 5px 0px;
}
input, select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
input.input_text
{
	border: solid 1px #aaaaaa;
	background-color: #aaaaaa;
	outline: none;
	width: 210px;
}
textarea
{
	border: solid 1px #aaaaaa;
	background-color: #aaaaaa;
	outline: none;
	width: 210px;
	height: 100px;
}
select
{
	width: 210px;
	background-color: #aaaaaa;
	border: solid 1px #aaaaaa;
}
label 
{
	display: inline;
}
label.topLabel
{
	display: block;
}
label.leftLabel
{
	padding-right: 15px;
	float: left;
	text-align: right;
    clear:left;
}
label.checkboxLabel
{
	padding-left: 2px;
}
label em
{
    position: absolute;
    color: #e60505;
}
#requiredFieldSymbol
{
    color: #e60505;
}

/*button
{
	background-color: #666666;
	border: none;
	height: 1.6em;
	margin-top: 5px;
}
button span
{
	color: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}*/
button.submitbutton{
    border:0;
    cursor:pointer;
    /*background:url(images/button-right.gif) right no-repeat;*/
    /*width:auto;*/
    background:url(images/button100.jpg) left no-repeat;
    width: 100px;
    padding:0;
    overflow:visible;
    margin-top:8px;
    outline: none;
}
button.submitbutton span{
    display:block;
    white-space:nowrap;
    /*background:url(images/button-left.gif) left no-repeat;*/
    font-weight:bold;
    color:#000;
	font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    padding:6px 20px 8px 20px;
}
.formhint
{
    font-style:italic;
	color: #777777;
	padding: 0px;
}

.messagebox {
  /*font-weight:bold;*/
  /*margin:10px 20px 10px 0;*/
  padding: 8px 10px;
  /*display:none;*/
}
/*.messagebox label, .messagebox p {
  display:block;
  margin-bottom:6px;
  padding-left:20px;
  text-indent:-20px;
}*/
.critical {
  border:1px solid #d50505;
  color: #c16c03;
}
.information
{
  border:1px solid #558b6a;
  color: #558b6a;
}
/*.warning {}
*/
.validation-summary-errors
{
  margin: 10px 0px 10px 0;
  padding: 5px 0px;
  border: 1px solid #d50505;
}
.validation-summary-errors li
{
  /*font-weight: bold;*/
  color: #c16c03;
}
.input-validation-error
{
	background-color: #cccc99 !important;
}

/*----------Artwork Thumbnail------------*/

.ArtWorkThumbnailContainer
{
	text-align: center;
	padding-bottom: 15px;
}
.ArtWorkThumbnailContainer img.ArtWork
{
	border: solid 1px #565652;
	padding: 2px;
}
.ArtWorkThumbnailContainer img.UnavailabilityDot
{
	padding: 5px;
	vertical-align: bottom;
}
.ArtWorkThumbnailContainer .Info
{
	font-family: Arial, Sans-Serif;
	color: #666666;
	font-size: 10px;
	white-space: nowrap;
}
.ArtWorkThumbnailContainer .sectionTitle
{
	color: #917d5c;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/*----------Artwork FullSize------------*/

#fullsizePageContainer
{
	height: 550px;
}
#imageBlock
{
	padding-right: 20px;
	text-align: center;
	width: 620px;
}
#imageBlock img
{
	border: solid 1px #565652;
	padding: 2px;
	/*-moz-box-shadow: white 2px 2px 2px -2px, blue 4px 4px;*/
	/*filter:progid:DXImageTransform.Microsoft.shadow(direction=315, strength=16, Color='#111111')
			progid:DXImageTransform.Microsoft.shadow(direction=135, strength=16, Color='#111111')
			progid:DXImageTransform.Microsoft.shadow(direction=45, strength=16, Color='#111111')
			progid:DXImageTransform.Microsoft.shadow(direction=225, strength=16, Color='#111111');
	margin-top: -32px;*/
}
#imageInfoBlock
{
	float: right;
	width: 280px;
}
#imageNavControl
{
	float: right;
	margin: 0px -10px 20px 0px;
	/*position: absolute;
	left: 0px;
	top: 0px;
	border: solid 1px red;*/
}
#imageNavControl #leftArrow
{
	background: url(images/LeftArrow.gif) no-repeat 0 0;
    width: 13px;
}
#imageNavControl #rightArrow
{
	background: url(images/RightArrow.gif) no-repeat 0 0;
	width: 13px;
}
#imageNavControl #toc
{
	background: url(images/TOC.gif) no-repeat 0 0;
	width: 16px;
}
#imageNavControl li
{
	list-style-type: none;
	display: inline;
	float: left;
}
#imageNavControl li a
{
	display:block;
	height: 15px;
	padding: 5px;
	margin-top: 0px;
}
#imageInfoBlock .artworkTitle
{
	color: #917d5c;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 1px #3b413e;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#imageInfoBlock .artworkYear
{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}
#imageInfoBlock .artworkMedia
{
	font-size: 10px;
	font-style: italic;
}
#imageInfoBlock .artworkSize
{
	font-size: 10px;
}

/*----------Buying Options------------*/

#buyingOptions
{
	padding-top: 40px;
}
#buyingOptions #buyingOptionsDisplayControl
{
	width: 100%;
	border-bottom: solid 1px #3b413e;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#buyingOptions #buyingOptionsDisplayControl a
{
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 25px;
	color: #808080;
	text-decoration: none;
}
#buyingOptions #buyingOptionsDisplayControl a:hover
{
	color: #c6ae7e;
}
#buyingOptions #buyingOptionsDisplayControl a.dropdownClosed
{
	background: url(images/DropdownOpen.gif) no-repeat 0 0px;
}
#buyingOptions #buyingOptionsDisplayControl a:hover.dropdownClosed
{
	background: url(images/DropdownOpenBright.gif) no-repeat 0 0px;
}
#buyingOptions #buyingOptionsDisplayControl a.dropdownOpened
{
	background: url(images/DropdownClose.gif) no-repeat 0 2px;
}
#buyingOptions #buyingOptionsDisplayControl a:hover.dropdownOpened
{
	background: url(images/DropdownCloseBright.gif) no-repeat 0 2px;
}
#buyingOptions #formFieldset label.leftLabel
{
    width:40px;
}
#buyingOptions select
{
	width: 130px;
}
#buyingOptions #submitBlock
{
	border-top: solid 1px #3b413e;
	padding-left: 55px;
	padding-top: 5px;
	margin-top: 10px;
}
#buyingOptions #submit
{
    margin-top:3px;
}
#buyingOptions #submit span
{
	padding-left: 14px;
}

/*----------Guestbook------------*/
#formGuestbook label.topLabel
{
	/*width: 70px;*/
}
#formGuestbook label.topLabel em
{
    left: 305px;
    top: 23px;
}
#formGuestbook input.input_text
{
	width: 300px;
}
#formGuestbook textarea
{
	width: 300px;
	height: 200px;
}
#formGuestbook #requiredFieldNotice
{
	float: right;
	margin-top: 10px;
}
#formGuestbook #exceptionMessage
{
	width: 280px;
}
#formGuestbook #validationErrors
{
	width: 300px;
}
#formGuestbook #validationErrors li
{
	list-style-type: disc;
	list-style-position: inside;
}
.guestbookSubmitArea
{
	width: 300px;
	float: left;
}
.guestbookEntry
{
	float: left;
	width: 565px;
	padding-bottom: 20px;
	border-bottom: solid 1px #3b413e;
	margin-bottom: 15px;
}
.guestbookEntryAuthor
{
	/*font-size: 12px;
	font-weight: bold;*/
}
.guestbookEntryDate
{
	/*font-size: 12px;
	font-style: italic;*/
	font-weight: bold;
}
.guestbookEntryText
{
	margin-top: 10px;
	margin-right: 40px;
}

/*----------Contact------------*/
#contactInfoBlock
{
}
#contactInfoBlock div
{
	float: left;
}
#contactInfoBlock #contactInfoPhone, #contactInfoBlock #contactInfoAddr
{
	margin-left: 85px;
}
#contactInfoBlock #contactInfoMap
{
	float: right;
}
#contactInfoBlock img
{
	border: solid 1px #565652;
	padding: 2px;
}

/*----------Links------------*/
#linksBlock div
{
	margin-left: 120px;
	float: left;
	text-align: center;
}
#linksBlock div a
{
	font-size: 12px;
	/*font-weight: bold;*/
}
#linksBlock img
{
	border: solid 1px #565652;
	padding: 2px;
}
#linkWAF
{
	padding-top: 5px;
	padding-bottom: 30px;
	clear: left;
}
#linkWAF #wafCentered
{
	margin-left: 245px;
	width: 180px;
}
#linkPageAgora
{
	margin: 0px 100px 0px 100px;
	clear: left;
	text-align: center;
}
#linkPageAgora a
{
	font-size: 12px;
}
#linkPageAgora div
{
	font-size: 9px;
}

/*----------About------------*/
#aboutAbout
{
	float: left;
	width: 280px;
}
#aboutAbout p
{
   padding-bottom: 10px;
} 
#artistPortrait
{
	float: left;
	margin: 5px 20px 10px 0px;
	border: solid 1px #565652;
	padding: 2px;
}
#aboutResume
{
	float: left;
	width: 280px;
	margin-left: 30px;
}
#aboutResume .exhibitInfo
{
	padding-left: 10px;
}
#aboutResume #groupExhibitionsHeader
{
	padding-top: 1em;
}
#aboutResume #resumePdfLink
{
	background: url(images/pdf.gif) right bottom no-repeat;
	padding-right: 30px;
}
#aboutStatement
{
	float: left;
	width: 280px;
	margin-left: 30px;
}
#aboutStatement h3
{
	display: none;
}
#aboutStatement blockquote
{
	/*font: 1em/1.5em Georgia, "Times New Roman", Times, serif;*/
	float: left;
	background: url(images/ClosingQuote.gif) no-repeat right bottom;
} 
#aboutStatement blockquote p
{
   padding: 0 5px 5px 5px;
} 
#aboutStatement blockquote p.indented
{
   text-indent: 1em;
} 
#aboutStatement blockquote span.firstLetter
{
   background: url(images/OpeningQuote.gif) no-repeat left top;
   padding-left: 25px;
   font: 30px Georgia, "Times New Roman", Times, serif;
} 
#aboutStatement #statementSignature
{
	float: right;
	margin-top: .5em;
	margin-right: 2.5em;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*----------Home------------*/
#homeContainer
{
	width: 960px;
	height:635px;
	background: url(images/HomePageBack.jpg) no-repeat;
}
#homeContent
{
	margin: 20px;
}
