/*
 mainstyles.css : global styles used at http://www.mindsisland.com
 $Revision: 3463 $
 (c) 2005, 2007 Minds Island LLC
 Concept Design: Jackie Broner (http://jackieblue.com)
 Design and CSS: David Schafer (http://davidschafer.com)
 Code and additional styles: Jeremy Seitz (http://somebox.com) 
*/ /* Basic Styles */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

html>body {
	font-size: 13px;
}

h1,h2,h3,h4 {
	font-family: georgia, times, serif;
	color: #333;
	font-weight: normal
}

#content h2 {
	font-style: italic;
}

a img {
	border: none;
}

a { /* \*/
	overflow: hidden;
	/* */
}

a:link,a:visited,.button a:hover {
	color: #C33;
}

a:link,a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.blue_bold_link {
	font-weight: bold;
	color: #0D5FC6;
}

/* the main sections */
#pagebody {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	margin-top: 0;
	padding-top: 20px;
	background: url(/images/homepage/header-bg.png) no-repeat 100% 16px;
}

#header h1 {
	display: block;
	float: left;
	margin: 0;
	text-indent: -1000px;
	height: 50px;
	width: 124px;
	background: url("/images/css/logo.png") no-repeat left top #FFF;
	cursor: pointer;
}

#header ul#mainNav {
	position: relative;
	list-style-type: none;
	padding: 29px 0 0 0;
	margin: 0 0 0 160px;
	height: 24px;
}

#header #account,#header #login {
	position: absolute;
	top: 19px;
	right: 0;
	width: 229px;
	padding-left: 5px;
	height: 50px;
	background: url(/images/homepage/header-divider.png) no-repeat 0 50%;
}

#header #login #gologin a {
	font-weight: bold;
}

#header #account img {
	float: left;
}

#header #login {
	color: #2c2b2b;
	text-align: center;
}

#header #account .username {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	line-height: 100%;
	position: absolute;
	bottom: 28px;
	left: 63px;
}

#header #login #gologin {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 0;
	width: 240px;
	line-height: 100%;
	position: absolute;
	bottom: 32px;
	left: 0;
}

#header #login #gologin a,#header #login #gologin a:link,#header #login #gologin a:visited
	{
	color: #6c1f27;
	text-decoration: none;
}

#header #login #gologin a:hover {
	text-decoration: underline;
}

#header #account #usernav {
	display: block;
	position: absolute;
	bottom: 5px;
	padding: 0;
	line-height: 100%;
	margin: 0;
	left: 63px;
}

#header #login #fbconnectline {
	display: block;
	position: absolute;
	width: 240px;
	bottom: 4px;
	padding: 0;
	font-size: 11px;
	line-height: 100%;
	margin: 0;
	left: 0;
}

#header #login #fbconnectline img {
	vertical-align: bottom;
}

#header #login #fbconnectline a,#header #login #fbconnectline a:link,#header #login #fbconnectline a:visited
	{
	color: #2c2b2b;
	text-decoration: none;
	font-weight: bold;
}

#header #login #fbconnectline a:hover {
	text-decoration: underline;
}

#header #account #usernav li {
	display: inline;
	font-size: 9px;
	border-right: 1px solid #757373;
	padding: 0 3px;
}

#header #account #usernav li a,#header #account #usernav li a:link,#header #account #usernav li a:visited
	{
	color: #2c2b2b;
	text-decoration: none;
}

#header #account #usernav li a:hover {
	text-decoration: underline
}

#header #account #usernav li#unavlo {
	border-right: none;
}

#header #account #usernav li#unavpro {
	padding-left: 0;
}

#tagline {
	position: relative;
	clear: both;
	margin-top: 5px;
	width: 760px;
	height: 28px;
	background: url("/images/css/tagline_bg.png") left top no-repeat;
}

#flash_recentadds {
	margin-top: 8px;
}

#content {
	float: right;
	width: 590px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding-bottom: 30px;
	width: 760px;
	background: url("/images/css/footer_bg.png") left top no-repeat;
	text-align: center;
}

/* masthead */
p#tagline_blurb {
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: Georgia;
	position: absolute;
	left: 36px;
	top: 2px;
	padding-top: 3px;
	margin: 0;
	line-height: 1em;
	height: 18px;
	width: 300px;
}

#searchform {
	position: absolute;
	top: 49px;
	left: 528px;
	background-image: none;
	z-index: 10;
	width: 230px;
	text-align: right;
}

#searchform form {
	margin: 0;
	padding: 0;
	display: inline;
}

#searchform input.text {
	border: 1px solid #900;
	height: 14px;
	margin: 0;
	padding: 3px 2px 1px 2px;
	width: 144px;
	font: 10px verdana, arial, sans-serif;
	color: #000;
	background: url(/images/css/search-box-shadow.gif) no-repeat 0 0;
}

* html #searchform input.text {
	height: 12px
}

#searchbutt {
	vertical-align: top;
}

/* main navigation */
#mainNav li {
	display: block;
	position: relative;
	border-width: 0px;
	text-indent: -5000px;
	height: 20px;
	float: left;
	margin: 0;
	padding: 0 6px;
}

#mainNav a {
	height: 20px;
	padding: 0;
	margin: 0;
}

/* hide from IE Mac \*/
#mainNav a {
	overflow: hidden;
}

/* end hide from IE Mac */
#mainNav li a:link,#mainNav li a:visited,#mainNav li a:hover {
	text-decoration: none;
}

#mainNav li#navhome,#mainNav li#navhome a,#mainNav li#navhome.current {
	display: block;
	background: url(/images/css/nav-home.png) no-repeat 0 0 transparent;
	background-image: url(/images/homepage/nav-home.png);
	width: 63px;
	background-position: 50% 50%;
}
#mainNav li#navhome.current, #mainNav li#navhome.current a {
	background-image: url(/images/homepage/nav-home-over.png);
}
#mainNav li#navstudios,#mainNav li#navstudios a,#mainNav li#navstudios.current
	{
	display: block;
	background: url(/images/css/nav-art.png) no-repeat 0 0 transparent;
	background-image: url(/images/homepage/nav-art.png);
	width: 50px;
	background-position: 50% 50%;
}
#mainNav li#navstudios.current, #mainNav li#navstudios.current a {
	background-image: url(/images/homepage/nav-art-over.png);
}

#mainNav li#navblogs,#mainNav li#navblogs a,#mainNav li#navblogs.current
	{
	display: block;
	background: url(/images/css/nav-blogs.png) no-repeat 0 0 transparent;
	background-image: url(/images/homepage/nav-blogs.png);
	width: 65px;
	background-position: 50% 50%;
}
#mainNav li#navblogs.current, #mainNav li#navblogs.current a {
	background-image: url(/images/homepage/nav-blogs-over.png);
}

#mainNav li#navjoin,#mainNav li#navjoin a,#mainNav li#navjoin.current {
	display: block;
	background: url(/images/css/nav-join.png) no-repeat 0 0 transparent;
	background-image: url(/images/homepage/nav-join.png);
	width: 58px;
	background-position: 50% 50%;
}

#mainNav li#navhelp,#mainNav li#navhelp a,#mainNav li#navhelp.current {
	display: block;
	background: url(/images/css/nav-help.png) no-repeat 0 0 transparent;
	background-image: url(/images/homepage/nav-help.png);
	width: 58px;
	background-position: 50% 50%;
}
#mainNav li#navhelp.current, #mainNav li#navhelp.current a{
	background-image: url(/images/homepage/nav-help-over.png);
}

#mainNav li#navvideo,#mainNav li#navvideo a,#mainNav li#navvideo.current
	{
	background: url(/images/homepage/nav-video.png) no-repeat 0 0;
	width: 58px;
	background-position: 50% 50%;
	display: block;
}
#mainNav li#navvideo.current, #mainNav li#navvideo.current a {
	background-image: url(/images/homepage/nav-video-over.png);
}

/* sub navigation */
#subnav,#blognav,#managermenu {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: -0.950em 0 2em 0;
	height: 1.500em;
	clear: right;
	background-color: #f2f0f1;
	padding: .5em .5em 0;
	line-height: 100%;
}

#subnav {
	margin-top: 0;
}

#subnav li,#blognav li,#managermenu li {
	margin: 0;
	display: inline;
	padding: 2px 10px 1px 10px;
	border-left-width: 0
}

#blognav li {
	background-color: #d2deec;
	border-color: #006 #acb9d4 #acb9d4 #acb9d4
}

ol#subnav li {
	padding-left: 5px
}

ol#subnav li a {
	padding-top: 2px;
	padding-left: 20px;
	line-height: 100%;
}

ol#subnav li a.ol1 {
	background: url(/images/css/ol1.gif) no-repeat 0 2px transparent;
}

ol#subnav li a.ol2 {
	background: url(/images/css/ol2.gif) no-repeat 0 2px transparent;
}

ol#subnav li a.ol3 {
	background: url(/images/css/ol3.gif) no-repeat 0 2px transparent;
}

ol#subnav li a.ol4 {
	background: url(/images/css/ol4.gif) no-repeat 0 2px transparent;
}

ol#subnav li a.ol5 {
	background: url(/images/css/ol5.gif) no-repeat 0 2px transparent;
}

ol#subnav li a.ol6 {
	background: url(/images/css/ol6.gif) no-repeat 0 2px transparent;
}

ol#subnav li a.ol7 {
	background: url(/images/css/ol7.gif) no-repeat 0 2px transparent;
}

ol#subnav li a.ol8 {
	background: url(/images/css/ol8.gif) no-repeat 0 2px transparent;
}

ol#subnav li a.ol9 {
	background: url(/images/css/ol9.gif) no-repeat 0 2px transparent;
}

#subnav li.first,#blognav li.first,#managermenu li.first {
	border-left-width: 1px
}

#subnav li a,#blognav li a,#managermenu li a {
	color: #6f1f2b;
}

#subnav li.active { /*border-top : 1px solid #F60*/
	
}

#blognav li.active {
	background-color: #FFF;
}

#subnav li.active a,#blognav li.active a,#managermenu li.active a {
	color: #000;
	background: url(/images/css/greypixel.gif) repeat-x -20px bottom;
}

#sidebar hr.last,#header hr.last {
	display: none
}

#sidebar a {
	color: #423d3d;
}

/* login/logout and account settings */
#login {
	float: right;
	padding: 1px 5px 0 0;
	font-size: 13px;
	color: #fff;
}

#login p#gologin a {
	text-decoration: underline;
}

* html #login {
	padding-top: 2px;
}

#acctlinks {
	margin: 0;
	color: #F66;
}

#acctlinks a {
	color: #FFF;
}

p.button {
	margin: 0
}

#login .user {
	font-family: Georgia, Times, serif;
	text-align: center;
	color: #FFF;
	border: 1px solid #417d31;
	border-bottom-color: #dee8db;
	padding: 2px 0 4px 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	background-color: #85a17d;
}

#login .user a:link,#login .user a:visited {
	color: #fff;
}

#login .user a:hover {
	color: #fff;
	text-decoration: underline;
}

#gologin {
	margin: 0;
	padding: 0;
}

#gologin a:link,#gologin a:visited {
	color: #fff;
	text-decoration: none;
}

#gologin a:hover {
	color: #fff;
	text-decoration: underline;
}

/* styles not yet used on redesign */ /*
#gologin , #goregister , #goaccount , #gostudio , #gologout , #allcats , #goadmin  {
  display : block;
  position : relative;
  text-indent : -1000px;
  background : url(/images/css/login_off.gif) no-repeat 0 0 transparent;
  width : 129px;
  height : 24px;
  padding : 0;
  margin : 0 0 4px 0;
  line-height : 10%
}

#gologin a, #goregister a, #goaccount a, #gostudio a, #gologout a, #allcats a, #goadmin a {
  display : block;
  position : relative;
  width : 129px;
  height : 24px;
  padding : 0;
  margin : 0 ;
}
#goregister a {
  background-image : url(/images/css/become_off.gif)
}

#goaccount a {
  background-image : url(/images/css/account_off.gif)
}

#gostudio a {
  background-image : url(/images/css/account_off.gif)
}

#gologout a {
  background-image : url(/images/css/logout_off.gif)
}

#goadmin a {
  background-image : url(/images/css/admin_button.gif)
}

*/ /* browse categories and subjects */
	/* left-hand nav : recent comments */
#recentcomments h2 {
	text-indent: -5000px;
	width: 102px;
	height: 34px;
	font-size: 1.250em;
	background: url(/images/css/headings/recent_comments.gif) no-repeat 0 0
		transparent;
}

#recentcomments p {
	clear: none;
	margin-bottom: 1.500em
}

#recentcomments p span.topic {
	font-family: Georgia, "Times New Roman", Times, serif
}

#recentcomments p span.commquote {
	color: #c9c9c9;
	display: block
}

#recentcomments p span.commquote a:hover {
	text-decoration: underline
}

#recentcomments p span.commenter {
	font-size: 0.800em;
	color: #666;
	display: block
}

/* main content area */ /*#content p	{
	text-indent: 1.5em;
	font-size: 12px;
	}*/
#content a:link,#content a:visited {
	text-decoration: none;
}

#content h3 a {
	color: #333;
}

#content h3 {
	font-size: 1.33em;
}

#content .bold_header {
	font-size: 1.33em;
	font-weight: bold;
}

#content h4 {
	font-size: 1.25em;
}

#content h5 {
	font-size: 1.16em;
}

#content a:hover {
	text-decoration: underline;
}

#content img.figleft {
	float: left;
	border: none;
	padding: 2px 10px 5px 0;
}

#content div.blurb,#content div.post {
	clear: right;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

#content div.blurb hr,#content div.post hr {
	display: block;
	clear: right;
	padding: 0;
	margin: 0;
	height: 0;
	visibility: hidden;
}

#content div.post {
	border-bottom-width: 0
}

#content div.blurb.last,#content div.post.last {
	border-bottom: none
}

#content div.blurb h3,#content div.post h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.400em;
	color: #666;
}

#content div.blurb h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0.500em;
	font-weight: normal;
	font-size: 1.100em;
	color: #666;
	margin-top: 0.500em
}

#content div.blurb img,#content div.post img {
	position: relative;
	display: block;
	float: right;
	clear: right;
	margin: 0 0 10px 20px;
	overflow: auto;
}

#content div.blurb a.bookmark img {
	position: relative;
	display: inline;
	float: none;
	margin: 0;
	margin-left: 25px;
	vertical-align: middle;
}

#content p.byline {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #999
}

#content p.copy {
	margin: 0.500em 0
}

#content p.info {
	display: block
}

#content span.comments {
	margin-top: 0.500em;
	font-size: 0.900em;
	padding-left: 20px;
	padding-right: 4px;
	background: url(/images/css/comment_bubble.gif) no-repeat 3px 0
		transparent;
	border-left: 1px solid #666
}

#content span.readmore {
	margin-top: 0.500em;
	font-size: 0.850em;
}

#content .date {
	margin-top: 0.500em;
	font-size: 0.900em;
	color: #999
}

#content hr {
	width: 580px;
	position: relative;
	display: block;
	clear: right;
	border: 0;
	height: 1px;
	visibility: hidden;
	color: #CCC;
	background-color: #CCC;
	margin: 0 20px 1em 0;
	padding: 0
}

#content hr.last {
	display: block;
	position: relative;
	visibility: hidden;
	float: none;
	clear: both;
	width: 300px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FFF
}

/* the bottom of the page */
#copyright {
	padding-top: 11px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #423d3d;
	text-align: center;
}

#sitelinks {
	padding: 0;
	margin: 20px 0 0 0;
	height: 1em;
	list-style-type: none;
}

#sitelinks li {
	display: inline;
	font-size: 0.85em;
	padding-right: 6px;
	padding-left: 5px;
	border-right: 1px solid #6f1f2b;
}

#sitelinks li.first {
	padding-left: 0;
}

#sitelinks li.last {
	border-right: none;
	padding-right: 0;
}

#sitelinks a:link,#sitelinks a:visited {
	text-decoration: none;
	color: #6f1f2b;
}

#sitelinks a:hover {
	color: #6f1f2b;
	text-decoration: underline;
}

/* forms */
#content form {
	padding: 20px 10px 10px 10px;
	margin: 10px 10px 10px 0px;
	width: 570px;
	/* all normal forms have tan top border */
	background-color: #f2f1f1;
	border-top: 1px solid #c9c9c9;
}

* html #content form {
	width: 566px;
}

#content form.transparent {
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#content form.account {
	/* account-related forms have green top border */
	background-color: #f2f1f1;
	border: 1px solid #9c9;
	border-top: 2px solid #9c9;
}

#content form.content { /* content forms are blue */
	background-color: #d2deec;
	border: 1px solid #99c;
	border-top: 2px solid #036;
}

form th,form td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

form th {
	width: 150px;
	padding-right: 15px;
	text-align: right;
}

form th.required {
	background: url(/images/css/asterisk-tan.gif) no-repeat right top
		transparent;
}

form.account th.required {
	background: url(/images/css/asterisk-grey.png) no-repeat right top
		transparent;
}

form.content th.required {
	background: url(/images/css/asterisk-blue.gif) no-repeat right top
		transparent;
}

form span.required {
	color: #c66;
	font-size: 130%;
}

form span.error {
	color: #c66;
	font-size: 150%;
}

#formmsg,#errormsg {
	width: 570px;
	padding: 10px;
}

#formmsg {
	background-color: #cee6c7;
	color: #070;
}

#formmsg h3,#errormsg h3 {
	margin-top: 0;
	text-transform: uppercase;
}

#formmsg p,#errormsg p {
	margin-top: 1em;
	margin-bottom: 0;
}

#errormsg {
	border: 1px solid #930;
	border-top: 4px solid #930;
	background-color: #fab;
}

#errormsg h3 {
	color: #930
}

#formmsg,#errormsg {
	padding: 10px;
	margin-bottom: 10px;
	width: 568px;
}

div#formbuttons {
	display: block;
	text-align: right;
	padding: 5px 10px;
}

/* Generic address */
dl.address {
	display: block;
	padding: 0;
	margin: 0 0 20px 50px;
}

dl.address dt {
	display: block;
	float: left;
	font-weight: bold;
	width: 160px;
	padding: 0;
	margin: 0;
}

dl.address dd {
	display: block;
	width: 250px;
	padding: 0;
	margin: 0 0 0 190px;
}

/* Orderly List */
dl.order {
	display: block;
	padding: 0;
	margin: 0 0 20px 10px;
}

dl.order dt {
	display: block;
	float: left;
	font-weight: bold;
	width: 150px;
	padding: 1px;
	margin: 0 0 0 10px;
}

dl.order dd {
	display: block;
	width: 250px;
	padding: 1px 4px;
	border-top: 1px solid #ccc;
	margin: 0 0 0 170px;
	background-color: #eee;
}

div#order_block {
	margin-left: 180px;
}

/* tables */
#Col1 th {
	width: 2em;
}

#Col2 th {
	width: 4em;
}

#Col3 th {
	width: 6em;
}

#Col4 th {
	width: 8em;
}

#Col5 th {
	width: 10em;
}

#Col6	th {
	width: 12em;
}

/* special use */
.hilite {
	background-color: #FF5;
}

.small {
	font-size: 85%;
}

.hidden {
	display: none;
}

code {
	display: block;
	margin: 20px 10px;
	padding: 10px;
	background-color: #fff;
	color: #666;
	border: 1px solid #aaa;
}

#membership_items {
	line-height: 100%;
	text-align: center;
}

#membership_items table {
	margin: 0 auto;
}

#membership_items td {
	padding: 0;
}

#membership_items h4 {
	margin: 1px 0 4px 0;
	font-size: 1.2em;
	padding: 0;
}

#membership_items p {
	margin: 2px;
	padding: 0;
}

#membership_items p.studiocount {
	font-weight: bold;
}

#membership_items img {
	border: none;
	padding: 0;
	margin: 2px;
}

form.join img {
	border: none;
}

#content #seccode img {
	vertical-align: middle;
	margin: 0 250px 0 10px;
	float: right;
}

/* browse box */
#sidebar {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	clear: none;
	width: 145px;
	overflow: hidden;
}

#sidebar h2,#browse2 h3 {
	margin: 0 0 0 0;
	padding: 1em 0 0 0;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #6f1f2b;
}

#browse2 h3 {
	background-color: #FFF;
	margin-left: -10px;
	margin-right: -20px;
	margin-bottom: 0;
	border-bottom: 1px solid #c9c9c9;
}

#browse2,#blogbrowse {
	width: 125px;
	padding: 0 10px 10px 10px;
	background-color: #f4f3f3;
}

#blogbrowse {
	width: 125px;
	padding: 0 10px 10px 10px;
	border-top: 1px solid #c9c9c9;
}

* html #blogbrowse {
	padding-top: 1px;
}

#browse2 ul,#blogbrowse ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
}

.chosen {
	margin-left: 0px;
	text-indent: -20px;
	margin-right: -20px;
	padding-right: 20px;
	font-size: 10px;
	margin-top: 0;
	background-color: #DDD;
}

.chosen a {
	padding-left: 20px;
	color: #000;
	background: url(/images/x-out.gif) no-repeat 3px 50% #DDD;
}

#browse2 .seeall{
	margin: 0;
}
#browse2 .seeall a{
	font-size: 10px;
	color: grey;
}

#browse2 h4,#blogbrowse h4 {
	border-bottom: 1px solid #c9c9c9;
	margin-top: 0;
	padding-top: 1em;
	color: #6f1f2b;
	font-size: 1.15em;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#blogbrowse h4 {
	padding-left: 0;
	margin-left: 0;
}

#content h2 {
	margin-bottom: 0;
	padding-top: .5em;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.34em;
	color: #6c1f27;
	border-bottom: 1px solid #c9c9c9;
}

#content hr.last {
	display: none;
}

a.purchase,a.inquire,a.paypal,a.ebay {
	display: block;
	margin: .5em 0;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.purchase {
	background-image: url(/images/css/browse-button-purchase.gif);
	width: 61px;
	height: 20px;
}

a.inquire {
	background-image: url(/images/css/browse-button-inquire.gif);
	width: 61px;
	height: 20px;
}

a.ebay {
	background-image: url(/images/css/browse-button-ebay.gif);
	width: 42px;
	height: 17px;
}

a.paypal {
	background-image: url(/images/css/browse-button-paypal.gif);
	width: 55px;
	height: 15px;
}

#art_nav_toggle {
	display: block;
	float: right;
	text-align: right;
	height: 18px;
	width: 200px;
	margin-top: .165em;
}

#art_nav_toggle .art {
	padding-left: 17px;
	background: url(/images/icon-artwork.gif) no-repeat 0 0;
	line-height: 18px;
	border-right: 1px solid #999;
	padding-right: 5px;
}

#art_nav_toggle .artists {
	padding-left: 22px;
	background: url(/images/icon-artist.gif) no-repeat 5px 0;
}

#art_nav_toggle a.active {
	color: #666;
}

#art_nav_toggle a.active:hover {
	text-decoration: none;
}

#browsecrumb {
	display: block;
	margin: 0 0 10px 0;
	width: 590px;
	padding: 3px 0;
	list-style: none;
	background-color: #fff;
	border-bottom: 1px solid #c9c9c9;
}

#browsecrumb li {
	display: inline;
	padding-right: 13px;
	padding-left: 0;
	margin-right: 7px;
	background: url(/images/browsecrumb-arrow.gif) no-repeat 100% 50%;
}

* html #browsecrumb li {
	display: block;
	float: left;
}

#browsecrumb li span {
	font-family: Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	font-size: 14px;
}

#browsecrumb li * {
	white-space: nowrap;
}

form#order{
	position: absolute;
	right: 0px;
	top: 152px;
	padding: 0;
	width: auto;
	margin: 0;
	border: 0 solid transparent;
	background-color: transparent;
}

a.zoomimg {
	position: absolute;
	border: none;
	text-indent: -5000px;
	background: url(/images/magnifier.png) no-repeat -500px -500px;
}
#blog a.zoomimg{
	left: inherit !important;
	right: 0;
	top: inherit !important;
}

#blog .zoom{
	display:none;
}
a.zoomimg:hover {
	background-position: 5px 5px;
}

* html a.zoomimg {
	background-image: url(/images/lil-magnifier.png);
}

.zoomed img {
	cursor: pointer;
}

.itemnav ul,#rightcol .itemnav ul {
	margin: 0;
	padding: 2px 6px 0 3px;
	background: none;
	height: 11px;
	display: block;
	float: left;
}

.itemnav ul li,#rightcol .itemnav ul li {
	list-style: none;
	float: left;
	text-indent: -5000px;
	cursor: pointer;
	margin-left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	background: url(/images/homepage/item-nav-off.png) no-repeat 0 0;
}

.itemnav ul li.current,#rightcol .itemnav ul li.current {
	background-image: url(/images/homepage/item-nav-on.png);
}

.itemnav {
	display: block;
	height: 17px;
	padding-top: 4px;
	overflow: hidden;
	background: url(/images/homepage/item-nav-bg2.png) no-repeat 0 0 #EDEBEB
		;
}

.itemnav .prev {
	display: block;
	float: left;
	cursor: pointer;
	width: 9px;
	height: 14px;
	text-indent: -5000px;
	background: url(/images/homepage/item-nav-prev.png) no-repeat 0 0;
}

.itemnav .next {
	display: block;
	float: left;
	cursor: pointer;
	width: 9px;
	height: 14px;
	text-indent: -5000px;
	background: url(/images/homepage/item-nav-next.png) no-repeat 0 0;
}

.itemnav ul,#leftcol .itemnav ul {
	margin: 0;
	padding: 2px 6px 0 3px;
	background: none;
	height: 11px;
	display: block;
	float: left;
}

.itemnav ul li,#leftcol .itemnav ul li {
	list-style: none;
	float: left;
	text-indent: -5000px;
	cursor: pointer;
	margin-left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	background: url(/images/homepage/item-nav-off.png) no-repeat 0 0;
}

.itemnav ul li.current,#leftcol .itemnav ul li.current {
	background-image: url(/images/homepage/item-nav-on.png);
}

#memberbutton {
	display: block;
	width: 138px;
	height: 20px;
	text-indent: -5000px;
	margin: 0 auto;
	position: relative;
	background: url(/images/homepage/become-a-member.png) no-repeat 0 0;
	top: 28px;
}
#memberbutton a{ display:block; width:138px; height:20px; } 

ul li#followfb {
	background-image: url(/images/homepage/fav-facebook.png);
}

ul li#followtwit {
	background-image: url(/images/homepage/fav-twitter.png);
}

ul li#followyt {
	background-image: url(/images/homepage/fav-youtube.png);
}

img.menu_ad {
    margin-top: 15px;
    margin-left: 15px;
    float: center;
}

