.fadeIn {
     
        /* CSS needed for animation
        ---------------------------------------------------- */
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        -webkit-animation-duration:2s;
        -moz-animation-duration:2s;
        -o-animation-duration:2s;
        animation-duration:2s;
        -webkit-animation-delay:.225s;
        -moz-animation-delay:.225s;
        -o-animation-delay:.225s;
        animation-delay:.225s;
}

/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fastIn {
     
        /* CSS needed for animation
        ---------------------------------------------------- */
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        -webkit-animation-duration:.8s;
        -moz-animation-duration:.8s;
        -o-animation-duration:.8s;
        animation-duration:.8s;
        -webkit-animation-delay:.125s;
        -moz-animation-delay:.125s;
        -o-animation-delay:.125s;
        animation-delay:.125s;
}

/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fastIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fastIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fastIn { from { opacity:0; } to { opacity:1; } }
@keyframes fastIn { from { opacity:0; } to { opacity:1; } }



body
{
	background-color: #F4F1E7;
	font-family: Georgia,Times,Serif;
	color: #000;
	font-size: .89em;
	margin: 0;
	padding: 0;
}

a {
	color: #BD1E1E;
	text-decoration:none; 
	}

p { font-size: 100%; }

#wrapper
{
	background-image: url(/graphics/sides.gif);
	background-repeat: repeat-y;
	width: 806px;
	margin: 1em auto 0;
	padding: 1em;
}

#head
{
	width: 806px;
	margin: 20px 0 30px;
	padding: 0;
}

#logo
{
	float: left;
	width: 44%;
	height: 37px;
	background: url(/graphics/head2.gif) 70px 0 no-repeat;
	margin: 20px 0;
}

#logo h1,#logo h1 a
{
	display: block;
	text-indent: -9999px;
	margin-top: -.5em;
	padding: 15px 0;
}

#navigation-global
{
	float: right;
	width: 45%;
	text-align: right;
	margin-top: 1.4em;
	padding-right: 5em;
}

#navigation-global ul li
{
	font: 100 85%/1.5 Georgia,times,serif;
	text-transform: uppercase;
	display: inline;
	text-align: right;
}

#hover,#prose,.printnav,.printnav ul li { text-align: left; }
.firstletter { font-size: 110%; }

.printnav
{
	float: left;
	width: auto;
	margin-top: 2em;
	padding-left: 15px;
}

.printnav ul
{
	width: 100%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 4px 4px 0;
}

.printnav ul li
{
	font: 85%/1.6 Georgia,Times,serif;
	display: inline;
}

#content
{
	background-color: transparent;
	padding-top: 0;
	text-align: center;
	min-height: 650px;
	margin: 0 auto;
}

#bottom
{
	background-image: url(/graphics/bottom.gif);
	width: 806px;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 1em;
}

#content h1
{
	margin-top: 14px;
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 23px;
}

#content h2
{
	font-family: Georgia,Times,serif;
	font-size: 160%;
	font-weight: 400;
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: 0;
	line-height: 120%;
}

#content h2 a { color: #600; }

#content h3,#content p,#content ul
{
	margin-right: 2em;
	line-height: 150%;
}

#content h1.painting-title
{
	font-size: 120%;
	font-weight: 400;
	line-height: 100%;
}

#content h3
{
	font-size: 150%;
	font-weight: 400;
	line-height: 100%;
}

#gallerywrap H1.pad
{
	font-size: 18px;
	font-weight: 100;
	margin-left: -2em;
	padding: 20px 0;
}

#gallerywrap p.pad
{
	text-align: left;
	padding: 0 20px;
}

#hover { margin: 50px 0 -20px; }

#hover h2
{
	font-size: 96%;
	font-weight: 100;
	margin: -20px 0 0 140px;
}

#about
{
	display: none;
	font-size: 90%;
}

.comments-open label,.status { display: block; }

#hover:hover #about
{
	display: block;
	margin-top: -100px;
	padding: 20px 70px 0 120px;
}

#prose
{
	width: 450px;
	margin: 0 auto;
}

#monthly-archive { width: 420px; }
#monthly-archive p.month-archive-nav { font-size: 130%; }
.arrow { color: #BD1E1E; }

.subnav
{
	width: 100%;
	text-align: right;
	font-size: 90%;
	margin-top: 5px;
}

.subnav a { color: #6C6C6C; }
.posted,.posted a { color: #3C3C3C; }
.prev { padding-right: .35em; }

.next
{
	padding-left: .45em;
	border-left: 1px solid #ccc;
}


.pictureholder
{
	padding-bottom: 2em;
	text-align: left;
	margin: 0 auto;
}

.painting-title
{
	text-align: left;
	font-family: palatino,times,serif;
	padding-left: 2px;
	font-size: 75%;
	letter-spacing: .0125em;
	margin-top: 10px;
}

.status { padding: .7em 0 1em; }

.posted
{
	font-size: 90%;
	line-height: 1.8;
	padding: 8px 0 4px;
}

.posted a:hover
{
	color: #000;
	text-decoration: underline;
}

.CommentBody
{
	text-align: left;
	padding: 0;
}

.comments-head { margin-top: 4em; }

div.comments-body
{
	text-align: left;
	margin-bottom: .5em;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	padding: .5em 0 .25em;
}

#content div.comments-body p { line-height: 180%; }
.comments-open-header { padding: 2em 0; }

#comments label
{
	padding-bottom: 4px;
	color: #666;
}

.comments-post
{
	color: #363636;
	font-size: 90%;
	margin: 3em 0 0;
	padding: 0;
}

.comment,.comment-content p { margin-bottom: .5em; }
#comment-author,#comment-email,#comment-text,#comment-url { width: 80%; }

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-submit { font-weight: 700; }

.comment
{
	padding-bottom: .5em;
	border: none;
}

.comments
{
	width: 100%;
	position: static;
}

abbr { border-bottom: none; }
.comments,.comments-content { margin-bottom: 1.5em; }
#comment-form-email,#comment-form-external-auth,#comment-form-name,#comment-form-remember-me,#comment-form-reply,#comment-form-url,#comments-open-footer,#comments-open-text,.comment-content,.comment-footer,.comments-closed,.comments-header,.comments-open-content,.comments-open-header,.comments-open-moderated { margin-bottom: .75em; }
#comment-form-remember-me label,#comment-form-reply label { display: inline; }

.comments-header,.comments-open-header
{
	position: relative;
	width: auto;
}

.archivelist
{
	min-height: 1200px;
	margin-bottom: 1400px;
	width: 180px;
	float: right;
	text-align: left;
	padding-left: 2em;
}

#annual div.archivelist,#archive-index div.archivelist,#category div.archivelist,#monthly div.archivelist
{
	width: 180px;
	float: right;
	padding-left: 1em;
	min-height: 1200px;
	text-align: left;
}

#archive-index div.archivelist,#category div.archivelist { margin-bottom: 20px; }
#annual div.archivelist { margin-bottom: 2000px; }
#monthly div.archivelist { margin-bottom: 1400px; }

.archivelist ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em;
}

.archivelist h4
{
	font-weight: 100;
	font-size: 110%;
	color: #666;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

#gallerywrap
{
	width: 790px;
	text-align: center;
}

#gallerywrap #fulldaily div { padding: 1em 20px; }
.archivegallery { padding: 1em 30px 2em 120px; }

.littlepic
{
	float: left;
	width: 75px;
	padding: 2px;
}

#navlist
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 19px;
	padding-left: 10px;
	margin: 0;
}

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

#navlist a:link,#navlist a:visited
{
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: small;
	font-weight: 400;
	line-height: 14px;
	margin-right: 8px;
	text-decoration: none;
	padding: 2px 10px;
}

#navlist #subnav-1,#navlist #subnav-2
{
	display: none;
	width: 90%;
}

body.section-1 #navlist ul#subnav-1,body.section-2 #navlist ul#subnav-2
{
	display: inline;
	left: 10px;
	position: absolute;
	top: 95px;
}

body.section-1 #navlist ul#subnav-1 a,body.section-2 #navlist ul#subnav-2 a
{
	background: #fff;
	border: none;
	border-left: 1px solid #ccc;
	color: #999;
	font-size: smaller;
	font-weight: 700;
	line-height: 10px;
	margin-right: 4px;
	text-decoration: none;
	padding: 2px 10px;
}

#navlist ul a:hover { color: red!important; }

#contents
{
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	margin: 0;
	padding: 15px;
}

.printgallery
{
	text-align: left;
	padding-left: 1em;
}

.printcontainer
{
	float: left;
	width: 500px;
	font-size: 82%;
	margin: 0 0 20px;
	padding: 20px 0 20px 20px;
}

.leftCol
{
	float: left;
	width: 220px;
	margin: 20px 0 0;
	padding: 0;
}

.rightCol
{
	float: left;
	width: 240px;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0 0;
}

.rightCol h3 { font-weight: 100; }

.infocol-prints,.infocol-subscribe
{
	width: 230px;
	float: right;
	text-align: left;
}

.infocol-subscribe
{
	width: 300px;
	float: right;
	text-align: left;
}

#prev,#prevLink,.fixedPrice { float: left; }

.print-data
{
	margin: -.3em 0 0;
	padding: 0;
}

.edition { margin-top: -.3em; }

.print
{
	font-style: italic;
	padding: 1em 0 1em 0;
}

#next,#pagination,#prev
{
	width: auto;
	margin: 10px 4px 40px 0;
	padding: 5px;
}

#cartbuttons
{
	float: right;
	width: 80%;
	text-align: right;
	margin-top: 1em;
	padding-right: 3em;
}

#cartbuttons ul li
{
	font: 80% Georgia,times,serif;
	text-transform: uppercase;
	display: inline;
	text-align: right;
}

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

#cartbuttons ul li a
{
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 4px;
}

#cartbuttons ul li a:hover { border: 1px solid #BD1E1E; }
#pagination { text-align: center; }
#next { float: right; }

#soldOut
{
	display: block;
	text-indent: -9999px;
}

#available { text-indent: 0; }
#lightbox { z-index: 100; }

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

#imageContainer { padding: 10px; }

#loading
{
	top: 40%;
	height: 25%;
}

#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: 0; }

#nextLink,#prevLink
{
	width: 49%;
	height: 100%;
	background: url(../graphics/blank.gif) no-repeat;
	display: block;
}

#prevLink { left: 0; }

#nextLink
{
	right: 0;
	float: right;
}

#prevLink:hover,#prevLink:visited:hover { background: url(../graphics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover,#nextLink:visited:hover { background: url(../graphics/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer
{
	font: 12px Georgia,times,serif;
	background-color: #fff;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	margin: 0 auto;
}

#imageData
{
	color: #666;
	padding: 0 10px;
}

#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1em;
	color: #BD1E1E;
}

#imageData #bottomNavClose
{
	width: 85px;
	float: right;
	padding: 0 .5em;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#SubScribePage div.Required
{
	width: 200px;
	margin: 10px;
	padding: 4px 10px 4px 0;
}

#SubScribePage table.line490 td
{
	width: 100px;
	padding: 4px 20px 4px 0;
}

.clearall
{
	clear: both;
	height: 1px;
}

#footer
{
	width: 100%;
	font-size: 12px;
	color: #6C6C6C;
	margin: 20px auto;
	text-align: center;
}

#footer p
{
	font-size: 10px;
	padding-top: 10px;
}

#footer a
{
	color: #6C6C6C;
	text-decoration: none;
}

#footer a:hover
{
	color: #6C6C6C;
	text-decoration: underline;
}

#prose span.attribution
{
	font-style: italic;
	color: #6C6C6C;
	margin-top: 2em;
	text-align: right;
}

#lightbox a img,img { border: none; }
#hover:hover h2,div.taglist { display: none; }
#imageData #caption,strong { font-weight: 400; }
body>#bottom,body>#head,body>#wrapper { width: 809px; }

#logo h2,#logo h3
{
	display: block;
	text-indent: -9999px;
	margin-top: -1em;
	padding: 0;
}

#cartbuttons ul,#navigation-global ul
{
	width: 100%;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 4px 4px 0;
}

#navigation-global ul li a,.printnav ul li a
{
	text-decoration: none;
	padding: 4px;
}

#navigation-global ul li a:hover,.printnav ul li a:hover,.subnav a:hover { text-decoration: underline; }

#comment-greeting,.null
{
	font-size: 1px;
	display: none;
}

#navlist a:link#current,#navlist a:visited#current,body.section-1 #navlist li#nav-1 a,body.section-2 #navlist li#nav-2 a
{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#lbBottom,#lbImage { border: 10px solid #fff; }
#SubScribePage div.required,#navlist a:hover,.req { color: red; }

#lbOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbBottomContainer,#lbCenter
{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading { background: url(loading.gif) center no-repeat #fff; }

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbNextLink,#lbPrevLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: 0;
}

#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: url(prevlabel.gif) 0 15% no-repeat; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: url(nextlabel.gif) 100% 15% no-repeat; }

#lbBottom
{
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: url(closelabel.gif) center no-repeat;
	margin: 5px 0;
	outline: 0;
}

#lbCaption,#lbNumber { margin-right: 71px; }
#lbCaption { font-weight: 700; }

/* Featherlight – ultra slim jQuery lightbox Version 1.3.4 - http://noelboss.github.io/featherlight/Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)MIT Licensed.*/

@media all
{
	.featherlight
	{
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2147483647;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		background: rgba(0,0,0,0);
	}
	
	.featherlight:last-of-type { background: rgba(0,0,0,.5); }
	
	.featherlight:before
	{
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -.25em;
	}
	
	.featherlight .featherlight-content
	{
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		min-width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;
		background: 0 0;
		cursor: auto;
		white-space: normal;
	}
	
	.featherlight .featherlight-inner { display: block; }
	
	.featherlight .featherlight-close-icon
	{
		position: absolute;
		z-index: 9999;
		top: 2px;
		right: 30px;
		border-radius: 20px;
		line-height: 25px;
		width: 25px;
		cursor: pointer;
		text-align: center;
		font-family: Arial,sans-serif;
		background: rgba(255,255,255,.3);
		color: #000;
	}
	
	.featherlight .featherlight-image { width: 100%; }
	
	.featherlight-iframe .featherlight-content
	{
		border-bottom: 0;
		padding: 0;
	}
	
	.featherlight iframe { border: none; }
}

@media only screen and (max-width:1024px)
{
	.featherlight .featherlight-content
	{
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;
	}
}
