/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:left;
	background: #cd3534;
	height: 100%;
}

body, tr,
td, input,
select, textarea 	{font:normal 12px/1.3 "Century Gothic", Arial, Helvetica, sans-serif;}

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

a.button				{padding: 5px;margin: 20px 10px 10px 0;border: 1px solid #0F0F0F;}
a.button:link,
a.button:visited 		{color:#000;background: #fff;text-decoration:none;}
a.button:hover,
a.button:active 		{color:#fff;background: #CC3433; text-decoration:none;}

input.button {
	width:auto;
	padding: 5px;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
	background: #fff;
}

input.button:hover {
  color: #fff;
  background: #CC3433;
}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{background: #cd3534;
						width: 100%;
						margin: 0px 24px 12px 0px;
						padding: 3px 12px 3px 12px;
						color: #fff;
						font-size:19px;
						font-weight: bold;}
h2 					{font-size:20px; margin:8px 0;font-weight: normal;color: #7c7b7b}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
hr.invisible		{border-style: none; border-bottom: 0px dashed transparent; color: transparent; background-color: transparent;clear: both}
img 				{border:none;margin-bottom: 10px;}
acronym			{border-bottom: 1px dotted;}
pre					{background: #fff;padding: 10px;margin-bottom: 10px}
blockquote 	{padding:15px 15px 0px 15px; border: 1px solid #fff;margin-bottom: 10px;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.red {color: #CC3433;}

.downloads {
	border: 1px solid #999;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	padding-left: 32px;
	background: url("../images/pdf-small.png") no-repeat 4px 6px;
}

.artwork-thumb-sold {
	background: url("../images/sold-corner-tag.png") no-repeat bottom right;
}

/* Standard Layout */

#outer-wrapper {
	background: transparent;
	width: 100%;
	margin: 0;
	text-align: left;
	background: #fff;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 976px;
}

#header {

	padding: 0px;
	width: 976px;
	height: 114px;
}

#header h1 {
	margin: 0px;
	background: transparent;
}

#header h1 a {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 367px;
	height: 46px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat 0 0;
}

#header h2 {
	position: absolute;
	top: -500px;
	left: 0px;
	width: 65px;
	height: 51px;
}

#header a#artist-login {
	font-size: 17px;
	float: right;
	padding: 7px;
}

#header a#artist-login {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100px;
	height: 20px;
	font-size: 17px;
	padding: 7px;
}

#header a#artist-login:link,
#header a#artist-login:visited {
	text-decoration: none;
}

#header .search-website-form {
	position: absolute;
	top: 15px;
	height: 20px;
	width: 200px;
	right: -15px;

}

#header .search-website-form input {
	width: 140px;
}
#header .search-website-form input.button {
	width: auto;
	margin-left:6px;
	margin-right: 0px;
	padding:1px 3px 1px 3px;
	background-color: #CC3433;
	color: white;
	font-weight: bold;
}

#content {
	width: auto;
	margin: 0;
	height:auto;
	background: transparent;
}

#content-main {
	float: right;
	width: 794px;
	height: 100%;
	overflow:hidden;
/*	background: #FFC;*/
}

#column-1,
#column-2,
#column-3 {
	float: left;
	width: 241px;
	min-height: 265px;
	padding: 0 4px 10px 4px;
	border: 0px solid #101010;
	margin-right: 23px;
	margin-bottom: 20px;
	background-color: #e6e6e6;
}

#column-3 {margin-right: 0px;}

#column-1 h1,
#column-2 h1,
#column-3 h1 {
	background: #cd3534;
	width: 223px;
	margin: 0px -4px 4px -4px;
	padding: 3px 16px 3px 12px;
	color: #fff;
	font-size:15px;
	font-weight: bold;
}

#content-side {
	float:left;
	/*float:left;*/
	width: 140px;
	padding: 15px;
	background: transparent;
	height:100%;
	/*border: 1px solid #e3e3e3;*/
}

#content-side .search-artworks-form {
	border: 1px solid #e3e3e3;
	width: 140px;
	padding: 15px;
	margin: -15px 0 15px -15px;
}

#content-side .search-artworks-form input {
	width: 140px;
}
#content-side .search-artworks-form input.button {
	width: auto;
	margin-left:0px;
	background-color: #C6C6C6;
	font-weight: bold;
}

#content-side .search-artworks-form h2 {
	font-size: 20px;
	font-weight: bold;
}

#content-side .search-artworks-form h3 {
	font-size: 12px;
	font-weight: bold;
}

#content-side .search-artworks-form {
	border: 1px solid #e3e3e3;
	width: 140px;
	padding: 15px;
	margin: -15px 0 15px -15px;
}

#content-side .juxtapose-subscribe-form {
	border: 1px solid #e3e3e3;
	width: 140px;
	padding: 15px;
	margin: -15px 0 15px -15px;
}
#content-side .juxtapose-subscribe-form input {
	width: 140px;
}
#content-side .juxtapose-subscribe-form input.button {
	width: auto;
	margin-left:0px;
	background-color: #C6C6C6;
	font-weight: bold;
}
#content-side .juxtapose-subscribe-form h3 {
	font-size: 12px;
	font-weight: bold;
}

#content-side .search-artworks-form p,
#content-side .juxtapose-subscribe-form p {
	margin-bottom: 0px;
}

#content-side .juxtapose-marketing-content {
	border: 1px solid #E3E3E3;
	margin: 0 0 15px -15px;
	padding: 5px;
	width: 160px;
}

#content-side .juxtapose-marketing-content  img{
	margin: 0;
}

#content-side .juxtapose-marketing-content p {
	margin: 0;
}

#footer {
	clear:both;
	width: 976px;
	margin: 0 auto;
	background: transparent;
	text-align: right;
	color: #fff;
}

.gallery img {
	border: 1px solid gray;
	padding: 3px;	
}

.gallery ul {
	list-style-type: none;
}

.gallery li {
	float:left;
	padding: 4px;
}

.home-content-boxes h1 {
	font-size: 12px;	
}

.juxtapose-registration-form td{
	border: none;
}

.juxtapose-registration-form label{
	width: 90px;
	float: none;
}

.juxtapose-registration-form input{
	float: none;
}

#artist-registration-form  label.error  {
	width: 220px;
	border: 2px solid red;
	display: block;
	padding: 2px 15px 2px 15px;
	background-color: #ffcbcb;
	font-size: 10px;
	margin-left: 5px;
	text-align: center;

}

 #juxtapose-subscription-form  label {
	clear: both;
 }

 #juxtapose-subscription-form  label.error  {
	clear: none;
	width: auto;
	border: 2px solid red;
	padding: 2px 15px 2px 15px;
	background-color: #ffcbcb;
	font-size: 10px;
	margin-left: 5px;
	text-align: center;

}

/* Navigation - Use this for very basic horizontal text based nav */

ul.vertical-nav {
	margin-left: 0px;
}

.vertical-nav li {
	list-style-type: none;
}

.vertical-nav li a {
	float:left;
	text-decoration: none;
	font-size: 16px;
	width: 140px !important;
	border: 0px solid #000;
	margin: 0px;
}



/* Navigation - Use this for very basic horizontal text based nav */

.small-nav {
	float: right;
	text-align: right;
	list-style: none;
	font-size: 11px;
	padding-right: 30px;
}

.small-nav ul {
	padding-top: 5px;
}

.small-nav li {
	display:inline;
	list-style: none;
	margin-left: 20px;
}

.small-nav a:link {color: #333; text-decoration: none;}
.small-nav a:visited {color: #CC3433; text-decoration: none;}
.small-nav a:hover {color: #222; text-decoration: underline;}

#footer .small-nav {
	float: right;
	text-align: left;
	padding-right: 0px;
}

#footer .small-nav li {
	float: none;
	text-align: center;
	margin-left: 0px;
	padding: 0 7px 0px 5px;
	border-right: 1px solid #fff;
}

#footer .small-nav ul {
	margin-left: 0;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#footer .small-nav li.menu-last {
	border-right: 0px solid #CF3E3E;
	padding-right: 0;
}

#footer .small-nav a:link,
#footer .small-nav a:visited {color: #fff; text-decoration: none;}
#footer .small-nav a:hover {background: #fff; color: #CF3E3E; text-decoration: none;}

#footer p {
	margin-bottom: 4px;
}

/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}

/* -------------------------------------------
	INDIVIDUAL PAGE STYLING
--------------------------------------------- */

body#artist-page h1,
body#artist-registration-page h1 {
	color: #CC3433;
	font-size: 14px;
	margin-bottom: 0px;
}

body#artist-page h2,
body#artist-registration-page h2 {
	color: #CC3433;
	font-size: 13px;
	margin-bottom: 0px;
}

body#artist-page img.artist-bio-photo {
	border: 2px solid #CC3433;
	float: right;
	margin: 0 0 10px 10px;
}


/*-- FORM STYLING --*/

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

.payment-form label {
	width: 120px;	
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox,
input.checkbox:hover {
  width: auto;
  border: none;
}


form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

input{
	border: 1px solid #d0d0d0;
}

input:hover, textarea:hover {
  	border: 1px solid #CC3433;
}

input.button {
	width:auto;
	padding: 5px;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
	background: #fff;
}

input.button:hover {
  color: #fff;
  background: #CC3433;
}

input.noborder {border: none;} 

textarea{
  border: 1px solid #0F0F0F;
  width: 290px;
  height: 120px;
}

.fieldWithErrors input{
	background-color: #FCC;
}



form.register {
	width: 485px;
	padding: 10px 10px 1px 10px;
	background: #DEDFE0;
}


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
}

table th {
	text-align: left;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

.invoice-list td, .invoice-list th {
	padding: 6px;
}

.invoice-list tr {
	background-color: #ededed;
}
.invoice-list .red {
	background-color: #FCB5B5;
	color: black;
}
.invoice-list .green {
	background-color: #C8FFCE;
	color: black;
}

/*----------------------------------------------
	JQUERY ELEMENTS 
-----------------------------------------------*/

#slideshow { height: 400px; width: 600px;margin-bottom: 40px;}
.pics img { padding: 10px; border: 1px solid #999; background-color: #eee; margin-right: 5px; }

