/****************************************************************************
* Global Reset to sane values 
*****************************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  /* vertical-align: baseline; */
}

body { 
  line-height: 1.5; 
  min-width: 950px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* 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; }
/* end reset */


/*****************************************************************************
* Typography
*****************************************************************************/

body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#003;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#efefef;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/*****************************************************************************
* Layout
*****************************************************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
	min-width: 1000px;
}

#page {
	background-image: url(/static/images/background.png);
	background-repeat: repeat-y;
}

#left-col {
	padding: 0 0 2em 0;
	float: left;
	font-size: 12px;
	width: 180px;
	background-color: transparent;
	color: #ffffff;
}

#logo {
	text-align: center;
	padding: 1em 0 1em 0;
}

#left-col .search {
	margin-bottom: 1em;
	text-align: center;
}

/* left nav menu */

.menu ul {
	margin: 0;
	padding: 0 1em 0 1em;
	list-style-type: none;
}
.menu ul li {
	padding-left: 15px;
	background: url(/static/images/bullet.gif) left top no-repeat;
}

.menu ul li ul {
	color: #a2a9af;
	list-style-image: none;
	list-style-type: none;
	margin: 1em 0 1em 1em;
	padding: 0;
}

.menu ul li ul li {
	background: none;
	margin: 0;
	padding: 0 0 .5em 0;
}


.menu ul a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.menu ul a:link,
.menu ul a:visited,
.menu ul a:active {
	color: #ffffff;
}

.menu ul a:hover {
	color: #5a6571;
	background-color: #fffffe;
}

.menu ul ul a:link,
.menu ul ul a:visited,
.menu ul ul a:active {
	color: #ddd;
}

.menu ul ul a:hover {
	color: #5a6571;
	background-color: #fffffe;
}

.menu ul ul li.cart{
	padding-left: 20px;
	margin-left: -20px;
	background: transparent url(/static/images/view-cart.png) no-repeat scroll 0 0;
}

#right-col {
	margin-left: 210px;
	margin-right: 20px;
}

#header {
	margin-bottom: 20px;
	color: #e5e8ed;
}

#header-image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 10px 10px;
}

.heading1, .heading2 {
	text-align: center;
	color: #777;
}

.heading1 sup {
	font-size: .67em;
}

.spacer {
	clear: both;
}

#footer hr {
	width: 75%;
}

#footer {
	font-size: 12px;
	text-align: center;
}


/*****************************************************************************
* General.  Applicable to most pages
*****************************************************************************/
#contents {
	/*background-color: #e5e8ed;*/
	padding: 0;
	margin: 0;
}

#contents h2.pageTitle {
	color: #efefef;
	background-color: #8a939d;
	font-family: "Palatino Linotype", serif;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	padding-left: .5em;
	border-top: 4px solid #e5e8ed;
	border-bottom: 4px solid #e5e8ed;
}

.center {
	text-align: center;
}

img.center {
	margins: 0 auto;
	display: block;
}

.bold {
	font-weight: bold;
}

.heading1 {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 1.8em;
}

.heading2 {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 1.2em;
}

/* Generic classes */
.bold {
	font-weight: bold;
}

/*****************************************************************************
* Message/Alert Boxes
*****************************************************************************/
.message-box {
	padding: 5px;
	color:#545454;
	width:80%;
	margin:5px auto 1em auto;

	vertical-align: middle;
} 

.message-box .icon {
	height: 32px;
	width: 32px;
	background-image: url(/static/images/alert-icons.gif);
	background-repeat: no-repeat;
	float: left;
}

.message-box .message {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 42px;
}

 
.clean-box {
	background-color: #efefef;
	border-top: 2px solid #dedede;
	border-bottom: 2px solid #dedede;
} 

.clean-box .icon {
	background-position: 0 -96px;
}

.info-box  {
	background-color: #f7fafd;
	border-top: 2px solid #b5d3ff;
	border-bottom: 2px solid #b5d3ff;
} 

.info-box .icon {
	background-position: 0 -64px;
}

.ok-box    {
	background-color: #d7f7c4;
	border-top: 2px solid #82cb2f;
	border-bottom: 2px solid #82cb2f;
} 

.ok-box .icon {
	background-position: 0 -128px;
}

.alert-box {
	background-color: #fef5be;
	border-top: 2px solid #fdd425;
	border-bottom: 2px solid #fdd425;
} 

.alert-box .icon {
	background-position: 0 -32px;
}

.error-box {
	background-color: #ffcdd1;
	border-top: 2px solid #e10c0c;
	border-bottom: 2px solid #e10c0c;
} 

.error-box .icon {
	/* background-position: 0 -160px; */
	background-position: 0 0;
}



/*****************************************************************************
* Front Page
*****************************************************************************/
#front {
	background-color: #cccccc;
	padding: 1em;
	font-weight: bold;
}

.frontCenter {
	width: 48em;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.front {
	overflow: hidden;
}

.front img {
	float: left;
	border: 3px ridge #5a6571;
	margin-right: 1em;
}

.finePrints, 
.artists,
.exhibitions {
	margin-bottom: 3em;
}

.artists img {
	margin-left: .8em;
	float: right;
}

.artists .align {
	float: right;
}

.front .title{
	text-transform: uppercase;
	font-size: 1.3em;
	color: #444444;
	margin-bottom: .5em;
}

.front ul li{
	list-style-type: none;
	margin-bottom: .27em;
}

.front ul li a {
	color: #555555;
	text-decoration: none;
	padding: .1em .2em;
}

.front ul li a:hover{
	border-bottom: 1px solid #777777;
	color: #888888;
}

/*****************************************************************************
* Browse view
*****************************************************************************/

/* Buttons */
.galleryBrowseRowButtonsGroup {
	float: right;
}

.galleryBrowseRowButtons {
	display: inline;
}

.galleryBrowseRow {
	margin-bottom: 2em;
	border: 1.7px solid #ccc;
	padding: .5em 1em 1em;
	background-color: #f9f9f9;
}

.galleryBrowseRowSummary {
	padding-top: .75em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans serif;
	font-size: 1em;
	color: #3f233c;
	padding-bottom: 1.5em;
}

.galleryBrowseRowImage {
	width: 160px;
	float: left;
	padding-top: 1.5em;
}

.galleryBrowseRowImage img {
	border: 1px solid #3f233c;
}

.galleryBrowseRowSummary {
	margin-left: 160px;
}

.galleryBrowseRowTitle {
	font-weight: bold;
}

.galleryBrowseRowTitle a{
	color: #222;
	text-decoration: none;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 1.5em;
}

.galleryBrowseRowTitle a:hover {
	text-decoration: underline;
	color: #5a6571;
}

.galleryBrowseRowLabel {
	width: 10em;
	float: left;
	font-weight: bold;
}

/* Browse Controls */
.pager b{
	color: #fff;
	padding: 0 .2em;
	padding-right: .5em;
	font-size: 1.2em;
	border-right: 1px solid #e5e8ed;
}

.browseControls {
	padding-bottom: 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
	/* color: #5a6571; */
	color: #3f233c;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

#viewSelector #viewSelect, 
#sortSelector #sortSelect {
	color: #3f233c;
	font-weight: bold;
	font-size: 1.2em;
}

#browseCount {
	float: right;
}
#viewSelector, #sortSelector {
	float: left;
}

#sortSelector {
	padding-left: 2em;
}


/*****************************************************************************
* Grid View
*****************************************************************************/

.galleryGalleryBlock {
	width: 200px;
	height: 270px;
	float: left;
	background-color: #f9f9f9;
	border: 1.7px solid #ccc;
	margin: 1em;
	padding: 1em;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
}

.galleryGalleryBlock:hover {
	background-color: #e9e9e9;
}


.galleryGalleryImage a img{
	border: 1px solid #3f233c;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.legend {
	padding: 1em;
	text-align: center;
	color: #3f233c;
}

.legend a{
	text-decoration: none;
	font-weight: bold;
	color: #222222;
}

.legend a:hover{
	text-decoration: underline;
	color: #5a6571;
}

.more {
	position: absolute;
	bottom: 0;
	right: 0;

	padding: 0 5px 10px 10px;
	font-weight: bold;

}

/*****************************************************************************
* Snapshot View
*****************************************************************************/
.gallerySnapshotView img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallerySnapshotBlock {
	float: left;
	width: 125px;
	height: 125px;
	padding: 1em;
}

.gallerySnapshotImage img {
	border: 1px solid #3f233c;
}

#previewBox {
	text-align: center;
	color: #3f233c;
	font-weight: bold;
}

#previewBoxCaption {
	border: 2px solid #5a6571;
	font-size: 1em;
}

#previewBoxTitle {
	color: #fff;
	background-color: #5a6571;
	font-weight: normal;
	font-size: 1.3em;
	font-family: "Palatino Linotype", serif;
	margin: 0 -.5em;
}

/*****************************************************************************
* Artist List
*****************************************************************************/

ul.artistListColumn {
	list-style-type: none;
	width: 18em;
	float: left;
}

ul.artistListColumn li {
	margin: 1.5em 1em;
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", 
	Verdana, "Trebuchet MS", Arial, sans serif;
	font-size: 1.0em;
	line-height: 1.2em;
}

ul.artistListColumn li a {
	text-decoration: none;
	color: #5a6571;
}

ul.artistListColumn li a:hover {
	text-decoration: underline;
}

.artistList {
	width: 100%;
	float: left;
}

#contents .pager {
	text-align: center;
	background-color: #8a939d;
}

#contents .pager a {
	border-right: 1px solid #e5e8ed;
	padding: 0 .3em 0 .2em;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #e5e8ed;
	font-family: "Palatino Linotype", "Times New Roman", 
	"Lucida Sans Unicode", Verdana, "Trebuchet MS", sans serif;
}

#contents .pager a:hover {
	color: #5a6571;
	background-color: #e5e8ed;
}

#contents .pager a.last {
	border-right: none;
}

.stock {
	padding-top: 1.5em;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Palatino Linotype";
	color: #5a6571;
}

/*****************************************************************************
* Exhibitions
*****************************************************************************/

#exhibitionList .exhibitionEntry {
	overflow: auto;
	width: 100%;
	margin-bottom: 2em;
	border-bottom: 7px ridge #8a939d;
}

.exhibitionEntryTitle {
	border-bottom: 4.3px outset #8a939d;
	background-color: #202020;
}

.exhibitionEntryTitle a{
	color: #8a939d;
	text-decoration: none;
	font-weight: bold;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 1.5em;
	padding-left: .5em;
}

.exhibitionEntryTitle a:hover {
	color: #fff;
}

.exhibitionEntrySummary img {
	margin-right: 1.2em;
	margin-bottom: 1em;
	border: 4.7px outset #e5e8ed;
	float: left;
}

.exhibitionEntrySummary p {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 165%;
	padding: 1em 2em;
margin: 0;
	text-align: center;
}

.exhibitionEntryButtons {
	float: right;
	margin-right: 3em;
	margin-bottom: 1em;
}

.exhibitionEntryButtons a img {
	width: 7.7;
	margin-left: .5em;
	display: inline;
}

.exhibitionIntroBody {
	margin: 0;
	font-size: 1.4em;

}

/*****************************************************************************
* Inventory Detail Pages
*****************************************************************************/

.galleryItemImage {
	padding-bottom: 1.5em;
}

.galleryItemImage img{
	border: .5px solid #3f233c;
	padding: 0;
	margin: auto;
	display: block;
}

.galleryItemImageThumbs {
	background-color: #ddd;
	overflow: auto;
	padding: 1em;
	margin-bottom: 1em;
}

.galleryItemImageThumb {
	float: left;
	margin-right: 1em;
	cursor: pointer;
}


.galleryItemCaption h1,
.galleryItemCaption h2 {
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	margin: 1px;
	padding: 1px;
	color: #4e4e4e;
	text-align: center;
}

.galleryItemCaption h1 {
	font-size: 24px;
}

.galleryItemInfo {
	margin: auto;
	display: block;
	width: 90%;
	padding: .75em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans serif;
	font-size: 1em;
	color: #3f233c;
	border: .8px solid #e5e8ed;
	background: #f8f8f8;
	margin-bottom: 1em;
}

.galleryItemLabel {
	width: 8em;
	float: left;
	font-weight: bold;
	padding: .5em;
}

.galleryItemField {
	margin-left: 9em;
	padding: .5em;
}

.galleryItemField h1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	float: left;
}

.galleryItemField .biographyLink {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1;
}


/*****************************************************************************
* Basket List
*****************************************************************************/

.basketList th {
	color: #3f233c;
	background-color: #fff;
	text-align: center;
	border: 4px double #e5e8ed;
	font-family: "Lucida Console", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding: .35em .7em;
}

.basketList th.title {
	text-align: left;
}

.basketList th.buttons {
	width: 5em;
}

.basketList td {
	color: #384350;
	border-bottom: 1px solid #ccc;
	font-family: "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 1.1em;
	padding: .3em .7em;
}

.basketList td.price {
	text-align: right;
}

.basketList img.buttons {
	width: 8em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************************
* Pages aka cms
*****************************************************************************/
.cms {
	border: 7px solid #a2a9af;
	padding: 2em;
	padding-top: 1.3em;
}

.cms h3{ 
	color: #5a6571;
	border-bottom: 3px solid #5a6571;
	font-size: 1.59em;
	font-weight: bold;
	font-family: "Copperplate Gothic Bold", serif;
	padding: .3em 0;
	text-align: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.cms p{
	color: #1f1f1f;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 1.05em;
	line-height: 170%;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}

.cms p a {
	color: #5a6571;
	text-decoration: none;
	font-size: 1.06em;
}

.cms p a:hover {
	color: #1f001a;
	text-decoration: underline;
}

.cmspix img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 5px outset #e5e8ed;
	padding: .5em;
}

/* Links */
.cms .links {
	padding: .1em .5em;
	font-size: 1em;
}

.cms .links p {
	font-weight: bold;
}

.cms .links ul li a{
	font-weight: bold;
	text-decoration: underline;
	font-size: .9em;
	color: #5a6571;
	line-height: 181%;
	padding: .2em;
}

.cms .links ul li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #5a6571;
}

/* Techiniques Page */

.cms #listCol {
	float: left;
	width: 50%;
	background-color: #ffffff;
	margin-top: -1em;
}

.cms .categoryList ul {
	margin: 0;
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 3em;
}


.cms .categoryList ul li {
	list-style-type: none;
	margin-top: 1em;
	background-color: #333;
}

.cms .categoryList ul li a {
	color: #1f001a;
	background-color: #fff;
	border: 1px outset #1f001a;
	padding: .1em .5em;
	font-family: "Palatino Linotype", serif;
	font-size: 1.5em;
	text-decoration: none;
}

.cms .categoryList ul li a:hover {
	color: #5a6571;
	border: 2px outset #5a6571;
}

.cms .categoryList ul ul {
	padding-left: 0;
	padding-top: 1em;
	background-color: #efefef;
	margin: 0;
}


.cms .categoryList ul ul li {
	list-style-type: none;
	background-color: #efefef;
	margin-top: .3em;
	padding-bottom: .3em;
}

.cms .categoryList ul ul li a {
	color: #5a6571;
	background-color: #efefef;
	border: none;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1.1em;
	line-height: 180%;
	padding-left: 3em;
}

.cms .categoryList ul ul li a:hover {
	color: #5a6571;
	text-decoration: underline;
	border: none;
}

.cmsSectionHeading {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

h3.cmsSectionSubHeading {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: left;
	width: auto;
	color: inherit;
	border-bottom: none;
	margin-bottom: 1em;
	font-style: italic;
}


/*****************************************************************************
* Checkout page
*****************************************************************************/
fieldset {
	border: 1px solid #ccc;
	margin: 1em;
	color: #5a6571;
}

fieldset legend {
	font-family: "Palatino Linotype", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #3f233c;
}

fieldset input, 
select {
	color: #5a6571;
}

.billingInfo {
	width: 45%;
	float: left;
	margin-top: 0;
}

.shippingInfo {
	width: 45%;
	margin-top: 2em;
}

.paymentMethods {
	margin-top: 9.2em;
}

#paymentBlock-3 .text {
	width: 42em;
}

/* Checkout Review */
#billingInfo,
#shippingInfo {
	color: #5a6571;
	width: 47%;
	float: left;
}

#billingInfo fieldset,
#shippingInfo fieldset,
#creditCard fieldset {
	padding: 1em 1.5em;
}

#creditCard {
	color: #5a6571;
	width: 95%;
	margin-top: 18em;
}

/*****************************************************************************
* Contact Us page
*****************************************************************************/
#contactForm {
	width: 41em;
	float: left;
}

/* Contact Panel */
#contactPanel {
	background-color: #cccccc;
	font-size: 11px;
	width: 26em;
	padding: .5em;
	margin-left: 50em;
	margin-top: 3em;
}

#contactPanel .Header {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}

#contactPanel .contactImage {
	margin-bottom: 1.4em;
}

#contactPanel .contactDetailRow {
	margin-bottom: 1.4em;
}

#contactPanel .contactDetailRow.nospace {
	margin-bottom: 0;
}

#contactPanel .contactDetailLeft {
	width: 12em;
	float: left;
	font-weight: bold;
}

#contactPanel .contactDetailRight {
	width: 13em;
	margin-left: 12em;
}

/*****************************************************************************
* Biography
*****************************************************************************/

.biography .bannerImages {
	text-align: center;
	background-color: #222;
	border: 3px inset #e5e8ed;
	margin-bottom: 1.5em;
}

.biography .bannerImages img {
	border: 3px outset #ccc;
	padding: .2em;
	margin: 1em;
}

.biography .heading {
	padding-bottom: .001em;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Lucida Sans Serif", sans-serif;
}

.biography .heading h2 {
	color: #1f011a;
	font-size: 2em;
	font-weight: bold;
}

.biography .heading h3 {
	color: #5a6571;
	line-height: 70%;
	font-weight: bold;
	font-size: 1.4em;
}

.viewInventoryLink a {
	font-family: "Palatino Linotype", serif;
	font-size: 1.2em;
	text-decoration: none;
	color: #5a6571;
}

.viewInventoryLink a:hover {
	text-decoration: underline;
	color: #1f001a;
}

.biography .body {
	padding: 2em 2em 4em;
	border: 7px ridge #5a6571;
	margin: 1em 0;
}

.biography .body p img {
	padding: .2em;
	border: 4px outset #3f233c;
	margin: 1.1em;
	display: inline;
}


.biography .body p img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 5.9px outset #3f233c;
}

.biography .body p {
	color: #222;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1.07em;
	line-height: 160%;
	padding: 1em;
	padding-bottom: 0;
}

/*****************************************************************************
* Snapshot test
*****************************************************************************/

#previewBox {
	width: 270px;
	/* height: 300px; */
	position: absolute;
	display: none;
	border: 1px solid #000000;
	margin: 0 1em;
	background-color: #ffffff;
}

#previewBox #previewBoxImage {
	width: 250px;
	height: 250px;
	margin: 5px auto;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#previewBox #previewBoxImage IMG.loading {
	position: relative;
	top: 100px;
}


#previewBox #previewBoxImage IMG {
	margin: 0 auto;
	display:block;
}

#previewBox #previewBoxCaption {
	margin: 1em 10px;
	padding: 0 .5em;
	background-color: #ffffff;
}


#previewBox #previewBoxCaption #previewBoxTitle {
	font-weight: bold;
}

/* Expirament */ 
.galleryGalleryBlock .legend a {
	overflow: hidden;
	display: block;
	white-space: nowrap;
}

.galleryGalleryBlock .legend a:hover {
	z-order: 30;
	white-space: normal;
}



.button-default {
  color: white;
  // nice green
  // background-color: #297e52;
  // background-image: linear-gradient(to bottom,#297e52,#16452d);
  background-color: #5A6571;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#5A6571),to(#89939D));
  background-image: linear-gradient(to bottom,#5A6571,#89939D);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
          box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 10px;
  display: inline-block;
}

.button-default:hover {
  background-color: #343F4B;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#343F4B),to(#5A6571));
  background-image: linear-gradient(to bottom,#343F4B,#5A6571);
}

.button-slanted {
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.button-slanted span {
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);  
  display: inline-block;
  padding: 0 1em;
}

