/*<pre><nowiki>*/

/*########## Page Layout & Positioning ##########*/

#wikia_header {
   background: #000000 url(http://images2.wikia.nocookie.net/conanobrien/images/6/61/Top.jpg) no-repeat;
   border: 0;
   height: 62px;
}

#background_strip {
   background: #000000 url(http://images2.wikia.nocookie.net/conanobrien/images/6/63/Bottom.jpg) no-repeat;
   border: 0;
   height: 150px;
}

#wiki_logo {
	top: -10px; !important
}

#wikia_page {
	top: -125px; !important;
        background-color: #ffffff;
        color: #000000;
        padding: 2px;
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}


#monaco_footer
{
       top: -65px !important;

}

/*########## Rounded Corners on Objects ##########*/
#navigation_widget {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#sidebar_1 dl {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#sidebar_1 dt {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#search_box {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#page_bar {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

/*########## Wikia Logo Options ##########*/
#wikia_logo {
   background-image: url(http://images3.wikia.nocookie.net/lostpedia/images/b/b2/Whitelogo.png);
}

* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/lostpedia/images/b/b2/Whitelogo.png', sizingMethod='crop');
}

/*########## Page Tabs ##########*/
#page_tabs li {
    border: 3px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: none;
    background-color:#EEEEEE;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
}

#page_tabs li.selected {
    color: #7098B8;
    border-color: #66CC33;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    background: White;
}

#page_tabs li a,
#page_tabs li a:visited {
   color: #000000;
}

/*########## Misc Decorations ##########*/
#wikia_page a,
#wikia_footer a {
  color: #0066cc;
}
#wikia_footer th {
        display: none;
}
#wikia_footer td {
        text-align: center;
}

#wikia_page .usermessage a {
   color: #fec423;
}

.color2 {
   background-color: #000000;
   color: #000000;
}

.color1 {
   background-color: #DBB759;
   color: #000000;
}

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

body.color2 {
   background-color: #000000;
}

#articleFooter {
   background-color: #ffffff;
}

#page_controls a {
   color:            #ffffff !important;
}

ul#userData li a {
   color: #ffffff;
}

ul#userData li#header_username a {
   color: #ffffff;
}

.headerMenuButton dt {
   color: #000000;
}

.community_details,
#link_box {
   background-color: #e0e0d9;
   color: #000000;
}

.usermessage {
   background-color: #5b5f5e;
   color: #ffffff;
   border-color: #fec423;
}

.community_details li {
   color: #000000;
}

.diff {
  background-color: transparent;
}

#bodyContent a.external,
#bodyContent a.extiw {
  color: #7098B8;
}

/* TabView extension */
.yui-content {
background-color: #EDF5FF;
/*border: solid 1px;*/
padding: 0.25em 0.5em;
}

.yui-nav {
border-color:#EDF5FF;
border-style:solid;
border-width:0pt 0pt 5px;
margin: 0px !important;
}


.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
border-color:#EDF5FF;
border-style:solid;
border-width:0pt 0pt 5px;
}

.yui-navset .yui-nav .selected {
background-color: #EDF5FF;
}

.yui-navset .yui-nav li {
padding-left: 10px;
padding-right: 10px;
}
/*</nowiki></pre>*/