html {
	height: 100%;
}

body {
	margin: 0px;
	background: #FFF url(css/images/global_shadow.gif) repeat-y top center;
	height: 100%;
}

body, div, table, td, p, input, textarea, a {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #000;
}

p {
	line-height: 140%;
}

.icon {
	vertical-align: middle;
}

a:link, a:active, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #f77e1d;
}

.vcentered {
	vertical-align: middle;
}

.orange-c {
	color: #ff8904;
}

p.error-msg {
	background: #ffdbd4 url(css/images/icons/invalid.png) no-repeat 10px 5px;
	color: #e93917;
	padding: 4px;
	padding-left: 30px;
}
p.status-msg {
	background: #e5ffdb url(css/images/icons/accept.png) no-repeat 10px 5px;
	color: #207000;
	padding: 4px;
	padding-left: 30px;
}



#mainWrapper {
	width: 890px;
	height: 100%;
	margin: auto;
	border-left: 1px solid #464f56;
	border-right: 1px solid #464f56;
	border-collapse: collapse;
}

#mainWrapper td {
	padding: 0px;
}



#pageContent {
	position: relative;
	width: 550px;
	margin-left: 35px;
	padding-right: 20px;
	float: left;
	display: inline;	/* Otherwise IE6 doubles the margins */
}

#pageSidebar {
	width: 240px;
	margin-right: 25px;
	float: right;
	display: inline;
	border-left: 1px dashed #CCC;
}

#becomeMember {
	clear: both;
	width: 195px; 
	margin: auto; 
	margin-bottom: 30px; 
	text-align: center;
}

#googleAds {
	width: 165px;
	height: 620px;
	margin: auto;
	padding-top: 20px;
	/*margin-left: 12px;*/
}




/************ TOP / MENU ***************/
#top {
	position: relative;
	width: 100%;
	height: 120px;
}

#top-bar {
	position: absolute;
	height: 49px;
	width: 100%;
	background: #464f56 url(css/images/top_bg.png) repeat-x;
}


#logo {
	position: absolute;
	margin-top: 10px;
	margin-left: 35px;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	margin-left: 20px;
	padding:  2px;
	color: #FFF;
	background-color: #454e55;
}

.searchBlock {
	position: absolute;
	right: 30px;
	bottom: 38px;
	width: 200px;
}
.searchBlock input.dfltTxtField {
	width: 150px;
	float: left;
}
#searchBtn {
	float: left;
	vertical-align: middle;
	margin-left: 5px;
}

#nonJS_menu {
	position: absolute;
	height: 30px;
	margin-left: 200px;
	margin-top: 20px;
}
#nonJS_menu a {
	color: #FFF;
	font-weight: bold;
	font-size: medium;
}





/************ TAG CLOUD ***************/
#tagCloud {
	clear: both;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 30px;
	margin-left: 10px;
	line-height: 180%;
}

#tagCloud a:link, #tagCloud a:active, #tagCloud a:visited {
	/*display: block; float: left; margin-left: 10px; margin-right: 10px;*/
	color: #ff8904;
	text-decoration: none;
	font-weight: bold;
}
#tagCloud a:hover {
	color: #FFF;
	background-color: #ff8904;
}

#tagCloud .sizeS { font-size: 100%; }
#tagCloud .sizeM { font-size: 130%; }
#tagCloud .sizeL { font-size: 160%; }
#tagCloud .sizeXL { font-size: 200%; }


/************* LOGIN BOX ***************/
#artistActions a {
	display: block;
	background-color: #EEE;
	padding: 3px 7px 3px 7px;
	margin-bottom: 2px;
	text-decoration: none;
	border: 1px solid #F6F6F6;
}

#artistActions a:hover {
	background-color: #E3E3E3;
	border: 1px solid #CCC;
}

p#artistCounter {
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
p#artistCounter .cntr {
	font-size: medium;
	color: #ff8904;
}



/************* HOMEPAGE ***************/
#introText {
	width: 50%;
	float: left;
}
#introText ul {
	margin-bottom: 15px;
	list-style-type: square;
}
#introText ul li {
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#expoShortlist {
	width: 43%;
	float: right;
	padding-left: 10px;
	border-left: 1px dashed #CCC;
}

#expoShortlist h2 {
	font-weight: bold;
	font-size: small;
	padding-bottom: 15px;
}

#expoShortlist ul {
	margin-bottom: 15px;
}

#expoShortlist li {
	margin-bottom: 10px;
}

#expoShortlist li a {
	text-decoration: none;
}




/*********** NEW ARTISTS **************/
#newArtists {
	margin-top: 30px;
}
#newArtists h1 {
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#newArtists div {
	border: 1px solid #7b7b7b;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
}

#newArtists div div {
	border: 0px;
	float: none;
	overflow: hidden;
	margin: auto;
	margin-top: 3px;
}

#newArtists div div img {
	margin: auto;
	display: block;
}

#newArtists div div a {
	display: block;
}

#new1 { width: 106px; height: 126px; }
#new1 div { width: 100px; height: 120px; }
#new1 div img { height: 120px; }

#new2 { width: 89px; height: 106px; margin-top: 10px; }
#new2 div { width: 83px; height: 100px; }
#new2 div img { height: 100px; }

#new3, #new4, #new5, #new6 { width: 73px; height: 86px; margin-top: 20px; }
#new3 div, #new4 div, #new5 div, #new6 div { width: 67px; height: 80px; }
#new3 div img, #new4 div img, #new5 div img, #new6 div img { height: 80px; }
#new6 { margin-right: 0px !important; }

.infoTip {
	position: absolute;
	z-index: 500;
	width: 195px;
	height: 116px;
	background: transparent url(css/images/infotip_bg.png) no-repeat;
}
.infoTip div {
	/*position: absolute;*/
	width: 165px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
}


/************* NEW ART ***************/
#newArt {
	margin-top: 30px;
	margin-bottom: 30px;
}
#newArt h1 {
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.new_art {
	width: 64px;
	height: 46px;
	border: 1px solid #7b7b7b;
	background-color: #FFF;
	float: left;
	margin: 6px;
	display: inline;
}

.new_art div {
	width: 58px;
	height: 40px;
	overflow: hidden;
	border: 0px;
	margin: auto;
	margin-top: 3px;
}

.new_art div img {
	margin: auto;
	display: block;
	width: 58px;
}


/************ FOOTER ***************/
#footer {
	width: 100%;
	height: 122px;
	background: transparent url(css/images/bottom_bg.png) repeat-x;
}

#footer .linkBlock {
	float: left;
	display: inline;
	margin-left: 35px;
	margin-top: 10px;
	color: #c4c4c4;
}

.linkBlock ul {
	list-style-type: disc;
	padding-left: 15px;
	color: #222;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #c4c4c4;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #EEE;
}

#credits {
	clear: both;
	padding-top: 15px;
	color: #999;	
	text-align: center;
}


/************ FORM STUFF ***************/
form {
	line-height: 170%;
	display: block;
	margin: 0px;
}
/*
div.dfltTxtFieldWrapper {
	width: 170px;
	height: 23px;
	background: transparent url(css/images/input_bg.png) no-repeat top left;
	float: left;
	margin-right: 4px;
}
*/
.dfltTxtField {
	width: 165px;
	font-size: 9pt;
	padding: 2px;
	margin-top: 4px;
	border: 1px solid #333;
	background: #FFF;
}

.inputHelp {
	color: #AAA;
	text-decoration: none;
	font-size: smaller;
	display: inline;
}
.inputHelp a {
	color: #888;
	font-size: smaller;
}

.dfltButton {
	border: 1px solid #999;
	background: transparent url(css/images/btnbg.jpg) repeat-x top left;
	padding: 3px 6px;
	font-weight: bold;
	color: #444;
}
.dfltButton:hover {
	cursor: pointer;
}


/***********************************************/
/**************** ARTIST PAGE ******************/
/***********************************************/

#artistInfo {
	position: relative;
	height: 150px;
	overflow: hidden;
	line-height: 180%;
}

#artistInfo h1 {
	font-weight: bold;
	font-size: 16pt;
	display: inline;
	margin-right: 10px;
}

#artistPic {
	border: 1px solid #7b7b7b;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
	width: 106px;
	height: 126px;
}

#artistPic div {
	border: 0px;
	float: none;
	overflow: hidden;
	margin: auto;
	margin-top: 3px;
	width: 100px;
	height: 120px;
}

#artistPic div img {
	margin: auto;
	display: block;
	height: 120px;
}

/*********** PROFILE TABS ******************/
div.profile_tabs {
  	height: 28px;
	background: transparent url(css/images/profile_tabs_bottomline.gif) repeat-x bottom left;
}
.profile_tabs ul {
  	padding: 0px;
  	margin: 0px;
	height: 28px;
	overflow: hidden;
}
.profile_tabs ul li {
  	display: inline;
  	padding: 0px;
}
.profile_tabs ul a:link, .profile_tabs ul a:visited {
  	float: left;
  	text-transform: uppercase;
  	color: #666;
  	padding: 7px 12px 8px 12px;
  	background: transparent url(css/images/profile_tabs_shadow_inact.gif) repeat-x top left;
}
.profile_tabs ul a.special:link, .profile_tabs ul a.special:visited {
	background: transparent url(css/images/profile_tabs_shadow_inact_spec.gif) repeat-x top left;
}
.profile_tabs ul a.active:link, .profile_tabs ul a.active:visited {
  	background: #FFF url(css/images/profile_tabs_shadow_act.gif) repeat-x top left;
  	padding: 7px 12px 8px 12px;
  	font-weight: bold;
  	color: #000;
  	text-decoration: none;
}
.profile_tabs ul a:hover {
	color: #000;
}

/************ SUB PAGE ********************/
#artistSubpage {
	height: 100%;
	min-height: 400px;
	width: 100%;
	clear: both;
	border: 1px solid #808080;
	border-top: 0px;
	margin-bottom: 20px;
}

a.update-action {
	background-color: #ffefb7;
	padding: 2px;
	color: #000;
}

#artistBio {
	padding: 20px;
	text-align: justify;
}

#artistGallery div.art-container {
	display: inline;
	float: left;
	width: 250px;
	height: 132px;
	background-color: #EEE;
	margin: 10px;
}
div.art-container h2 {
	background-color: #FFF;
	font-weight: normal;
}
div.art-container h2 span {
	color: #BBB;
	font-size: smaller;
}
div.art-container .pic-frame {
	width: 135px;
	float: left;
}
div.art-container .pic-frame a img {
	border: 3px solid #FFF;
	margin-top: 6px;
	margin-left: 6px;
}
div.art-container .art-actions {
	float: right;
	width: 114px;
	height: 116px;
}
.art-actions ul {
	margin-top: 7px;
}
.art-actions ul li {
	padding: 2px;
}
.art-actions ul li.views {
	color: #555;
	font-size: smaller;
}
.art-actions ul li a {
	color: #888;
	text-decoration: none;
}
.art-actions ul li a:hover {
	text-decoration: underline;
}
.art-actions ul li a.update-action {
	color: #000;
	font-size: smaller;
}
.art-actions ul li img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

img.artwork-fullsize {
	margin: auto;
	border: 10px solid #EEE;
}

p#artwork-info {
	padding: 10px;
	width: 90%;
	margin: auto;
}
p#artwork-info .artwork-title {
	font-size: 14pt; 
	font-weight: bold;
}
p#artwork-info .artwork-visits {
	color: #999;
	font-size: smaller;
}
p#artwork-info .artwork-comment {
	color: #666;
}

.reaction {
	width: 90%;
	margin: auto;
	padding: 6px;
}
.r-odd {
	background-color: #FFF;
}
.r-even {
	background-color: #F6F6F6;
}
.reaction p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#artistExpos ul {
	width: 90%;
	margin: auto;
	padding: 10px;
	margin-bottom: 30px;
}
#artistExpos ul li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
#artistExpos ul li.past {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}
#artistExpos ul li.now {
	background-color: #F6F6F6;
	border-left: 5px solid #ff8904;
}
#artistExpos .expo-title {
	float: left;
	font-size: medium;
	font-family: Arial;
	font-weight: bold;
}
#artistExpos .expo-actions {
	float: right;
}
#artistExpos .expo-actions a {
	font-size: smaller;
}
#artistExpos .expo-info {
	color: #777;
	padding: 5px 0px 0px 25px;
}

#expoForm {
	width: 90%;
	margin: auto;
	background-color: #F6F6F6;
	padding: 5px;
}


#artistGuestbook ul {
	width: 90%;
	margin: auto;
	padding: 10px;
	margin-bottom: 30px;
}
#artistGuestbook ul li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
#artistGuestbook .entry-poster {
	float: left;
	padding-bottom: 5px;
}
#artistGuestbook .entry-actions {
	float: right;
}
#artistGuestbook .entry-actions a {
	font-size: smaller;
}
#artistGuestbook .entry-message {
	color: #777;
	padding: 5px 0px 0px 25px;
}

#gbForm {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	padding: 5px;
}
#gbForm p {
	padding: 5px;
}
#gbForm input.cameleon {
	background-color: #F6F6F6;
	border: 0px;
	font-size: smaller;
	color: #F6F6F6;
}


#artistGallery .entry-actions {
	float: right;
}
#artistGallery .entry-actions a {
	font-size: smaller;
}
#artistGallery .entry-poster {
	float: left;
	padding-bottom: 5px;
}
#picForm {
	width: 94%;
	margin: auto;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	padding: 4px;
}
#picForm table td {
	padding: 5px;
}

#uploadPicFrame {
	width: 100px;
	height: 120px;
	overflow: hidden;
}
#uploadPicFrame img {
	width: 100px;
}

#fbForm {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	padding: 5px;
}
#fbForm p {
	padding: 5px;
}
#fbForm input.cameleon {
	background-color: #F6F6F6;
	border: 0px;
	font-size: smaller;
	color: #F6F6F6;
}

#artistProfile form {
	width: 90%;
	margin: auto;
	padding: 5px;
	background-color: #F6F6F6;
}
#artistProfile table {
	width: 100%;
}
#artistProfile table td {
	padding: 3px;
}



/*************** REGISTRATION PAGE *******************/
#yelblock {
	width: 565px;
	height: 219px;
	background: transparent url(css/images/register_yelblock.jpg) no-repeat top left;
}
#yelblock div {
	padding-top: 30px;
	margin-left: 20px;
	width: 533px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	line-height: 150%;
}
#yelblock div h1 {
	font-size: 16pt;
	margin-bottom: 15px;
}

#testimonial_list {
	width: 80%;
	margin: auto;
}

p.quote {
	font-family: Georgia, "MS Sans Serif", Geneva, sans-serif;
	line-height: 180%;
	color: #999;
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
}

#registrationForm {
	width: 560px;
	margin-left: 5px;
	margin-bottom: 50px;
}

#registerError {
	padding: 8px;
	text-align: center;
	margin-bottom: 10px;
	color: #F00;
	background-color: #ffcec7;
	margin-left: 20px;
}
#registerError img {
	vertical-align: middle;
}


#registrationForm table {
	border-collapse: collapse;
	width: 100%;
}
#registrationForm table td {
	padding: 3px;
}
#registrationForm table td.label {
	width: 29%;
}
#registrationForm table td.inputcell {
	width: 190px;
}
#registrationForm table td.validationFlag {
	color: #F00;
	font-size: 8pt;
}
#registrationForm table td.validationFlag img {
	vertical-align: middle;
}

input.txtField, select {
	padding: 2px;
	border: 1px solid #999;
	background-color: #F9F9F9;
}

.txtFieldLong {
	width: 180px;
}
.txtFieldMedium {
	width: 100px;
}
.txtFieldShort {
	width: 40px;
}
.txtFieldXShort {
	width: 20px;
}

input.invisibleInput {
	border: 0px;
	color: #FFF;
	background-color: #FFF;
	font-size: 8pt;
}

.instruction {
	color: #999;
	font-size: smaller;
}

#registration-status-msg {
	width: 90%;
	margin: auto;
	margin-top: 60px;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 20px;
}



/********************** LISTING PAGES *************************/
#artistListing {
	margin-bottom: 40px;
}

ul.artistsByCol {
	width: 240px;
	float: left;
	margin-left: 25px;
}
ul.artistsByCol li {
	font-weight: bold;
	font-size: large;
	padding-top: 20px;
}
ul.artistsByLetter {
	margin-left: 2px;
}
ul.artistsByLetter li {
	font-weight: normal;
	font-size: small;
	padding-top: 5px;
}

span.artistCity {
	color: #888;
}

#artListing h2 {
	font-weight: bold;
	font-size: large;
	margin-bottom: 20px;
}

table.artist-art-preview {
	width: 100%;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	border-collapse: collapse;
	background-color: #EEE;
}
table.artist-art-preview td {
	padding: 3px;
}
table.artist-art-preview td.artwork-cell {
	background-color: #FFF;
	vertical-align: middle;
}

div.artist-pic {
	width: 73px;
	height: 86px;
	/*background-color: #FFF;*/
	float: left;
	margin: 3px;
}
div.artist-pic div {
	width: 67px; height: 80px;
	border: 0px;
	float: none;
	overflow: hidden;
	margin: auto;
	margin-top: 3px;
}
div.artist-pic div img {
	height: 80px;
	margin: auto;
	display: block;
}

div.artist-artwork {
	width: 64px;
	height: 46px;
	border: 1px solid #7b7b7b;
	background-color: #FFF;
	float: left;
	margin: 2px 7px;
	display: inline;
}
div.artist-artwork div {
	width: 58px;
	height: 40px;
	overflow: hidden;
	border: 0px;
	margin: auto;
	margin-top: 3px;
}
div.artist-artwork div img {
	margin: auto;
	display: block;
	width: 58px;
}

a.more-link {
	font-size: smaller;
	color: #666;
}

ul#listingSubcats {
	margin-bottom: 30px;
	list-style-type: square;
}
ul#listingSubcats li {
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 4px;
}


/****************** SEARCH RESULTS *******************/
#searchResults h2 {
	font-size: large;
	font-weight: bold;
	padding-bottom: 30px;
}


/************* FORGOTTEN PASSWORD ********************/
#forgottenPwd h2 {
	font-size: large;
	font-weight: bold;
	padding-bottom: 30px;
}

#forgottenPwd form {
	width: 300px;
	margin: auto;
}

#forgottenPwd form input.leave-me-empty {
	width: 10px;
	border: 0px;
	color: #FFF;
}



/******************** EXPOSITIONS *********************/
#expositions {
	
}
#expositions h2 {
	font-size: large;
	font-weight: bold;
	padding-bottom: 30px;
}
#expositions ul {
	width: 90%;
	margin: auto;
	padding: 10px;
	margin-bottom: 30px;
}
#expositions ul li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
#expositions ul li:hover {
	background-color: #EEE;
}
#expositions ul li.now {
	background-color: #F6F6F6;
	border-left: 5px solid #ff8904;
}
#expositions .expo-title {
	font-size: medium;
	font-family: Arial;
	font-weight: bold;
}
#expositions .expo-info {
	color: #777;
	padding: 5px 0px 0px 25px;
}



/*****************  INFO PAGE  **********************/
#siteInfo p {
	padding-bottom: 20px;
	color: #333;
	padding-left: 20px;
}

#siteInfo p.subtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	color: #000;
}

#siteInfo p strong {
	color: #ff8904;
	font-weight: bold;
}

#siteInfo ul {
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-type: circle;
}
#siteInfo ul li {
	color: #333;
	padding-left: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
}


/**************** CONTACT PAGE *********************/
#contactForm {
	width: 350px;
	margin: auto;
	margin-top: 35px;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	padding: 10px;
}

#contactForm p {
	clear: both;
	padding: 15px;
}

#contactForm p label {
	float: left;
}

#contactForm p input {
	float: right;
}