.color1 {
    border: 1px outset #DEB887;
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-bottomleft: 0.4em;
    background: #DEB887 url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat-x;
    color: #A0522D;
}

.color1 a {
    background: transparent;
    border: none;
    color: #A0522D;
}

.color2 {
    background: url(http://images.wikia.com/tesfanon/images//9/9e/Scrolls_texture.png);
}

#wikia_header {
    border-color:white;
}

#wikia_logo {
   background-image: url(http://images.wikia.com/help/images//1/13/Black_wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//1/13/Black_wikia_logo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/help/images//4/4c/Black_header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//4/4c/Black_header_button.png', sizingMethod='crop');
}

#background_strip {
   background-image: url(http://images.wikia.com/tesfanon/images//9/9e/Scrolls_texture.png);
   border-color:white;
}

#wikia_page, .widget {
   border: #aaa 1px outset;
}

.community_details {
   border: #B8860B 1px inset;
}

.community_details a {
   color:black;
   font-weight:bold;
}

#link_box {
   border: #B8860B 1px inset;
   overflow: auto;
   -moz-border-radius-topleft: 0.4em;
   -moz-border-radius-bottomleft: 0.4em;
}

#link_box a {
    color: black;
    font-weight:bold;
}

#header_username a {
    color: black;

}

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

#new_edit_page_preview_notice {
    background: #CC0000 url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat-x;
    border: 1px outset #CC0000;
}

#page_bar, #page_bar ul li a {
    border: none
}

.menu-item {
    opacity: 0.90;
}

/* rounded corners - Mozilla/Firefox only */
#wikia_page, #search_box, #navigation_widget, #sidebar_1 dl, .community_details, #page_bar, #sidebar_1 dt, #new_edit_page_preview_notice, #edit_enhancements_toolbar {
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-bottomleft: 0.4em;
}

/* Tabs */

#page_tabs li {
    border: #eee 1px inset;
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
}

#page_tabs li:hover {
    border-top: #eee 1px outset;
    border-right: #eee 1px outset;
    border-bottom: #eee 1px solid;
    border-left: #eee 1px outset;
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
}

#page_tabs li.selected {
    border-top: #aaa 1px outset;
    border-right: #aaa 1px outset;
    border-bottom: white 1px solid;
    border-left: #aaa 1px outset;
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
}

/* Search bar */
input#search_field {
    border: 1px inset #DEB887;
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-bottomleft: 0.4em;
}