/* CSS Document */

#body {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	font-family: "Times New Roman", Times, serif;
	background-color: white;
}

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

#banner {
	position: relative;
	margin: 0px 0px 0px -4px;
	width: 502px; height: 68px;
	background-image: url(../graphics/banner.png);
}

/* NAVIGATION */
#navigation {
	margin: 0px;
}

#navigation ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
}

#navigation li {
	margin: 0px; padding: 0px;
	display: inline;
	color: black;
}

#navigation a {
	margin: 0px; padding: 0px;
	height: 25px;
}

img#homepage {
	position: absolute;
	margin: 0px 0px 0px 0px;
	background: url(../graphics/homepage.png); repeat: no-repeat;
	width: 52px; height: 25px;
	border: none;
}

img#artist {
	position: absolute;
	margin: 0px 0px 0px 67px;
	background: url(../graphics/artist.png); repeat: no-repeat;
	width: 98px; height: 25px;
	border: none;
}

img#collections {
	position: absolute;
	margin: 0px 0px 0px 180px;
	background: url(../graphics/collections.png); repeat: no-repeat;
	width: 116px; height: 25px;
	border: none;
}

img#calendar {
	position: absolute;
	margin: 0px 0px 0px 311px;
	background: url(../graphics/calendar.png); repeat: no-repeat;
	width: 92px; height: 25px;
	border: none;
}

img#onlocation {
	position: absolute;
	margin: 0px 0px 0px 418px;
	background: url(../graphics/onlocation.png); repeat: no-repeat;
	width: 118px; height: 25px;
	border: none;
}

img#workshops {
	position: absolute;
	margin: 0px 0px 0px 551px;
	background: url(../graphics/workshops.png); repeat: no-repeat;
	width: 109px; height: 25px;
	border: none;
}

img#contact {
	position: absolute;
	margin: 0px 0px 0px 675px;
	background: url(../graphics/contacts.png); repeat: no-repeat;
	width: 93px; height: 25px;
	border: none;
}

/*
a#nav_artist {
	position: absolute;
	margin: 0px 0px 0px 0px;
	background: url(../graphics/artist.png); repeat: no-repeat;
	width: 98px; height: 25px;
}

a#nav_artist:hover {
	background: url(../graphics/artist_hover.png); repeat: no-repeat;
}

a#nav_artist_on {
	position: absolute;
	margin: 0px 0px 0px 0px;
	background: url(../graphics/artist_hover.png); repeat: no-repeat;
	width: 98px; height: 25px;
}

a#nav_collections {
	position: absolute;
	margin: 0px 0px 0px 113px;
	background: url(../graphics/collections.png); repeat: no-repeat;
	width: 116px; height: 25px;
}

a#nav_collections:hover {
	background: url(../graphics/collections_hover.png); repeat: no-repeat;
}

a#nav_collections_on {
	position: absolute;
	margin: 0px 0px 0px 113px;
	background: url(../graphics/collections_hover.png); repeat: no-repeat;
	width: 116px; height: 25px;
}

a#nav_calendar {
	position: absolute;
	margin: 0px 0px 0px 244px;
	background: url(../graphics/calendar.png); repeat: no-repeat;
	width: 92px; height: 25px;
}

a#nav_calendar:hover {
	background: url(../graphics/calendar_hover.png); repeat: no-repeat;
}

a#nav_calendar_on {
	position: absolute;
	margin: 0px 0px 0px 244px;
	background: url(../graphics/calendar_hover.png); repeat: no-repeat;
	width: 92px; height: 25px;
}

a#nav_location {
	position: absolute;
	margin: 0px 0px 0px 351px;
	background: url(../graphics/location.png); repeat: no-repeat;
	width: 118px; height: 25px;
}

a#nav_location:hover {
	background: url(../graphics/location_hover.png); repeat: no-repeat;
}

a#nav_location_on {
	position: absolute;
	margin: 0px 0px 0px 351px;
	background: url(../graphics/location_hover.png); repeat: no-repeat;
	width: 118px; height: 25px;
}

a#nav_workshops {
	position: absolute;
	margin: 0px 0px 0px 484px;
	background: url(../graphics/workshops.png); repeat: no-repeat;
	width: 109px; height: 25px;
}

a#nav_workshops:hover {
	background: url(../graphics/workshops_hover.png); repeat: no-repeat;
}

a#nav_workshops_on {
	position: absolute;
	margin: 0px 0px 0px 484px;
	background: url(../graphics/workshops_hover.png); repeat: no-repeat;
	width: 109px; height: 25px;
}

a#nav_contacts {
	position: absolute;
	margin: 0px 0px 0px 608px;
	background: url(../graphics/contacts.png); repeat: no-repeat;
	width: 93px; height: 25px;
}

a#nav_contacts:hover {
	background: url(../graphics/contacts_hover.png); repeat: no-repeat;
}

a#nav_contacts_on {
	position: absolute;
	margin: 0px 0px 0px 608px;
	background: url(../graphics/contacts_hover.png); repeat: no-repeat;
	width: 93px; height: 25px;
}

a#nav_home {
	position: absolute;
	margin: 0px 0px 0px 716px;
	background: url(../graphics/home.png); repeat: no-repeat;
	width: 52px; height: 25px;
}

a#nav_home:hover {
	background: url(../graphics/home_hover.png); repeat: no-repeat;
}
*/

/* START SUBNAV */
#subnav {
	margin: 30px 0px 0px 0px;
}

#subnav ul {
	margin: 0px; padding: 0px;
}

#subnav li {
	margin: 0px; padding: 0px 25px 0px 0px;
	display: inline;
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #a46884;
}

#subnav a:link {
	text-decoration: none; color: #a46884;
}

#subnav a:visited {
	text-decoration: none; color: #a46884;
}

#subnav a:hover {
	text-decoration: underline; color: #a46884;
}

#subnav a:active {
	text-decoration: underline; color: #a46884;
}

a.currentpage {
	text-decoration: underline; color: #a46884; 
}

.hidden {
	display: none;
}

p.subnav {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

p.subnav a:link, p.subnav a:visited {
	color: #5d523d; text-decoration: none;
}

p.subnav a:hover, p.subnav a:active {
	color: #5d523d; text-decoration: underline;
}

/*START OLD SUBNAV*/
#subnavigation {
	margin: 30px 0px 0px 0px;
}

#subnavigation ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
}

#subnavigation li {
	margin: 0px; padding: 0px;
	display: inline;
	color: black;
}

#subnavigation a {
	margin: 0px; padding: 0px;
	height: 35px;
}

a#subnav_artist_biography {
	position: absolute;
	margin: 0px 0px 0px 0px;
	background: url(../graphics/artist_biography_new.png); repeat: no-repeat;
	width: 147px; height: 35px;
}

a#subnav_artist_biography:hover {
	background: url(../graphics/artist_biography_hover_new.png); repeat: no-repeat;
}

a#subnav_artist_biography_on {
	position: absolute;
	margin: 0px 0px 0px 0px;
	background: url(../graphics/artist_biography_hover_new.png); repeat: no-repeat;
	width: 147px; height: 35px;
}

a#subnav_artist_statement {
	position: absolute;
	margin: 0px 0px 0px 162px;
	background: url(../graphics/artist_statement_new.png); repeat: no-repeat;
	width: 241px; height: 35px;
}

a#subnav_artist_statement:hover {
	background: url(../graphics/artist_statement_hover_new.png); repeat: no-repeat;
}

a#subnav_artist_statement_on {
	position: absolute;
	margin: 0px 0px 0px 162px;
	background: url(../graphics/artist_statement_hover_new.png); repeat: no-repeat;
	width: 241px; height: 35px;
}

a#subnav_artist_resume {
	position: absolute;
	margin: 0px 0px 0px 418px;
	background: url(../graphics/artist_resume_new.png); repeat: no-repeat;
	width: 101px; height: 35px;
}

a#subnav_artist_resume:hover {
	background: url(../graphics/artist_resume_hover_new.png); repeat: no-repeat;
}

a#subnav_artist_resume_on {
	position: absolute;
	margin: 0px 0px 0px 418px;
	background: url(../graphics/artist_resume_hover_new.png); repeat: no-repeat;
	width: 101px; height: 35px;
}

a#subnav_artist_news {
	position: absolute;
	margin: 0px 0px 0px 534px;
	background: url(../graphics/artist_news.png); repeat: no-repeat;
	width: 157px; height: 35px;
}

a#subnav_artist_news:hover {
	background: url(../graphics/artist_news_hover.png); repeat: no-repeat;
}

a#subnav_artist_news_on {
	position: absolute;
	margin: 0px 0px 0px 534px;
	background: url(../graphics/artist_news_hover.png); repeat: no-repeat;
	width: 157px; height: 35px;
}

a#subnav_calendar_current {
	position: absolute;
	margin: 0px 0px 0px 0px;
	background: url(../calendar/graphics/exhibit_current.png); repeat: no-repeat;
	width: 213px; height: 35px;
}

a#subnav_calendar_current:hover {
	background: url(../calendar/graphics/exhibit_current_hover.png); repeat: no-repeat;
}

a#subnav_calendar_current_on {
	position: absolute;
	margin: 0px 0px 0px 0px;
	background: url(../calendar/graphics/exhibit_current_hover.png); repeat: no-repeat;
	width: 213px; height: 35px;
}

a#subnav_calendar_past {
	position: absolute;
	margin: 0px 0px 0px 228px;
	background: url(../calendar/graphics/exhibit_past.png); repeat: no-repeat;
	width: 171px; height: 35px;
}

a#subnav_calendar_past:hover {
	background: url(../calendar/graphics/exhibit_past_hover.png); repeat: no-repeat;
}

a#subnav_calendar_past_on {
	position: absolute;
	margin: 0px 0px 0px 228px;
	background: url(../calendar/graphics/exhibit_past_hover.png); repeat: no-repeat;
	width: 171px; height: 35px;
}

a#subnav_workshops_about{
	position: absolute;
	margin: 20px 0px 0px 15px;
	background: url(../workshops/graphics/about_new.png); repeat: no-repeat;
	width: 52px; height: 18px;
}

a#subnav_workshops_about:hover {
	background: url(../workshops/graphics/about_hover_new.png); repeat: no-repeat;
}

a#subnav_workshops_about_on{
	position: absolute;
	margin: 20px 0px 0px 15px;
	background: url(../workshops/graphics/about_hover_new.png); repeat: no-repeat;
	width: 52px; height: 18px;
}

a#subnav_workshops_scholarship{
	position: absolute;
	margin: 50px 0px 0px 15px;
	background: url(../workshops/graphics/scholarship_new.png); repeat: no-repeat;
	width: 180px; height: 18px;
}

a#subnav_workshops_scholarship:hover{
	background: url(../workshops/graphics/scholarship_hover_new.png); repeat: no-repeat;
}

a#subnav_workshops_scholarship_on{
	position: absolute;
	margin: 50px 0px 0px 15px;
	background: url(../workshops/graphics/scholarship_hover_new.png); repeat: no-repeat;
	width: 180px; height: 18px;
}

a#subnav_workshops_itinerary{
	position: absolute;
	margin: 80px 0px 0px 15px;
	background: url(../workshops/graphics/itinerary_new.png); repeat: no-repeat;
	width: 252px; height: 18px;
}

a#subnav_workshops_itinerary:hover{
	background: url(../workshops/graphics/itinerary_hover_new.png); repeat: no-repeat;
}

a#subnav_workshops_itinerary_on{
	position: absolute;
	margin: 80px 0px 0px 15px;
	background: url(../workshops/graphics/itinerary_hover_new.png); repeat: no-repeat;
	width: 252px; height: 18px;
}

/* CONTENT */
h1 {
	margin: 50px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 140%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

h2 {
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 110%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

p {
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

ul {
	margin: 10px 0px 10px 40px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d; 
	font-size: 100%;
}

a:link, a:visited, a:hover, a:active {
	color: #5d523d; text-decoration: underline;
}


/* ARTIST */
#content_artist {
	margin: 0px 0px 0px 0px;
	width: 800px;
}

h1.artist {
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 110%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d; 
}

h2.artist {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0x;
	font-size: 120%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d; 
}

p.artist {
	margin: 0px 0px 10px 0px;
	font-size: 100%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

p.artist a:link, p.artist a:visited, p.artist a:hover, p.artist a:active {
	color: #5d523d; text-decoration: underline;
}

/* CONTACTS */
#content_contacts {
	margin: 30px 0px 0px 0px;
	background-image: url(../graphics/image_contacts2.png); repeat: no-repeat;
	width: 800px; height: 485px;
}

#links_contacts {
	position: relative; float: left;
	margin: 10px 0px 0px 10px;
}

h1.contacts {
	font-size: 200%;
	color: #996699;
	font-weight: bold;
}

h2.contacts a:link, a:visited, a:hover, a:active {
	color: #996699; text-decoration: underline;
}

h2.contacts {
	font-size: 120%;
	color: #996699;
	font-weight: bold;
	text-align: left;
}

p.contacts {
	margin-top: -5px;
	font-size: 100%;
	text-align: left;
}

p.contacts a:link, a:visited, a:hover, a:active {
	color: black; text-decoration: underline;
}

/* COLLECTIONS */
.collections {
	margin: 150px 30px 0px 0px;
	text-align: center;
}

.collections table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.collections_main {
	margin: 0px 30px 0px 0px;
	padding-top: 40px;
	text-align: center;
}

.news_main {
	margin: 20px 30px 0px 0px;
	text-align: center;
}

.collections_main table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.news_main table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.news {
	margin: 0px 0px 0px 15px;
	font-size: 100%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #9a3366; 	
	text-align: left;
}

p.newspaper {
	margin: 20px 0px 0px 0px;
	font-size: 100%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #9a3366; 	
	text-align: center;
}

a.collections:link, a.collections:visited, a.collections:hover, a.collections:active{
	text-decoration: none;
	border: none;
}

a.collections_main:link, a.collections_main:visited, a.collections_main:hover, a.collections_main:active{
	color:#FFFFFF; text-decoration: none;
}

#gallery_plenair {
	position: relative; float: right;
	margin: 30px 30px 0px 0px;
	background-image: url(../collections/plenair/plenair_gallery.png); background-repeat: no-repeat;
	width: 760px;
}

#gallery_pastels {
	position: relative; float: right;
	margin: 30px 30px 0px 0px;
	background-image: url(../collections/pastels/pastels_gallery.png); background-repeat: no-repeat;
	width: 760px;
}

#gallery_commissions {
	position: relative; float: right;
	margin: 30px 30px 0px 0px;
	background-image: url(../collections/commissions/commissions_gallery.png); background-repeat: no-repeat;
	width: 760px;
}

#gallery_oils {
	position: relative; float: right;
	margin: 30px 30px 0px 0px;
	background-image: url(../collections/oils/oil_gallery.png); background-repeat: no-repeat;
	width: 760px;
}

p.commissions {
	margin: 50px 0px 5px 0px;
	text-align: left;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 100%; font-weight: bold;
	color: #5d523d;
}

p.gallery {
	margin: 0px 15px 0px 0px;
	text-align: right;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 100%; font-weight: bold;
	color: #5d523d;	
}

/* WORKSHOPS */
#hameau {
	float: left;
	margin: 10px 0px 0px 0px;
	background-image: url(../workshops/graphics/hameau_new.png); repeat: none;
	width: 800px; height: 73px;
}

#workshops_content {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 380px;
	border-right: 1px solid #5d523d;
}

#scholarship_content {
	margin: 20px 0px 0px 0px;
	width: 500px;
}

#workshops_images {
  position: relative; float: right;
  margin: 10px 0px 0px 20px;
  width: 252px;
}

#workshops_slides {
  float: right;
  margin: 20px 0px 0px 0px;
  width: 400px;
}

p.workshops {
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
	text-align: left;
	font-size: 100%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

p.scholarship {
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-size: 100%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
}

p.workshops_lead {
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-size: 100%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

h1.workshops {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 140%; font-weight: normal;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

h2.workshops {
	margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: 80%; font-weight: normal;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #996699;
}

h3.workshops {
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 100%; font-weight: normal;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

h4.workshops {
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-size: 120%; font-weight: normal;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #996699;	
}

h5.workshops {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 100%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #996699;	
}

#paintout {
	margin: 0px 0px 0px 0px;
	width: 400px;
}

#specialevent {
	margin: 0px 0px 0px 0px;
	width: 800px;
}

#specialevent_border {
	margin: -5px 0px 0px 0px;
	width: 800px;
	background-color: #fef7fa;
}

.itinerary_item {
	margin: 0px 0px 0px 0px;
	width: 800px;
}

h1.itinerary_first {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 120%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

h1.itinerary {
	margin: 40px 0px 0px 0px;
	text-align: left;
	font-size: 120%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

h1.itinerary_event {
	margin: 10px 0px 0px 0px;
	text-align: left;
	font-size: 120%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

h2.itinerary {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 100%;  
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

h3.itinerary {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 80%; font-weight: normal; font-style: italic;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;
}

.schedule {
	margin: 10px 0px 0px 20px;
}

p.schedule_date {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 100%; font-weight: bold; 
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d; width: 525px
}

p.schedule_details {
	margin: 0px 0px 10px 20px;
	text-align: left;
	font-size: 90%; font-weight: bold; 
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #996699; width: 525px
}

p.schedule_details a:link, p.schedule_details a:visited, p.schedule_details a:hover, p.schedule_details a:active {
	color: #996699; text-decoration: underline;
}

/* CALENDAR */
.calendar_item {
	margin: 0px 0px 0px 0px; padding-top: 20px;
	width: 800px;
}

h1.calendar_first {
	margin: -20px 0px 5px 0px;
	text-align: left;
	font-size: 160%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #a46884;	
}

h1.calendar {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 160%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #a46884;	
}

h1.calendar a:link, h1.calendar a:visited, h1.calendar a:hover, h1.calendar a:active {
	color: #a46884; text-decoration: none;
}

h2.calendar {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 120%; font-weight: bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #a46884;		
}

h3.calendar {
	margin: 30px 0px 0px 0px; 
	text-align: left;
	font-size: 110%; font-weight: normal;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;		
	width: 575px;
}

h4.calendar {
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-size: 80%; font-weight: normal; font-style: italic;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #996699;			
	width: 575px;
}

p.calendar {
	margin: 0px 0px 10px 0px; 
	text-align: left;
	font-size: 100%; font-weight: normal;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #5d523d;	
	float: left; width:575px;	
}

p.calendar a:link, p.calendar a:visited, p.calendar a:hover, p.calendar a:active {
	color: #5d523d; text-decoration: underline;
}

img.line {
	margin: 0px;
	padding: 0px;
}

/* SLIDES */
#header {
	position: relative; float: right;
	margin: 40px 30px 0px 0px;
	width: 610px; height: 55px;
}

#slide {
	position: relative; float: right;
	margin:10px 30px 0px 10px;
	width: 610px;
}

#details {
	position: relative; float: left;
	margin: 10px 0px 0px 0px;
	width: 120px;
}

p.details {
	margin: 0px 5px 0px 0px; padding: 0px 0px 5px 0px;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 90%;
	color: #5d523d;
}

h1.details {
	margin: 10px 5px 0px 0px; padding: 0px 0px 5px 0px;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 110%;
	color: #996699;
}

#buttons {
	margin: 50px 5px 0px 0px; padding: 0px 0px 5px 0px;
}

a.details:link, a.details:visited, a.details:hover, a.details:active{
	color: #5d523d; text-decoration: none;
}

/* IMAGES */
img {
	border: none;
}

div.imgright {
  float: right; 
  margin: 10px 0px 0px 20px; padding-bottom: 10px;
}

div.imgright_hand {
  float: right;
  margin: 40px 20px 0px 0px;
}

div.imgright_itinerary {
  float: right;
  margin: 10px 0px -30px 20px;
}

div.imgleft {
  float: left;
  margin: 10px 20px 0px 0px;
}

img.itinerary {
	margin: 20px 0px 0px 0px;
}

img.itinerary_alacarte {
	margin: 10px 0px 10px 0px;
}

img.calendar {
	margin: 50px 0px 0px 0px;
}

div.imgleft p, div.imgright p, div.imgnofloat p {
  margin: 0px;
  padding: 0px;
  font-size: 90%;
  text-align: right;
  color: #5d523d;
}

p.image {
	font-style: italic;
	color: #5d523d;
}

a.image:link, a.image:visited, a.image:hover, a.image:active{
	color: #5d523d; text-decoration: underline;
}

span.credit {
  color: gray;
  display: block;
}

/* FLASH */
#flash_workshops {
	float: left;
	margin: 20px 0px 20px 200px;
}

#flash {
	float: left;
	width: 500px; height: 350px;
}	

/* FOOTER */

#floop {
  	height: 5px; clear: both;
}

#floop p {
  	margin: 0px; padding: 0px; visibility: hidden;
}

#footer {
	margin: 5px 0px 5px 0px; padding: 3px 0px 3px 0px;
	width: 800px; 
	border-top: #5d523d 1px solid; border-bottom: #5d523d 1px solid;
}

#footer p {
	margin: 2px 0px 2px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%; text-align: center;
	color: #5d523d;
}

/***** WORDPRESS *****/
#content_left {
	width: 600px;
	float: left;
	margin: 20px 0 0 0;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry {  }

.postmetadata {
	text-align: center;
	clear: both;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.center {
	text-align: center;
	}
	
/***** SIDEBAR *****/
#content_right {
	width: 200px;
	float: right;
	}

#sidebar {
	padding: 20px 0 10px 0;
	margin: 20px 0 0 0;
	width: 190px;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2.sidebar {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/***** FORMS *****/
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
/***** COMMENTS *****/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
