@charset "utf-8";
/* CSS Document */
html { 
	background-color: #c6c7d6;
    color: #aaa;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
}
body {
	position: relative;
    padding: 5px;
}
p {
    padding-left: 10px;
	margin: 1em 0;
}
div,p { line-height: 1.3em; }
h1 {
	color: #999; 
	font-weight:normal; 
	font-size: 170%; 
	letter-spacing: 1px;
	line-height:normal;
}
h2 {
    font-size: 150%;
    font-weight:normal;
    line-height:1;
	margin: 0.53em 0;
}
h3 {
    font-size: 130%;
}
h4 {
    font-size: 120%;
	font-weight: bold;
	margin: 1.33em 0;
}
h5 {
    font-size: 110%;
}
td { vertical-align: middle; }

/* prevent forms from causing line breaks */
form {
    display: inline;
    margin: 0px;
    padding: 0px;
}

/* general div align stuff */
.div-left {
    text-align:left;
    margin-bottom: 10px;
}

.div-left td {
    vertical-align: top;
    padding-right: 6px;
}
.div-inline {
    display: inline;
}
div.div-right {
    text-align:right;
    margin-bottom: 10px;
}

/* entry form styles */
tr.error-row {
	text-align:center;
	padding: .4em;
}

.input-name, .input, .input-err{
    font-size: 12px;
    padding: 5px;
    vertical-align: top;
}
.input-name {
    text-align:right;
}

.bio-container {
    max-height: 370px;
    overflow: auto;
}
table.artist-info-table {
    margin: 30px 0 8px 0;
}

table.artist-info-table td {
    padding: 1px 5px;
}
.input-help {
    font-size: 85%;
}

.gi-subblock {
    font-size: 85%;
	width: 500px;
}

.gi span.gi-subtitle {
    color: #cccccc;
    font-size: x-small;
    margin: 0 20px;
}


div.donate-btns span {
    font-size:110%;
    color: #ccccaa;
    vertical-align: top;
}
    
.acct,
.gi {
    border-bottom: 1px dotted;
    padding-top: 20px;
    height: 20px;
    width:auto;
}

.acct span.title,
.gi span.title {
	float: left;
    text-align:left;
}

.acct span.edit,
.gi span.edit {
    float: right;
    font-size: 80%;
}

.edit-sections {
    margin: auto;
    width: 560px;
    padding-bottom: 20px;
}

.edit-profile-sxn {
}
.inner-sxn {
	margin: 20px;
}
.edit-profile-sxn div {
    text-align: left;
}
.edit-profile-sxn div.buttons {
    margin-top: 10px;
    text-align: center;
}

#artist_notification table.entry-table {
    margin-left: 40px;
}

.chpasswd-instructions {
	font-size: 80%;
	text-align: left;
	width: 60%;
}

.entry-table .input-err {
	font-size: x-small;
	padding-left: 10px;
}

/* nav bar link */
a.lknav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
}
a.lknav:link, a.lknav:visited {
    color: #333333;
}
a.lknav:hover {
    color: #FEF7CA;
}
a.lknav:active {
    color: #738294;
}

/* link for light background like login and footer (dark text) */
a.lkdark {
}

a.lkdark:link, a.lkdark:visited ,a.lkdark:active {
    color: #888;
}

a.lkdark:hover {
    color: #442222;
}

a.lksubtle, a.lksubtle:link, a.lksubtle:visited ,a.lksubtle:active {
    color: #888;
}
a.lksubtle:hover {
    color: #dcd5a8;
}

/* default link colors assuming dark background */
a {
    text-decoration: none;
}

a:link {
    color: #FEF7CA;
}

a:visited {
    color: #FEF7CA;
}

a:hover {
    color: #554444;
}
a:active {
    color: #FEF7CA;
}


/* for medium tag cloud matches */
.tagmatch a:link {
    color: #cc77cc;
}


/* this is the search box on the header.  it has a different color than the other input fields to set it apart.

*/
#artisthemission {
	height: 100%;
	padding-top: 6px;
}
#header_bar,
#footer_bar {
    background-color: #FFFFFF;
    background-image: url(/images/gradients.png);
    background-repeat: repeat-x;
    background-position: 0 -50px; /* 40px gradient */
    border: 0;
    color: #666666;
	line-height: 33px;
	vertical-align:middle;
	height: 33px;
    width: 898px;
	padding:0;
	margin:0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	position:relative;
}
#footer_bar div {
	line-height:33px;
}
#artisthemission { float: left; margin-left: 8px; }
#nav_bar {}

#footer_links,
#nav_bar,
#search_nav2,
#search_btn2 {
	display: inline;
	float:right;
}
#search_nav2 { height:33px; position: relative; }
#search_nav2 form { position: relative; top: 5px; }
#footer_copy {
	display:inline;
	float: left; 
	padding-left: 10px;
}
#footer_links {
	padding-right: 10px;
}
#footer_links span {
    padding: 0 6px;
}

input.srch {
	background-color:#D6f3ff;
	margin-left: 8px;
	margin-right: 8px;
}
#search_btn2 { 
	vertical-align: middle;
	line-height: 28px;
	margin-right: 10px; 
}
#search_icon { vertical-align:middle; }

/* these three are important on the "edit" pages
   colors should be set the same for textarea, select and srch
*/
input, textarea, select {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color:#FEF7CA;
}
button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input.chkbox {
    margin-right: 20px;
}

input.txt, input.txtlogin, input.txtarea, input.txtarea-sm, select.dropdown {
    background-color:#FEF7CA;
    margin-right: 5px;
}

input.txt, input.txtlogin {
    margin-left: 20px;
}

input.txtarea-sm, input.txtarea{
    width: 500px;
}
input.txtarea-sm, input.txtarea, select.dropdown {
    margin-left: 50px;
}

.tag-input, input.txt, select.dropdown {
    width: 300px;
}

input.txt, select.dropdown 
{
    height: auto;
}
input.txtlogin {
    height: auto;
}
input.txtarea {
    overflow: scroll;
    height: 300px;
}
input.txtarea-sm {
    overflow: scroll;
    height: 40px;
}

select.ddsortby {
    background-color:#000000;
    margin-left: 10px;
    margin-right: 5px;
    width: 150px;
    height: auto;
    color: #CCCCCC;
    border-color: #996633;
}

input[type=image] {
    background-color: transparent;
}

input[type=radio],
input[type=checkbox] {
    background-color:transparent;
}

input[type=submit][disabled=disabled] {
    font-weight:normal;
    color:#aaa;
}

input[type=submit], .formbutton{
    background:#999;
    background:url(/images/gradients.png) repeat-x left top;
    background-position: 0 -90px;
    border:outset 1px #ccc;
    color:#666;
    cursor:pointer;
    font-weight:bold;
    padding: 3px 4px;
}

.formbutton {
    overflow: visible; /* seems to keep ie from adding extra padding */ 
}

div.formbutton {
    line-height: 20px;
}

.news-text div.formbutton {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
    margin: 8px 20px 0;
    text-align: center;
    line-height: 20px;
}

.artist-buttons, .edit-buttons {
    margin: 8px 0;
}

.share .micro-icon {
    vertical-align:middle;
}

/** feeds **/
.feed-icon {
    position: absolute;
    top: 5px;
    right: 2px;
    height: 16px;
}

.micro-icon {
    width: 0px;
    font-size: 12px;
    margin:0;
}
.micro-icon,
.feed-icon {
    background-image:url(/images/icons/microicon-sprite.png);
    background-repeat: none;
    padding: 0px 8px;
    overflow:hidden;
}
/* position from the bottom of the sprite*/
.feed-icon.blogger,
.micro-icon.blogger {
    background-position: 0 144px;
}
.feed-icon.email,
.micro-icon.email {
    background-position: 0 0px;
}
.feed-icon.youtube,
.micro-icon.youtube {
    background-position: 0 16px;
}
.feed-icon.wordpress,
.micro-icon.wordpress {
    background-position: 0 32px;
}
.feed-icon.twitter,
.micro-icon.twitter {
    background-position: 0 48px;
}
.feed-icon.rss,
.micro-icon.rss {
    background-position: 0 64px;
}
.feed-icon.livejournal,
.micro-icon.livejournal {
    background-position: 0 96px;
}
.feed-icon.flickr,
.micro-icon.flickr {
    background-position: 0 96px;
}
.feed-icon.facebook,
.micro-icon.facebook {
    background-position: 0 112px;
}
.feed-icon.deviantart,
.micro-icon.deviantart {
    background-position: 0 128px;
}

#feed_div {
    color: black;
    vertical-align: top;
}

#feed_div blockquote {
	margin: 1em 0 0 8px;
}

.feed-studios {
    margin-bottom: 10px;
	text-align: left;
}

.feed-entries {
	position: relative;
}

.feed-entries, .feed-studio-list {
    border: 1px #333333 dotted;
    margin: 5px 8px 8px 0px;
    padding: 2px 5px 5px 5px;
    text-align:left;
}

#feed_request {
    text-align: center;
    font-size: x-small;
}

.feed-sxn-hdr {
    color: #000;
    font-weight:bold;
    text-align: left;
}

.alt-lcol .feed-studio-list {
    border: 0px;
    text-align: left;
    width: 75%;
}

.lcol .feed-sxn-hdr {
    margin-top: 2px;
}

div.feedtitle  {
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}

#feed_div .feedentry div, /* this one is to catch any stray divs from blogger or whomever*/
.feedtxt {
    color: #000000;
    font-size: 10px;
    text-align: left;
    width:250px;
    overflow:hidden;
}

.feedtxt iframe {
    display: none;
}

/* for news page */
#news_text .news-footer {
    line-height: 32px;
    margin-top: 30px;
}
.news-footer span {
    vertical-align: top;
}
.news-text {
	float:left; 
	font-size: 95%;
}
.news-text p span.title {
	text-transform: uppercase;
	margin-right: 20px;
}
	
#artists_resources {
    border-top: 1px solid #666;
}

#artists_resources div h4 {
	margin: 20px 0;
}
#artists_resources .excerpt {
	font-size: 9px;
	margin: 8px;
}

.artists-resources-entries .main-entry {
	margin: 0px 6px 24px;
	float: left;
	
}
.artists-resources-entries div div {
	margin: 2px 0 2px 8px;
}

.artists-resources-entries span.title {
	text-transform: uppercase;
	font-size:105%;
}
.artists-resources-entries {
	float:left; 
	font-size: 90%;
	text-align: left;
}

.rcol .feedtitle {
    font-size: 14px;
}

.rcol div.feed-sxn-hdr {
    display:none;
}

.rcol .feedtxt {
    color: #fff;
    font-size: small;
}
.rcol .feed-entries {
    border: 0px;
}
.rcol .feedentry {
    margin: 0 0 20px 0;
}
.feeddate {
    float: right;
    font-style: italic;
    font-weight: normal;
    font-size: x-small;
    padding-right: 10px;
}

.refresh-msg{
    font-size: x-small;
    font-weight: 100;
    padding-top: 45px;
    text-align: center;
}

.little-txt{
	font-size: x-small;
}


/* careful with this.  
   on the login page, we have id="login" in an input tag
   but this one controls the login bar at the top of the screen
*/
#logout .navitem { margin-left: 2px; margin-right: 2px; float:right;}
#logout span.navitem { border-right: 1px solid #333; padding-right: 4px;}
#logout span.navitem.last { border-right: 0; padding-right: 0;}

#logout { clear: right; }
#login_toplink, #logout {
    color:#333333;
    font-size:x-small;
    margin: 3px auto 4px auto;
    padding: 4px 0 4px 0;
    text-align:right;
    width:908px;
}

#container{
    background-color:#738294;
    margin: auto;
    padding:5px;
    position:relative;
    width: 900px;
}


.lkmap {
    font-size: 80%;
}

#contact_text, .privacy-content,
#artist_edit {
	margin-left:40px;
	margin-right:40px;
}
#about_text, #news_text {
    text-align: justify; 
    width: 560px;
    margin: auto;
}

#all_artists_page {padding-bottom: 20px;}

#map_page,#all_artists_page {
    margin:auto;
    width:800px;
}
#map_page .navlinks {
    padding-top: 25px;
    padding-bottom: 5px;
}


#studio_page h4 {
	margin-top: 4px;
}
.about-title h4, .content-block h4 { text-align: center; }
	
.content-block, .artist-buttons, #studio_page,
.search-thumbs {
    width: 560px;
    margin: auto;
}

.roster {
    font-size:85%;
    margin: auto;
}
.roster .chunk {
    float: left;
    margin: 10px 10px 0 0;
    width: 18%;
}
.chunk .name {
    text-align:left
}

#search_results {
    width:547px;
}
#search_results .help-parent {
    margin-right: 0;
}
.search-txt {
	margin: 4px 4px 4px 20px;
	font-size: 90%;
}

#about_text, #contact_text, 
#news_text, .privacy-content {
    font-size: 95%;
}

#artist_edit h4 {
    width:50%;
}

.alpha-pagination {
    font-size: 85%;
    margin: 2px;
}
.alpha-pg, .curpg {
    border: 1px dotted #444;
    padding: 2px 4px;
}

.studio-memberlist {
    text-align:left;
    margin-top: 15px;
    vertical-align: top;
}
.studio-info {
    padding-bottom: 10px;
}

div#header{
    text-align:center;
    background-color: #FFFFFF;
}

table{
    border-collapse: collapse;
}


#feedcolumn{
    float:left;
    width:250px;
    padding:10px 0;
    margin:5px 0;
    background-color: #999999;
}
#bigthumbcolumn{
    background-color: #000000;
    margin: 20px 10px 10px 10px;
    width: 250px;
}
table.tbl-content{
    background-color:#000000;
    vertical-align: top;
    width: 900px;
}
#searchtools{
    float:left;
    background: #333333;
    margin: 5px 0 0 0;
    padding: 0;
    width: 900px;
}
#topnav{
    clear:both;
    font-weight:bold;
    width:880px;
    text-align:right;
    padding: 8px 20px 8px 0;
}

#tagline{
    clear:both;
    width:900px;
    padding:5px 0;
    text-align:left;
}
#searchbox{
    clear:both;
    width:900px;
    padding:5px 0;
    text-align:right
}

a { outline:none; }

img { 
    border: 0;
    outline: none;
}

img#logo
{
    float:left;
    position:absolute;
    text-align:left;
    top:-30px;
    left:260px;
    z-index:1;
    border: 0;
}
#artist_profile_name {
	float: left;
	width: 320px;
}
#artist_profile_img {
    float: right;
    margin: 20px 2px 15px 20px;
	position: relative;
}

.os-violator {
    bottom: -35px;
    position:absolute;  
    right: -42px;
    z-index:150;
}
.os-violator img {
    width: 96px;
    height: 100px;
}

.info-block {
    margin-left: 5px;
    float: left;
    clear:left;
}
.info-lbl {
    float:left;
}

img.profile
{
    border:1px dotted #444;
}
img.width-spacer
{
    height:1px;
    width: 160px;
}
img.page-height-spacer
{
    width:1px;
    height: 400px;
}
img.page-height-spacer-small
{
    width:1px;
    height: 250px;
}
img.icons
{
    margin: 0px 2px 0px 4px;
    border: 0;
}
img.square-browse
{
    border:1px solid #969;
    vertical-align: middle;
}

/* small text nav in place of play back buttons on search results */
span.navlinks {
    padding: 5px 1px 5px 0px;
}
.navlinks span {
    padding: 0px 2px;
}
.navlinks span#txt {
    font-weight: normal;
}

.playback-txt {
	padding: 0px 2px 0 2px;
}

a.fdbk-subj #next_pg {
    display:none;
}

div.get-involved {
    margin: 10px 0;
}

div.os-promo {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #aaa;
    border: 1px solid #444;
    color: #222;
    margin-bottom: 20px;
    margin-right: 8px;
    padding: 4px 4px 20px 4px;
}

.os-promo h4 {
    margin-top: 5px;
    text-align:center;
    margin-bottom: 5px;
}

table.getinv-form{
	margin:5px;
}
	
.getinv-table {
    width: 90%;
}

.getinv-table img {
    border:0px;
}
.getinv-content {
    margin-top: 10px; 
    text-align: left;
    vertical-align:top;
}

.getinv-input,
.fdbk-input {
	margin: 8px 0;
}

div.playback {
	float:right;
}
td.playback {
	height: 18px;
	overflow: hidden;
	width: 18px;
}

/* open close buttons */
#open_btn, #close_btn {
    background-image:url(/images/icons/openclose-sprite.png);
    height:16px; 
    width: 16px; overflow:hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#open_btn { background-position: 48px 0px; }
#close_btn { background-position: 32px 0px; }

/* for playback buttons */
#first_pg, #last_pg, #prev_pg, #next_pg {
    background-image:url(/images/icons/playback-sprite.png);
	height:16px;
	width:16px;
	overflow:hidden;
}
#first_pg
{
    background-position: 48px 0px;
}
#prev_pg
{
    background-position: 0 0;
}
#next_pg
{
    background-position: 16px 0px;
}
#last_pg
{
    background-position: 32px 0px;
}

#prev-browse, #next-browse
{
    background-image:url(/images/icons/browse-sprite.png);
    background-repeat: no-repeat;
    background-position:1px 1px;
    height:14px;
    margin: 0 8px;
    overflow: hidden;
    width:35px;
    z-index:100;
}

#next-browse
{
    background-position:1px -11px;
}

#prev-browse a
{
    border: 0;
}

.hstripe{
    background-color:#738294;
    height:5px;
    width:900px
}
div.thumbcontainer
{
    float:left;
    width:105px;
    height:105px;
    margin-left:5px;
    margin-right:5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #333333;
}

div.thumbs img
{
    padding:0;
    margin:1%;
    float:left;
    border:1px solid #969;
}

/** thumbs view **/
/* maybe we can go from table to divs for art piece display
.art-pieces { width: 100%; }
.art-piece { width: 110px; float:left; margin:8px 2px;}
*/

/****
 * for thumb browser 
 *
 *****/

/* position here get's img and div lined up so clicks work properly */
img.tiny-thumb {
    border: 0px;
    width: 32px;
    height: 34px; /* match border width */
}

/* padding should be 1/2 the width because
   it is functioning as a "height" specifier */
/* margin here controls horiz spacing between thumbs 
   use padding on td art-browser-container to control
   vert spacing */
#artp-thumb-browser {
    width: 220px;
    margin: 0 auto 15px auto;
    text-align: center;
}

div.tiny-thumb, div.tiny-thumb-sel {
    float: left;
    border: 2px solid #111;
    background-repeat: no-repeat;
    margin: 4px ;
    width: 41px;
    height:  37px;
    overflow: hidden;
    position: relative;
}

div.tiny-thumb-sel {
    border: 2px solid #FEF7CA;
}

.artpiece-img {
    border: 1px solid #444;
}

.artpiece-browser-container {
    font-size: 80%;
    margin: 20px 0 5px 0;
}

.artpiece-browser-container td {
    padding: 2px 0 4px 0;
    vertical-align:top;
}

/* for thumb_browser 2 
#tbar_contain {
    margin: 40px;
    padding: 0 0 20px 0;
    position: absolute;
    overflow: hidden;
    width: 527px;
}
#tbar_content {
    position: relative;
}
*/
    
td.vstripe{
    background-color:#738294;
    width: 5px;
}
tr.tr-short{
    font-size:0;
    height:9px;
}
.tr-short td {
    height:9px;
}
.lcol, .alt-lcol {
    position: relative;
    vertical-align: top;
    width:270px;
}

.lcol {
    background-color:#999999;
}

.rcol div h4 { text-align:center;}
td.rcol{
    padding-bottom:15px;
    vertical-align: top;

}

.singlecolumn{
    padding-bottom: 20px;
    width:882px;
}
div.singlecolumn {
    background-color: #000;
    padding-top:20px;
}

.ltcorner, .rtcorner, .lbcorner, .rbcorner {
    background-image:url('/images/icons/cornersprite.png');
    background-repeat: none;
    font-size:0;
    height:9px;
    width:9px;
    overflow: hidden;
}

.ltcorner {
    background-position: top left;
}
.rtcorner {
    background-position: top right;
}
.rbcorner {
    background-position: bottom right;
}
.lbcorner {
    background-position: bottom left;
}

.graybg {
    background-color: #999999;
}
.blackbg {
    background-color: black;
}

/* keep header bar from jumping into two lines */
.hdr-nav-left {
    text-align:left;
    width:30%;
}
.hdr-nav-right {
    position: relative;
    text-align: right;
    vertical-align: middle;
}

.hdr-nav-right .nav{
    vertical-align: middle;
}

.td-right{
    text-align: right;
    vertical-align: middle;
}

td.td-left{
    text-align:left;
}
.td-center{
    text-align:center;
    vertical-align:middle;
}

#signup {
    width: 607px;
    padding-top: 40px;
    margin: 0px auto;
}
#signup .flash {
    width: 473;
    margin: auto;
}
.signup-right,
.signup-left {
    float: left;
    width: 300px;
}
.signup-left {
    padding-top:20px;
}
.signup-left h2 {
    text-align: left;
}
.signup-right {
    clear: right;
}
.signup-right p {
    text-align: left;
}
.logo-spacer {
    line-height: 1.7em;
}
.div-center h4 {
    margin-top: 36px;
}

.main-thumbs {
    position: relative;
	margin: 10px auto 0px auto;
	padding-bottom: 40px;
    height: 140px;
	width: 560px;
}

#refresher_btn {
    left: 557px; 
    height: 100px;
    position: absolute; 
    top: 10px;
    width: 16px;
}    
#refresher_btn #next_pg {
    position: absolute;
    top: 40px;
}

#main_messages .notice,
#main_messages .error-msg{
	margin: auto;
}
.main-text {
	width: 520px;
    margin: 80px auto auto auto;
    text-align: center;
    vertical-align: bottom;
}

.main-subtext {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

#new_artpiece_form { 
}
#new_artpiece_form table { width:550px; }

.artpiece-title {
    font-size: 120%;
    font-weight: bold;
    padding: 0px 10px 10px 10px;
    text-align: center;
}

.artpiece-container {
    padding: 4px;
    float: left;
}

.allthumbs {
    position:relative;
}
.artp-thumb {
    border: 1px dotted #444;
    float: left;
    font-size: x-small;
    margin: 4px 4px 8px;
    position: relative;
    text-align:center;
    vertical-align: middle;
}

/** holder for the name */
.artp-thumb div {
    height: 32px;
	overflow: hidden;
}

/** thumb with footer needs more margin */
.with-foot {
	margin-top: 10px;
	margin-bottom: 20px;
}
.artp-thumb-ctrl,
.artp-thumb-name {
    position: absolute;
    top: 106px;
    left: 0px;
}


.artp-thumb-decorate img {
    position: absolute;
    top: 84px;
    left: 76px;
}
.artp-thumb-t {
    width: 100px;
}

.artp-thumb-s {
    width: 200px;
    margin:10px 21px;
}

.artp-thumb-m {
    width: 400px;
}


.search-thumbs {
    border: 0px;
    padding: 10px;
    vertical-align: top;
}
/** for search thumbs */
.search-thumbs .artpiece-thumb {
    border: 1px dotted #444;
    float:left;
    margin: 5px;
    width: 260px;
	overflow: hidden;
}

.search-thumb-art {
    float: left;
    height: 100px;
    padding: 8px;
}
.search-thumb-info {
    float: left;
    font-size:85%;
    margin-top:6px;
    text-align: left;
    vertical-align:top;
    width: 142px;
}

.artp-thumb div,
.artpiece-thumb-art div,
.artpiece-thumb-artist div {
	width: 100px;
}
.artpiece-thumb-art div,
.artpiece-thumb-artist div {
	overflow: hidden;
}

.artpiece-thumb-artist {
    font-size: 85%;
    overflow: hidden;
    text-align: center;
    padding-bottom: 3px;
}

#content td.artpiece-thumb-art {
    vertical-align: middle;
}

.as-admin {
    color: #f33;
}
div.as-admin {
    border: 1px solid red;
    background-color: #ffcccc;
    margin: 8px auto 0 auto;
    height: 1.8em;
	padding-top: 3px;
}

span.admin-lk {
    padding: 0 5px 0 0px;
}

/* artists/studios index page */
.artist-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.studio-list {
    width: 240px;
    margin: auto;
}
.studio-thumb {
    border: 1px dotted #444;
    padding: 8px;
    vertical-align: top;
}

.studio-nfo {
    text-align: left;
    float: left;
}
.studio-nfo div {
}
.studio-img {
    margin-bottom: 3px;
    float: left;
}
.studio-thumb img {
    border: 1px dotted #444;
}

#studio_page .studio-img
{
       float: right;
}
.studio-thumb {
   background-color:#111;
   float:left;
   width: 155px;
   margin: 6px;
}

/*
.cur-studio {
    background: #fef7ca;
    font-weight: bold;
}

.cur-studio a {
    color: #000;
}
*/

div.studio-list div {
    padding: 2px;
}

.artist-list h3, .studio-list h3 {
    margin: 5px;
}
.artist-list h4, .studio-list h4 {
    margin: 3px 0 20px 0;
}

/* error pages */
.f404 {
    color: #F33; 
    font-size: 100px; 
    margin-top: 20px;
    text-align:center;
    width: 70%;
}
.f404 p {
    color: #aaa;
    font-size: 14px; 
    text-align: left;
}

.notice {
    border: 1px solid #FEF7CA;
	margin: 4px;
	padding: 4px;
    width: 260px
}

div.notice {
	text-align: center;
}

.error-msg {
    border: 1px solid red;
    color: #f33;
    margin: 10px;
    padding: 10px;
	text-align: left;
    width: 65%;
}

/* shrink err msg if we're in signup-txt box */
div.signup-text div.error-msg {
    width: 240px;
    margin-left: 0;
}

div.alt-login {
    text-align: right;
    padding: 8px;
}

.sub-error-msg {
    font-style: italic;
    margin: 5px;
}

.error-help {
    font-size: 85%;
    color: #F33;
    text-align: left;
}

.signup-text {
    margin: 8px;
    text-align: left;
}


.signup-table, .login-table {
    width: 70%;
}
#reset_pass {
	width: 50%;
}

.signup-table td, .login-table td {
    padding: 1px 4px 4px 4px;
}


.artist-info-table {
    width: 90%;
}

div.artist h4 {
    font-size: inherit;
}

div.artist {
    font-size: 90%;
}

.artist-pieces, 
.thumbs-select {
    width:560px;
    margin-left:auto;
    margin-right: auto;
}
.artist-pieces {
	margin-top: 25px;
	margin-bottom: 4px;
}
.thumbs-select {
	margin-bottom: 20px;
}
#profile_edit_ctrls {
	text-align: left;
	font-size: 85%;
	margin-top: 3px;
	margin-bottom: 3px;
}

#artpiece_edit_ctrls {
	width: 560px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 85%;
}
.edit-buttons span,
#profile_edit_ctrls span,
#artpiece_edit_ctrls span {
	border: 1px solid #444;
	padding: 2px 3px;
	margin: 2px 0 2px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#profile_edit_ctrls span {
	margin-left: 0px;
}

.edit-buttons span:hover,
#profile_edit_ctrls span:hover,
#artpiece_edit_ctrls span:hover {
	background-color: #222;
}

#nav_bar .nav {
	height: 33px;
}
.nav a .mainnav {
	line-height: 33px;
	padding: 9px 5px;
}
#artist_dropdown:hover li.dir,
div.mainnav:hover {
    background-color: #FFFFFF;
    background-image: url(/images/gradients.png);
    background-repeat: repeat-x;
    background-position: 0 -165px; /* 40px gradient */
	-moz-box-shadow: 2px 1px 5px #738294;
    -webkit-box-shadow: 2px 1px 5px #738294;
    box-shadow: 1px 1px 5px #738294;
	color: #404;
}
ul.dropdown li:hover a,
.nav a.lknav {
	color: #222;
}
.nav a.lknav:hover {
	color: #404;
}
ul.mainnav, div.mainnav { 
	display: inline;
	height: 100%;
}
.mainnav {
	border-left: 1px solid #738294;
    text-align:left;
}
.mainnav.first {
	border: 0;
}

.tagcloud {
    margin: auto;
	padding-right: 12px;
}
.clouditem { 
    line-height: 1.4em;
}
/* note color is overridden by link
   look for .tagmatch a directives */
.tagmatch, .tagmatch a:visited, 
.cur-studio, .cur-studio a, .cur-studio a:visited  {
    color: #fc44ff;
}

.tbl-content {
    position: relative;
}
td.alt-lcol {
    position: relative;
}

div.studios .studio-list {
    position: absolute;
    bottom: 0;
    right: 0;
}

.clear {
    clear:both;
}

/* drawing artist name index */
.artist-idx-ltr {
	border-top: 1px solid #222;
	font-size: 90%;
	padding: 2px 20px 0px 0;
	vertical-align:top;
}

.artist-idx-names {
	font-size: 85%;
	vertical-align:top;
}

.admin-table {
    font-size: 85%;
}
.admin-table td {
    vertical-align: top;
    padding: 3px;
}

#admin_artist_name {
    width: 200px;
}

/**
wait dialog 
**/
.wait-dialog {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border: 4px solid #738294;
	width: 160px;
	height: 40px;
	padding: 10px;
	z-index: 100;
        position: absolute;
	left: 45%;
	top: 40%;
	margin: auto;
	background-color: #999;
	color: #222;
}
/**
popup help 
**/
#mode_selector_help {
    margin-left: 4px;
}
img.help-icon {
    border: 0;
}

div.popup-help {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    background-color: #222;
    border: 1px solid #666;
    position: absolute;
    width: 200px;
    left: 4px;
    top: 4px;
    z-index: 405;
}

#mode_selector_helpcontainer .popup-help {
    left: inherit;
    right: 5px;
}


.popup-help div, .popup-help td {
    font-size: x-small;
    text-align: left;
}

.help-parent {
    float: right;
    margin-right: 10px;
    vertical-align: top;
    position: relative;
    z-index: 200;
}

/** top here is to get into the "h4" tag which has a margin of 1.3em */
#tag_help {
	top: -3em;
}

.popup-help-text {
    font-size: x-small;
    padding: 4px 6px 12px 12px;
}
.popup-help-close {
    position: absolute;
    right: 6px;
    top: 4px;
    width: 10px;
    text-align: center;
}

#note_modal_window,
#feedback_modal_window {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#note_modal_content,
#feedback_modal_content {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border: 4px solid #738294;
    background-color: black;
}

#note_modal_content .popup-help-text,
#feedback_modal_content .popup-help-text {
    font-size: small;
}

#note_modal_content .popup-help-title,
#feedback_modal_content .popup-help-title {
    -moz-border-radius-topleft: 9px; 
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px; 
    -webkit-border-top-right-radius: 9px;
    border-bottom: 1px solid #999;
    background-color: transparent;
    line-height:2em;
    padding-left: 10px;
}
#bemail_input div.little-txt {
    margin-bottom: 4px;
}

.popup-help-header {
    -moz-border-radius-topleft: 4px; 
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px; 
    -webkit-border-top-right-radius: 4px;
    border-bottom: 1px solid #999;
    line-height: 1.5em;
    background-color: black;
    font-weight: bold;
    padding: 6px 6px 6px 12px;
    position: relative;
}

.feedback-signup-msg,
.popup-help-text {
    border-left:0;
    border-right:0;
}

.feedback-signup-msg {
    border-top: 1px solid #738294;
    font-size: x-small;
    line-height: 2.4em;
    padding-left: 10px;
}

#feedback_modal_content .popup-help-text,
#feedback_modal_content .feedback-signup-msg {
    background-color: #222;
}

#note_modal_content .popup-help-text,
#feedback_modal_content .popup-help-text {
    padding-right: 10px;
}
#feedback_modal_content .feedback-signup-msg {
    -moz-border-radius-bottomleft: 6px; 
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px; 
    -webkit-border-bottom-right-radius: 6px;
}


/****
Feedback/Get Involved lightbox 
Notes lightbox
****/
#feedback,
#note_container {
  position: absolute;	
  top: 0;
  left: 0;			
  width: 100%;
  height: 100%;
  z-index: 100001;
}
#feedback_link {
	display:none;
}

a#feedback_link {				
  position: fixed;
  z-index: 99999;
  background-color: #CC0000;
  width: 26px;
  height: 96px;
  overflow: hidden;
  background: #C00 url(/images/feedback/feedback_tab.png);
  _position: absolute;
  /*_background-image: url(/images/feedback/feedback_tab.png);*/
}	
  
a#feedback_link:hover {
  background-color: #999;
}


table.fdbk-form td{
	vertical-align: top;
	padding: 10px;
}

table.fdbk-form div.error-msg {
	margin-bottom: 0px;
}

.fdbk-form-container {
	margin: 5px;
}
#info_text {
	margin-bottom: 12px;
}
/**
   we're not going to use this so we can probably dump all this 
   code 
a#feedback_link.left {
  left: 0;
  top: 25%;
  width: 26px;
  height: 96px;
  background-image: url(/images/feedback/feedback_tab.png);
  _background-image: url(/images/feedback/feedback_tab.png);
}

a#feedback_link.right {
  right: 0;
  top: 25%;
  width: 26px;
  height: 96px;
  background-image: url(/images/feedback/feedback_tab.png);
  _background-image: url(/images/feedback/feedback_tab.png);
}

a#feedback_link.top {
  right: 10%;
  top: 0;
  width: 96px;
  height: 26px;
  background-image: url(/images/feedback/feedback_tab_h.png);
  _background-image: url(/images/feedback/feedback_tab_h.png);
}

a#feedback_link.bottom {
  right: 10%;
  bottom: 0;
  width: 96px;
  height: 26px;
  background-image: url(/images/feedback/feedback_tab_h.png);
  _background-image: url(/images/feedback/feedback_tab_h.png);
}
*/
			
a#feedback_close_link,
a#note_close_link{
  position: absolute;
  font-weight:bold;
  right: 12px;
  top: 5px;
}


#note_modal_window,
#feedback_modal_window {
  width: 610px;
  margin: 0 auto;				
  background-color: #222;
  left: 0%;
  position: relative;
}

#note_modal_content .popup-help-text {
    background-color: #222
}
		
.note-loading, 
#feedback_loading {
  padding: 12px 12px 12px 20px;				
}

#credits_bg,
#note_overlay,			
#feedback_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
}
			
.feedback_hide {
  z-index:-100;
}

.note_overlayBG,
.feedback_overlayBG {
  background-color: #000;
  z-index: 100000;
}

* html #feedback_overlay { /* ie6 hack */
/* JR screw ie6			
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
*/
}
			
form#feedback_form .error {
  color: red;
  font-weight: bold;
}


/**
map page
**/
.map-container { float: right; }
.map-os-switch { font-size: 80%; float: left; margin-bottom: 6px;}
#all_artists_page .map-os-switch { float: left; }
.map-roster { float: left; width:200px; }
.map-addr {
	text-align: left;
    font-weight: bold;
    margin-top: 5px;
}

.map-name {
	text-align: left;
    margin-left: 10px;
}

._mau1 {
	text-align: left;
	height: 105px;
}

._mau1 {
	margin-top: 10px;
}

._mau1 div {
	margin-top: 0px;
}

/**
corners 
**/
.corner {
	width: 9px;
	height: 9px;
	z-index: 100;
}

/*******
* FAQ 
********/
.faq_q {
    margin-top: 16px;
    margin-bottom: 2px;
}
.faq_a {
}

/************
Admin
************/
.artist-email-list {
    text-align: left; 
}
/*
#bg {
    background: url(/images/sitebg2.jpg) repeat-x;
    float: left;
    height: 99%;
    left: 0px;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: -104;
}
*/
/* credits */
#footer_right {
    position: relative;
}

#credits_bg_contain { 
	position: relative;
	margin: auto;
}

#credits_bg {
       z-index:3000;
}
#credits_bg_contain {
       z-index: 3001;
}
#credits_div {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background-color: #222;
    border: 2px solid #738294;
    position: absolute;
    text-align: left;
    width:420px;
    z-index: 200;
    opacity: 1;
    filter:alpha(opacity=100); 
    -moz-opacity: 1; 
}

#credits_div .credits-hdr {
    -moz-border-radius-topleft: 9px; 
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px; 
    -webkit-border-top-right-radius: 9px;
    background-color: #000;
	color: #ddd;
    height: 2em;
    line-height: 2em;
    padding-left: 10px;
}
#credits_div .credits-bdy {
    color: #ccc;
}


#acct_menu:hover {
    pointer:cursor;
}
/** artists dropdown menu */
#artist_dropdown {
	line-height: 24px;
}
#artist_dropdown ul.mainnav li.dir {
	padding-left: 6px;
	margin-left: 0;
}
#artist_dropdown ul li.dir {
	float: none;
}

ul.dropdown, ul.dropdown li, ul.dropdown ul {
    list-style:none outside none;
    margin:0;
    padding:0;
}
ul.dropdown {
    float:right;
    position:relative;
    z-index:597;
}

#artist_dropdown {
	display: inline;
}
#artist_dropdown.mainnav {
	height: 28px;
	width: 73px;
}

ul.mainnav { padding: 0px; margin: 0px; }
ul.dropdown li.dir {
    background-color: transparent;
    border:0;
}
ul.dropdown li.dir {
    background-color: transparent;
    border:0;
}
ul.dropdown li {
cc    background-color:#c6c7d6;
    border-color:#d6d7e6 #888 #888 #d6d7e6;
    border-style:solid;
    border-width:0px 1px 1px 1px;
    float:left;
    padding: 4px;
    vertical-align:middle;
}
ul.dropdown li:hover {
    cursor:pointer;
    position:relative;
    z-index:599;
}
ul.dropdown ul {
    left:0px;
    position:absolute;
    top:95%;
    visibility:hidden;
    width:100%;
    z-index:598;
}
ul.dropdown ul li {
    float:none;
}
ul.dropdown ul ul {
    left:99%;
    top:0px;
}
ul.dropdown li:hover > ul {
    visibility:visible;
}
ul.dropdown a:link, ul.dropdown a:visited {
    text-decoration:none;
}
ul.dropdown ul li:hover {
    font-weight:normal;
    background-image: url(/images/gradients.png);
    background-repeat: repeat-x;
    background-position: 0 -165px; /* 40px gradient */
}
ul.dropdown ul li:hover a {	color: #404;}
ul.dropdown a:hover {
}
ul.dropdown a:active {
}
ul.dropdown ul {
    margin-top:1px;
    width:110px;
}
ul.dropdown ul li {
    font-weight:normal;
    background-color: #738294;
    background-image: url(/images/gradients.png);
    background-repeat: repeat-x;
    background-position: 0 -50px; /* 40px gradient */
}
ul.dropdown ul .dir {
    padding-right:15px;
}

ul.dropdown ul .last {
    -moz-border-radius-bottomleft: 5px; 
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px;
}
ul.dropdown ul .first {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px; 
}
