/* no longer necessary without mini gallery Dave*/

body {
	margin:0;
	padding:0;
	background: #fff url("/images/bg.gif") repeat top;
	color: #333;
	letter-spacing: .02em;
	font-weight: normal;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode" ;
}


img {
	display: block;
	cursor: pointer;
}

a:link,
a:visited {
	color: #962727;
	text-decoration: underline;
}

a:hover {
	background: #962727;
	color: #fff;
	text-decoration: none;
}

.errorExplanation {
	color: #962727;
	font-size: .85em;
	margin: 10px 0;
	background:pink;
	border:1px solid #962727;
	padding:10px;
}

.errorExplanation ul {
	margin:0;
	padding:0;
	list-style-position: inside;
}


/* |||||||| Form [Begin] |||||||||| */

form {
	font-size: .9em;
	font-family: Verdana, "Lucida-Grande","Lucida Sans";
}

textarea {
	border: 1px solid #aaa;
	background: #eff0e4;
	font-family: Verdana, "Lucida-Grande","Lucida Sans";
	font-size: .85em;
	line-height: 1.4em;
	padding: 0.4em;
	color: #666;
	clear: both;
}

input,
.editor_field {
	margin: 0 5px 0 0;
	border: 1px solid #aaa;
	padding: 0.2em;
	background: #eff0e4;
	color: #666;
}

select {
	margin: 0 5px 0 5px;
	border: 1px solid #aaa;
	background: #eff0e4;
	color: #666;
}

.submit,
.editor_ok_button {
	padding: 0.2em;
	margin: 0 5px 0 0;
	color: #fff;
	background: #7d7e6f;
	border: 1px solid #666;
	cursor: pointer;
}

.clear {
	clear: both;
}

form label {
	padding: 0.3em 0.3em 0.3em 0;
	width: 65px;
	display: block;
	float: left;
	color: #666;
}

form div {
	clear: both;
	margin: 20px 0 0 0;
}

/* |||||||| Form [End] |||||||||| */

p, em {
	font-size: .85em;
	line-height: 1.4em;
	margin: 0 0 .85em 0;
	padding: 0;
	color: #444;
}

ol {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: .85em;
}

ol li {
	list-style-position: inside;
}

h1 {float:left; padding:0; margin:0;width:214px;height:62px;}

h2, h3, h4, h5 {
	font-family: Georgia,"Times New Roman", Times;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: .1em;
	padding: 0 .6em .5em 0;
	margin: 0;
	color: #444;
}

h3{
	color:#962727;
	font-size:1.4em;
}

h4 {
	font-size:1.3em;
	letter-spacing: .09em;
}

h5 {
	font-size:1.1em;
	letter-spacing: .09em;
}

#image_palette_wrapper h5 {font-family:Helvetica;font-size:1em;}

small {
	font-size: .8em;
	text-transform: lowercase;
}

br {
	clear: both;
}

table {
	font-size: .85em;
	background: silver;
}

th {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	background: #424338;
	color: #fff;
}

.one {
	background: #f8f8f8;
}

.two {
	background: #eeefe5;
}


#indicator {
	z-index:500;
	position: absolute;
	top: 10px;
	right: 40px;
}

#indicator img {
  padding:0;
  margin:0;
}

.flash_notice_wrapper {
	border: 1px solid #962727;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: .9em;
	padding: .5em;
	text-align: center;
	text-transform: uppercase;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/mini_gallery_bg.png',sizingMethod='scale');
	background: transparent url("/images/mini_gallery_bg.png") repeat top;
	_background:none;
}

.flash_notice_wrapper em {
	color: #962727;
}

#update_notice {
	position:absolute; 
	z-index:300; 
	top:10px; 
	width:365px;
}

/* |||||||| Header [Begin] |||||||||| */
#header_bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	_height:65px;
	background: transparent url("/images/header_bg_shadow.png") top repeat-x;
	_background:#333;
	z-index: 4;
}

#header {
	position: relative;
	z-index:10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;	
	background: transparent url("/images/header_bg.jpg") top repeat-x;
}

#header img {
	float: left;
}

#header ul {
	padding: 0;
	margin: 0;
}

#header ul li {
	float: left;
	list-style: none;
	height: 62px;
	border-left: 1px solid #924f4f;	
}

#header ul li a {
	display: block;
	line-height: 62px;
	padding: 0 20px;
	border-left: 1px solid #782828;
	font-size: 1.2em;
}

#header ul li a:link,
#header ul li a:visited {
	color: #e8e8e8;
	font-family: Georgia, Verdana;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .11em;
}

body#gallery #header ul li.gallery_button a:link,
body#gallery #header ul li.gallery_button a:visited,
body#gallery #header ul li.gallery_button a:hover,
body#biography #header ul li.biography_button a:link,
body#biography #header ul li.biography_button a:visited,
body#biography #header ul li.biography_button a:hover,
body#scribbling #header ul li.scribbling_button a:link,
body#scribbling #header ul li.scribbling_button a:visited,
body#scribbling #header ul li.scribbling_button a:hover,
body#contact #header ul li.contact_button a:link,
body#contact #header ul li.contact_button a:visited,
body#contact #header ul li.contact_button a:hover,
#header ul li a:hover {
	color: #fff;
	border-bottom: 3px solid #342727;
	background: transparent url("/images/header_bg_r.jpg") top repeat-x;
}


#header ul li.last_button {
	border-right: 1px solid #782828;
}

#header ul li.last_button a {
	border-right: 1px solid #924f4f;
}

/* |||||||| Header [End] |||||||||| */


/* |||||||| Content [Begin] |||||||||| */
#content_wrapper {
	background: transparent url("/images/content_bg.png") repeat-y top;
	_background: transparent url("/images/content_bg.gif") repeat-y top;
	width: 736px;
	padding: 20px 65px 20px 45px;
	margin: 0 auto;
	position: relative;
	top: -8px;
	_top:0px;
	_margin-bottom:-500px;
	z-index: 1;
}

#content_wrapper * {
	z-index:10 !important;
}
#blinder {
    position: absolute;
	top: 58px;
	left:0;
	background: #fff;
	z-index: 3;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	width: 400px;
	font-size: 1em;
	padding: .5em;
   }

#blinder p,
#blinder td,
#blinder th {
	font-size:  .7em;
}

.product {
	background: #ffffff;
	border: 1px dotted silver;
	margin: 5px 0;
	padding: .1em;
}

#footer {
	text-align: center;
	color: #7d7e6f;
	font-size: .9em;
	padding: 1.9em;
	background:  transparent url("/images/footer_graphic.gif") top center no-repeat;
	height: 200px;
	clear: both;
}

#footer a {
	padding: 5px;
}

#left_content {
	float: left;
	width: 300px;
	margin-bottom: 50px;
}

#right_content {
	float: right;
	width: 415px;
	margin-bottom: 50px;
}

/* |||||||| Content [End] |||||||||| */

/* |||||||| Page Image [Begin] |||||||||| */
#image_wrapper,
#cart_wrapper {
	width: 298px;
	position:relative;
}

#image_top {
	background: transparent url("/images/photo_top.png") top no-repeat;
	_background: transparent url("/images/photo_top.gif") top no-repeat;
	width: 298px;
	height: 11px;
	_margin-bottom:-7px;
}

#cart_top {
	background: transparent url("/images/cart_top.jpg") top no-repeat;
	width: 298px;
	height: 15px;
	_margin-bottom:-5px;
}

#image_middle {
	background: transparent url("/images/photo_bg.png") top repeat-y;
	_background: transparent url("/images/photo_bg.gif") top repeat-y;
	width: 270px;
	padding: 0 14px;
}

#cart_middle {
	background: transparent url("/images/cart_middle.jpg") top repeat-y;
	width: 270px;
	padding: 0 14px;
}

#image_middle p {
	padding: 10px 0;
	margin: 0;
	color: #444;
}

#image_bottom {
	background: transparent url("/images/photo_bottom.png") top no-repeat;
	_background: transparent url("/images/photo_bottom.gif") top no-repeat;
	width: 298px;
	height: 10px;
}

#cart_bottom {
	background: transparent url("/images/cart_bottom.jpg") top no-repeat;
	width: 298px;
	height: 106px;
}

#cart_items_wrapper div {
	/*background: #eff0e4;*/
	float:left;
	width:265px;
	border-bottom: 1px dotted silver;
	margin: 5px 0;
}

#cart_items_wrapper div span.cart_item {
	float:right;
	display:block;
	width:170px;
	margin: 5px;
	font-size: .75em;
}

img.cart_images {
	margin:5px;
	float:left;
	padding: 8px;
	display:block;
	background:#fff;
	border:1px solid silver;
}

#cart_items_wrapper div.cart_total {
	background:#fff;
	margin:10px 0 0 0;
	border: none;
	text-align:right;
}

div.cart_total p {
	margin:5px;
}

/* |||||||| Page Image [End] |||||||||| */



/* |||||||| Mini Gallery [Begin] |||||||||| */
#miniGalleryWrapper {
    position: fixed;
	_position:absolute;
	bottom:0;
	left:0;
	width:100%;
	border-top:1px solid #ddcdcd;
	background: transparent url("/images/mini_gallery_bg.png") repeat top;
	_background:none;
	_display:none; /*IE6 hide mini gallery Dave */
	z-index: 300;
}

#miniGalleryWrapper.drop_hover {
	background: transparent url("/images/image_palette_bg2.png") repeat top;
	_background:none;
}

#miniGalleryTrigger {
	height: 18px;
	line-height: 18px;
	text-indent: 23px;
	margin: 5px;
}

#miniGalleryTrigger.close {
	background: transparent url("/images/mini_gallery_btn_up.png") no-repeat top left;
	_background:none;
}

#miniGalleryTrigger.open {
	background: transparent url("/images/mini_gallery_btn_dwn.png") no-repeat top left;
	_background:none;
}

#miniGalleryTrigger a:link,
#miniGalleryTrigger a:visited,
#miniGalleryTrigger a:hover {
	color: #333;
	text-decoration: none;
	background: none;
}

#miniGallery {
	height:100px;
}

#miniGallery ul {
	padding:0 0 0 5px;
	margin:0;
}

#miniGallery li {
	float:left;
	list-style:none;
	cursor: pointer;
	padding: 10px;
	background: #fff;
	margin: 10px;
	font-size: .7em;
}

#miniGallery li img {
	margin: 0;
}

#miniGallery em {
	margin: 10px 10px 10px 30px;
	color: #000;
}

/* |||||||| Mini Gallery [End] |||||||||| */

/* |||||||| Gallery [start] |||||||||| */

div.section_wrapper {
	width: 412px;
	position: relative;
	left: -3px;
}

div.section_top {
	background: transparent url("/images/rt_ctnt_container_top.png") top no-repeat;
	_background: transparent url("/images/rt_ctnt_container_top.gif") top no-repeat;
	_margin-bottom:-8px;
	width: 412px;
	height: 10px;
	float: left;
}

div.section_middle {
	background: transparent url("/images/rt_ctnt_container_bg.png") top repeat-y;
	_background: transparent url("/images/rt_ctnt_container_bg.gif") top repeat-y;
	width: 384px;
	padding: 0 14px;
	min-height: 100px;
	_height: 100px;
	height: auto;
	float: left;
}


div.section_bottom {
	background: transparent url("/images/rt_ctnt_container_btm.png") top no-repeat;
	_background: transparent url("/images/rt_ctnt_container_btm.gif") top no-repeat;
	width: 412px;
	height: 20px;
	float: left;
}

#gallery_wrapper ul {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.image_palette,
ul.product_palette,
ul#gallery_images {
	padding: 0;
	margin: 0;
	display: block;
	float:left;
}

ul#gallery_images li {
	float: left;
	margin: 10px 5px;
	/*padding: 10px 10px 5px 10px;*/
	list-style: none;
	font-size: 11px;
	/*background: #fff;*/
	text-align: center;
	/*border: 1px solid silver ;*/
  /*new*/
  height:75px;
  width:75px;
}

body.admin ul#gallery_images li {height:100px;}

ul.image_palette li:hover {
	background: #f3f3f3;
}

ul.image_palette li img,
ul#gallery_images li img {
	display: block;
	_float:left;
	padding: 0;
	margin: 0 auto 5px auto;
}

ul#gallery_images li img {
  padding:10px;
  background:#fff;
  border: 1px solid silver ;
}

/* |||||||| Gallery [end] |||||||||| */

/* |||||||| Scribbling & Comments [Start] |||||||||| */
.post {
	clear: both;}


.post img {
	padding: 10px;
	background: #fff;
	border: 1px solid silver;
	margin: 0 10px 5px 0;
	float: left;
}

.post img.images {
	float: none;
}

.comment {
	margin: 0 0 10px 0;
	border: 1px solid silver;
	padding: 0.5em;
	background: #eeefe5;
	color: #333;
}

.post_wrapper {
	margin-bottom: 30px;
	float:left;
}

.date {
	font-family: Georgia,"Times New Roman", Times;
	font-variant: small-caps;
	letter-spacing: .1em;
	font-size: .9em;
}

.artist_comment {
	margin: 0 0 10px 0;
	border: 1px solid #aaa;
	padding: 0.5em;
	background: #F8DFD9;
	color: #333;
}

.comments_header {
	color: #111 ;
	font-weight: normal;
	margin: 30px 0 5px 0;
}

.comment_body {
	background: #fff;
	padding: .4em;
	margin-bottom: 10px;
}

div.category_wrapper {
	background:  #f5f6e9 url("/images/scribbling_category_bg.jpg") bottom left repeat-x;
	border: 1px solid #d8d9cb;
	width: 268px;
	margin: 20px 0 0 5px;
	padding: 10px;
	text-align: right;
}

div.category_wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: .9em;
	
}

div.category_wrapper li{
	padding: .6em;
	display: block;
	border-bottom: 1px dotted silver;
	text-decoration: none;
}
div.category_wrapper li.active {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/image_palette_bg2.png',sizingMethod='scale');
background: transparent url("/images/image_palette_bg2.png") top repeat;
_background:none;
}

/* |||||||| Scribbling [End] |||||||||| */

#bottom_overlay {
	height:286px;
	background: transparent url("/images/footer_wrapper_bg.png") bottom repeat-x;
	_background:none;
	position: relative;
	z-index: 2;
}

#bottom {
	height: 286px;
	background: transparent url("/images/content_bg.png") repeat-y top;
	_background:none;
	width: 846px;
	margin: -294px auto 0 auto;
	position: relative;
	z-index: 1;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}



