body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;	
	margin:0;
	padding:0;
	position:relative;
	background:#eeeeee url(../images/body-bg.jpg) no-repeat top center;
}
h2 {
	color:#56524f;
	font-size:1.7em;
	margin:0;
	padding:2px 0 0 0;
}
h2 span {
	display:block;
	font-size:0.5em;
}
#wrapper {
	margin:20px auto;
	width:980px;
	background-image:url(../images/bg-right.gif);
	background-repeat:repeat-y;
	background-position:800px 326px;
	position:relative;
}
#page {
	overflow:hidden;
	position:relative;
}
#grad {
	position:absolute;
	top:0px;
	right:0px;
	height:353px;
	width:10px;
	background:url(../images/grad-slice.jpg) no-repeat top right;
}
#header {
	position:relative;
	height:112px;
	background:#005275 url('../images/header-bg.jpg') no-repeat bottom right;
}
#header h1 {
	position:absolute;
	bottom:20px;
	left:22px;
	margin:0;
	padding:0;
	height:80px;
}
#header h1 a {
	color:#fff;
	z-index:2;
	display:block;
	height:80px;
	text-indent: -9999px;
	width:400px;
	overflow:hidden;
	background:url('../images/artdevon.gif') no-repeat top left;
}
#nav {
	clear:both;
	margin:0;
	padding:0;
	height:40px;	
	background-color:#00374F;
	font-weight:bold;
	color:#fff;
}
a.login {
	display:block;
	padding:15px 10px 0 0;
	color:#fff;
	text-decoration:none;
}
ul.menu {
	list-style:none;
	padding:15px 0 0 15px;
	margin:0;
}
ul.menu li {
	margin:0 auto;
	padding:0 9px 0 9px;
	float:left;
	border-left:2px solid #fff;	
	height:10px;
	line-height:10px;
}
ul.menu li#first {
	border-left:none;
}
ul.menu li a {
	display:block;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#breadcrumb {
	padding:2px 0 4px 20px;
	background-color:#999999;
	color:#D6D6D6;
}
#breadcrumb a {
	color:#D6D6D6;
}
#banner {
	padding:0;
	margin:0;
	overflow:hidden;
}
#content {
	background-color:#fff;
	padding:16px 10px 5px 10px;	
	color:#56524f;
	clear:both;
}
#content a {
	color:#56524f;
}
#text-left {
	float:left;
	width:343px;
	margin:0;
	padding:0;
	text-align:left;
}
#ajax_view {
	clear:both;
	background-color:#fff;
}
#ajax_view_art {
	clear:both;
	padding:10px;
	background:#fff url(../images/view-art-bg.jpg) no-repeat bottom right;
}
#ajax_view_art h4 {
	font-size:1.4em;
	padding:0;
	margin:0 0 5px 0;
}
.infothumb {
	float:left;
	width:190px;
	overflow:hidden;
	margin:10px 0 0 18px;
}
.artlist {
	float:left;
	position:relative;
	height:180px;
	width:150px;
	padding:10px;
	margin:10px;
	border:1px dotted #999999;
}
.artlist span {
	display:block;
	position:absolute;
	bottom:5px;
	left:10px;
}
a.ti {
	display:block;
	margin:0 auto;
	text-indent: -9999px;
	height:150px;
	width:150px;
	background-position:top center;
	background-repeat:no-repeat;
}
.clearfix {
	clear:both;
}
#artist_news {	
	clear:both;
	padding:5px 0 5px 0;
}
#artist_news ul li a span {
	display:block;
	font-size:0.9em;
}

#footer {
	background:#00374F url(../images/footer-bg.jpg) no-repeat top left;
	clear:both;
	margin:0;
	padding:0 0 5px 0;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
}
#footer #strap {
	font-weight:bold;
	color:#005275;
	clear:both;
	padding:8px 0 0 24px;
}
#footer #strap span {
	border-left:2px solid #005275;
	padding:0 0 0 10px;
	margin:0 0 0 5px;
}
#footer #strap a {
	color:#005275;
}
form fieldset {
	border:1px solid #999999;
	margin-top:5px;
	padding:5px 0 5px 5px;
}
form p label {
	display:block;
	float:left;
	clear:left;
	width:165px;
	font-size:1.1em;
	font-weight:bold;
}
form p input {
	border:1px solid #999999;
}
form p textarea {
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
form p select {
	border:1px solid #999999;
}
.error {
	background-color:#FFFFDD;
	border:1px solid #FFD700;
	color:#000;
	font-weight:bold;
	padding:5px;
}
.general_message {
	border:1px solid #ffd700;
	text-align:justify;
	background-color:#ffffdd;
	text-align:center;
	margin:5px;
	padding:5px;
}
.general_message h3 {
	background:none;
	margin:0;
	padding:0;
}
.general_message p {
	font-size:0.9em;
}
div.float {
  float: left;
  width: 140px;
  height:130px;
  padding: 2px;
  margin:2px;
  font-size:11px;
  border:1px dotted #CCCCCC;
  /*background-image:url(images/ktgallerybg.jpg);*/
  background-repeat:repeat-x;
  background-position:bottom;
}
div.float a {
	font-size:120%;
	font-weight:bold;
}
div.float p {
   text-align:center;
}
div.float img {
   padding:2px;
   border:1px solid gray;
}
/* ARTIST CONTACT FORM */
#artist_contact {
	float:right;
	width:365px;
}
#artist_contact form fieldset {
	border:1px solid #999999;
	margin-top:5px;
	padding:5px 0 5px 5px;
}
#artist_contact form p label {
	display:block;
	float:left;
	clear:left;
	width:165px;
	font-weight:bold;
}
#artist_contact form p input {
	border:1px solid #999999;
}
#artist_contact form p textarea {
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
}
#artist_contact form p select {
	border:1px solid #999999;
}
/* END */

div#legals {
	text-align: right;
	padding: 10px;
}
div#legals, div#legals a, div#legals a:hover {
	color:#ffffff;
	text-decoration: none;
}
div#legals a {
	border-bottom: 1px dotted #ffffff;
}

/* ARTIST DETAILS PAGE */

div#image-wrapper {
	height:210px;
	width:755px;
	margin:0 auto;
	overflow:hidden;
	background:#fff url(../images/view-art-bg.jpg) no-repeat bottom right;
}

div.art-wrapper {
	height:210px;
	width:715px;
}
div.art-wrapper h3 {
	font-size:1.4em;
	padding:0;
	margin:0;
}

div.art-list-item {
	float:left;
	padding:10px;
}
/* END ARTIST DETAILS PAGE */

/* Calendar micro-formats */

.vevent {
	padding:10px;
	border-bottom:1px solid #333333;
}
.summary {
	font-size:1.2em;
	font-weight:bold;
}
.location {
	font-size:1.2em;
}

