/***********************************************************
** Hiding .firstHeading, #siteSub, #contentSub on front page only
*/
.page-The_Lost_Wikia * .firstHeading,
.page-The_Lost_Wikia * h3#siteSub,
.page-The_Lost_Wikia * #contentSub {
	display:none;
}

/***********************************************************
** Hiding .firstHeading, #siteSub, #contentSub on front page only
*/
.page-Main_Page * .firstHeading,
.page-Main_Page * h3#siteSub,
.page-Main_Page * #contentSub {
	display:none;
}

/* TabView extension */

/*set the base backcolor of the 'off' tabs */
.yui-navset .yui-nav li
{
  background-color: #D4DEE8;
  padding-left: 10px;
  padding-right: 10px;
}

/*set the background color of the content and the 'on' tab the same*/
.yui-content, .yui-navset .yui-nav li.selected
{
  background-color: #E7F2FF;
}


/** style the 'on' tab **/
.yui-navset .yui-nav .selected {
border-style: solid;
border-width: 2px 0 0 0;
border-top-color: #2F5DBA;
}


/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
margin-top: 0;
padding-top: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
}

/***********************************************************
** DIV: ARTICLETYPE
*/
div.articletype {
	font-size: smaller;
	padding-top: 0em;
	padding-bottom: 0em;
	position: absolute;
	right: 1em;
	top: 0em;
	white-space: nowrap;
	text-align: center;
	border:1px solid #666;
	background-color: #222222;
	line-height: 130%;
}

div.articletype table {
	background-color: transparent;
	float: left;
	padding: 1px; 
}

div.ajax-poll { width:auto !important; }


/***********************************************************
** Formatting for article type banners
*/
div#lost-article-type {
border-bottom:1px solid #444444;
background-position:top left;
text-align:right;
padding-top:1em;
padding-right:1em;
min-height:55px;
max-height:55px;
font-size:large;
font-variant:small-caps;
}

div.type-realworld {
background: #000000 url(http://images1.wikia.nocookie.net/lost/images/f/fc/Realworld.jpg) no-repeat;
}