body {
	background: #fff;
	color: #555;
}

table {
  background: transparent;
}

th {
  background: transparent;
}

td {
  background: transparent;
}

blockquote, q {
	background: #d8d8d8 url(../images/quote.png) no-repeat;
}

pre {
  background: #d8d8d8;
}

code {
  background: #d8d8d8;
}

ins {
  background-color:#fdfc9b;
}

mark {
  background-color:#fdfc9b;
}

hr {
  background: #9f9f9f;
}

a {
	color: #1c6ea0;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a.not-found {
	background: yellow;
}

a:hover {
	color: #42a9be;
}

#navigation {
	background: transparent;
}

ul.primary li a {
	background: none;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
}

ul.secondary {
  background: #666;
}

ul.secondary li a, ul.secondary li a:link {
  color: #ccc;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
}

.site-slogan {
	color: #333;
}

.sidebar .block > h2 {
}

#feature-contain {
	background: #940b32;
	margin: 0 0 2em;
}

.front #feature-contain {
	border-top: 0;
	background: #fff;
}

#utility {
	background: #fff;
}

#bottom {
	border-top: solid 1px #97002e;
}

#copyright {
	border-top: solid 10px #323265;
}

.form-submit,
.links li a {
	background-color: #940b32;
	color: #fff;
}

.links {
	color: #000;
}

.form-submit:hover,
.links li a:hover {
	background: #454444;
}

.submitted {
	color: #383838;
}

.comment .submitted {
	background: #e5e5e5;
}

.comment .new {
	color: red;
}

h3.comment-title a {
	color: #67696d;
}

.item-list .pager li {
	background: #cfcfcf;
}

.sf-menu.sf-style-default li,
.sf-menu.sf-style-default.sf-navbar,
.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active,
.sf-menu.sf-style-default li li,
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul,
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul,
.sf-menu.sf-style-default a,
.sf-menu.sf-style-default a:visited {
	background: transparent;
	border: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #333;
}

.sf-menu.sf-style-default > li:hover,
.sf-menu.sf-style-default > li.sfHover,
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
	background: #97002e;
	background: rgba(151,0,46,.75);
}

.sf-menu.sf-style-default > li:hover,
.sf-menu.sf-style-default > li.sfHover {
	background: #97002e;
	background: rgba(151,0,46,1);
}


.sf-menu.sf-style-default li:hover a,
.sf-menu.sf-style-default li.sfHover a,
.sf-menu.sf-horizontal.sf-shadow ul a,
.sf-menu.sf-vertical.sf-shadow ul a,
.sf-menu.sf-navbar.sf-shadow ul ul a {
	color: #fff;
}

.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul,
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
	padding-bottom: 0 !important;
}

.sf-sub-indicator {
	display: none;
}

.sf-menu.sf-style-default a {
	padding: .75em 1.5em;
}

.sf-menu.sf-style-default a.sf-with-ul {
	padding-right: 1.5em;
}

.sf-menu.sf-style-default li.sf-depth-1:hover,
.sf-menu.sf-style-default li.sf-depth-1.sfHover,
ul.menu li.sf-depth-1 {
	border-right: solid 1px #d6c6a7 ;
}

.sf-menu.sf-style-default li.sf-depth-1.last:hover,
.sf-menu.sf-style-default li.sf-depth-1.sfHover.last,
ul.menu li.sf-depth-1.last {
	border-right: 0;
}

.sf-depth-2 {
	font-size: 12px;
}

