@charset "utf-8";


img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
 
/* Mobile Layout: 480px and below. */

.biocard {
    width: 80%;
    border: 15px solid #ccb089;
	border-image-source:url(../images/imageborder.png);
	border-image-slice: 8 8;
	background: rgba(255,255,255,.6);
    padding: 20px;
    overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
}

.biocard img {
    height:200px;
	clear:both;
	border:none;
	margin-right:auto;
	margin-left:auto;
}

.biocard p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
    color: #212a29;
	text-align:left;
}

h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
    color: #212a29;
}
h7 a {
	color: #212a29;
}
.biowrapper {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
#bigbio  {
	display: none;
}

.bioimagewrapper {
	margin-left:auto;
	margin-right:auto;
}
.bioimagewrapper img {
	margin-bottom:1em;
}
#biopage {
	width:100%;
}
#biopage img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:none;
	width:65%;
	margin-top:1em;
}
.travelins img {
	border:none;
}
.travelins {
	border: 15px solid #ccb089;
	border-image-source:url(../images/imageborder.png);
	border-image-slice: 8 8;
	background: rgba(255,255,255,.7);
	width:83%;
	display:inline-block;
	text-align:left;
	margin:1em 1em 1em 1em;
	padding:1em 1em 1em 1em;
}
.travelins p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
    text-indent:15px;
	color: #212a29;
}
.travelins a {
	color:#404b38;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.biocard img {
	margin-right: 15px;
	margin-left:none;
	float:left;
	clear:none;
}
#bigbio {
	display:inline;
}
.bioimagewrapper {
    width:30%;
	float:right;
}	
#biopage {
	width:60%;
	float:left;
}

#biopage img {
	float:left;
	margin:1em;
	width:30%;
}

.travelins {
	
}
.travelins p {
	font-size: 18px;
	
}

.travelins li {
	font-size: 18px;
}