.f03		  {font: italic 125px 'Palatino Linotype', serif; text-transform: lowercase; color:#EBDCB2;}
.f02		  {font: bold italic 24px 'Palatino Linotype', serif; color:#F0E68C; }
.f01	  	  {font: bold italic 24px 'Palatino Linotype', serif; color:#F0E68C;}

body, htlm        {margin:0; padding:0; background-image: url(backgrd.gif); 50% 50% no-repeat;}

body              {min-width: 900px;}
#wrap             {background:#FFFFFF; background-image: url(columns.jpg); background-repeat:repeat-y; margin: 0 auto; width: 900px;}
#wrap:after       {content: ""; display: block; height: 0; clear: both;visibility: hidden;}

#header           {position:relative; top: 0px; background:#ddd;}
#nav              {position:relative; top: 0px; background:#000000; text-align: right;}
#sidebar          {background:#8c9c7b; float:left; width: 164px; padding: 5px;}
#main             {background:#FFFFFF; float:right; width: 726px;}
#footer           {background:#000000; clear: both;}

table.pos_top     {position:relative; top: 0px; left: 5px; text-align: left;}
table.pos_mid     {margin-left: 5px; margin-right: 5px; text-align: left; }
table.pos_footer  {margin-left: auto; margin-right: auto; text-align: center;}
table.pos_center  {background-color: #111111; margin-left: auto; margin-right: auto;}

table.pos_new	  {position:relative;top:5px; width: 300px; left:10px; background-color: #FFFFFF; text-align: center}
table.pos_caption {margin-left: auto; margin-right: auto; text-align: center;}

table tr td:empty {width: 50px;}



.left             {float: left;}
.right     	  {float: right;}
figcaption        {text-align:center;}
IMG.displayed	  {display: block; margin-left: auto; margin-right: auto}



/* p 		  {border: solid 1px black;}   change to 1px to see container borders*/
P.blocktext 	  {margin-left: auto; margin-right: auto; width: 20em}
blockquote 	  {display: block; margin-top: 1em; margin-bottom: 1em; margin-left: 40px; margin-right: 40px;}



.center           {text-align: center; margin-left: auto; margin-right: auto; color:#000000}
.menuheader       {font:  italic 18px 'Palatino Linotype', serif;color:#F0E68C; </table> }
.submenu          {font: normal 13px arial, 'lucida console', sans-serif; color:#ffffff; text-indent: 0px}
.boldred	  {font: bold 16px arial,'lucida console', sans-serif; color:#800000; text-align: center;}
.boldgreen	  {font: bold italic 25px 'monotype corsiva'; color:#8B4513; text-align: center;}
.boldblack	  {font: bold 18px arial,'lucida console', sans-serif; color:#414020; text-align: center;}
.text		  {font: normal 13px arial, 'lucida console', sans-serif; color:#000000;}
.center           {font: normal 13px arial, 'lucida console', sans-serif; color:#000000;text-align: center}
.quote		  {padding: 20pt; font: italic 13px arial, 'lucida console', sans-serif; color:#000000; }
.header2	  {font: bold 14px arial, 'lucida console', sans-serif; color:#414020;}
.copyright	  {font: italic 13px arial, 'lucida console', sans-serif; color:#FFFFFF;text-align: center;}

a.link:linK	  {color:#006400]; text-decoration:none}
a.link:visited	  {color:#006400]; text-decoration:none}
a.link:hover	  {color:#006400]; text-decoration:none}
a.link:active	  {color:#006400]; text-decoration:none}

a.sublink:link    {color:#ffffff; text-decoration:none}
a.sublink:visited {color:#ffffff; text-decoration:none}
a.sublink:hover   {color:#ffffff; text-decoration:none}
a.sublink:active  {color:#ffffff; text-decoration:none}

a.menulink:link    {font: bold 16px 'Palatino Linotype', serif;color:#EBDCB2; text-decoration:none}
a.menulink:visited {font: bold 16px 'Palatino Linotype', serif;color:#EBDCB2; text-decoration:none}
a.menulink:hover   {font: italic 16px 'Palatino Linotype', serif;color:#EBDCB2; text-decoration:none}
a.menulink:active  {font: bold 16px 'Palatino Linotype', serif;color:#EBDCB2; text-decoration:none}

a.bodylink:link    {color:#006400; }
a.bodylink:visited {color:#006400; }
a.bodylink:hover   {color:#006400; }
a.bodylink:active  {color:#006400; }



/* New Styles */
.imageWithCaptionHolder {
  margin-left: 0px;
  margin-right: 0px;
}

.imageWithCaptionHolder2 {
  margin-left: 0px;
  margin-right: 0px;
}

/* Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

#myImg02 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg02:hover {opacity: 0.7;}








/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  height: 80%;
  max-width: 700px;
  max-height:  550px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Caption of Modal Image */
#caption02 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}



/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.modal-content, #caption02 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/* End of Modal */

@mixin truncate($width: 100%){
	width: $width;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.link {
  text-overflow: ellipsis;
}