body {
background: #e9e9e9;
background: -moz-linear-gradient(top,  #e9e9e9 0%, #dddada 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#dddada));
background: -webkit-linear-gradient(top,  #e9e9e9 0%,#dddada 100%);
background: -o-linear-gradient(top,  #e9e9e9 0%,#dddada 100%);
background: -ms-linear-gradient(top,  #e9e9e9 0%,#dddada 100%);
background: linear-gradient(to bottom,  #e9e9e9 0%,#dddada 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#dddada',GradientType=0 );

color: #404040;
font-size: 14px;
font-size: 1.4rem;
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
color: #404040;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
}

a {
color: #332769;
text-decoration: none;
border-bottom: none;
}

a:hover {
color: #332769;
text-decoration: underline;
border-bottom: none;
}

#masthead  {
background: #ffffff;
}



.site-title, .site-title:hover {
color: #ffffff;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
}

.site-description, .site-description:hover {
color: #ffffff;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
}

#nav-container  {
background: #76070d;
}

#nav-container .menu > li > a, .menu-toggle, #nav-container .nav-menu > li > a {
color: #ffffff;

}

#nav-container .dropdown-menu {
background: #76070d;
}

#nav-container .dropdown-menu > li > a {
color: #ffffff;

}


#primary {

}

.embedded-map iframe {
color: #404040;

}


#colophon  {
background: #76070d;
}

#colophon {
color: #969696;
}

#colophon a {
color: #d3d3d3;
}

#colophon a:hover {
color: #d3d3d3;
}

footer .menu > li {
border-color: #d3d3d3;
}

/***** Theme-Specific Styles *****/
/* main nav menu hover state */
#nav-container .menu > li > a:hover {
color: #ffffff;
background: #76070d;
}

/* main nav menu active state */
#nav-container .menu > .current-menu-item > a,
#nav-container .menu > .current-menu-parent > a,
#nav-container .menu > .current-menu-ancestor > a,
.single-post #nav-container .menu > .current_page_parent > a {
color: #ffffff;
background: #851A18;
}

/* dropdown and mobile menu hover state */
#nav-container .dropdown-menu > li > a:hover,
#nav-container .nav-menu > li > a:hover {
color: #d0d0d0;
background: #4C0000;
}

/* dropdown and mobile menu active state */
#nav-container .dropdown-menu > .current-menu-item > a,
#nav-container .dropdown-menu > .current-menu-parent > a,
#nav-container .dropdown-menu > .current-menu-ancestor > a,
#nav-container .nav-menu > .current-menu-item > a,
#nav-container .nav-menu > .current-menu-parent > a,
#nav-container .nav-menu > .current-menu-ancestor > a,
.single-post #nav-container .nav-menu > .current_page_parent > a {
color: #d0d0d0;
background: #590E10;
}

#secondary .widget {
background: #E9E9E9;
background: -moz-linear-gradient(top,  #E9E9E9 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9E9E9), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #E9E9E9 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #E9E9E9 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #E9E9E9 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #E9E9E9 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#ffffff',GradientType=0 );

}

.PhoneNumberWidget, .MobileCallWidget, .MobileDirectionsWidget {
background: #332769;
}

#header-sidebar .SocialMediaLinksWidget {
background-color: #F1F1F1;
border: 1px solid #E2E2E2;
color: inherit;

}

#footer-sidebar .SocialMediaLinksWidget {
background-color: #851A18;
border: 1px solid #932822;
color: #fff;

}

#colophon .site-info {
border-top: 1px solid #932822;
}



/***** Media Queries *****/

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
}

@media only screen and (min-width: 480px) and (max-width: 799px) {
}

@media only screen and (max-width: 479px) {
}