@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #eee;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #333;
}
h1, h2, h3 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 15px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #999;
}
p {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #999;
}
p.end {
	margin-bottom: 0;
}
p strong {
	color: #666;
}
img {
	border: 0;
}
.thumbs a, a.gotomain {
	border-bottom: 0;
}
a {
	border-bottom: 1px dotted #bbb;
	color: #999;
	text-decoration:none;
}
a.undotted {
	border-bottom: 0;
}
a:hover {
	color: #39c;
}
#msg {
	background-color: ddd;	
	margin: 0 0 40px 0;
	padding: 40px;
}
#msg a {
	color: #39c;
	border-bottom: 0;
}
#sidebar {
	width: 140px;
	background: white;
	float:left;
	padding: 30px;
	color: #999;
}
#site {
    width: 1160px;
}
#mainContainer {
	padding: 50px;
	float: left;
}
#mainContainer.gallery {	
	left: 200px;
    position: absolute;
}
#mainContainer.bulletin {
	height: 80%;
}
.logo {
	margin-bottom: 40px;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
li {
	line-height:20px;
}
.nav_title {
	font-weight: bold;
	color: #333;
}
#sidebar ul {
	margin-bottom: 30px;
}

#sidebar .logo a {
	border: none;
	text-decoration:none;
}
ul.thumbs li {
	float: left;
	margin:0 30px 30px 0;
	text-align: center;
	color: #999;
	display: none;
}
ul.thumbs li img {
	margin-bottom: 5px;
}
ul.thumbs li a.title {
	border-bottom: 1px dotted #ccc;
	color: #333;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
ul.thumbs li a.section {
	border-bottom: 1px dotted #ccc;
	color: #999;
	text-decoration:none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
ul.thumbs li a:hover {
	color: #39c;
}
ul.thumbs img, #main img, img.thumb, #whitebox, #main .video, #bulletin, img.whiteborder, .trackphotos ul iframe, .videoborder, #msg, .tempborder { 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
	border: 5px solid #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
ul.thumbs a img:hover {
	opacity: 0.4;
}
ul.all li {
	display: block;
}
ul.art li.art, ul.prints li.prints, ul.work li.work, ul.stipple li.stipple, ul.video li.video, ul.study li.study {
	display: block;
}
#content #left {
	width: 510px;
	float:left;
}
#content #main.slideshow {
	min-height: 365px;
}
#content #right {
	width: 330px;
	float:left;
	margin-left: 20px;
}
#content .thumb {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
#content .last {
	margin-right: 0px;
}
#header {
	margin:0 5px 15px 5px;
}
#header h1 {
	border-bottom: 10px #39c solid;
	float:left;
}
#header h1 a {
	color: #333;
	text-decoration: none;
}
#header h1 a:hover {
	color: #39c;
}
#header .date {
	clear: both;	
}
#footer {
	margin-top: 20px;
	margin-bottom: 100px;
	padding: 20px 0;
	border-top: 1px dotted #ccc;
	color: #ccc;
	font-size: 11px;
}
#desc {
	margin-top: 20px;
}
.divider1 {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 10px;
	background:url(../img/lines2.gif) repeat;
}
.divider2 {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
}
/*
.extra {
	text-align: justify;
}
*/
#buyContainer {
	margin-bottom: 20px;
	padding: 0 5px;
}
#buyContainer .left {
	float: left;
}
#buyContainer .right {
	float: right;
	text-align: right;
}
img.pay {
	border: none;
	padding-top: 6px;
}
.price {
}
.two_columns {
	line-height: 20px;
}
.two_columns div.col1 {
	float:left;
}
.two_columns div.col2 {
	float: right;
}
.two_columns div.col1, .two_columns div.col2 {
	width: 48%;
}
#socials {
	margin-top: 10px;
	float: right;
}
#socials div {
	float: left;
}
#socials iframe {
	width: 90px;	
}
#socials_regular div {
	float: left;
    width: 90px;
}
#socials.makingof div {
	margin-left: 15px;
    width: 92px;
}
#whitebox {
	padding: 20px;
	margin-bottom: 20px;
	background-color: white;
}
.end {
	margin-bottom: 0;
	padding-bottom: 0;	
}
iframe {
	min-height: 10px;	
}

.tweettweet iframe {vertical-align:middle;}
.newsupdate ul li {
	background-image: url(../img/bullet1.png);
	background-repeat: no-repeat;
	background-position:0 .2em;
	padding-left:18px;
	padding-bottom: 15px;
	text-align: left;
}
ul.greenarrows li {
	background-image: url(../img/bullet1.png);
	background-repeat: no-repeat;
	background-position:0 .2em;
	padding-left:18px;
	padding-bottom: 10px;
}

#bulletin {
	width: 600px;	
	height: 100%;
	border: 0;
}
.trackphotos ul li {
	padding-bottom: 20px;
}
.trackphotos #right {
	position: fixed;
	margin-left: 550px !important;
}
/* BUTTONS */
.button {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}
.green {
	border:1px solid #268a16;
	background-color:#77d42a;
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	color:#306108;
	text-shadow:1px 1px 0px #aade7c;
}
.green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}
.disable {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	color:#ccc;
	text-shadow:1px 1px 0px #ffffff;
}

.blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	border:1px solid #469df5;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #287ace;
}
.blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}

.teal {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43c3ed), color-stop(1, #0099cc) );
	background:-moz-linear-gradient( center top, #43c3ed 5%, #0099cc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43c3ed', endColorstr='#0099cc');
	background-color:#43c3ed;
	border:1px solid #0099cc;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #287ace;
}
.teal:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43c3ed), color-stop(1, #018ebc) );
	background:-moz-linear-gradient( center top, #43c3ed 5%, #018ebc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43c3ed', endColorstr='#018ebc');
	background-color:#018ebc;
}
.originalsold {
	font-weight: bold;
	color: #900;	
}