/* Global CSS document for Nicole Gallery site */

body {
	text-align: center;
	font-family: MS Sans Serif4, Geneva, sans-serif;
	font-size: .9em;
	color: #808080;  // mainly for gray text
	padding: 0;
}
     
p, h1, h2, h3, h4, address, ul, li {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
  font-family: Georgia1, Georgia, serif;
  clear: both;
}

h2 {
	font-size: 1.05em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 3em 0 6px;
	color: #c2aa55;
}
    
a {
	text-decoration: none;
	color: #333;
	padding: 0 4px;
	font-family: monospace;
}

a:visited {
	color: #ccc;
}

a:hover {
	color: #000;
	background-color: #eee;
	padding: 0 4px;
}

.terra {
	color: #e24603;
}

.bk {
	color: black;
}
#wrapper {
	width: 990px;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header {
	position: relative;
	margin: 20px auto 0;
	padding: 0;
	width: 100%;
	height: 151px;
	color: #7609aa; /* #9b0ce2; */
	text-align: center;
	background-color: white;
}

#header h1 {
	margin: .25em auto .125em; 
	font-family: Georgia1, Georgia, serif;
	font-size: 25px;
}
           
#header address {
	font-style: normal;
	font-size: .8em;
	margin: 4px auto;
}

#header p {
	font-size: xx-small;
	margin: 0 auto;
}

#header div.inner {
	position: absolute;
	top: -1px;
	left: 280px;
	width: 500px;
}

#header div.inner img {
	position: absolute;
	top: -8px;
	left: -70px;
	height: 115px;
}
            
/* group of tabs; this is applied to the ul */
#tabSet {
	clear: both;
  width: 970px;
  border-bottom: 1px solid rgb(200,200,200);
  height: 25px;
	position: absolute;
	top: -26px;
	padding: 0;
  padding-left: 20px;
  zoom: 1;
}

/* tabs */
#tabSet li {
	list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #c0c0c0;
	border-bottom: 0;
}

/* style link inside tab */
#tabSet a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d3d3d3;
	background: #f8f8f3;
  text-decoration: none;
  display: block;
  padding: 3px 15px 3px 10px;
}

/* link style for selected tab */
#tabSet a:hover {
  color: #555555;   
  background: #e6e6d9;
	background: #f3f3ed;
}

/* link style for current tab */
ul#tabSet li.activeTab {
	border-bottom: 2px solid #fff;
 }

ul#tabSet .activeTab a {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
 }

#exhibitions, #artists, #videos, #about {
	background: #fff;
	min-height: 475px;
	width: 100%;
	border: 1px rgb(200,200,200) solid;
  border-top: none;
	position: relative;
	z-index: 29;
}

#exhibitions h2 {    
	font-size: .8em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0 0 6px;
	color: #c2aa55;
}

#exhibitions h3 {
	font-size: 1.3em;
	font-style: italic;
	margin: 2px auto 3px;
}

#exhibitions p.dates {
	font-style: italic;
	font-size: .9em;
}

#show {
	float: left;
	margin-top: 45px;
	margin-left: 123px;
	width: 300px;
	text-align: center;
}

#show p {
	font-size: xx-small;
	color: black;
	padding-left: 20px;
	margin-top: 6px;
}
			
#show img { margin: 25px 0 0 30px;
	width: 185px;
	padding: 6px;
	background-color: #fff;
	border: 1px black solid;
}

#info {
	float: left;
  margin: 60px 0 35px 0;
	text-align: center;
	width: 500px;
}
#index #info {
	padding: 0 0 0 60px;
}
#index #info, #index #info h1 {
	font-family: arial, helvetica, sans-serif;
  font-size: 200%;
  color: #f00;
}
#index #info h1 {
	font-weight: normal;
  color: #f00;
  font-size: 150%;
  line-height: .9;
}
#index #info p {
	margin: 12px 0;
}
#index #info h2 {
	font-size: 60%;
  margin-top: 40px;
}
#index p.message {
	font-size: 50%;
  color: #000;
  text-align: left;
}
#info a {
	font-family: MS Sans Serif4, Geneva, sans-serif;
  font-weight: bolder;
  color: #777;
}
#exhibitions table, #about table {
	width: 620px;
	margin: 0 auto 0 -25px;
  font-size: .9em;
	background-color: none;
}

#exhibitions td, #about td {
  padding: 1px 3px;
  text-align: left;
  vertical-align:text-top; 
}

#exhibitions table td.rMargin, #about table td.rMargin {
  padding-right: 4px;
  text-align: right;
  font-weight: bold;
  color: #000;
}

#exhibitions table col.colDescr, #about table col.colDescr {}

#exhibitions table col.colInfo, #about table col.colInfo {
  width: 65%;
}										 

#artists p {
/*  margin: 14px auto 4px; */
  font-style: italic;
  width: 100%;
	text-align: center;
	padding: 20px 0 0;
}

#artists .artist {
  height: 160px;
	width: 150px;
	float: left;
	text-align: center;
	background: #fff;
	padding: 20px;
	margin: 0 4px;
}

#artists img {
  width: 144px;
	height: 144px;
}

#artists .artist a {
	margin-top: 5px;
}

#artists .artist a + a {
	display: block;
  font-size: 12px;
}

#artists .artist a:hover {
  background: none;
}

#videos {
	padding-top: 10px;
}

#videos div.video {
	margin: 15px auto;
}

#about div.twoCol {
  width: 465px;
  padding: 0 15px;
  float: left;
}

#about table {
  margin: 40px 0 0 25px;
	width: 440px;
}

#about table col.colDescr {
  width: 10%;
}

#about table col.colInfo {
  width: 90%;
}									 

#about table a, #footer a {
	margin-left: -4px;
}

#about p {
  margin: 20px 10px 0 30px;
	width: 420px;
	text-align: justify;
	line-height: 1.5;
}

#about #map {
  width: 400px;
	height: 400px;
	margin: 55px 15px 0;
}

#about #map h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7609aa;
	margin: 2px auto;
	text-align: left;
}

#about #map p {
  margin: 4px;
	text-align: left;
}

#about #from {
  width: 330px;
	margin: 0;
	padding: 0;
}

#about input.getDir {
  margin: 5px 0 0 165px;
}

#footer {
	clear: both;
	width: 700px;
  margin: 65px 0 20px 140px;
	background-color: #fff;
	padding: 50px 0 0;
}

#footer p {
	font-size: small;
	border: none;
	background: #fff;
	width: 700px;
  font-style: normal;
}

#about #footer p {
  margin: 20px 0 0 60px;
}										

.infoCol {
	float: left;
  text-align: left;
  width: 360px;
  padding: 0 0 0 40px;
}

.infoCol p {
	margin: 12px 0;
}

.vidsCol {
	margin: 20px 0 0;
  float: left;
  width: 565px;
  text-align: left;
  padding-left: 25px;
}

.vidsCol p.tagline {
	width: 300px;
  margin: 10px 0 15px 100px;
  line-height: 1.4;
  text-align: center;
}
				
.caption {
	display: block;
	margin-top: -10px;
  font-size: 90%;
}
