/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* Reset styles  */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  End of reset styles */
/*************************************/

body {
  background-color:#a6a18d;
  background-image:url('images/oceanbg.jpg');
  color:#075464;
  font-family: 'Josefin Sans', sans-serif;
  font-size:1.2em;
}
header{
  position: relative;
  width:80%;
  margin:0 auto; 
  min-height:160px;
  padding-top:20px;
    }
header img{
  display:inline-block;
  margin-left:-25px;
  width:500px;
  height:159px;
   }
 @media screen and (max-width: 600px){
   header{min-height:180px;text-align: center;}
   header img{width:400px;height:127px; }
} 
nav{
  display:inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'Handlee',  cursive;
  font-size:1.1em;}
  
@media screen and (max-width: 600px){
   nav{font-size:.9em;}
} 
nav ul {
  list-style:none;
  padding:0;
  padding-top:1em; 
  overflow:hidden;
 }
nav li{
   display:inline;
   padding:0;
   margin:0 0 0 10px;
   }
nav a:link, nav a:visited{
   border:none;
   color:#075464;
   text-decoration:none; 
   padding:5px;
   }
nav a:hover{
    border:none;
    color:#fff;
    background-color:#5ddcd5;
   }
@media screen and (max-width: 600px){
   nav a:link{padding:0px 5px;}
} 
#main, #main2{
  min-height:500px;
  margin:20px auto; 
  padding:30px;
  background-color:#fff;
  border:1px solid #48778c;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  overflow:hidden;
  }
  
#main{width:80%; }
#main2{width:90%; }

#dwtc{
  min-height:500px;
  margin:20px auto; 
  padding:30px;
  background-color:#eee;
  border:1px solid #48778c;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  overflow:hidden;
  width:60%;
  }
  

div.bio, div.testimonials, div.gallery, div.content{
  clear:both;
  margin-bottom: 50px;
  background-color: #fff;}
 
.narrow {
  width:80%; 
  margin:0 auto;
  }
    
.testimony{font-style:italic; }/* testimonials for yoga + fitness */


h1, h2, h3{font-family: 'Gabriela', serif;
   font-style:italic;
  }
h1{font-size:1.2em;
  margin-bottom:10px;
  }
h2{font-size:1em;
  margin-bottom:15px;
  margin-top:40px;
  line-height:1.2em;}
  
h3{font-size:.9em;
  margin-bottom:5px;
  margin-top:40px;
  line-height:1.5em;} 

p {margin:30px 0;
   text-indent: 50px;
   line-height:1.2em;
 }
 
.hilited{font-family: 'Handlee',  cursive;
font-style:italic; 
font-size:1.2em;
font-weight:bold;
width:80%;
margin:0 auto;
text-align:center;
padding:20px 0;}

.topspace{margin-top:80px; }

ul.yogalist, ul.wslist, ul.fitnesslist, ul.artslist{margin-left:80px;line-height:120%; }
.topspace ul.classlist {margin-left:60px;line-height:120%; }

.classes, .schedule{margin:20px 50px; }
.classes dt, .schedule dt{font-weight:bold;}
.classes dd, .schedule dd{margin:5px 20px 20px 20px;}

.schedule{
border:1px solid #5ddcd5;
width:50%;
padding:40px 40px 0 40px;}

figure{
  margin:15px;
  width:auto; }
figcaption{
  width:350px;
  margin-top:10px;
  font-family: Arial;
  font-size:11px;}
figure img{
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5); }
  
.imgright{float:right;}

.imgleft{float:left;}

.sideleft{clear:right; }
.center{text-align:center; }

figure .poster { width:600px; height:776px; }
@media screen and (max-width: 500px){
   .poster {width:400px; height:517px; }
   figure .imgcentre{margin:15px -50; }
}

/*  Table of retreat schedule */
.rschedule{
   width:85%;
   margin:20px auto;
   border:1px solid #ccc;
   }
@media screen and (max-width: 500px){
   .rschedule {width:100%;}
}  
.rschedule thead{
   font-family: 'Gabriela', serif;
   font-style:italic;
   font-size:1em;
   text-align:center;
   line-height:1.6em;
   background-color:#eee;}
.rschedule td{
  padding:5px 15px; 
  border-bottom:1px solid #eee;}
.shade1{background-color: #EDEDED;}
.lastrow {   /*last row of table */
   border-bottom:1px solid #fff;
 }
p .strong{font-weight:bold;
font-style:italic; }

 
.testimony2 {  /* testimonials for serenity retreats */
  width:300px;
  float:left;
  /*border-bottom:1px solid #ccc;*/
  margin:2px;
  padding:5px;
  font-size:.8em;
  }
.testimony2 p{text-indent:0; }
.testimony2 .name, .testimonyfirst .name{
   font-style:italic;
   margin-top:5px;}
.testimonyfirst {
font-family: 'Handlee',  cursive;
  width:100%;
  font-size:1em;
  }
.testimony2 p {
  padding:2px 5px;
  margin:0;}
  

footer{
  border-top:1px solid #ccc;
  clear:both;
  width:100%;
  }
.retnav{
  padding:10px;
  margin-top:-10px;}
   
.retnav ul{font-family: 'Gabriela', serif;
  font-style:italic;
  font-weight:normal;
  font-size:.9em;
  color:#075464; }
.retnav li{
  margin-left:50px;
  padding:10px;  
  }
/*.retnav li::before{
    content: url(images/chevron.gif);} */
    
.retnav a:link, .retnav a:active, .retnav a:visited{
  text-decoration:none; 
  border-bottom:dotted 3px #075464;
  color:#075464;}
  
.retnav a:hover{
  text-decoration:none; 
  border:none;
  color:#189A8F;}
 
 .divider{
    width:90%;
    margin:5px 0;
    text-align:center;
    }
.dividerpic{margin:0 20px; }

.italics {font-style:italic;font-weight:bold; }

.content a:link, .content a:visited, .bio a:link, .bio a:visited{
  height:20px;
  text-decoration:none; 
  color:#075464;
  background-color:#5ddcd5;}
.content a:hover, .bio a:hover{
  height:20px;
  text-decoration:none; 
  border:none;
  color:#fff;}
  

.prepare ul{
   margin-left:45px; 
   list-style-image:url('images/starbullet.jpg');
 }
  .prepare li{
   padding:5px 0;
   }
   .prepare em {font-weight:bold;
  font-size:150%;
  color:red;
  }
  .checklist {
  width:75%;
  margin:0 auto;
  border:1px solid #eee;
  margin: 5px 50px;
  padding:20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  .checklist ul{
 list-style-image:url('images/check.jpg'); 
 }
 
 .retreatdesc{width:30%;float:left;text-align:center; }
 .retreatdesc2{width:50%;float:left; background-color:#fff;}
 .retreatdesc p, .restreatdesc2 p, .retreatdesc3 p{text-indent: 0;}
 .retreatdesc2 ul, .retreatdesc3 ul{list-style-image:url('images/starbullet.jpg');margin-bottom:10px;}
 .retreatdesc2 li, .retreatdesc3 li{margin-left:45px;padding:3px 0; }
 .retreatdesc3{width:45%;float:left; }
 
  
  /* styles for Register Now button */
.button{width:200px;
height:40px;
  margin:50px auto;
}
.button a:link, .button a:visited{
  text-decoration:none; 
  text-decoration:none; 
  padding:20px;
  height:40px;
  margin:20px auto;
  border:1px solid #075464;
  border-radius:5px;
  background-color:gold;
  color:#333;
  font-family:Georgia;
  font-size:20px;
  }
.button a:hover{color:#fff;
   background-color:#075464;}
 
 .smaller{font-size: 70%;}
 .option {text-align:center;font-style:italic;padding:10px 50px;margin:-20px auto 10px auto;}
  .option a:link{font-weight:bold; }
.stronger{font-weight:bold; }