/* MAIN SITE CSS FILE
----------------------------------------------------------- */


/* ----------------------------------------------------------- 
    Global Styles
----------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: #fff;
	margin:0;
	padding: 20px;
	font-family: arial, sans-serif;
	color: #222;
	font-size: 12px;
}

a {
  color: #222;
  text-decoration: underline;
}

a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover {
	color: #2ae581;
	text-decoration: none;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration: none;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	font-style: italic;
	font-size: 16px;
}

h3 {
	font-style: italic;
	font-size: 14px;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 50px;
}
	#header #logo {
		background: url(/site/images/workplace_gallery_logo.gif) top right no-repeat;
		float: right;
		display: inline;
		height: 44px;
		width: 411px;
	}
	#header #logo a {
		text-indent: -9999px;
		display: block;
		height: 44px;
		width: 411px;
	}
	
#topnav {
	height: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
}
	#topnav ul {
		list-style: none;
		margin: 0 auto;
		white-space: no-wrap;
		display: table;
		width: 100%;
	}	
	#topnav td {
		font-weight: regular;
		font-size: 13px;
		text-transform: uppercase;
		white-space: nowrap;
		text-align: center;
		padding: 0 5px;
	}
	#topnav td.first {
		padding-left: 0;
		text-align: left;
	}
	#topnav td.last {
		padding-right: 0;
		text-align: right;
	}
	#topnav td a.active, #topnav td a:visited.active {
		color: #2ae581;
	}
	#topnav a, #topnav a:visited {
		text-decoration: none;
	}

#mainContent {
	clear: both;
}
#content {
	clear: both;
}
.contentArea {
	clear: both;
}

#footer {
	height: 20px;
	padding-top: 40px;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}
	#footer #copyright {
		float: left;
		display: inline;
	}
	#footer #artlogic {
		float: right;
		display: inline;
	}
	#footer #artlogic a, #footer #artlogic a:visited {
		text-decoration: none;
	}
	
	
/* ----------------------------------------------------------- 
   Page Specific
----------------------------------------------------------- */


/* Artists Homepage
----------------------------------------------------------- */

.section-artists h1 {
	display: none;
}
.section-artists #header {
	height: 118px;
	background: url(/site/images/header_bg.jpg) bottom center no-repeat;
}
.section-artists #content ul {
	list-style: none;
}
.section-artists #content ul li {
	width: 130px;
	height: 111px;
	margin: 0 3px 3px 0;
	float: left;
	display: inline;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.section-artists #content ul li.col6 {
	margin-right: 0;
}
.section-artists #content ul li a, .section-artists #content ul li a:visited {
	text-decoration: none;
}
.section-artists #content ul li .image {
	display: block;
	margin: 0 0 3px 0;
	height: 90px;
	width: 130px;
}
.section-artists #content ul li .image a {
	display: block;
	height: 90px;
	width: 130px;
	background-position: center center;
}
.section-artists #content ul li .image a span {
	display: block;
	height: 90px;
	width: 130px;
	visibility: hidden;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity: 0.7;
	cursor: pointer;
}
.section-artists #content ul li .image a:hover {
	float: none;
}
.section-artists #content ul li .image a:hover span {
	visibility: visible;
}
	.section-artists #content ul li.col1 .image a span {
		background: red;
	}
	.section-artists #content ul li.col2 .image a span {
		background: turquoise;
	}
	.section-artists #content ul li.col3 .image a span {
		background: purple;
	}
	.section-artists #content ul li.col4 .image a span {
		background: green;
	}
	.section-artists #content ul li.col5 .image a span {
		background: yellow;
	}
	.section-artists #content ul li.col6 .image a span {
		background: pink;
	}


/* Splash Page 
----------------------------------------------------------- */

#splashContent {
	padding: 20px;
	text-align: center;
}
#splashContent img {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
#splashDivert {
	padding: 0 10px 10px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#splashDivert a, #splashDivert a:visited {
	text-decoration: none;
}


/* Artists Page
----------------------------------------------------------- */

.section-artists.hasparams h1 {
	display: block;
}
.section-artists.hasparams h2 {
	font-size: 13px;
}
.section-artists.hasparams #header {
	height: 50px;
	background: none;
}
.section-artists.hasparams div.image {
	text-align: center;
	width: 800px;
	height: 450px;
	overflow: hidden;
	clear: both;
}
	.section-artists.hasparams div.image img {
		margin: 0 auto;
	}
.section-artists.hasparams .contentArea {
	padding: 15px 0 0 0;
}
.section-artists.hasparams .artworkDetails {
	float: right;
	text-align: right;
	width: 500px;
	display: inline;
	line-height: 1.35em;
}
	.artworkDetails .courtesyOrCreditLine {	
		font-size: 11px;
	}
	.artworkDetails .stockNumber {	
		font-weight: bold
	}
.section-artists.hasparams .pageInfo {
	float: left;
	display: inline;
}
.section-artists.hasparams #viewBiog {
	text-transform: lowercase;
	font-style: italic;
	font-weight: bold;
	padding-top: 35px;
	clear: both;
}
	.section-artists.hasparams #viewBiog a, .section-artists.hasparams #viewBiog a:visited {
		text-decoration: none;
	}

.section-artists.hasparams .biographyInfo {
	float: left;
	width: 400px;
	margin-right: 50px;
	display: inline;
}
	.section-artists.hasparams .biographyInfo h1 {
		height: 30px;
	}
.section-artists.hasparams .biographyInfo2 {
	float: right;
	display: inline;
	width: 300px;
	text-align: left;
	padding-top: 30px;
	display: inline;
}


/* Exhibitions Page
----------------------------------------------------------- */

.section-exhibitions h1 {
	display: none;
}
.section-exhibitions .recordsList .date {
	font-size: 11px;
}
.section-exhibitions .recordsList .image {
	float: right;
	display: inline;
	margin-left: 20px;
}

.section-exhibitions.hasparams h1 {
	display: block;
}
.section-exhibitions.hasparams .contentArea {
	padding: 15px 0 0 0;
}
.section-exhibitions.hasparams .artworkDetails {
	float: right;
	display: inline;
	text-align: right;
	display: inline;
	line-height: 1.35em;
}
	.artworkDetails .courtesyOrCreditLine {	
		font-size: 11px;
	}
	.artworkDetails .stockNumber {	
		font-weight: bold
	}
.section-exhibitions.hasparams .pageInfo {
	float: left;
	display: inline;
}
.section-exhibitions.hasparams #pressRelease {
	height: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
}
	.section-exhibitions.hasparams a, .section-exhibitions.hasparams a:visited {
		text-decoration: none;
	}

.pressReleaseText {
	padding-top: 8px;
	width: 450px;
}


/* Art Fairs Page
----------------------------------------------------------- */

.section-artfairs h1 {
	display: none;
}
.section-artfairs .recordsList .date {
	font-size: 11px;
}
.section-artfairs .recordsList .image {
	float: right;
	display: inline;
	margin-left: 20px;
}
.section-artfairs.hasparams h1 {
	display: block;
}
.section-artfairs.hasparams .contentArea {
	padding: 15px 0 0 0;
}
.section-artfairs.hasparams .artworkDetails {
	float: right;
	text-align: right;
	display: inline;
	line-height: 1.35em;
}
.section-artfairs.hasparams .pageInfo {
	float: left;
	display: inline;
}

.section-artfairs.hasparams #pressRelease {
	height: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
}
	.section-artfairs.hasparams a, .section-artfairs.hasparams a:visited {
		text-decoration: none;
	}

.section-artfairs .pressReleaseText {
	padding-top: 8px;
	width: 450px;
}


/* Publications Page
----------------------------------------------------------- */

.section-publications h1 {
	display: none;
}
.section-publications .recordsList {
	text-align: left;
}
.section-publications .recordsList span.advancedInformation {
	float: right;
	display: inline;
	padding-top: 16px;
	width: 240px;
	text-align: right;
}
.section-publications .recordsList .basicInformation {
	font-size: 11px;
	line-height: 1.25em;
	float: left;
	width: 230px;
	display: inline;
	text-align: left;
}
.section-publications .recordsList .basicInformation h2 {
	margin-bottom: 5px;
}
.section-publications .image {
	float: right;
	display: inline;
	margin-left: 20px;
	padding-top: 16px;
}

.section-publications.hasparams #content {
	padding-top: 15px;
}
.section-publications.hasparams h1 {
	display: block;
	margin-bottom: 8px;
}
.section-publications.hasparams .contentArea span {
	display: block;
	float: left;
	display: inline;
	clear: left;
}
.section-publications.hasparams .contentArea span.description,
.section-publications.hasparams .contentArea span.selectedArtists {
	padding-top: 10px;
}


/* News Page
----------------------------------------------------------- */

.section-news h1 {
	display: none;
}
.section-news .recordsList .description {
	padding-top: 5px;
}
.section-news .recordsList .date {
	font-size: 11px;
	font-weight: bold
}
.section-news .recordsList .image {
	float: right;
	display: inline;
	margin-left: 20px;
}

.section-news.hasparams h1 {
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 15px;
}
.section-news.hasparams .contentArea {
	padding: 15px 0 0 0;
	float: left;
	display: inline;
	/*width: 450px;*/
}
.section-news.hasparams .weblink {
	padding-top: 15px;
}
	.section-news.hasparams .weblink a {
		clear: both;
		font-weight: bold;
		font-style: italic;
	}
	.section-news.hasparams .weblink a, .section-news.hasparams .weblink a:visited {
		text-decoration: none;
	}
	

/* Information Page
----------------------------------------------------------- */

.section-information #content {
	padding-top: 15px;
}
.section-information h1 {
	display: none;
}
.section-information h2 {
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	margin-bottom: 20px;
}
.section-information h3 {
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
}
.section-information #galleryInformation {
	float: left;
	display: inline;
	width: 230px;
	margin-right: 110px;
}
.section-information #contactUs {
	float: left;
	display: inline;
	width: 210px;
}
.section-information #personel {
	float: right;
	display: inline;
	text-align: right;
	width: 210px;
}


/* Mailing list Page
----------------------------------------------------------- */




/* ----------------------------------------------------------- 
   Global Classes
----------------------------------------------------------- */

.clear, .clr {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.recordsList ul {
	list-style: none;
}
.recordsList ul li {
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: left;
	display: inline;
	width: 100%;
	clear: both;
	line-height: 1.35em;
}
.recordsList ul li span {
	display: block;
}

#pagination {
	clear: both;
	margin-bottom: 15px;
	height: 15px;
}
#pagination div {
	display: inline;
	text-transform: lowercase;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
	color: #c0c0c0;
}
#pagination div a, #pagination div a:visited {
	text-decoration: none;
}

.link {
	clear: both;
	padding-top: 20px;
	font-weight: bold;
	font-style: italic;
}
	.link a, .link a:visited {
		text-decoration: none;
	}


.continueReading {
	font-style: italic;
	font-size: 11px;
}
.continueReading, .continueReading:visited {
	text-decoration: none;
}

.hasparams div.image {
	text-align: center;
	width: 800px;
	height: 450px;
	overflow: hidden;
	clear: both;
}

