<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main menu */
#nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:active {
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
	color: #fff;
}

#nav li a:hover {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

#nav li a:active {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

/* Styling for navigation menus */
#nav ul ul li a:hover {
	color: #fff;
}

/* style the links for the top level */
#nav a:active {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

/* style the second level hover */
#nav ul ul a.drop:hover {
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
	color: #fff;
}

#nav ul ul :hover &gt; a.drop {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

/* style the third level hover */
#nav ul ul ul a:hover {
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
	color: #fff;
}

/* style the top level hover */
#nav a:hover,
#nav ul ul a:hover {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

#nav :hover &gt; a,
#nav ul ul :hover &gt; a {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

/* Top Menu */
#nav-top .current_page_item a, #nav-top .current_page_item a:hover, #nav-top li a:active {
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
	color: #fff;
}

#nav-top li a:hover {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

#nav-top li a:active {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

/* Styling for navigation menus */
#nav-top ul ul li a:hover {
	color: #fff;
}

/* style the links for the top level */
#nav-top a:active {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

/* style the second level hover */
#nav-top ul ul a.drop:hover {
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
	color: #fff;
}

#nav-top ul ul :hover &gt; a.drop {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

/* style the third level hover */
#nav-top ul ul ul a:hover {
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
	color: #fff;
}

/* style the top level hover */
#nav-top a:hover,
#nav-top ul ul a:hover {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

#nav-top :hover &gt; a,
#nav-top ul ul :hover &gt; a {
	color: #fff;
	background: #ef0506 url(../../images/bg-red.png) repeat-x top left;
}

/* sub menu */
#subnav .current_page_item a,
#subnav .current_page_item a:visited,
#subnav .current_page_parent a,
#subnav .current_page_parent a:visited {
	color: #8a1717;
}

#subnav li a:hover {
	color: #8a1717;
}

/* Level 3 */
.hier-nav .current_page_item a, .hier-nav .current_page_item a:visited {
	color: #8a1717;
}

.hier-nav li a:hover {
	color: #8a1717;
}

/* content */
.postdata a:hover {
	color: #8a1717;
}

/* post title */
h1.posttitle a:hover,
h2.posttitle a:hover {
	color: #8a1717;
}
.tags a:hover {
	color: #8a1717;
}

/* next &amp; previous page navigation */
.page-nav a:hover {
	color: #8a1717;
}

/* next &amp; previous post navigation */
.post-nav a:hover {
	color: #8a1717;
}

.suf-page-nav a.page-numbers,
.suf-page-nav a.page-numbers:visited {
	color: #8a1717;
}

/* comment list */
.commentlist cite {
	color: #8a1717;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #8a1717;
}

/* Credits  */
#cred a:hover {
	color: #8a1717;
}

.suf-widget h3.scheme,
.suf-widget h3.scheme:hover,
.suf-widget h3.scheme a,
.suf-widget h3.scheme a:visited {
	color: #fff;
}

.suf-widget a:hover,
.suf-widget a:focus,
.suf-widget a:active,
.warea a:hover,
.warea a:focus,
.warea a:active {
	color: #8a1717;
}

/* The following are defined for the dark-red scheme only, due to the default dark-style colors not gelling well with red*/
/*
blockquote{
	border: 1px solid #222222;
}
*/

#wrapper {
	background-color: #000000;
	border-color: #222222;
}

div.suf-widget {
	border: 1px solid #222222;
}

.dbx-handle {
	border-bottom: 1px dotted #222222;
}

#nav {
	border-bottom: 1px solid #222222;
}

#nav ul li{
	border: 1px solid #222222;
}

#nav ul ul li {
	border: 1px solid #222222;
}

#nav-top {
	border: 1px solid #222222;
	border-top: none;
}

#nav-top ul li{
	border: 1px solid #222222;
}

#nav-top ul ul li {
	border: 1px solid #222222;
}

#subnav {
	border: 1px solid #222222;
}

#subnav li {
	border-right: 1px solid #222222;
}

#subnav .current_page_item,
#subnav .current_page_parent {
	background: #000;
}

.hier-nav {
	border: 1px solid #222222;
	margin-top: 0;
}

.hier-nav .current_page_item {
	background: #000000;
	border-left: 1px solid #222222;
}

.hier-nav li {
	border-right: 1px solid #222222;
}

#top-bar-right-spanel-tab .toggle {
	border: 1px solid #222;
}

.post, div.page {
	border: 1px solid #222222;
}

h1.posttitle,
h2.posttitle {
	border-bottom: dotted 1px #222222;
}

.page-nav {
	border: 1px solid #222222;
}

.post-nav {
	border: 1px solid #222222;
}

#commentform textarea {
	border: solid 1px #222222;
}

#page-footer, #cred {
	border-top: 1px solid #222222;
}

input{
	border: solid 1px #222222;
}

textarea {
	border: solid 1px #222222;
}

.button, input[type="submit"], .submit {
	border: 2px double #222222;
}

#postbox, #postbox textarea {
	border: solid 1px #222222;
}

.author-profile,
.tag-info,
.category-info {
	border-color: #222222;
}

/* Settings for Featured Posts */
#featured-posts {
	border-color: #222222;
}

/* These settings are for common plugins */
.wp-pagenavi a,
.wp-pagenavi a:visited,
.wp-pagenavi span {
	color: #8a1717;
}

.wp-pagenavi a:hover {
	color: #fff;
}

.warea ul.sidebar-tabs li a, ul.sidebar-tabs li a {
	border: 1px solid #222;
}

div.sidebar-tab-content {
	border: 1px solid #222;
}

/* Magazine */
.suf-mag-headlines,
.suf-mag-excerpts td,
.suf-tiles td,
.suf-mag-categories th,
.suf-mag-categories td {
	border: 1px solid #222;
}

.flattened {
	border: 1px solid #222222;
}

.author-info {
    border: 1px solid #222;
}

/* BuddyPress */
.post form#whats-new-form, ul.item-list .activity, ul.item-list .groups, ul.item-list .blog, ul.item-list li div.activity-comments ul li, .standard-form, ul.item-list .member {
	background-color: #000000;
	border-color: #222222;
}

#item-nav div.item-list-tabs ul li {
	border: 1px solid #222;
	border-bottom: none;
}

#item-nav div.item-list-tabs, #group-create-tabs {
	border-bottom: 1px solid #222;
}

.meta-pullout ul { border-right: 1px dotted #222; }
.meta-pullout li { border-bottom: 1px dotted #222; }
</pre></body></html>