/* CSS Document */

/* Modern Patriot Color Palette 

	Primary 1 - P1 - rgb(5, 40, 77) - #05284D
	Primary 2 - P2 - rgb(80, 105, 131) - #506983
	Primary 3 - P3 - rgb(3, 28, 54) - #031C36
	Primary 4 - P4 - rgb(2, 20, 38) - #021426
	
	Secondary 1 - S1 - rgb(137, 147, 162) - #8993A2
	Secondary 2 - S2 - rgb(173, 180, 190) - #ADB4BE
	Secondary 3 - S3 - rgb(82, 88, 97) - #525861
	
	Tertiary 1 - T1 - rgb(209, 197, 158) - #D1C59E
	Tertiary 2 - T2 - rgb(232, 230, 207) - #E8E6CF
	Tertiary 3 - T3 - rgb(244, 243, 231) - #F4F3E7
	
	Accent 1 - A1 - rgb(214, 81, 61) - #D6513D
	Accent 2 - A2 - rgb(226, 134, 120) - #E28678
	Accent 3 - A3 - rgb(160, 61, 46) - #A03D2E

End Modern Patriot Color Palette */

.comp3.modernpatriot .mainnav {
	background-color: rgb(5, 40, 77);
}

/* Logo */
.modernpatriot .brand-block { background-color: rgb(82, 88, 97); }  /* S3 Color for higher contrast */
.brand-block .logo { margin-top:10px; }
.brand-block .logo h1 { color:rgb(255, 255, 255); }
.brand-block .logo h2 { color:rgb(226, 134, 120); }
/* .modernpatriot div.ribbon { background:transparent url(../images/brand-ribbon-modernpatriot.png) center bottom no-repeat; } */

/* Theme-specific buttons */
/* assumes use of bootstrap default btn styles */

.btn-theme { 
	color:rgb(255, 255, 255);
	background-color:rgb(5, 40, 77); /* P1 */
	border-color:rgb(5, 40, 77); /* P1 */
}
.btn-theme:hover, .btn-theme:active, .btn-theme:focus { 
	color:rgb(255, 255, 255);
	background-color:rgb(3, 28, 54); /* P3 */
	border-color:rgb(3, 28, 54); /* P3 */
}
.btn-footer { 
	color:rgb(255, 255, 255);
	background-color:rgb(137, 147, 162); /* S1 */
	border-color:rgb(137, 147, 162); /* S1 */
}
.icons .btn-footer { 
	color:rgb(255, 255, 255);
	background-color:rgb(5, 40, 77); /* P1 */
	border-color:rgb(5, 40, 77); /* P1 */
}
.btn-footer:hover, .btn-footer:active, .btn-footer:focus { 
	color:rgb(255, 255, 255);
	background-color:rgb(82, 88, 97); /* S3 */
	border-color:rgb(82, 88, 97); /* S3 */
}
.icons .btn-footer:hover, .icons .btn-footer:active, .icons .btn-footer:focus { 
	color:rgb(255, 255, 255);
	background-color:rgb(3, 28, 54); /* P3 */
	border-color:rgb(3, 28, 54); /* P3 */
}

/* navigation drop down */

.mainnav .dropdown-menu {
	background-color: rgb(5, 40, 77) !important; /* P1 */
	border: 1px solid rgb(3, 28, 54) !important; /* P3 */
}
.mainnav ul.list-inline li ul.dropdown-menu li {
	background-color:transparent !important;
}
.mainnav ul.list-inline li ul.dropdown-menu li a {
	color: rgb(255, 255, 255) !important;
	background-color:transparent !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-image: none !important;
 	filter: none !important;
}
.mainnav ul.list-inline li ul.dropdown-menu li a:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgba(2, 20, 38, 0.5) !important;
	background: rgb(3, 28, 54)\0!important;   /* P3 Color - Conditional IE8 Hack */
	background-image:none !important;
}

/*P1*/

.modernpatriot footer, .modernpatriot .search {
	background-color: rgb(5, 40, 77);
}
.modernpatriot .welcome-subtitle {
	color: rgb(5, 40, 77);
}
span.viewall {
	font-size: 16px;
	font-style: italic;
}
/*Transparency for main nav @ 90% */
.comp1.modernpatriot .mainnav {
	/* bg gradient generated with colorzilla - http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 40, 77, 0.92)), color-stop(100%, rgba(3, 28, 54, 0.92))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3a526b', endColorstr='#eb28394b', GradientType=0 ); /* IE6-9 */
	/* box shadow - http://css3gen.com/box-shadow/ */ 
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	/* border */
	/*
	border-top: 1px solid rgb(73,60,50);
	border-bottom: 1px solid rgb(73,60,50);
	*/
}
.comp1.homepage.modernpatriot .mainnav {
	/* Comp 1 .mainnav is transparent - colors defined in .faux-mainnav */
		/*
		border-top: 1px solid transparent;
		border-bottom:1px solid transparent;
		*/
	background-color: transparent;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
.comp2.modernpatriot .mainnav {
	background:rgb(3, 28, 54) url(../images/pattern-crosshatch-modernpatriot.jpg) 0 0 repeat;
}
.comp1.modernpatriot .faux-mainnav {
	/* bg gradient generated with colorzilla - http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 40, 77, 0.92)), color-stop(100%, rgba(3, 28, 54, 0.92))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(5, 40, 77, 0.92) 0%, rgba(3, 28, 54, 0.92) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3a526b', endColorstr='#eb28394b', GradientType=0 ); /* IE6-9 */
	/* box shadow - http://css3gen.com/box-shadow/ */ 
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	/* border */
	/*
	border-top: 1px solid rgb(73,60,50);
	border-bottom: 1px solid rgb(73,60,50);
	*/
}

.comp4.modernpatriot .mainnav {
	background-color:rgb(5, 40, 77);
}
.comp4.homepage.modernpatriot .mainnav {
	background-color: rgba(5, 40, 77, 0.80);
	/* box shadow - http://css3gen.com/box-shadow/ */ 
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	border: none;
}

.comp5.modernpatriot .mainnav {
	background-color:rgb(5, 40, 77);
}
.comp5.homepage.modernpatriot .mainnav {
	background-color: rgba(5, 40, 77, 0.80);
	/* box shadow - http://css3gen.com/box-shadow/ */ 
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	border: none;
}

/*P2*/

.comp3.modernpatriot .mainnav nav ul {
	font-size:0;
	background-color: rgba(3, 28, 54, .5);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.comp3.modernpatriot .mainnav nav ul li a:hover {
	background-color: rgb(80, 105, 131);
	color: rgb(255, 255, 255);
}
.comp3.modernpatriot .mainnav nav ul li:first-child a {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.comp3.modernpatriot .mainnav nav ul li:last-child a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.comp3.modernpatriot .mainnav nav ul li.active a {
	background-color: rgb(80, 105, 131);
	color: rgb(3, 28, 54);
	text-shadow:none;
}

/*P3*/

/*P4*/
.modernpatriot .utilitynav {
	background-color: rgb(2, 20, 38);
}
.comp1.modernpatriot .mainnav ul.list-inline li.active a {
	background-color: rgba(2, 20, 38, 0.5);
	background: rgb(3, 28, 54)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp1.modernpatriot .mainnav ul.list-inline li a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgba(2, 20, 38, 0.5);
	background: rgb(3, 28, 54)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp4.modernpatriot .mainnav ul.list-inline li.active a {
	background-color: rgba(2, 20, 38, 0.5);
	background: rgb(3, 28, 54)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp4.modernpatriot .mainnav ul.list-inline li a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgba(2, 20, 38, 0.5);
	background: rgb(3, 28, 54)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp5.modernpatriot .mainnav ul.list-inline li.active a {
	background-color: rgba(2, 20, 38, 0.5);
	background: rgb(3, 28, 54)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp5.modernpatriot .mainnav ul.list-inline li a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgba(2, 20, 38, 0.5);
	background: rgb(3, 28, 54)\0;   /* P3 Color - Conditional IE8 Hack */
}
.modernpatriot .join {
	background-color: rgb(137, 147, 162);
}

/* S1 */
.comp2.modernpatriot .mainnav ul.list-inline li a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: rgb(137, 147, 162); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(137, 147, 162, 0.92) 0%, rgba(82, 88, 97, 0.92) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(137, 147, 162, 0.92)), color-stop(100%, rgba(82, 88, 97, 0.92))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(137, 147, 162, 0.92) 0%, rgba(82, 88, 97, 0.92) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(137, 147, 162, 0.92) 0%, rgba(82, 88, 97, 0.92) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(137, 147, 162, 0.92) 0%, rgba(82, 88, 97, 0.92) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(137, 147, 162, 0.92) 0%, rgba(82, 88, 97, 0.92) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874d39', endColorstr='#512e22', GradientType=0 ); /* IE6-9 */
}
.comp2.modernpatriot .mainnav ul.list-inline li.active a, .comp2.modernpatriot .mainnav ul.list-inline li a:hover {
	color: rgb(5, 40, 77);
	text-decoration: none;
	background-image: url(../images/hatch-bg.jpg);
	text-shadow:none;
}
.comp2.modernpatriot .horizontal-obits, .comp3.modernpatriot .horizontal-obits {
	background-color: rgb(209, 197, 158);
}
/*T2*/

/* wlpp-301 more engaging hover */
.horizontal-obits a .obit:hover, a .vertobit:hover {background-color: rgb(232, 230, 207);}
.horizontal-obits a:hover .obit .ornames, a:hover .vertobit .ornames, .horizontal-obits a:focus .obit .ornames, a:focus .vertobit .ornames {text-decoration: underline;}

.modernpatriot .associations {
	background-color: rgb(232, 230, 207);
}
.comp2 .horizontal-obits {
	background-color: rgb(209, 197, 158);
}
/*A1*/

.modernpatriot .herobanner .action button {
	background-color: rgb(214, 81, 61);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 0px rgba(160, 61, 46,1), 0px 4px 25px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 4px 0px rgba(160, 61, 46,1), 0px 4px 25px rgba(0,0,0,.7);
	box-shadow: 0px 4px 0px rgba(160, 61, 46,1), 0px 4px 25px rgba(0,0,0,.7);
	border: 1px solid rgb(226, 134, 120);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: rgb(255, 255, 255);
	padding: 10px;
	position: relative;
}
.modernpatriot .herobanner .action button:hover {
	background-color: rgb(226, 134, 120);
}

.modernpatriot .obit-searchbar .search-button button {
	background-color: rgb(214, 81, 61);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgb(214, 81, 61);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: rgb(255, 255, 255);
	padding: 6px 12px;
	position: relative;
}
.modernpatriot .obit-searchbar .search-button button:hover {
	background-color: rgb(226, 134, 120);
}

.fa-lock, .fa-search, .callout.join .fa, footer a .fa {
	color: rgb(214, 81, 61);
}

/* Theme-Specific Imagery */

.comp4 #carousel-hero .carousel-inner {
	background-image:url(http://www.fjelstul.com/assets/62/images/herobanner/hero-bg-photopile-sepia.jpg);
}
.comp5 #carousel-hero .carousel-inner {
	background-image:url(http://www.fjelstul.com/assets/62/images/herobanner/hero-bg-wallpaper-modernpatriot.jpg);
}
.comp5 .photoframe .frame {
	background-image:url(http://www.fjelstul.com/assets/62/images/herobanner/hero-frame05.png);
}