﻿/* CSS layout for mastheads */

#masthead-postcards {
	border-left: thin dashed #556B2F;
	border-right: thin dashed #556B2F;
	border-top: thick solid #556B2F;
	border-bottom: thin solid #556B2F;
	width: 100%;
	background-position: center;
	background-repeat: repeat;
	font-family: "Eras Demi ITC", Ariel Black;
	font-size: 50pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #556B2F;
	background-image: url('../SiteNavigation/Graphics/Masthead-Postcards.jpg');
}

#masthead-desert {
	border-left: thin dashed #556B2F;
	border-right: thin dashed #556B2F;
	border-top: thick solid #556B2F;
	border-bottom: thin solid #556B2F;
	width: 100%;
	background-position: center;
	background-repeat: repeat;
	font-family: "Eras Demi ITC", Ariel Black;
	font-size: 50pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #556B2F;
	background-image: url('../SiteNavigation/Graphics/Masthead-Desert.jpg');
}

#masthead-compass {
	border-left: thin dashed #556B2F;
	border-right: thin dashed #556B2F;
	border-top: thick solid #556B2F;
	border-bottom: thin solid #556B2F;
	width: 100%;
	background-position: center;
	background-repeat: repeat;
	font-family: "Eras Demi ITC", Ariel Black;
	font-size: 50pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #556B2F;
	background-image: url('../SiteNavigation/Graphics/Masthead-ColoradoCompass.jpg');
}


