@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;/*height: 100%;*/
}
html {
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
}
body {
	background: #000 url(../img/bg1.jpg) no-repeat bottom right fixed;
}
.background {
	background: #000 url(../img/cape-glass-bg.jpg) repeat-x bottom left fixed!important;
}
a, a:active, a:visited {
	border:none;
	color: #a2e348;
}
a:hover {
	text-decoration: overline;
}
img {
	border: 0;
}
h1 {
	display: block;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: 300;
	padding: 12px 0 0 10px;
	color: #a2e348;
	margin-bottom: 8px;
	background: url('../img/heading-blank.jpg') no-repeat left center;
	height: 42px;
}
h2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #a2e348;
	margin-bottom: 8px;
}
p {
	margin-top: 0;
	margin-bottom: 8px;
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC
}
/*			LINKS		 								*/

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	padding: 10px 10px 10px 0;
	min-width: 1050px;
}
/*			NAVIGATION									*/

#navblock {
	float: left;
	height: 158px;
	width: 170px;
	margin: 0 0 0 10px;
}
#logo {
	width: 49px;
	height: 158px;
	float: left;
}
#nav {
	float: left;
	width: 94px;
	margin-left: 5px;
	overflow: hidden;
	border: 0;
	display: block;
}
#navlist {
	list-style: none;
}
#navlist li {
	margin-bottom: 4px;
}
#navlist li a {
}
#navlist li a:hover {
}
#desc {
	position: absolute;
	top: 210px;
	left: 6px;
	width: 170px;
	height: 138px;
	background: url('../img/desc.png') left center no-repeat;
}
#desc a {
	display: block;
	width: 170px;
	height: 46px;
}
/*			ROLLOVERS								*/
	
.none {
	display: block;
	background-image:url(../img/nav-home.gif);
	background-position: top;
	width: 94px;
	height: 23px;
}
.none-selected {
	display: block;
	background-image:url(../img/nav-home.gif);
	background-position: bottom;
	width: 94px;
	height: 23px;
}
.ntwo {
	display: block;
	background-image: url(../img/nav-gallery.gif);
	background-position: top;
	width: 94px;
	height: 23px;
}
.ntwo-selected {
	display: block;
	background-image:url(../img/nav-gallery.gif);
	background-position: bottom;
	width: 94px;
	height: 23px;
}
.nthree {
	display: block;
	background-image: url(../img/nav-artists.gif);
	background-position: top;
	width: 94px;
	height: 23px;
}
.nthree-selected {
	display: block;
	background-image:url(../img/nav-artists.gif);
	background-position: bottom;
	width: 94px;
	height: 23px;
}
.nfour {
	display: block;
	background-image: url(../img/nav-press.gif);
	background-position: top;
	width: 94px;
	height: 23px;
}
.nfour-selected {
	display: block;
	background-image:url(../img/nav-press.gif);
	background-position: bottom;
	width: 94px;
	height: 23px;
}
.nfive {
	display: block;
	background-image: url(../img/nav-projects.gif);
	background-position: top;
	width: 94px;
	height: 23px;
}
.nfive-selected {
	display: block;
	background-image:url(../img/nav-projects.gif);
	background-position: bottom;
	width: 94px;
	height: 23px;
}
.nsix {
	display: block;
	background-image: url(../img/nav-contact.gif);
	background-position: top;
	width: 94px;
	height: 23px;
}
.nsix-selected {
	display: block;
	background-image:url(../img/nav-contact.gif);
	background-position: bottom;
	width: 94px;
	height: 23px;
}
.nseven {
	display: block;
	background-image: url(../img/nav-studio.gif);
	background-position: top;
	width: 94px;
	height: 23px;
}
.nseven-selected {
	display: block;
	background-image:url(../img/nav-studio.gif);
	background-position: bottom;
	width: 94px;
	height: 23px;
}
a.none:hover, a.ntwo:hover, a.nthree:hover, a.nfour:hover, a.nfive:hover, a.nsix:hover, a.nseven:hover {
	background-position: bottom right;
}
/*			HOME THUMBS									*/

#homethumbs {
	position: absolute;
	right: 0px;
	bottom: 10px;
	width: 378px;
	height: 304px;
	float: right;
	margin-bottom: 10px;
}
#homethumbs img {
	border: 1px solid #999999;
}
#homethumbs img:hover {
	border: 1px solid #CCC;
}
#homethumb-l {
	width: 133px;
	height: auto;
	float: left;
	margin-right: 20px;
}
#homethumb-r {
	float: left;
	height: auto;
	width: 163px;
}
#hthumb1 {
	position: absolute;
	bottom: 150px;
	margin-left: 36px;
}
#hthumb2 {
	position: absolute;
	bottom: 0;
}
#hthumb3 {
	bottom: 170px;
	margin-left: 150px;
}
#hthumb4 {
	position: absolute;
	bottom: 0;
	left: 150px;
}
/*			CONTENT										*/

#content_holder {
	position: absolute;
	width: 850px;
	left: 210px;
	background-image: url(../img/black-bg.png);
	min-height: 700px;
	border: 1px solid #393939;
}
#content {
	padding: 10px;
}
ul#artist-list {
	display: block;
	margin: 10px auto;
	width: 710px;
}
ul#artist-list li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	height: 140px;
	border: 1px solid #393939;
	width: auto;
}
ul#artist-list li h2 {
	text-align: center;
}
ul#artist-list li img {
	margin: 0 auto;
	height: 100px;
	border: 2px solid #393939;
	width: auto;
}
ul#artist-list li a.artist-link {
	display: block;
	margin: 3px 0 0 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #a2e348;
}
.blockleft {
	float: left;
	margin-top: 8px;
	padding: 8px;
	width: 380px;
	height: auto;
	border: 1px solid #393939;
}
.blockright {
	float: right;
	margin-top: 8px;
	padding: 8px;
	width: 380px;
	height: auto;
	border: 1px solid #393939;
}
.artistpic {
	float:left;
	height: 200px;
}
.artistdesc {
	text-align: left;
	width: 260px;
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	float: right;
}
.artistlink {
	width: 290px;
	float: right;
	text-align: right;
	font-family: Tahoma;
	font-size: 11px;
	color: #a2e348;
}
.artist_image {
	padding: 10px;
	float: right;
}
#gallery-categories ul li {
	list-style: none;
}
#gallery-categories ul li li {
	margin: 5px 0 0 10px;
}
#gallery-categories ul li a {
	margin: 0 0 5px 0;
	background: url('../img/folder.gif') left center no-repeat;
	padding-left: 20px;
}
ul#gallery-items {
	margin: 5px 0;
	padding: 5px 10px;
}
ul#gallery-items li {
	display: block;
	margin: 0;
	background: none;
	padding-left: 0;
	height: 150px;
	float: left;
}
ul#gallery-items li img {
	border: 2px solid #393939;
	overflow: hidden;
}
ul#gallery-items li a {
	background: none;
	padding: 0;
}
#gallery_images {
	margin: 5px 0;
	padding: 5px 12px;
	border: 1px solid #393939;
	background: #222;
}
#gallery_images ul {
	clear: both;
}
#gallery_images ul li {
	list-style: none;
}
#gallery_images ul li a {
	display: block;
	margin: 0 14px 5px 0;
	float: left;
	padding: 5px;
	background: #444;
}
#gallery_images ul li a:hover {
	background: #888;
}
.red {
	color: #e34848;
}
.green {
	color: #a2e348;
}
div.clear {
	clear: both;
}
/* Press */
dl.press-index {
	border-bottom: 1px dotted #ccc;
}
dl.press-index dt {
}
dl.press-index dt strong {
	font-family: Tahoma;
	font-size: 13px;
	color: #a2e348;
	margin-bottom: 8px;
}
dl.press-index dt em {
	display: block;
	color: #ddd;
	font-size: 9px;
}
dl.press-index dd {
	margin: 5px 0 5px 0;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
}
dl.press-index dd a {
	display: block;
	margin: 3px 0 0 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #a2e348;
}
.clear {
	clear: both;
}
#contact-form label {
	float: left;
	width: 200px;
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:12px;
}
#contact-form .input {
	margin: 0 0 10px 0;
}
#contact-form .input {
	margin: 0 0 10px 0;
}
#contact-form .text input {
	padding: 2px 3px;
	width: 400px;
}
#contact-form .textarea textarea {
	padding: 2px 3px;
	width: 400px;
}
#artist-content {
	display: none;
}
li.loading {
	display: block;
	float: none;
	margin: 100px auto;
	width: 208px;
	height: 13px;
}
li {
	list-style: none;
}
#gallery-list-show ul{
	list-style: none;
}
#gallery-list-show ul li h2{
	margin: 10px 0 5px 0;
}
#gallery-list-show ul li{
	list-style: none;
	margin: 0 10px 10px 0;
	float: left;	
	list-style: none;
}
#gallery-list-show ul li a:hover img{
	border: 2px solid #777;
}
#gallery-list-show ul li img{
	border: 2px solid #444;
}
#gallery-list-show ul li.available img{
	border: 2px solid #0a0;
}
#gallery-list-show ul li.sold img{
	border: 2px solid #a00;
}

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #393939; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li { /* do not change */
	display: inline;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #393939; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #444; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover, ul#tabnav a.selected { /* settings for hover effect */
	background: #555; /* set desired hover color */
	color: #a2e348;
}
span.sold {
}
p#sold-item {
	font-weight: bold;
}
p#available-item {
	font-weight: bold;
}
p#sold-item strong {
	display: block;
	margin: 0 10px 0 0;
	float: left;
	width: 10px;
	height: 10px;
	border: 1px solid #f00;
}
p#available-item strong {
	display: block;
	margin: 0 10px 0 0;
	float: left;
	width: 10px;
	height: 10px;
	border: 1px solid #0f0;
}
#lightbox-image-details-caption {
	font-weight: 300;
}
#lightbox-image-details-caption em{
	font-weight: bold;
}
#project-index h2{
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #444;
	float: left;
	text-align: center;
}
#project-index h2 img{
	margin: 0 auto 10px auto;
	display: block;
	width: 60px;
	border: 2px solid #444;
}
