#background_strip {
	background: #cf2a3b url(http://images2.wikia.nocookie.net/thebradybunch/images/b/ba/Bradybunchbackground.png);
   border-color: orange;
   height: 155px;
}

#wikia_logo {
   background-image: url(http://images2.wikia.nocookie.net/help/images/7/7c/Orange_Wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/help/images/7/7c/Orange_Wikia_logo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images2.wikia.nocookie.net/help/images/7/75/Orange_header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/help/images/7/75/Orange_header_button.png', sizingMethod='crop');
}


#wikia_header { height: 32px;
   background-color: brown;
   border-color:     orange;
}


#wikia_page {
   margin-top: 0;
   top: -35px !important;
}

#widget_sidebar {
 top:-35px;
}

.widget {
   background-color: DarkOrange;
}

#search_box {
   background-color: brown;
}

#page_tabs li {
   background-color: orange;
}

#page_tabs li.selected {
   background-color: Gainsboro;
}

#wikia_page {
   background-color: Gainsboro;
}

#monaco_footer, #monaco_footer a {
	color: brown;
        top: 0px;
}

#page_bar {
   background-color: brown;
}

.widget dt {
   background-color: brown;
}

#navigation a {
   background-color: orange;
}

#navigation a:hover, .navigation-hover {
   background-color: Gold;
}

#link_box {
   background-color: orange;
}


#page_controls a {
   color:            orange !important;
}

.color1, .color1 a {
   background-color: Orange;
   color:            orange;
}

.color2 {
   background-color: Orange;
}

/* Forum formatting - Algorithm & Splarka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td span { display: block; padding-left: 10px; font-size: smaller }
.forumlist td span a { text-decoration: none; }
.forumlist td span.forum_author { padding-left: 30px; }
.forumlist td.forum_edited a { text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title span a { padding-left: 0px }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(http://images.wikia.com/www/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }

/* remove talk link from forum namespace (Monobook/Monaco) - Splarka */
body.ns-110 #ca-talk, body.ns-110 #page_tabs li+li  { display: none; }

/* inactive tab link color */
#user_masthead #user_masthead_tabs li a {
 color: #ffffff;
}