.hometext {
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.text {
	font-size: 14px;
	line-height:18px;
	text-align: left;
	padding-right: 50px;
	padding-left: 10px;
}
.textindent {
	font-size: 12px;
	padding: 0px;
	left: 10px;
}
.bkgimage {
	background-repeat: no-repeat;
	background-image: url(img/images/bkg1_02.jpg);
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
h1 {
	font-size: 14px;
}
.tourH {
	font-size: 14px;
	font-weight: bold;
}
.mediacaption {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.underline {
	text-decoration: none;
	border-bottom: 1px dotted #5F773A;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
.musicpadder {
	margin-left: 80px;
	font-size: 12px;
}
.bottomnav {
	font-size: 10px;
}
.bottomnav a:link {
	color: #666666;
	text-decoration: underline;
}
.bottomnav a:visited {
	color: #666666;
	text-decoration: underline;
}
.bottomnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomnav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.tmblr-iframe--follow-teaser.center,iframe-controls-container {display:none !important;}
.tumblr_body {
	font-size: 12px;
	text-align: left;
	padding-right: 50px;
	padding-left: 10px;
}
.tumblr_title  {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}
	.tumblr_caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}
	.tumblr_photo {
	width: 300px;
	}
li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.scroll {
	height: 500px;
	width: 400px;
	overflow: auto;
	padding: 0px;
	text-align: left;
}
.buttonn {
  display: inline-block;
  border-radius: 4px;
  background-color: #48a1b5;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttonn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonn:hover span {
  padding-right: 15px;
}

.buttonn:hover span:after {
  opacity: 1;
  right: 0;
}