@charset "UTF-8";
/* CSS Document */
.app-background {
	background-color:#ff6e06; /* orange */
}
.panel-background {
	background-color:#ff913f; /* light orange */
}
.left-margin {
	font-family: Museo300;
	font-size: 37px;
	vertical-align: top;
	text-align:right;
	color: white;
}
.quote-panel {
	width: 535px;
	height:400px;
	vertical-align:top;
	float:left;
}
.quote {
	font-family: Museo500;
	font-size: 38px;
	color: white;
}
.quote-author {
	font-family: Museo500;
	font-size: 18px;
	color: #993300;	
	text-align:left;
	vertical-align:bottom;
	padding-top:15px;
	float:left;
	clear:left;
}
.horizontal-divider {
	width: 325px;
	height:10px;
	float:left;
}
.promo-panel, .blog-panel, .photo-panel {
	width: 285px;
	position:relative;
	padding-left: 25px;
	padding-right:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align:top;
	float:left;
}
.hide-button-link, 
.hide-button-link-active {
	color:#442814;
}
.hide-button-link:link, .hide-button-link:visited, 
.hide-button-link-active:link,.hide-button-link-active:visited {
	color:#442814;
}
.title {
	font-size: 18px;
	color: white;
	padding-bottom: 2px;
}
.subtitle {
	font-size: 16px;
	color: #442814;
	padding-bottom: 2px;
}
.text {
	font-size: 11px;
	color: #442814;
}
.menu-link,.menu-link:visited,.menu-link:link {
	color: #442814;
}
.menu-link:hover {
	color: white;
}
.external-link,.external-link:link,.external-link:visited,.external-link:active {
	font-size: 11px;
	color: #442814;
}
.external-link:hover {
	color: white;
}