@charset "utf-8";
/* CSS Document */

#branding{
	background:url(../images-mobile/andesadventures_300_04.png) no-repeat;
	width:300px;
	height:50px;
	text-indent:-999px;
	font-size:0px;
	margin:-10px auto 0 auto;
	border-bottom:1px solid rgba(255, 255, 255, 0.6);
}

#branding2{
	width:300px;
	height:100px;
	margin:-5px auto 0 auto;
	border-bottom:1px solid rgba(255, 255, 255, 0.6);
}

figureright { width: 120px; float: right; margin: 0px 0px 20px 15px; padding: 0px 0px 0px 10px; border-left: 2px solid #ddd; }
figureleft { width: 120px; float: left; margin: 0px 0px 0px 0px; padding: 0px 10px 0px 0px; border-left: 2px solid #ddd; }
figure figcaption { font-weight:bold; font-size: .6em; color: #777; line-height: .6em; }

photoheader { 
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 10px; 
	border-left: 5px solid #999; 
	border-top: 5px solid #999; 
	float:left;
}

.photostd5 {	
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	-moz-border-radius:5px;    /* Firefox */
    -webkit-border-radius:5px; /* Safari and Chrome */
	border-radius: 5px;	
}

.photostd5right {	
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	-moz-border-radius:5px;    /* Firefox */
    -webkit-border-radius:5px; /* Safari and Chrome */
	border-radius: 5px;	
	float:right;
	margin-left:5px;
	margin-bottom: 5px;
}

*.ui-footer h4.footertext {
	font-size: 0.8em;
}

.divdivider {
	BORDER-BOTTOM:  #FFFFFF 3px dotted; PADDING-BOTTOM: 0px; LINE-HEIGHT: 5px; MARGIN-TOP: 0px; COLOR: #ccc; FONT-SIZE: 13px; FONT-WEIGHT: bold
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.fontxxsmall {
	font-size: xx-small;
}

.dropcap {
  font-weight: bold;
  font-size: 14pt;
  /* font-family: Georgia, "Times New Roman", Times; */
  color: #804000;
}
.redbold { color: #c00; font-weight: bold; }
.brightredbold { color: #f00; font-weight: bold; }

.pcaption {
  font-style: normal;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
}

.tripsummaryhead {
	font-size: 12pt;
	font-weight: bold;
}

.commentdropcap {
  font-weight: bold;
  font-size: 16pt;
  font-family: Georgia, "Times New Roman", Times;
  color: #804000;
}
.commentdefault {
	font-weight: bold;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times;
}

.thinborder   { 
	border: solid 1px maroon; border-collapse: collapse 
}

.calaltcolor   {
	background-color:#FFC;
}