/* YUI Reset ---------------------------- */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset
,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing
:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit
;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1
,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0
;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input
,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight
:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 Courier New, Courier,serif
;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% Courier New, Courier, serif;}
table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height
:100%;}


/* Structure ---------------------------- */
BODY {
	text-align:center;
}

#doc {
	width:926px;
	margin:0 auto;
	text-align:left;
}

#hd {
	position:relative;
	background:url(../img/header_bg.png) no-repeat 210px 0px;
	/* 
	to get around weird IE bug, we set overflow to hidden 
	and then we need to increase the height to include the
	logo image, and then add a negative margin to compensate
	*/
	overflow:hidden;
	height:310px;
	margin:0 0 -110px 0;
}

#hd h1 {
	position:relative;
	left:210px; top:145px;
	width:300px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}

#bd {
	position:relative;
	left:210px;
	width:654px;
}

#ft {
	position:relative;
	top:40px; left:210px;
	width:654px;
	border-top:1px solid #d7d5d5;
	padding:33px 0 30px 0;
}

#footerLogos {
	margin:0 0 0 -5px;
}


#logo {
	position:absolute;
	left:0px; top:0px;
}

#nav-container {
	position:absolute;
	left:730px; top:24px;
}

#subnav-container {
	position:absolute;
	left:210px; top:165px;
}

/* Global Styles ----------------------------- */

BODY {
	color:#392d2c;
}

A:LINK, A:VISITED, A:ACTIVE {
	text-transform:uppercase;
	text-decoration:underline;
	color:#0fd3d1;
	font-weight:bold;
}

A:HOVER {
	color:#392d2c;
}

DIV.hr {
	border-bottom: 1px solid #D7D5D5;
	height:1px;
	clear:both;
	margin:0.5em 0 0.5em 0;
}

DIV.hr.x2 {
	margin:1em 0 1em 0;
}

H1, H2, H3, H4, STRONG {
	font-weight:bold;
	color:#392d2c;
}

H2 {
	text-transform:uppercase;
	margin:0 0 1em 0;
}

P {
	line-height:1.3;
	margin:0.2em 0 1em 0;
	color:#392d2c;
}

/* Navigation Style ---------------------------- */

#nav LI {
	display:block;
	position: relative;
	width:145px;
	height:18px;
}

#nav A {
	width:100%; height:100%;
	display:block;
	background: url(/img/nav.png) no-repeat;
}

#nav SPAN {
	position: absolute;
	text-indent: -9999px;
}


#navGallery A {
	background-position: 0 0;
}
#navPaintaBox A {
	background-position: 0 -18px;
}
#navAboutUs A {
	background-position: 0 -36px;
}
#navPartners A {
	background-position: 0 -54px;
}
#navInsurance A {
	background-position: 0 -72px;
}
#navMedia A {
	background-position: 0 -90px;
}
#navNews A {
	background-position: 0 -108px;
}
#navShop A {
	background-position: 0 -126px;
}
#navArtistLogin A {
	background-position: 0 -144px;
}
#navContactUs A {
	background-position: 0 -162px;
}

#navGallery A:HOVER, #navGallery.active A {
	background-position: -145px 0;
}
#navPaintaBox A:HOVER, #navPaintaBox.active A {
	background-position: -145px -18px;
}
#navAboutUs A:HOVER, #navAboutUs.active A {
	background-position: -145px -36px;
}
#navPartners A:HOVER, #navPartners.active A {
	background-position: -145px -54px;
}
#navInsurance A:HOVER, #navInsurance.active A {
	background-position: -145px -72px;
}
#navMedia A:HOVER, #navMedia.active A {
	background-position: -145px -90px;
}
#navNews A:HOVER, #navNews.active A {
	background-position: -145px -108px;
}
#navShop A:HOVER, #navShop.active A {
	background-position: -145px -126px;
}
#navArtistLogin A:HOVER, #navArtistLogin.active A {
	background-position: -145px -144px;
}
#navContactUs A:HOVER, #navContactUs.active A {
	background-position: -145px -162px;
}

/* IE Menu Hacks ---------------------------- */

#nav LI {
	*margin-bottom:-4px;
}


/* Sub-navigation ---------------------------- */

#subnav LI {
	display:inline;
	padding:0 0.7em 0 0;
	font-size:11px;	
}

#subnav LI A {
	color:#392d2c;
}

#subnav LI.active A, #subnav A:HOVER {
	color:#0fd3d1;
}

/* Forms ------------------------------------ */


FORM {
	margin:0 0 1em 0;
	width: 500px;
}

LABEL {
	display:block;
	font-weight:bold;
	color:#392d2c;
	float: left;
	margin-right: 20px;
	width: 130px;
}

FORM fieldset {
	border: 1px solid #D7D5D5;
	padding: 10px;
	margin-top: 20px;
}

FORM fieldset legend {
	color: #0fd3d1;
	font-weight: bold;
	padding: 0 10px;
}

FORM .error input {
	border: 1px solid #FF2C29;
}

FORM .error-message {
	margin: 5px 0px 0px 150px;
	font-size: 0.9em;
	color: #FF2C29;
	font-weight: bold;
}

FORM .input {
	margin:0 0 1em 0;
}

FORM .text input,
FORM .date input,
FORM .password input,
FORM TEXTAREA {
	border: 1px solid #7f7f7f;
	font-family:Courier New, Courier, serif;
	font-size:0.9em;
	padding:2px 0 2px 4px;
	width:205px;
}

FORM .submit {
	width: 500px;
	text-align: center;
	margin:1.2em 0 0 0;
}

FORM .submit input {
	width: 129px;
	border: none;
	margin-top: 20px;
}

FORM .submit.image input {
	width: auto;
	border: none;
	margin:0;
}

FORM .checkbox LABEL {
	display:inline;
	float:none;
}

FORM .checkbox INPUT {
	margin:0 1em 0 0;
}

FORM .radio LABEL {
	float:none;
	width:auto;
}

FORM .radio INPUT {
	float:left;
	margin:2px 0.5em 0 0;
}

.descText {
	font-size: 0.9em;
}

/* Date picker ---------------------------- */

.ui-datepicker-trigger {
	top:3px; left:3px;
	position:relative;
}

/* Forms Messages ------------------------- */

#authMessage {
	border:1px solid red;
	border-width:1px 0 1px 0;
	margin:0 0 2em 0;
	padding:0.5em 0;
	display:inline-block;
}

#flashMessage {
	margin:0 0 15px 0;
	padding:5px;
	background:#27bba5;
	font-weight:bold;
	color:white;
}

/* Home Page --------------------------------- */
.featuredimage {
	background: url('/img/featuredboxbg.png') no-repeat;
	width: 682px;
	height: 697px;
	margin-left: -40px;
	padding-top: 24px;
	padding-left: 45px;
}

#homehd {
	position:relative;
	background:url(../img/homedialogue.png) no-repeat 210px 0px;
	/* 
	to get around weird IE bug, we set overflow to hidden 
	and then we need to increase the height to include the
	logo image, and then add a negative margin to compensate
	*/
	overflow:hidden;
	height:310px;
	margin:0 0 -110px 0;
}

/* Gallery Search Control -------------------- */

#SearchControl {
	overflow:hidden;
	margin:0 0 1em 0;
}

#SearchControl LABEL {
	font-weight:bold;
	margin:0 1em 0 0;
}

#SearchControl .text INPUT {
	border: 1px solid #7f7f7f;
	font-family:Courier New, Courier, serif;
	font-size:0.9em;
	padding:2px 0 2px 4px;
	width:205px;
}

#SearchControl .text INPUT.hint {
	text-transform:uppercase;
	color: #666769;
	font-weight:bold;
	letter-spacing:1px;
}

#SearchControl .submit {
	width: auto;
	text-align: left;
	margin:0;
	
}

#SearchControl DIV {
	float:left;
	margin:0 1em 0 0;
}

.searchexample {
	font-size: 0.9em;
}

#searchResults table {
	font-size: 0.9em;
}
/* Gallery Grid  ----------------------------- */

.tsbGrid {
	overflow:hidden;
	font-size: 0.9em;
}

.tsbGrid .tsb {
	float:left;
	width: 150px;
	padding: 0px 5px;
	height: 225px;
	overflow:hidden;
	margin:0 0 1em 0;
}

.tsbGrid A {
	display:block;
	margin:0 0 0.3em 0;
}

.tsbGrid .tsb {
	text-align: center;
}

.tsbGrid .tsb .galleryimage a {
	width: 150px;
	height: 190px;
}
.tsbGrid .tsb .galleryimage a {
	background: url('/img/gallerybg.png') no-repeat;
}

.tsbGrid .tsb .galleryimage a:hover {
	background: #392d2c;
}

.tsbGrid .tsb .galleryimage img {
	padding-top: 20px;
}

.carousel-control {
	display: none;
}

.tsbCarousel {
	width: 430px;
	height: 620px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

.tsbCarousel ul li{
	overflow:hidden;
	display:inline;
	float:left;
	width:430px;
	height:620px;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

/* Pagination ------------------------------- */

.paging SPAN {
	margin:0 0.3em 0 0;
	font-size: 0.9em;
}

.paging .summary {
	margin:0.6em 0 0 0;
}

/* Gallery Detail --------------------------- */

.tsbDetail {
	overflow:hidden;
}

.tsbDetail h2, .tsbDetail .hr {
	padding: 10px 0;
}

.tsbDetail .hero {
	float:left;
	width:360px;
}

.tsbDetail .summary {
	float:right;
	width:180px;
	padding-top: 20px;
}

.tsbDetail .summary p {
	font-size: 0.9em;
}

.tsbDetail .summary strong {
	font-size: 1.1em;
}

.tsbGrid .tsb {
	text-align: center;
}

.tsbDetail DIV.hero {
	text-align: center;
	background: url('/img/largegallerybg.png') no-repeat;
	display: block;
	width: 470px;
	height: 660px;
}

.tsbCarousel {
	padding: 20px;
}

.summary .subtitle {
	font-weight: bold;
	text-transform: uppercase;
	color:#0fd3d1;
	text-decoration: none;
}

/* Main Content ---------------------------- */

#main-content {
	width:507px;
}

#main-content p {
	font-size: 0.9em;
}

#main-content A {
	text-transform:none;
}

#main-content div.hr {
	margin: 20px 0px;
}

#main-content h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

IMG.hero {
	margin:0 0 2em 0;
}

.subText {
	color: #A9A09C;
}


/* Shop ------------------------- */
#shop {
	width: 700px;
}

.product {
	background: url('/img/productimagebg-nocloud.jpg') no-repeat;
	height: 460px;
	margin: 0 0 20px -10px;
}

.productimage {
	float: left;
}

.productimage img {
	padding: 20px;
}

.productinfo {
	float: left;
	width: 180px;
	margin: 10px 0px 0px 10px;
}

.productinfo .title {
	font-weight: bold;
	text-transform: uppercase;
	color: #392d2c;
}

.productinfo .description {
	float: left;
	margin-top: 10px;
	height: 360px;
	font-size: 0.9em;
}

#shop .price {
	font-size: 2em;
	font-weight: bold;
	color: #392d2c;
}

#shop .productinfo .price {
	text-align: center;
}

#CheckoutInternational {
	width:auto;
}

.cartarea {
	width: 500px;
	margin-left: 10px;
}

.cartarea .item {
	width: 100%;
}

/* Media Releases ------------------------- */

#mediaReleases-index {
	overflow: auto;
}

#mediaReleases-index p {
	font-size: 0.9em;
}

#mediaReleases-index .mediaRelease .releaseinfo {
	width: 500px;
}

#mediaReleases-index .mediaRelease .media #documents {
	clear: both;
	padding-top: 10px;
}

#mediaReleases-index .mediaRelease .media .heading {
	font-weight: bold;
	color: #392d2c;
}

#mediaReleases-index .mediaRelease .media {
	margin-bottom: 10px;
	overflow: hidden;
}

#mediaReleases-index .mediaRelease .media a {
	text-decoration: none;
}

#mediaReleases-index .mediaRelease {
	overflow: hidden;
	margin-bottom: 20px;
}

#mediaReleases-index .mediaRelease .mediaImage {
	float: left;
	background: url('/img/mediabg.png') no-repeat;
	height: 150px;
	width: 130px;
}

#mediaReleases-index .mediaRelease .mediaImage img {
	padding: 18px 15px;
}

/* News ------------------------- */
#news {
	overflow:auto;
}

#news #items {
	float: left;
	width: 500px;
}

#news .newsitem {
	margin-bottom: 20px;
}

#news .title {
	font-weight: bold;
	color: #392d2c;
}

#news .date {
	color:#0fd3d1;
	font-size: 11px;
}

#news .postbody {
	padding: 10px 0;
	font-size: 0.9em;
}

#news .newsimage {
	background: url('/img/newsbg.png') -10px 0px no-repeat;
	width: 510px;
	height: 310px;
}

#news .newsimage img {
	padding: 21px 16px;
}

#news #newsmenu {
	padding: 10px;
	margin-left: 12px;
	float: left;
}

#news #newsmenu .here a {
	color: #000;
}

#news #newsmenu ul li a {
	text-decoration: none;
}

#news #newsmenu ul li ul {
	padding: 10px 0;
}

#news #newsmenu ul li ul li a {
	text-decoration: underline;
}


/* Artist Dashboard -------------------------- */

#ArtistDashboard .inactive,
#ArtistDashboard TH {
	color:#a9a09c;
}

#ArtistDashboard TABLE {
	margin:0 0 3em 0;
}

#ArtistDashboard TD {
	vertical-align:top;
	padding: 0 10px 10px 0;
}

#ArtistDashboard TH {
	vertical-align:bottom;
	text-transform:uppercase;
	font-weight:bold;
	padding: 0 5px 0px 0;
}

#ArtistDashboard TR.tsb TD {
	padding: 5px 10px 10px 0;
}

#ArtistDashboard TR.hr TD {
	padding: 0;
}

#ArtistDashboard .complete A, 
#ArtistDashboard A:VISITED {
	color:#A9A09C;
}

#ArtistDashboard .complete {
	text-transform:uppercase;
	color: #A9A09C;
}

#ArtistDashboard .address,
#ArtistDashboard .completion_date,
#ArtistDashboard .active {
	font-weight:bold;
	color:#2a2625;
}

#ArtistDashboard .status-pending {
	font-weight:bold;
	color:#ff7a0f;
	text-align:center;
}

#ArtistDashboard .status-yes {
	font-weight:bold;
	color:#85e924;
	text-align:center;
}

#ArtistDashboard .status-no {
	font-weight:bold;
	color:#d00727;
	text-align:center;
}



#ArtistDashboard LI {
	margin:0 0 3px 0;
}



/*
#ArtistDashboard .incomplete {
	background:url(/img/cross.png) no-repeat 0 1px;
	padding:0 0 0 20px;
}*/

#ArtistDashboard .facebook,
#ArtistDashboard .twitter {
	padding:0 0 0 20px;
}

#ArtistDashboard .facebook {
	background:url(/img/facebook_small_icon.gif) no-repeat 0 1px;
}

#ArtistDashboard .twitter {
	background:url(/img/twitter_small_icon.png) no-repeat 0 1px;
}

/* Captcha Style -------------------------- */
.captcha {
	margin-left: 150px;
	width: 210px;
	text-align: center;
	padding: 10px 0px;
}

.captcha img {
	border: 1px solid #D7D5D5;
}

/* Feedback Form ------------------------- */

#FeedbackForm label {
	width:auto;
}

#FeedbackForm textarea {
	width:90%;
}

#FeedbackForm .error legend {
	color:red;
}

#FeedbackForm .error-message {
	margin:0.5em 0 0 1em;
}