/********** top wikia bar *************/
#wikia_header
{
  border-bottom-color: #3366CC;
  background-color: #CECECE;
}

/* move top up */
#wikia_page
{
  top: -185px;
}

/** and the text **/
#request_wiki.loggedin, #userData
{
  top: 5px;
}

/************* logo bar **************/
#background_strip
{
  background: url(http://images.wikia.com/eq2/images/1/1d/Background_strip.gif) repeat-x;
  border-bottom-color: #3366CC;
}

/********** main area ****************/

/* since i moved the widget bar over, i need to move the main area over too, and while i'm at it, close up the right gap */
#wikia_page
{
margin-left: 210px;
margin-right: 1px;
}

/*** tool bar -space***/
#page_controls div { margin-top: 4px; }
#page_controls li { padding-left: 20px; margin-right: 8px; line-height: 24px; }

/* round the corners, make less tall, bring up closer top. */
#page_tabs li
{
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  height: 22px;
  line-height: 22px;
  margin-top: 4px;
}

body { background-color: #E9E9E9 !important; }

/******* widget/widget bar *******/

/* close up that wasted space */
#widget_sidebar { left: 2px; /*top: 120px;*/ }

/* tighten up the bottom gap */
.widget
{
  margin-bottom: 3px !important;
}

/* round the corners (of only the movable widgets) */
#sidebar_1 .widget
{
  -moz-border-radius: 7px;
}

/* make that "more..." line smaller and less wasted space */
.widget .widgetMore
{
font-size:10px;
padding:0px;
}

/* since i rounded the outer corners, round the UL and UR corners of the widget header */
/* also, move the title in to the right a little bit, just to be safe */
.widget dt
{
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  padding-left:5px;
}

/* lessen the padding on some of the widgets, but not all */
dl.WidgetRecentChanges dd.widget_contents,
dl.WidgetEditedRecently dd.widget_contents,
dl.WidgetNeedHelp dd.widget_contents,
dl.WidgetProblemReports dd.widget_contents
{
padding: 2px;
}

/********** widget specific **************/

/**** nav widget ****/

/* diddle with the height and arrow placement for the search box */
#search_button { top: -1px; left: 88%; }
#search_field { top: 3px; left:3px; }
#search_box { height: 26px; }

/* tool box area links */
#link_box ul { padding:0 2px; }
#link_box { padding: 0; }

/**** rc widget ****/
.WidgetRecentChanges .WidgetRecentChangesDiffLink {margin-left:5px; font-size:80%;}


/*********** other ****************/

div.menu-item a[href ^="/index.php?title=MediaWiki:Monaco-sidebar&action=edit"] {
font-size:80%;
text-align:right;
}


/* a side effect of rounding the widgets, was that it rounded the menus, this forces ONLY the right edge to be rounded */
#navigation .widget { -moz-border-radius: 0px 6px 6px 0px; }

/** if wikia insists on having their link farm below the spotlights, lets close up the space. **/
#wikia_corporate_footer { padding-top:4px; }
#wikia_footer th, #wikia_footer td { padding-bottom:5px; }

/** until wikia adds this in to monaco (or proper global) (was present in quartz/monobook) **/
/**
 * File histories
 */
table.filehistory {
	border:1px solid #ccc;
	border-collapse:collapse;
}

table.filehistory th,
table.filehistory td {
	padding: 0 0.2em 0 0.2em;
	vertical-align:top;
	border:1px solid #ccc;
}
table.filehistory th {
	text-align: left;
}
table.filehistory td.mw-imagepage-filesize,
table.filehistory th.mw-imagepage-filesize {
	white-space:nowrap;
}

/** stolen from redwall (thanks TBT) **/

#adSpace0 iframe, #adSpace0 object {
  border: 1px dashed #aaa;
  padding: 14px 0 0 0; 
  background: transparent url(http://images.wikia.com/redwall/images/2/28/Ad.png) top center no-repeat; 
}