/* 
  -----------------------------------
  Adaptations
  by Project Seven Development
  www.projectseven.com
  Layout 5 - PMM Menu
  -----------------------------------
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #fff;
	background-image: url(../images/background/newstyle.png);
	background-repeat: repeat;
	background-position: left top;
	margin: 16px 20px;
	font-size: 100%;
}
img.scaled {
	height: auto;
	width: 100%;
	border-radius: 5px;
	border: 5px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #333;
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 12px auto 18px auto;
	background-color: #212121;
	padding: 1px;
	display: block;
	border-radius: 7px;
	border: 7px solid #fff;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #333;
}
img.scaled-callout {
	height: auto;
	width: auto;
	max-width: 100%;
	padding: 1px;
	background-color: #212121;
	color: #e1e1e1;
	display: block;
	border: 7px solid #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 6px 6px 20px #333;
	-webkit-box-shadow: 6px 6px 20px #333;
	box-shadow: 6px 6px 20px #333;
}
img.scaled-logo {
	height: auto;
	width: auto;
	max-width: 100%;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
#masthead {
	margin: 0px auto;
	color: #000;
	background-color: #fff;
	padding: 12px 16px;
	border: 3px solid #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 30px #333;
	-webkit-box-shadow: 0px 0px 30px #333;
	box-shadow: 0px 0px 30px #333;
}
.masthead {
	margin: 0px auto;
	font-size: 8px;
}
#logo {
	position: relative;
	z-index: 3;
	margin: 0px auto;
	background-color: #fff;
	padding: 6px 0 4px 12px;
	border: 3px solid #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	max-width: 1440px;
}
#logo img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
#logo .left-side, #logo .right-side {
	float: left;
	width: 50%;
}
#logo .left-side {
	padding: 0px 0px;
}
#logo .right-side {
	text-align: right;
	margin-top: 80px;
	color: #a82626;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
	margin: 0px;
}
h1 {
	margin: 12px auto;
	font-size: 30px;
	color: #aa2421;	
}
h2 {
	color: #ff9900;
	font-size: 24px;
	margin-top: 20px;
}
h3 {
	color: #aa2421;
	font-size: 18px;
	margin-bottom: 12px;
}
h4 {
	color: #aa2421;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
}
h5 {
	color: #212121;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
}
.header  {
	margin: 0px !important;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}
.fancy-quote {
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	color: #3C5060;
}
#masthead h1 {
	font-size: 3em;
	margin: 0px;
}
#masthead .subhead {
	font-size: 11px;
	margin: 0px 0px 8px 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#columns {
	margin: 12px auto;
	border-radius: 7px;
	border: 3px solid;
	border-color: #000;
	position: relative;
}
.navigation {
	width: 24%;
	float: left;
}
#masthead, #columns, #footer {
	max-width: 1440px;
	margin: 0px auto;
}
.p7PMMv19 ul {
	border-radius: 0px 0px 0px 0px;
}
.main-content {
	width: 76%;
	float: left;
}
.navigation .content {
	background-color: #fff;
	background-image: url(images/none.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	border-right: 1px solid #404040;
	box-shadow: 0px 0px 30px #333;
	position: relative;
}
.main-content .content {
	padding: 20px 32px;
	color: #000;
	background-color: #fff;
	background-image: url(../images/background/gradient.png);
	background-repeat: repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 24px;
	border-radius: 0px 5px 5px 0px;
}
.address {
	font-size: 12px;
	color: #e1e1e1;
	text-align: center;
	text-transform: none;
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #f1e1d1;
	margin: 12px auto;
}
.company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #e1e1e1;
	text-align: left;
	text-transform: none;
}
.contact {
	font-size: 12px normal;
	color: #e1e1e1;
	text-align: center;
	text-transform: none;
}
.container {
	margin: 18px;
	color: #e1e1e1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	background-color: #212121;
	padding: 10px 12px;
	border: 1px solid #333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	box-shadow: 0px 0px 20px #333;
}
.callout {
	float: right;
	max-width: 100%;
	margin: 16px 6px 12px 12px;
	background: transparent;
}
.date-font	{
	font-size: 11px;
	color: #aa2421;
	margin: 0px auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.gallery {
	margin: 20px auto;
	padding: 20px;
	background-image: url(../images/background/artisan.jpg);
	background-repeat: repeat;
	background-position: left top;
	border: 6px solid #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	box-shadow: 0px 0px 20px #333;
}
.note {
	margin: 12px 18px 18px 18px;
	color: #e1e1e1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	background-color: #212121;
	padding: 8px 12px;
	border: 1px solid #404040;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	box-shadow: 0px 0px 20px #333;
}
/*Interior 3-Column Structure*/
.inner-columns-wrapper {
	overflow: hidden;
}
.three-column-column1 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column2 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column3 {
	width: 32%;
	float: left;
}
.three-column-content {
	padding: 16px;
	border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #F0F0F0;
	box-shadow: inset 0px 0px 30px #CCC;
}
.three-column-column2 .three-column-content {
	background-color: #AAA;
	box-shadow: inset 0px 0px 30px #888;
}
#footer {
	font-size: 11px;
	margin: 6px auto;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer-menu  {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 100%;
	word-spacing: -1em;
	vertical-align: bottom;
}
.footer-menu  {
	text-align: center;
}
.footer-menu li{
	display: inline-block;
	list-style-type: none;
	word-spacing: normal;
}
.footer-menu a, .footer-menu a:visited {
	color: #e1e1e1 !important;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	border-left: 1px solid;
	border-color: #212121;
}
.footer-menu li:first-child a {
	border-left: none;
}
.footer-menu a:hover, .footer-menu a:focus {
	color: #B45050 !important;
	text-decoration: underline;
	outline: none;
}

/* PAGE LINK COLORS */

a:link		{ color: #aa2421; text-decoration: none; }

a:visited	{ color: #aa2421; text-decoration: none; }

a:active	{ color: #ff9900; text-decoration: none; }

a:hover		{ color: #ff9900; text-decoration: none; }

.container a:link		{ color: #aa2421; text-decoration: none; }

.container a:visited	{ color: #aa2421; text-decoration: none; }

.container a:active		{ color: #ff9900; text-decoration: none; }

.container a:hover		{ color: #ff9900; text-decoration: none; }

span.clearfix {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
