/* ---- ---- CSS File - James Taylor Gallery Base ---- ---- */

* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}
html, body, table, tr, td, #wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.wrap {
	width: 702px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 0 auto 0;
}
body {
	background: #fdfdfd url(/resources/img/base/bg.png) repeat-x;
}

/* ----------------------------------------------
------------------------------------------------- */

a 			{	cursor: pointer; }
a:link 		{	color: #15718c; }
a:visited 	{	color: #15718c; }
a:hover 	{	color: #000; }
a:active 	{	color: #000; }


/* ----------------------------------------------
------------------------------------------------- */

.nav, h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1pc;
	line-height: 20px;
	font-weight: normal;
	margin: 0 auto 0;
}
h1 { 
	font-size: 18px;
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px #fff;
}
h1, h2 {
	padding-top: 20px;
	width: 550px;
	color: #15718c;
}
h2 {
	font-size: 15px;
}
.copy {
	width: 560px;
	color: #666666;
	margin: 0 auto 0;
	padding-bottom: 10px;
}
.copy p {
	padding: 5px;
	font-size: 8pt;
	text-align: justify;
}
.title {
	width: 550px;
	margin: 0 auto 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.current a { background-color: #15718c !important; color: #FFF !important; }
p.spacer {
	height: 15px;
}
#news h1 {
	margin-bottom: 0px;
	margin-top: 10px;
	letter-spacing: 0pc;
}
#news span.date {
	font-size: 10px;
	float: right;
}
#news h1 a { 
	font-size: 14px;
}

/* ----------------------------------------------
------------------------------------------------- */
.networks {
	float: left;
	width: 560px;
	margin: 20px 0px 30px 50px;
	display: none;
}
p.social { width: 260px; float: left; }
p.social img { margin-right: 5px; width: 32px; height: 32px; }
p.social * { vertical-align: middle; }
a#facebook:hover { color: #5372ac; }
a#twitter:hover { color: #32aadb; }
a#artrabbit:hover { color: #fd721b; }
a#flickr:hover { color: #ff0089; }

/* ----------------------------------------------
------------------------------------------------- */

#content {
	width: 700px;
	margin: 0 auto 0;
	padding-top: 40px;
	background: #fff;
	border: 1px solid #DDD;
	border-top: none;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#logo {
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin: 0 auto 0;
}
#logo img {	border: 0px; }
#logo a img {	margin-top: -150px; }
#logo a:hover img {	margin-top: 0px; }
.copy {
	padding: 20px;
	margin-bottom: 10px;
}

/* ----------------------------------------------
------------------------------------------------- */

#map {
	height: 445px !important;
	width: 560px;
	overflow: hidden;
}


/* ----------------------------------------------
------------------------------------------------- */

.nav {
	width: 601px;
	height: 180px;
	margin: 0 auto 0;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 0px 8px 0px;
	margin-bottom: 20px;
}
.nav ul {
	width: 580px;
	margin: 0 auto 0;
	height: 30px;
}
.nav li {
	float: left;
	width: auto;
	height: 25px;
	text-align: left;
}
.nav li a {
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	padding: 5px !important;
	line-height: 30px;
	color: #333;
	margin: 0px 5px !important;
	width: auto;
}

.mt-enclosure-file a {
	padding: 5px 0px 5px 30px;
	line-height: 30px;
	color: #15718c;
	margin: 0px 5px;
	background: url(/resources/img/base/file.png) left center no-repeat;
}
/* ------------------------------------------------------------------------------------------------- */

#map {
	height: 445px !important;
	width: 560px;
	overflow: hidden;
}


/* ----------------------------------------------
------------------------------------------------- */

#news, .list {
	width: 600px;
	margin: 0 auto 0;
}
ul.list li {
	float: left;
	width: 560px;
	margin: 0px 0px 20px 0px;
}
ul.list li a {
	background: #fafafa;
	-webkit-border-radius: 4px;
	float: left;
	width: 560px;
	padding: 10px;
}
ul.list li a:hover {
	background: #f2f2f2;
}
ul.list li a span.name {
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	margin-bottom: 5px;
}
ul.list li a span.desc {
	float: left;
	width: 560px;
	color: #666;
	font-size: 11px;
}
ul.list li a span.date {
	color: #ccc;
	margin-top: 3px;
}

/* ----------------------------------------------
------------------------------------------------- */


.image {
	width: 550px;
	margin: 0 auto 0;
	height: 510px;
	float: left;
	margin-top: 5px;
	padding: 5px;
}
#homeImages {
	width: 550px;
	margin: 0 auto 0;
	margin-top: 5px;
	padding: 5px;
}

/* ----------------------------------------------
------------------------------------------------- */

#footer {
	width: 601px;
	margin: 0 auto 0;
	text-align: center;
	height: 57px;
	font-size: 8pt;
	color: #666666;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-top: 20px;
	clear: both;
}
#footer p {
	border: 0px;
	padding-bottom: 5px;
}
#footer p img {
	display: none;
}
.shadow_bottom {
	width: 700px;
	height: 26px;
	background: url(/resources/img/base/shadow_bottom.png) no-repeat;
	margin: 0 auto 0;
}


/* ----------------------------------------------
------------------------------------------------- */

#homeImages {
	width: 557px;
	border: 1px dotted #CCCCCC;
}
.slideshow {
	display: block;
	position: relative;
	width: 560px;
	height: auto;
	clear: both;
	margin: 0 auto 0;
	border: 1px dotted #CCCCCC;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
	width: 550px;
	margin: 2px 0px 0px 2px;
	padding: 2px;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}	
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
	height: auto;
}	
.slideshow {
	height: auto;
	margin: 0 auto;
	width: 550px;
}
.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}
.slideshow-thumbnails {
	height: 75px;
	left: 5px;
	position: absolute;
	width: 556px;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 10px 5px 0px !important;
	margin: 5px 10px 5px 0;
	position: relative;
	width: 80px !important;
	height: auto !important;
	padding: 2px !important;
	border: 1px dotted #CCCCCC;
}
.slideshow-thumbnails a {
	display: block;
	position: relative;
}
.slideshow-thumbnails a:hover {
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
	width: 80px !important;
	border: 0px;
}
.slideshow-thumbnails-active {
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	opacity: .5;
}
.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

.slideshow-controller {
	background: url(/resources/img/slideshow/controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(/resources/img/slideshow/controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(/resources/img/slideshow/controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(/resources/img/slideshow/controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(/resources/img/slideshow/controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-image: url(/resources/img/slideshow/controller-play.gif);
}
.slideshow-controller li.prev a {
	background-image: url(/resources/img/slideshow/controller-prev.gif);
	left: 65px;
	width: 28px;
}