/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/*reset.css*/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;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

/* base.css, part of YUI's CSS Foundation */
h1 {
	font-size:300%;  
	line-height: 100%;
	padding: 1.153846153846em 0 0 10px;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}

h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:.6em;
}

#custom-doc {
margin:auto;
text-align:left;
width:59.076923076923em;/* !IE */
*width:57.653169230769em;/*IE*/
min-width:768px;
}

#hd{
	background:#C3BDB2;
	color:#7A6C51;
	height:9.230769230769em;
	*height:9.008307692307em;
	min-height:120px;
	margin-top: 20px;
}

#bd{
	background:#D0C5C5;
	color: #7A6C51;
	min-height:420px;
}

#bd a{
	color: #7A6C51;
}
#bd a:hover{
	color: #5B503D;
}

#bd p {
	line-height: 140%;
}

#bd p, #bd ul, #bd dl, #bd table {
	font-size: 92%;
}

.csc-firstHeader {
	margin: 1em 0 1em;
}

#margin {margin: 0 10px 10px 10px; padding-top:10px;}

#ft{
	text-align:right;
}

#ft a {color:#ccc;}

ul#nav, #nav li {list-style:none;margin:0;padding:0;display:inline;}

#nav a {
	background: #7A6C51;
	height:66px;
	width:66px;
	display: block;
	float:left;
	color:#C3BDB2;
	text-align:center;
	margin: 30px 6px 0 0;
}

#nav a span {display:none;}

a#paintings {
	background: #7A6C51 url('../images/menu_bg.jpg') no-repeat 0 0;
}

a#paintings:hover {
	background-position: 0 -66px;
}

a#murals {
	background: #7A6C51 url('../images/menu_bg.jpg') no-repeat -66px 0;
}

a#murals:hover {
	background-position: -66px -66px;
}

a#illustrations {
	background: #7A6C51 url('../images/menu_bg.jpg') no-repeat -132px 0;
}

a#illustrations:hover {
	background-position: -132px -66px;
}

a#prints {
	background: #7A6C51 url('../images/menu_bg.jpg') no-repeat -198px 0;
}

a#prints:hover {
	background-position: -198px -66px;
}

a#about-me {
	background: #7A6C51 url('../images/menu_bg.jpg') no-repeat -264px 0;
}

a#about-me:hover {
	background-position: -264px -66px;
}

.tr ul {
	display:inline;
	float: right;
}

.yui-t3 .yui-b {
	float:left;
	width:20.769230769231em;
}

.yui-t3 #yui-main .yui-b {
	margin-left: 20.769230769231em;
}

.caption {color:#84835C;margin-top:4px;font-size:80%;}
.instruction {color:#84835C;font-size:80%;}

#lc{margin: 10px 0 10px 10px;width:245px;}
#lc img {margin:0;border:none;}


#rc{margin:10px 10px 10px 0;min-height:380px;}
#rc div{text-align:right;}

#rc #comment {text-align:left;color:#947F42;}

h1 a {color:#7A6C51;text-decoration:none;}
h1 a:hover {color:#5F5540;}

#adymo {font-size: 95%;}
#adymo a{text-decoration:none;}
#adymo a:hover{color:#333;}
#bjdisplayer-grid td {
	padding: 0 4px 4px 0;
}
