@charset "UTF-8";
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background: #8f0000 url(/images/background.png) top center repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	min-width:813px;
}

table tr td { vertical-align:top; }
tr.even td { background-color:#e6e6e6; }
tr.odd td { background-color:#fff; }

p { padding-bottom: 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ol, ul { padding:0 0 15px 30px; }
ol { padding-left: 35px; }
ol li, ul li { padding-bottom: 5px; }
ol li ol, ul li ul { padding-top:10px; padding-bottom:0; }

em { font-style:italic; }
strong { font-weight:bold; }
blockquote { padding-left:20px; }

label { font-weight:bold; font-size:12px; }

a { color:#000; text-decoration:none; }
a:visited { }
a:hover { }
a:active { }
a.arrowLink { background:url(/images/arrow-right.gif) no-repeat left center; color:#b30000; text-decoration:underline; padding-left:12px; line-height:16px; }
div.contentHolder p a,
div.contentHolder ul li a,
div.contentHolder ol li a,
div.contentHolder label a,
div.contentHolder dd a,
div.contentHolder .redLink a,
div#userStatusContainer a { color:#b30000; text-decoration:underline; } /* this should set all the links within the content to red and underline */
div.contentHolder p a:hover,
div.contentHolder ul li a:hover,
div.contentHolder ol li a:hover,
div.contentHolder label a:hover,
div.contentHolder dd a:hover,
div.contentHolder .redLink a:hover,
div#userStatusContainer a:hover,
a.arrowLink:hover { color:#620000; }

.hidden { display:none; }
.noBorder { border:none; text-decoration:none; }
.fieldError { color:#b30000; font-weight: bold; }
.fs13 { font-size:13px; }
.fs15 { font-size:15px; }

h1 {
	font-size:14px;
	font-weight:bold;
	color:#8f0000;
	margin-bottom:15px;
}
h2 { font-size:13px; font-weight:bold; padding-bottom:15px; }
h3 { font-size:13px; font-weight:bold; color:#8f0000; padding-bottom:3px; }
h4 {
	font-size:13px;
	font-weight:bold;
	color:#8f0000;
	text-transform:uppercase;
	background:url(/images/arrow-right.gif) no-repeat left center;
	padding-left:15px;
	margin-top:15px;
	height:16px;
    padding-top:2px;
}

.floatRight { float: right; }
.floatLeft { float: left; }
.clearFloat { clear:both; }

/** layout classes **/
#container { width: 813px; margin: 0 auto; text-align: left; }
#leftBar { float: left; width: 188px; padding: 15px 10px 15px 10px; }
#mainContent { margin: 0 0 0 225px; padding: 15px 14px 20px 17px; width: 557px; }
.topBar { height:97px; }

/** input fields **/
.inputFieldw173 { background:url(/images/input-bkg-w173.gif) no-repeat; width:173px; height:29px; padding:2px 0 4px 2px; }
.inputFieldw173 input { width:158px; height:16px; border:none; background:url(/images/spacer.gif); font-size:10px;  margin:4px 0 0 4px; padding-top:1px; }
label.checkbox { padding-bottom:10px; display:block; }
.noBkg { background: none; }

/** grey horz bar **/
.layoutBar { border-top:1px solid #5f5f5f; height:1px; width:100%; margin:0 0 0 -9px; padding-right:21px; }
#mainContent .layoutBar { margin-left:-16px; padding-right:30px; }

/** left bar **/
#logo { text-align:center; padding-top:15px; }
#userStatusContainer { height:240px; }
#joinNow { text-align:center; padding:15px 0 10px 0; }
#loginForm { height:182px; margin-left: 6px; }
#forgotPass { display:block; padding-top:5px; font-weight:bold; }
#featuredArtistsLink { text-align:center; margin-top:10px; }
#leftAd { margin-top:15px; width:160px; margin-left:13px; /*height:400px; */}

/** top right bar **/
#topAd, #topSearch, #recruiterLogo { float:left; margin-top:10px; }
#topAd, #recruiterLogo { width:350px; height:75px; margin-right:15px; }
#topAd iframe { margin:10px 0 0 50px; }
#topSearch { width:180px; }
#shoppingCartView { margin-top:10px; }
#searchField { background:url(/images/search_icon.gif) left no-repeat; padding-left:20px; width:138px;  }

/** menu & feature image **/
#mainMenu { margin-top:16px; }
#featureImg { margin-left:1px; margin-bottom:16px; height:180px; }
#featureImg img { position:absolute; }

/** status message **/
.statusMessage { font-weight:bold; width:100%; border:1px solid #8f0000; background-color: #ec6666; padding:2px; margin-bottom: 5px; font-size:14px; }

/** about us menu **/
#aboutUsMenu, #categoriesMenu { margin: 12px 0 0 -1px; }

/** content border **/
.contentContainer { position:absolute; }
.contentTop { background:url(/images/content_border-top.gif) no-repeat top center; height:16px; width:551px; margin-top:12px; }
.contentBody { background:url(/images/content_border-bkg.gif) repeat-y top center; min-height:290px; width:551px; }
.contentBody div.contentHolder { padding:0 20px 5px 20px; margin:-2px 0 -5px 0; }
.contentBottom { background:url(/images/content_border-bottom.gif) no-repeat top center; height:16px; width:551px; }

/** copyright **/
#copyright { text-align:center; margin-top:10px; color:#8f0000; font-size:11px; margin-bottom: 15px; }
#copyright a { color:#000; text-decoration:none; }
#copyright .separator { font-weight:bold; font-size:13px; }

/** content separator **/
.contentSeparator, .contentSeparatorNoP, .contentSeparatorDl { border-top:1px solid #9a9a9a; height:20px; width:551px; position: relative; left: -20px; }
.contentSeparatorNoP { top:15px; height:30px; }
.contentSeparatorDl { top:15px; height:30px;}

/** definition lists **/
dl.infoList dt { display:block; float:left; clear:left; width:125px; font-weight:bold; font-size:12px; }
dl.infoList dd { display:block; float:left; width:375px; margin-bottom:5px; }

/** user status area **/
#logout { text-align:center; padding:15px 0 10px 0; }
#usersName { position: relative; padding-left:10px; font-weight:bold; font-size:13px; overflow: hidden; height:16px; }
#userLinks { padding-left:10px; padding-top:5px; font-size:11px; }
#inboxStatus, #inboxStatusRecruiter { position:relative; padding-left:6px; margin-top:62px; }
#inboxStatusRecruiter { margin-top:47px; }
#inboxStatus a.envelope { display:block; float:left; }
#inboxStatus div.messageCount { float:left; font-size:12px; font-weight: bold; padding-top:2px; }
#inboxStatus div.messageCount span#newMessages { font-size:24px; color:#8f0000; }

/** navigation **/
.nav { margin: 0 0 -5px 0; padding:4px 0 0 0; background-color: #fff; text-align:right; color:#8f0000; font-weight: bold; font-size:12px; }
.nav a, .nav .ellipsis { color:#000; font-weight: normal; }
.nav a:hover { text-decoration:underline; }
.nav .previous,
.nav .next,
.nav .noPrevious,
.nav .noNext,
.nav .previous:hover,
.nav .next:hover,
.nav .noPrevious:hover,
.nav .noNext:hover { height:8px; padding:0 3px 0 5px; background-position: center left; background-repeat: no-repeat; text-decoration: none; }
.nav .previous, .nav .noPrevious { background-image: url(/images/nav-prev.gif); }
.nav .next, .nav .noNext { background-image: url(/images/nav-next.gif); }

/** extra grey area in content **/
#greyContentArea { background:#b1b1b1 url(/images/content_border-my_art-add_area.gif) no-repeat bottom; min-height:44px; width:551px; margin-left:-20px; }
#greyContentArea div { padding:13px 15px 0 15px; }
#greyContentArea a { text-decoration:none; color:#000; }
#greyContentArea a:hover { text-decoration:underline; }
#greyContentArea a.arrowLink { background-image:url(/images/arrow-right-grey.gif); }
#greyContentArea .contentSeparator { border-top:1px solid #555; left: 0; }

/** artist profile **/
#artistAbout { margin-left:1px; margin-top:7px; height:184px; }
#artistAbout div.profilePic { float:left; padding:0 12px 0 0; height:180px; }
#artistAbout #artistData { width:405px; margin:0 0 0 145px; }
#artistAbout div.artistNav { float:right; padding:-1px 0 0 0; height:40px; font-size:10px; text-align:center; }
#artistAbout div.artistNav a:hover { text-decoration:underline; }
#artistAbout div.profilePic img { border:1px solid #000; }
div.artistName { float:left; }
h1.artistsName { font-weight:bold; font-size:20px; margin:0; padding:0; width:360px; }
h2.artistCategory { font-size:16px; color:#8f0000; margin:0; padding:0; width:360px; }
h2.artistCategory a { color:#8f0000; }
h2.artistCategory a:hover { text-decoration:underline; }
div.shortBio { background-image:url(/images/content_border-about_me.jpg); width:380px; height:99px; background-repeat:no-repeat; padding:8px 11px 8px 11px; margin:15px 0 0 3px; }

/** artist art **/
div#myArtContainer { width:551px; margin-left: -20px; min-height:300px; }
a.art, div.art {
    display:block;
    float:left;
    width:139px;
    height:229px;
    padding:10px 22px 0 22px;
    text-align: center;
    border:1px solid #9a9a9a;
    border-left:none;
    border-top: none;
    overflow:hidden;
}
a.last, div.last { border-right:none; }
a.art img.artImg { }
a.art div.artName { width:135px; max-height:30px; overflow: hidden; }
a.art:hover div.artName { text-decoration:underline; }
a.art div.price { width:135px; max-height:30px; overflow:hidden; font-weight:bold; margin-top: 2px; }
div.artNav { font-weight:bold; }
div.artNav a { padding:0 30px 5px 30px; }

img.artImg { border:1px solid #000; margin-bottom:6px; }
img.video, img.audio, img.text { border:none; }

div.artDetail { text-align:center; padding-top:20px; }
div.artDetail p.description { width:450px; text-align: left; margin-left:30px; }
div.artDetail h2.price { font-size:15px; padding-bottom:7px; }

/** featured artists **/
#featuredArtists { width:559px; margin-top:12px; }

/** contests **/
ol.topArtists .voteCount { color: #444; font-size:10px; }

.claeroDebug { width: 600px; }
