html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, 
a, address, big, 
del, dfn, em, font, img, small, strong, center,
dl, dt, dd, ol {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background-color: #fafafa;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", verdana, sans-serif;
	color: #a1a1a1;
}

p, a, table, label{
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #a1a1a1;
}

.imgTitle, .songTitle, .geoTitle {
	padding: 10px;
}

.imgTitle {
	font-size: 16px;
	font-weight: bold;
}

.songTitle {
	clear: left;
	text-align: left;
	padding-left: 0;
	padding-top: 20px;
	margin-left: 20px;
}

.exhibBold {
	font-weight: bold;
}

.imgTitle span, .exhibBold span {
	font-weight: normal;
	font-size: 13px;
}

.imgDetails, .exhibBold span {
	font-style: italic;
	font-size: 13px;
	padding-bottom: 10px;
}

.quote {
	margin-top: 0px;
	padding-bottom: 10px;
}

#container {
	background-color: #fff;
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	height: 100%;
}

.temp {
	/*position: absolute;
	top: 25px;
	left: 376px;*/
	font-size: .9em;
	float: left;
	margin-top: 54px;
	margin-left: 97px;
	width: 440px;
	line-height: 1.4em;
	text-align: left;
	font-style: italic;
	border-left: 1px solid #e7e7e7;
	padding-left: 6px;
}

.temp a {
	font-size: .95em;
	text-decoration: underline;
}

.temp a:hover {
	color:#e7e7e7 ;
}

/* banner for events and info top of page*/
#banner {
	font-size: .9em;
	/*float: left;*/
	margin-top: 6px;
	margin-left: 290px;
	margin-bottom: 20px;
	width: 440px;
	line-height: 1.2em;
	text-align: left;
	/*border-left: 1px solid #e7e7e7;*/
	padding-left: 10px;
	
}

.indent {
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 32px;
}

.indent a{
	font-size: .95em;
	text-decoration: underline;
}

.indent a:hover {
	color:#e7e7e7 ;
}

#win-logo img {
	margin-left: 22px;
	margin-top: -27px;
	margin-bottom: 16px;
	/*border: 5px solid #e7e7e7;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
}
	
.accord-title {  
  width: 550px;
  background: #fff;
  padding-left:24px;
  padding-top:12px;
  padding-bottom: ;
  cursor: pointer;
  /*border-bottom: 1px solid #e7e7e7;*/
  background-image :  url(images/arrow.png);
  background-position : 2px -26px;
  background-repeat : no-repeat;
  }
  
 .accord-title p {
	font-weight: bold;
	font-size: .94em;
	padding-bottom: 2px;
	  border-bottom: 1px solid #e7e7e7;
}

.accord-title span {
	font-weight: normal;
	font-size: .93em;
}
  
.accord-body {  
  width: 550px;
  padding-top:0px;
  padding-bottom:14px;
  margin-left:25px;
  background: #fafafa;
  }

.accord-active {
  background-image : url(images/arrow.png);
  background-repeat:no-repeat;
  background-position : 2px 9px;
  }
  
/* end banner*/

#bread {
	float: right;
	padding-right: 20px;
	margin-top: 109px;
}

#bread a {
	font-size: 9px;
	padding: 2px 5px;
	text-decoration: underline;
}

#bread a:hover {
	color: #e1e1e1;
}

/* start of left column*/

#leftCol {
	margin: 0;
	padding: 0;
	float: left;
	width: 228px;
	position: relative;
}

#logo {
	float: left;
	margin-top: 23px;
	padding: 0 5px 5px 5px;
	border-bottom: 3px solid #fafafa;
	clear: both;
}

.pageTitle {
	text-align: right;
	margin-right: 15px;
	margin-top: 112px;
}

.index {
	visibility: hidden;
} /* sets text to be hidden on home page*/

/* start menu*/

#nav {
	float: left;
	margin-top: 29px;
	background-color: #fff;
	position: relative;
	clear: both;	
}

#nav ul {
	text-align: left;
	width: 154px;	
	background: #dadada;
	position: absolute;
	left: -9999px;
} /* sets flyout initial position and size */

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 154px;
	border-bottom: 1px solid #e7e7e7;
}

#nav a {
	display: block;
	height: 30px;	
	line-height: 30px;
	padding-left: 5px;
}

#nav a span {
	position: absolute;
	right: 6px;
}/* sets wee arrow. Abs pos due to IE and FFWin */

#nav li a:hover {
	background-color: #e7e7e7;
	color: #fff;
} /* used by IE6*/

#nav li:hover > a {
	background-color: #e7e7e7;
	color: #fff;
} /*  colours on hover*/

#nav li:hover > ul {
	left: 100%;  /* percentages makes it work in IE7, not pixels*/
	margin-top: -30px;
	margin-left: 0;
} /* sets flyout position when hovered */

.active {
	background-color: #fafafa;
}

#gallery a:hover img {
	border: 5px solid #dadada;
}

/* end menu*/

/* social links*/
#social {
	clear: both;
	float: right;
	margin-right: 6px;
	margin-top: -366px;
}

#social a {
	padding-right: 3px;
}

/*end social media*/

#main {
	margin-top: 160px;
	margin-left: 0px;
	margin-bottom: 40px;
	overflow: hidden; /* ensures bottom padding is there*/
}

#main-adjust {
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 40px;
	overflow: hidden; /* ensures bottom padding is there*/
}

.drawBorder {
	border: 1px solid #a1a1a1;
}

#imgNav {
	width: 446px;
	background: #dadada;
	margin: 0 auto;
	height: 100%;
	padding: 3px 0 3px 0;
	overflow: hidden;
	filter:alpha(opacity=40);
	opacity:0.2;
}

#imgNav.land {
	width: 520px;
}

#imgNav:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}

#imgNav a:hover {
	color: #a1a1a1;
}

#previous {
	float: left;
	padding-left: 3px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/*background: #fafafa;*/
}

#return, #next, #returnGeo {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;

}

#next {
	float: right;
	padding-right: 3px;
}

/* gallery thumb setup */

#gallery {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}

#gallery li {
	float: left;
	width: 185px;
	height: 190px;
	list-style: none;
	text-decoration: none;
}

#gallery a {
	margin: 0;
	padding: 0;
}

#gallery img.portrait {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	border: 5px solid #fff;
}

#gallery img.landscape {
	margin: 0;
	padding: 0;
	margin-top: 25px;
	border: 5px solid #fff;
}

#gallery img.sculp {
	margin-top: 5px;
}

.about, .courses {
	margin-right: 120px;
	margin-left: 20px;
	text-align: left;
	line-height: 1.6em;
	padding-bottom: 10px;
}

.courses {
	font-family: "Lucida Grande", verdana, sans-serif;
	color: #a1a1a1;
	line-height: 1.35;
}

#vid {
text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
}


h2.courses, h3.courses {
	margin-top: 30px;
	margin-bottom: 7px;
}
p.courses {
	margin-top: -16px;
	margin-bottom: 10px;
}

p.courses span {
	/*text-decoration: underline;*/
	padding-bottom: 1px;
	border-bottom: 1px solid #a1a1a1;
	/*font-style: italic;*/
	font-size: .87em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
p.about strong {
	margin-top: 5px;
	text-transform: uppercase;
	padding-bottom: 1px;
	border-bottom: 1px solid #a1a1a1;
}

.booking {
	color: #fff;
	padding: 5px;
	background-color: #a1a1a1;
}

.booking a {
	color: #fff;
}

.booking a:hover {
	color: #fafafa;
}

ul.courses {
	list-style-type: square; 
	font-size: .95em;
}

/* biography table setup */

table {
	width: 550px;
	text-align: left;
	margin-left: 20px;
}

td {
	padding: 5px 0 15px 0;
	vertical-align: top;
}

tr {
	padding-bottom: 5px;
}

.date {
	width: 120px;
	font-weight: bold;
}

.info {
	padding-left: 15px;
	padding-top: 0;
	line-height: 1.6em;
	border-left: 1px solid #e7e7e7;
}

th {
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
}

th.venueHead {
	padding-left: 15px;
}

.exhib {
	width: 130px;
	font-weight: normal;
	line-height: 1.3;
}

.exhibBold {
	line-height: 1.4em;
}

.info.bio br {
	line-height: 2.5em;
}

.songPlayer {
	float: left;
	margin: 5px 0 10px 20px;
}

.clear {
	clear: left;
}

.skippers {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-left: 20px;
}

.geopoetics {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

.geoTitle {
	text-align: left;
	padding-left: 0;
	padding-top: 0px;
	margin-left: 20px;
}

.geopoetics a:hover img {
	border: 8px solid #dadada;
}

.geopoetics a:hover p {
	color: #e1e1e1;
}

.geopoetics p a {
	font-size: 10px;
	margin-bottom: 8px;
	margin-left: 20px;
}

.geopoetics img {
	border: 8px solid #fafafa;
	margin-left: 20px;
}

p.about a {
	text-decoration: underline;
}

p.about a:hover {
	color: #e1e1e1;
}

#contactForm {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

label {
	float: left;
	width: 120px;
	text-align: right;
	clear: left;
	margin-right: 15px;
}

input, textarea {
	width: 300px;
}

button {
	float: left;
	margin-left: 155px;
	width: 80px;
}

label:focus, input:focus, textarea:focus {
	background-color: #fbeab4;
}

label, input, textarea {
	margin:0;
}

#contactForm td {
	padding: 5px 0 5px 0;
}

/* footer */

#footer {
	clear: both;
	border-top: 3px solid #fafafa;
	height: 30px;
}

#footer p {
	color: #a1a1a1;
	margin-top: 10px;
	height: 2em;
	font-size: 12px;
}

.copyright {
	float: left;
	margin-left: 12px;
}

.mas {
	float: right;
	margin-right: 12px;
}
