How To Wiki
Advertisement

Full css content for Wikia's Quartzsmoke skin


/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/

/**
 * Stylesheet for screen/projection.  All rules not marked media-specific are
 * shared with handheld.css and should be updated in tandem.  The rules can't
 * be in the same file because old browsers like IE5 won't obey @media rules.
 *
 * Rules that are screen/projection-specific are marked with commented-out
 * @media rules and indentation.
 */

/* @media screen, projection { */
	#column-content {
		width: 100%;
		float: right;
		margin: 0 0 .6em -12.2em;
		padding: 0;
	}
	#content {
		/* margin: 2.8em 0 0 12.2em; */
		padding: 0 1em 1.5em 1em;
		position: relative;
		z-index: 2;
	}
	#column-one {
		padding-top: 160px;
	}
/* } */
#content {
	background: white;
	color: black;
	border: 1px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}
/* the left column width is specified in class .portlet */

/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/

body {
	font: x-small sans-serif;
	background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}

/* scale back up to a sane default */
#globalWrapper {
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.visualClear {
	clear: both;
}

/* general styles */

table {
	font-size: 100%;
	color: black;
	/* we don't want the bottom borders of <h2>s to be visible through
	   floated tables */
	background-color: white;
}
a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

img {
	border: none;
	vertical-align: middle;
}
/* @media screen, projection { */
	p {
		margin: .4em 0 .5em 0;
		line-height: 1.5em;
	}
/* } */
p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

.editsection {
	float: right;
	margin-left: 5px;
}

/* macbre: prevent bullet display in widgets list */
#content ul,
#article ul, /* for new skin */
#globalWrapper ul
{
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 1.5em 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
legend {
	padding: .5em;
	font-size: 95%;
}
form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}

input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}
select {
	vertical-align: top;
}
abbr, acronym, .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

/*
** the main content area
*/

/* @media screen, projection { */
	#siteSub {
		display: none;
	}
	#jump-to-nav {
		display: none;
	}
/* } */

#contentSub, #contentSub2 {
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #7d7d7d;
	width: auto;
}
span.subpages {
	display: block;
}

/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
	margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .3em;
}
.firstHeading {
	margin-bottom: .1em;
}

/* user notification thing */
.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
}
#siteNotice {
	text-align: center;
	font-size: 95%;
	padding: 0 .9em;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
.error {
	color: red;
	font-size: larger;
}
.errorbox, .successbox {
	font-size: larger;
	border: 2px solid;
	padding: .5em 1em;
	float: left;
	margin-bottom: 2em;
	color: #000;
}
.errorbox {
	border-color: red;
	background-color: #fff2f2;
}
.successbox {
	border-color: green;
	background-color: #dfd;
}
.errorbox h2, .successbox h2 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 .5em 0 0;
	border: none;
}

#catlinks {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	margin-top: 1em;
	clear: both;
}
/* currently unused, intended to be used by a metadata box
in the bottom-right corner of the content area */
.documentDescription {
	/* The summary text describing the document */
	font-weight: bold;
	display: block;
	margin: 1em 0;
	line-height: 1.5em;
}
.documentByLine {
	text-align: right;
	font-size: 90%;
	clear: both;
	font-weight: normal;
	color: #76797c;
}


























/* emulate center */
.center {
	width: 100%;
	text-align: center;
}
*.center * {
	margin-left: auto;
	margin-right: auto;
}
/* small for tables and similar */
.small, .small * {
	font-size: 94%;
}
table.small {
	font-size: 100%;
}

/*
** content styles
*/

#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

.mw-warning {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

/* images */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
/*
	border: .5em solid white;
	border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
/*
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}

.hiddenStructure {
	display: none;
	speak: none;
}
img.tex {
	vertical-align: middle;
}
span.texhtml {
	font-family: serif;
}

/* Have a checkered background on images on the description pages and in galleries
   to make transparency visible
*/
#file img, .gallerybox .thumb img {
	background: url(Checker-16x16.png) repeat;
}

/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/

/*
** User styles
*/
/* table standards */
table.rimage {
	float: right;
	position: relative;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.toccolours {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
div.townBox {
	position: relative;
	float: right;
	background: white;
	margin-left: 1em;
	border: 1px solid gray;
	padding: .3em;
	width: 200px;
	overflow: hidden;
	clear: right;
}
div.townBox dl {
	padding: 0;
	margin: 0 0 .3em;
	font-size: 96%;
}
div.townBox dl dt {
	background: none;
	margin: .4em 0 0;
}
div.townBox dl dd {
	margin: .1em 0 0 1.1em;
	background-color: #f3f3f3;
}

/*
** edit views etc
*/
.special li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment {
	color: gray;
}
#pagehistory span.user {
	margin-left: 1.4em;
	margin-right: .4em;
}
#pagehistory span.minor {
	font-weight: bold;
}
#pagehistory li {
	border: 1px solid white;
}
#pagehistory li.selected {
	background-color: #f9f9f9;
	border: 1px dashed #aaa;
}

/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: white;
}
td.diff-addedline {
	background: #cfc;
	font-size: smaller;
}
td.diff-deletedline {
	background: #ffa;
	font-size: smaller;
}
td.diff-context {
	background: #eee;
	font-size: smaller;
}
.diffchange {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
.link-audio {
	background: url("audio.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
.link-video {
	background: url("video.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
.link-document {
	background: url("document.png") center right no-repeat;
	padding-right: 12px;
}

/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #36b;
	background: none;
	padding: 0;
}
#bodyContent a.external {
	color: #36b;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
}
/*
** Structural Elements
*/

/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	font-size: 95%;
	background-color: white;
	color: black;
	border-collapse: collapse;
	border: 1px solid #aaa;
	padding: 0 .8em .3em .5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin: 0;
}

/*
** Logo properties
*/

/* @media screen, projection { */
	#p-logo {
		top: 0;
		left: 0;
		position: absolute; /*needed to use z-index */
		z-index: 3;
		height: 155px;
		width: 12em;
		overflow: visible;
	}
	#p-logo h5 {
		display: none;
	}
	#p-logo a,
	#p-logo a:hover {
		display: block;
		height: 155px;
		width: 12.2em;
		background-repeat: no-repeat;
		background-position: 35% 50% !important;
		text-decoration: none;
	}
/* } */
/*
** the navigation portlet
*/

/* @media screen, projection { */
	#p-navigation {
		position: relative;
		z-index: 3;
	}
	#p-navigation a {
		display: block;
	}
	#p-navigation li.active a, #p-navigation li.active a:hover {
		display: inline;
	}
/* } */

#p-navigation .pBody {
	padding-right: 0;
}

#p-navigation li.active a, #p-navigation li.active a:hover {
	text-decoration: none;
	font-weight: bold;
}


/*
** Search portlet
*/
/* @media screen, projection { */
	#p-search {
		position: relative;
		z-index: 3;
	}
/* } */
input.searchButton {
	margin-top: 1px;
	font-size: 95%;
}
#searchGoButton {
	padding-left: .5em;
	padding-right: .5em;
	font-weight: bold;
}
#searchInput {
	width: 10.9em;
	margin: 0;
	font-size: 95%;
}
#p-search .pBody {
	padding: .5em .4em .4em .4em;
	text-align: center;
}

/*
** the personal toolbar
*/
/* @media screen, projection { */
	#p-personal {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
	#p-personal {
		width: 100%;
		white-space: nowrap;
		padding: 0;
		margin: 0;
		border: none;
		background: none;
		overflow: visible;
		line-height: 1.2em;
	}
	#p-personal h5 {
		display: none;
	}
	#p-personal .portlet,
	#p-personal .pBody {
		z-index: 0;
		padding: 0;
		margin: 0;
		border: none;
		overflow: visible;
		background: none;
	}
/* this is the ul contained in the portlet */
	#p-personal ul {
		border: none;
		line-height: 1.4em;
		color: #2f6fab;
		padding: 0 2em 0 3em;
		margin: 0;
		text-align: right;
		list-style: none;
		z-index: 0;
		background: none;
		cursor: default;
	}
	#p-personal li {
		z-index: 0;
		border: none;
		padding: 0;
		display: inline;
		color: #2f6fab;
		margin-left: 1em;
		line-height: 1.2em;
		background: none;
	}
	#p-personal li a {
		text-decoration: none;
		color: #005896;
		padding-bottom: .2em;
		background: none;
	}
	#p-personal li a:hover {
		background-color: white;
		padding-bottom: .2em;
		text-decoration: none;
	}
	#p-personal li.active a:hover {
		background-color: transparent;
	}
	/* the icon in front of the user name, single quotes
	in bg url to hide it from iemac */
	li#pt-userpage,
	li#pt-anonuserpage,
	li#pt-login {
		background: url(user.gif) top left no-repeat;
		padding-left: 20px;
		text-transform: none;
	}
/* } */
#p-personal ul {
	text-transform: lowercase;
}
#p-personal li.active {
	font-weight: bold;
}






















/*
** the page-related actions- page/talk, edit etc
*/
/* @media screen, projection { */
	#p-cactions {
		position: absolute;
		top: 1.4em;
		left: 11.5em;
		margin: 0;
		white-space: nowrap;
		width: 76%;
		line-height: 1.1em;
		overflow: visible;
		background: none;
		border-collapse: collapse;
		padding-left: 1em;
		list-style: none;
		font-size: 95%;
	}
	#p-cactions ul {
		list-style: none;
	}
	#p-cactions li {
		display: inline;
		border: 1px solid #aaa;
		border-bottom: none;
		padding: 0 0 .1em 0;
		margin: 0 .3em 0 0;
		overflow: visible;
		background: white;
	}
	#p-cactions li.selected {
		border-color: #fabd23;
		padding: 0 0 .2em 0;
		font-weight: bold;
	}
	#p-cactions li a {
		background-color: #fbfbfb;
		color: #002bb8;
		border: none;
		padding: 0 .8em .3em;
		position: relative;
		z-index: 0;
		margin: 0;
		text-decoration: none;
	}
	#p-cactions li.selected a {
		z-index: 3;
		padding: 0 1em .2em!important;
		background-color: white;
	}
	#p-cactions .new a {
		color: #ba0000;
	}
	#p-cactions li a:hover {
		z-index: 3;
		text-decoration: none;
		background-color: white;
	}
	#p-cactions h5 {
		display: none;
	}
	#p-cactions li.istalk {
		margin-right: 0;
	}
	#p-cactions li.istalk a {
		padding-right: .5em;
	}
	#p-cactions #ca-addsection a {
		padding-left: .4em;
		padding-right: .4em;
	}
	/* offsets to distinguish the tab groups */
	li#ca-talk {
		margin-right: 1.6em;
	}
	li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
		margin-left: 1.6em;
	}
	#p-cactions .pBody {
		font-size: 1em;
		background-color: transparent;
		color: inherit;
		border-collapse: inherit;
		border: 0;
		padding: 0;
	}
/* } */
#p-cactions .hiddenStructure {
	display: none;
}
#p-cactions li a {
	text-transform: lowercase;
}

/*
** the remaining portlets
*/
/* @media screen, projection { */
	#p-tbx,
	#p-lang {
		position: relative;
		z-index: 3;
	}
/* } */

/* TODO: #t-iscite is only used by the Cite extension, come up with some
 * system which allows extensions to add to this file on the fly
 */
#t-ispermalink, #t-iscite {
	color: #999;
}
/*
** footer
*/
#footer {
	background-color: white;
	border-top: 1px solid #fabd23;
	border-bottom: 1px solid #fabd23;
	margin: .6em 0 1em 0;
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
}
#footer li {
	display: inline;
	margin: 0 1.3em;
}
#f-poweredbyico, #f-copyrightico {
	margin: 0 8px;
	position: relative;
	top: -2px; /* Bump it up just a tad */
}
#f-poweredbyico {
	float: right;
	height: 1%;
}
#f-copyrightico {
	float: left;
	height: 1%;
}

/* js pref toc */
#preftoc {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
#preftoc li {
	background-color: #f0f0f0;
	color: #000;
}
/* @media screen, projection { */
	#preftoc li {
		margin: 1px -2px 1px 2px;
		float: left;
		padding: 2px 0 3px 0;
		border: 1px solid #fff;
		border-right-color: #716f64;
		border-bottom: 0;
		position: relative;
		white-space: nowrap;
		list-style-type: none;
		list-style-image: none;
		z-index: 3;
	}
/* } */
#preftoc li.selected {
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-bottom: none;
	cursor: default;
	top: 1px;
	padding-top: 2px;
	margin-right: -3px;
}
#preftoc > li.selected {
	top: 2px;
}
#preftoc a,
#preftoc a:active {
	display: block;
	color: #000;
	padding: 0 .7em;
	position: relative;
	text-decoration: none;
}
#preftoc li.selected a {
	cursor: default;
	text-decoration: none;
}
#prefcontrol {
	padding-top: 2em;
	clear: both;
}
#preferences {
	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: #F9F9F9;
}
.prefsection {
	border: none;
	padding: 0;
	margin: 0;
}
.prefsection fieldset {
	border: 1px solid #aaa;
	float: left;
	margin-right: 2em;
}
.prefsection legend {
	font-weight: bold;
}
.prefsection table, .prefsection legend {
	background-color: #F9F9F9;
}
/* @media screen, projection { */
	.mainLegend {
		display: none;
	}
/* } */
div.prefsectiontip {
	font-size: 95%;
	margin-top: 0;
	background-color: #FFC1C1;
	padding: .2em .7em;
	clear: both;
}
.btnSavePrefs {
	font-weight: bold;
	padding-left: .3em;
	padding-right: .3em;
}

.preferences-login {
	clear: both;
	margin-bottom: 1.5em;
}

.prefcache {
	font-size: 90%;
	margin-top: 2em;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
	margin: 0 3em 1em 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em 2em;
	background-color: #f9f9f9;
	float: left;
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
	background-color: #f9f9f9;
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
	padding-top: 0;
}

div#userlogin .captcha {
	border: 1px solid #bbb;
	padding: 1.5em 2em;
	width: 400px;
	background-color: white;
}


#userloginprompt, #languagelinks {
	font-size: 85%;
}

#login-sectiontip {
	font-size: 85%;
	line-height: 1.2;
	padding-top: 2em;
}

#userlogin .loginText, #userlogin .loginPassword {
	width: 12em;
}

#userloginlink a, #wpLoginattempt, #wpCreateaccount {
	font-weight: bold;
}


/* @media screen, projection { */
	/*
	** IE/Mac fixes, hope to find a validating way to move this
	** to a separate stylesheet. This would work but doesn't validate:
	** @import("IEMacFixes.css");
	*/
	/* tabs: border on the a, not the div */
	* > html #p-cactions li { border: none; }
	* > html #p-cactions li a {
		border: 1px solid #aaa;
		border-bottom: none;
	}
	* > html #p-cactions li.selected a { border-color: #fabd23; }
	/* footer icons need a fixed width */
	* > html #f-poweredbyico,
	* > html #f-copyrightico { width: 88px; }
	* > html #bodyContent,
	* > html #bodyContent pre {
		overflow-x: auto;
		width: 100%;
		padding-bottom: 25px;
	}
/* } */

/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}
* html #column-content {
	display: inline;
	margin-bottom: 0;
}
* html div.editsection { font-size: smaller; }
#pagehistory li.selected { position: relative; }

/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
	float: none;
}
* > html #column-one {
	position: absolute;
	left: 0;
	top: 0;
}
* > html #footer {
	margin-left: 13.2em;
}
.redirectText {
	font-size: 150%;
	margin: 5px;
}

.printfooter {
	display: none;
}

.not-patrolled {
	background-color: #ffa;
}
div.patrollink {
	font-size: 75%;
	text-align: right;
}
span.newpage, span.minor, span.searchmatch, span.bot {
	font-weight: bold;
}
span.unpatrolled {
	font-weight: bold;
	color: red;
}

span.searchmatch {
	color: red;
}
.sharedUploadNotice {
	font-style: italic;
}

span.updatedmarker {
	color: black;
	background-color: #0f0;
}

table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}

table.gallery tr {
	vertical-align: top;
}

table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}
/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
    text-align: center;
	font-weight: bold;
}
table.gallery caption {
	font-weight: bold;
}

div.gallerybox {
	margin: 2px;
}

div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}

div.gallerytext {
	font-size: 94%;
	padding: 2px 4px;
}

span.comment {
	font-style: italic;
}

span.changedby {
	font-size: 95%;
}

.previewnote {
	text-indent: 3em;
	color: #c00;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.previewnote p {
	margin: 0;
	padding: 0;
}

.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}
.editExternallyHelp {
	font-style: italic;
	color: gray;
}

li span.deleted, span.history-deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}

.toggle {
	margin-left: 2em;
	text-indent: -2em;
}

/* Classes for EXIF data display */
table.mw_metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	width: 300px;
}

table.mw_metadata caption {
	font-weight: bold;
}

table.mw_metadata th {
	font-weight: normal;
}

table.mw_metadata td {
	padding: 0.1em;
}

table.mw_metadata {
	border: none;
	border-collapse: collapse;
}

table.mw_metadata td, table.mw_metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

table.mw_metadata th {
	background-color: #f9f9f9;
}

table.mw_metadata td {
	background-color: #fcfcfc;
}

table.collapsed tr.collapsable {
	display: none;
}


/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

input#wpSummary {
	width: 80%;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}

#editform .editOptions {
	display: inline;
}

#wpSave {
	font-weight: bold;
}

/* Classes for article validation */

table.revisionform_default {
	border: 1px solid #000000;
}

table.revisionform_focus {
	border: 1px solid #000000;
	background-color:#00BBFF;
}

tr.revision_tr_default {
	background-color:#EEEEEE;
}

tr.revision_tr_first {
	background-color:#DDDDDD;
}

p.revision_saved {
	color: green;
	font-weight:bold;
}

#mw_trackbacks {
	border: solid 1px #bbbbff;
	background-color: #eeeeff;
	padding: 0.2em;
}


/* Allmessages table */

#allmessagestable th {
	background-color: #b2b2ff;
}

#allmessagestable tr.orig {
	background-color: #ffe2e2;
}

#allmessagestable tr.new {
	background-color: #e2ffe2;
}

#allmessagestable tr.def {
	background-color: #f0f0ff;
}


/* noarticletext */
div.noarticletext {
	border: 1px solid #ccc;
	background: #fff;
	padding: .2em 1em;
	color: #000;
}

div#searchTargetContainer {
	left:       10px;
	top:        10px;
	width:      90%;
	background: white;
}

div#searchTarget {
	padding:    3px;
	margin:     5px;
	background: #F0F0F0;
	border:     solid 1px blue;
}

div#searchTarget ul li {
	list-style: none;
}

div#searchTarget ul li:before {
	color: orange;
	content: "\00BB \0020";
}

div.multipageimagenavbox {
   border: solid 1px silver;
   padding: 4px;
   margin: 1em;
   -moz-border-radius: 6px;
   background: #f0f0f0;
}

div.multipageimagenavbox div.thumb {
   border: none;
   margin-left: 2em;
   margin-right: 2em;
}

div.multipageimagenavbox hr {
   margin: 6px;
}

table.multipageimage td {
   text-align: center;
}

/** Special:Version */

table#sv-ext, table#sv-hooks {
	margin: 1em;
	padding:0em;
}

#sv-ext td, #sv-hooks td,
#sv-ext th, #sv-hooks th {
	border: 1px solid #A0A0A0;
	padding: 0 0.15em 0 0.15em;
}
#sv-ext th, #sv-hooks th {
	background-color: #F0F0F0;
	color: black;
	padding: 0 0.15em 0 0.15em;
}
tr.sv-space{
	height: 0.8em;
	border:none;
}
tr.sv-space td { display: none; }

/*
  Table pager (e.g. Special:Imagelist)
  - remove underlines from the navigation link
  - collapse borders
  - set the borders to outsets (similar to Special:Allmessages)
  - remove line wrapping for all td and th, set background color
  - restore line wrapping for the last two table cells (description and size)
*/
.TablePager_nav a { text-decoration: none; }
.TablePager { border-collapse: collapse; }
.TablePager, .TablePager td, .TablePager th {
	border: 0.15em solid #777777;
	padding: 0 0.15em 0 0.15em;
}
.TablePager th { background-color: #eeeeff }
.TablePager td { background-color: #ffffff }
.TablePager tr:hover td { background-color: #eeeeff }

.imagelist td, .imagelist th { white-space: nowrap }
.imagelist .TablePager_col_links { background-color: #eeeeff }
.imagelist .TablePager_col_img_description { white-space: normal }
.imagelist th.TablePager_sort { background-color: #ccccff }

.templatesUsed { margin-top: 1.5em; }

.mw-summary-preview {
	margin: 0.1em 0;
}

/* Convenience links on Special:Ipblocklist */
p.mw-ipb-conveniencelinks {
	font-size: 90%;
	float: right;
}




/**
 * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
 * When the day comes, it can be moved to a *real* common.css.
 */
.mw-plusminus-null { color: #aaa; }
.texvc { direction: ltr; unicode-bidi: embed; }
/* Stop floats from intruding into edit area in previews */
#toolbar, #wpTextbox1 { clear: both; }

/* Have a checkered background on images on the description pages and in galleries
   to make transparency visible
*/
#file img, .gallerybox .thumb img {
	background: url(../common/images/Checker-16x16.png) repeat;
}

/** ************************************** **
 ** *** start Wikia modifications here *** **
 ** ************************************** **/

/* *** ad column stuff *** */
#column-google {
    width: 120px;
    clear: left;
    position: absolute;
    padding: 35px 0px 0px 3px;
    float: right;
    right: 0px;
    top: 10px;
    z-index: 1;
}
#content_withads {
    margin: 2.8em 125px 0 12.2em;
    padding: 0em 1em 1.5em 1em;
    background: none;
    border: 1px solid #aaaaaa;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
}
#content {
    border-right: 1px solid #aaa; /* re-add right border */
}
.content-noads {
    margin: 2.8em 0 0 12.2em;
    border-right: none;
}
.content-ads {
    margin: 2.8em 125px 0 12.2em;
}

/* *** generic look stuff *** */

body {
    background: #ffffff none;
}
.allpagesredirect, .watchlistredir {
    font-style: italic;
}

/* *** Wikia add-on stuff *** */

/* Credits can be long, so let them wrap. Block is not necessary, just looks better. */
head:first-child+body #footer li#credits {
    display: block; white-space: normal;
}
/* copy some properties of #f-poweredbyico, #f-copyrightico */
#f-hostedbyico {
    margin: 0 8px;
    position: relative;
    top: -2px; /* Bump it up just a tad */
    float: left;
    height: 1%;
}
* html div.editsection {
	float: right;
	margin-left: 5px;
}

/* Ajax SearchAutoComplete feature */
div.autocomplete {
	position: absolute;
	width: auto !important;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 2px;
	z-index: 3;
	overflow: visible;
}

div.autocomplete ul li.selected {
	background-color: #fabd23;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 2px;
	height: 12px;
	cursor: pointer;
}



/* SendToAFriend */
#notifyForm,
#reportProblemForm
{
    background-color: #fff;
    border: solid 1px #aaaaaa;
    font-size:12px;
    visibility: hidden;
    display: block !important;
    position: absolute;
    margin-top: -250px;
    left: -200px;
    padding: 8px 12px 0px 8px;
}

#reportProblemForm
{
	width: 580px !important;
	left: -300px;
}

#notifyForm form,
#reportProblemForm form
{
    padding: 5px 12px 12px 5px;
}

#notifyForm .articleName
{
  font-weight: bold;
  font-size: 1.3em;
  padding: 5px 0 15px 0;
}

#notifyForm label,
#reportProblemForm label
{
  margin: 20px 0 2px 0;
  display: block;
}

#notifyForm input[type="text"],
#reportProblemForm input[type="text"],
#notifyForm textarea,
#reportProblemForm textarea,
.monotype
{
  width: 100%;
  border: solid 1px #87888C;
  background-color: #fff;
  padding: 2px;
}

#notifyForm input.submit
{
  background: url('http://images.wikia.com/common/SendToAFriendSubmitBg.png');
  border: none;
  margin: 15px;
  font-weight: bold;
  width: 96px;
  height: 26px;
  cursor: pointer;
}

.boxHeader
{
	font-size: 1.3em;
	margin-bottom: 10px;
	border-bottom: solid 1px #aaaaaa;
}

/* hide unneeded elements */
#notifyForm .boxHeader,
#notifyReport .boxHeader
{
  border-bottom: none;
  cursor: default;
}

#notifyForm_c .underlay,
#notifyForm .hd,
#notifyForm .ft,
#reportProblemForm_c .underlay,
#reportProblemForm .hd,
#reportProblemForm .ft
{
  display: none !important;
}

/* SendToAFriend report */
#notifyReport
{
    background-color: #fff;
    border: solid 1px #aaaaaa;
    font-size:12px;
    width: 400px;
    visibility: hidden;
    display: block !important;
    position: absolute;
    margin-top: -80px;
    left: -200px;
    padding: 8px 12px 12px 8px;
}

#notifyReport_c .underlay,
#notifyReport .hd,
#notifyReport .ft
{
  display: none !important;
}

#notifyReport .boxHeader
{
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px 0 15px 0;
  border-bottom: none;
}


/* invite a friend */
#notification
{
  /*margin-bottom: 25px;*/
}

#notification label
{
  margin: 20px 0 2px 0;
  display: block;
}

/**
#notification input[type="text"],
#notification textarea
{
  width: 90%;
  border: solid 1px #87888C;
  background-color: #fff;
  padding: 2px;
}**/

#notification-emails
{
  margin-bottom: 15px;
}

#contacts
{
  margin-bottom: 15px;
}

#contacts label
{
  width: 80px;
  margin-right: 10px;
  float: left;
  text-align: right;
}

#contacts input.text
{
  margin-left: 5px;
  width: 190px;
  border: solid 1px #87888C;
  background-color: #fff;
  padding: 2px;
}

#gmail, #yahoo, #myspace
{
  float: left;
}

#gmail-label, #yahoo-label, #myspace-label
{
  width: 60px !important;
  margin: 0 10px 0 5px;
  height: 25px;
  margin-top: -5px;
  color: #fff;
  text-indent: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#gmail-label
{
  background-image: url('http://images.wikia.com/common/services/gmail.png');
   width: 98px !important;
}

#yahoo-label
{
  background-image: url('http://images.wikia.com/common/services/yahoo.png');
  width: 110px !important;
}

#myspace-label
{
  background-image: url('http://images.wikia.com/common/services/msn.png');
  width: 115px !important;
}




#wikiaDialog,
#wikiaProgressDialog
{
  font-size: 1.1em;
}

/* fixes for SearchSuggest */
#searchSuggest ul
{
  width:100%;
  margin: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

#searchSuggest li
{
  padding: 1px 3px;
  overflow: hidden;
}

#searchSuggest li.yui-ac-highlight
{
  background: #fabd23;
  color: #333333;
}



.monotype
{
   font-size:   12px;
   color: #000000;
   white-space: normal;
   overflow: auto;
}

/* issue reported by tomek at http://pl.inside.wikia.com/wiki/U%C5%BCytkownik:Tkl
    image floating left hides list' bullets */

.floatleft
{
	margin-right: 1.7em !important;
}

/* ie6 only */
* html .tleft
{
	margin-right: 1em !important;
}

* html img.staffSig
{
	visibility: hidden;
}

* html .staffSigLink {
	background-image: url('http://images.wikia.com/wikia/images/e/e9/WikiaStaffWhite.png');
}

/* macbre: dirty hack for &*%^* ie6 :) */
* html .monotype
{
    width: 90%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1em;
    white-space: normal;
    border: solid 1px #87888C;
    background-color: #fff;
}

.dismissable_msg {
	background-color: #fffccc;
}

/* hides STF icon in monobook skin */
#sendtofriendicon
{
	display: none;
}

/* macbre: ReportAProblem fixes */
#reportProblemForm input.priefix
{
	width: 255px;
}



























/*
** MediaWiki Print style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke, http://www.aulinx.de/
**
** Derived from the plone (http://plone.org/) styles
** Copyright Alexander Limi
*/

/* Thanks to A List Apart (http://alistapart.com/) for useful extras */
a.stub,
a.new{ color:#ba0000; text-decoration:none; }

#toc { 
    /*border:1px solid #2f6fab;*/
    border:1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding:5px;
}
.tocindent {
	margin-left: 2em;
}
.tocline {
	margin-bottom: 0px;
}

/* images */
div.floatright { 
    float: right;
    clear: right;
    margin: 0;
    position:relative;
    border: 0.5em solid White;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.floatright p { font-style: italic;} 
div.floatleft { 
    float: left; 
    margin: 0.3em 0.5em 0.5em 0;
    position:relative;
    border: 0.5em solid White;
    border-width: 0.5em 1.4em 0.8em 0;
}
div.floatleft p { font-style: italic; } 
/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: White;
    width: auto;
    overflow: hidden;
}
div.thumb div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#f9f9f9;
    font-size: 94%;
    text-align: center;
}
div.thumb div a img {
    border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
    border: none;
    padding: 0.3em 0 0.1em 0;
}
div.magnify { display: none; }
div.tright {
    float: right;
    clear: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}

/* table standards */
table.rimage {
    float:right; 
    width:1pt; 
    position:relative;
    margin-left:1em; 
    margin-bottom:1em;
    text-align:center;
}

body {
    background: White;
    /*font-size: 11pt !important;*/
    color: Black;
    margin: 0;
    padding: 0;
}

.noprint,
div#jump-to-nav,
div.top,
div#column-one,
#colophon,
.editsection,
.toctoggle,
.tochidden,
div#f-poweredbyico,
div#f-copyrightico,
li#viewcount,
li#about,
li#disclaimer,
li#privacy {
    /* Hides all the elements irrelevant for printing */
    display: none;
}

ul { 
    list-style-type: square;
}

#content {
    background: none;
    border: none ! important;
    padding: 0 ! important;
    margin: 0 ! important;
}
#footer {
	background : white;
	color : black;
    border-top: 1px solid black;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

p, .documentDescription {
    margin: 1em 0 ! important;
    line-height: 1.2em;
}

.tocindent p {
	margin: 0 0 0 0 ! important;
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
	background : white;
	color : black;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black !important;
    background: none !important;
    padding: 0 !important;
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}

#content a.external.text:after, #content a.external.autonumber:after {
    /* Expand URLs for printing */
    content: " (" attr(href) ") ";
}

#globalWrapper {
    width: 100% !important;
    min-width: 0 !important;
}

#content {
	background : white;
	color : black;
}

#column-content {
    margin: 0 !important;
}

#column-content #content {
    padding: 1em;
    margin: 0 !important;
}
/* MSIE/Win doesn't understand 'inherit' */
a, a.external, a.new, a.stub {
	color: black ! important;
	text-decoration: none ! important;
}

/* Continue ... */
a, a.external, a.new, a.stub {
	color: inherit ! important;
	text-decoration: inherit ! important;
}

img { border: none; }
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }

div.townBox {
    position:relative;
    float:right;
    background:White;
    margin-left:1em;
    border: 1px solid gray;
    padding:0.3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}
div.townBox dl {
    padding: 0;
    margin: 0 0 0.3em 0; 
    font-size: 96%;
}
div.townBox dl dt {
    background: none;
    margin: 0.4em 0 0 0;
}
div.townBox dl dd {
    margin: 0.1em 0 0 1.1em;
    background-color: #f3f3f3;
}

#siteNotice { display: none; }

table.gallery {
        border:  1px solid #cccccc;
        margin:  2px;
        padding: 2px;
        background-color:#ffffff;
}

table.gallery tr { 
        vertical-align:top;
}

div.gallerybox {
        border: 1px solid #cccccc;
        margin: 2px;
        background-color:#f9f9f9;
        width:  150px;
}

div.gallerybox div.thumb {
        text-align: center;
        border: 1px solid #cccccc;
        margin: 2px;
}       

div.gallerytext {
        font-size: 94%;
        padding: 2px 4px;
}       

/*
** Diff rendering
*/
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
    background:#ccffcc;
    font-size: smaller;
    border: solid 2px black;
}
td.diff-deletedline {
    background:#ffffaa;
    font-size: smaller;
    border: dotted 2px black;
}
td.diff-context {
    background:#eeeeee;
    font-size: smaller;
}
.diffchange {
    color: silver;
    font-weight: bold;
    text-decoration: underline;
}


/*
** macbre: Hide entire footer and ads box
*/

#footer,
#column-google
{
    display: none;
}
/*
** IE5.0 Fix Stylesheet
*/

#column-content {
	margin: 0 !important;
	float: none;
}
#column-content #content { 
	margin-top: 3em; 
	height: 1%;
}
#column-one {
	position: absolute;
	overflow: visible;
	top: 0;
	left: 0;
	z-index: 3;
}
#footer {
	margin: 0 0 0 13.6em;
}

/* IE 5 & 5.5 interpret keyword sizes one off */
body { font-size: xx-small; }
/*
** the edit tabs
*/
#p-cactions li {
	float: left;
	padding-top: 0;
	padding-bottom: 0 !important;
	height: 0.9em;
}
#p-cactions li a {
	display: block;
	padding-bottom: 0.045em;
}
#p-cactions li.selected a {
	padding-bottom: 0.17em;
}
#p-cactions li a:hover {
	padding-bottom: 0.17em;
}
/* 5.0 doesn't like the background icon for external links and user */
.link-external,
.external {
	background: none;
	padding: 0;
}
#p-personal ul { float: right }
#p-personal li { float: left }
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login,
li#pt-logout {
	background: none;
	padding-left: none;
}
.visualClear {
	width: 100%;
	height: 0px;
	padding:0;
	margin: 0;
}
.firstHeading { margin-bottom: .3em; }
/*div{ border:1px solid Red !important;}*/
/* IE5.5/win- only fixes */

#column-content { 
	float: none; 
	margin-left: 0;
	height: 1%;
}
#column-content #content {
	position: relative;
	z-index: 5;
	margin-left: 12.2em;
	margin-top: 3em;
	height: 1%;
}
#column-one {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
#footer {
	margin-left: 13.6em;
	border-left: 1px solid #fabd23;
}

/*#bodyContent div,
#bodyContent pre { overflow: auto; }*/

#p-personal { padding-bottom: .1em; }

body { font-size: xx-small; }

#p-cactions {
	width: 76% !important;
	z-index: 3 !important;
	float: none;
}
#p-cactions li {
	padding-bottom: 0 !important;
	border: none;
	background-color: transparent;
	cursor: default;
	float: none !important;
}
#p-cactions li a {
	display: inline-block !important;
	vertical-align: top;
	padding-bottom: 0;
	border: solid #aaa;
	border-width: 1px 1px 0;
}
#p-cactions li.selected a {
	border-color: #fabd23;
	padding-bottom: 0.17em;
}
#p-cactions li a:hover {
	padding-bottom: 0.17em;
}
#p-navigation a {
	display: inline-block;
	width: 100%;
}
.portlet {
	overflow: hidden;
}
#bodyContent a.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
/* show the hand */
#p-logo a,
#p-logo a:hover {
	cursor: pointer;
}
.visualClear {
	width: 90%;
	height: 1px;
	padding: 0;
	margin: 0;
}

#editform {
	width: 100%;
}
/* 6.0 - only fixes */
/* content area */ 
/* workaround for various ie float bugs */
#column-content { 
	float: none; 
	margin-left: 0;
	height: 1%;
}
#column-content #content {
	margin-left: 12.2em;
	margin-top: 3em;
	height: 1%;
}
#column-one {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#footer {
	margin-left: 13.6em;
	border-left: 1px solid #fabd23;
}


div#userloginForm form,
div#userlogin form#userlogin2 {
	position: relative;
}

div.r_boxContent {
	position: relative;
}

.listLeft, .listRight {
	position: relative;
}

#rateIt span {
	position: relative;
}


/* the tabs */

#p-cactions {
	z-index: 3;
}

#p-cactions li {
	padding-bottom: 0 !important;
	border: none;
	background-color: transparent;
	cursor: default;
	float: none !important;
}
#p-cactions li a {
	display: inline-block !important;
	vertical-align: top;
	padding-bottom: 0;
	border: solid #aaa;
	border-width: 1px 1px 0;
}
#p-cactions li.selected a {
	border-color: #fabd23;
	padding-bottom: 0.17em;
}
#p-cactions li a:hover {
	padding-bottom: 0.17em;
}
#p-navigation a {
	display: inline-block;
	width: 100%;
}
#portal-personaltools {
	padding-bottom: 0.1em;
}
#bodyContent a.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}

/* show the hand */
#p-logo a,
#p-logo a:hover {
	cursor: pointer;
}
div.visualClear {
	width:100%;
	line-height: 0;
}
textarea {
	width: 96%;
}

div.editsection,
#catlinks,
div.tright,
div.tleft {
	position: relative;
}
/*{ border:1px solid Red !important;}*/

/* 7.0 - only fixes */
/* content area */ 
/* workaround for various ie float bugs */

/* This bit is needed to make links clickable... WTF */
#column-content #content {
	margin-left: 12.2em;
	margin-top: 3em;
	height: 1%;
}

.rtl #column-one {
	/* For some reason it tries to inherit the padding-top into every div,
	 * and I can't figure out how to get it back off.
	 * Margin works correctly for this use, though.
	 */
	padding-top: 0;
	margin-top: 160px;
}

/* the tabs */

#p-cactions {
	z-index: 3;
}


#p-cactions li {
	padding-bottom: 0 !important;
	border: none;
	background-color: transparent;
	cursor: default;
	float: none !important;
}

#p-cactions li a {
	display: inline-block !important;
	vertical-align: top;
	padding-bottom: 0;
	border: solid #aaa;
	border-width: 1px 1px 0;
}
#p-cactions li.selected a {
	border-color: #fabd23;
	padding-bottom: 0.17em;
}
#p-cactions li a:hover {
	padding-bottom: 0.17em;
}
#p-navigation a {
	display: inline-block;
	width: 100%;
}
#portal-personaltools {
	padding-bottom: 0.1em;
}
textarea {
	width: 96%;
}

/*
div.editsection,
#catlinks,
div.tright,
div.tleft {
	position: relative;
}
*/


#footer li {
	/* Work around bug with inline <li> tags with right margins and nowrap */
	margin-right: 0;
}
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
.yui-overlay {
	position:absolute;
	display:block;
}

.yui-tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#FDFFB4;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px solid #FCC90D;
	font:100% sans-serif;
	width:auto;
}

* html body.masked select {
	visibility:hidden;
}

* html div.yui-panel-container select {
	visibility:inherit;
}

* html div.drag select {
	visibility:hidden;
}

* html div.hide-select select {
	visibility:hidden;
}

.mask {
    z-index:0;
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:visible;
}

.yui-panel-container {
	position:absolute;
	background-color:transparent;
	z-index:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
}

.yui-panel-container.focused {
}


.yui-panel-container.matte {
	padding:3px;
	background-color:#FFF;
}

.yui-panel-container.matte .underlay {
	display:none;
}

.yui-panel-container.shadow {
	padding:0px;
	background-color:transparent;
}

.yui-panel-container.shadow .underlay {
	visibility:inherit;
	position:absolute;
	background-color:#000;
	top:3px;left:3px;
	z-index:0;
	width:100%;
	height:100%;
    -moz-opacity: 0.12;
    opacity:.12;
    filter:alpha(opacity=12);
	zoom:1;
}

.yui-panel {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	font:1em Arial;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

.yui-panel .hd {
	background-color:#3d77cb;
	color:#FFF;
	font-size:100%;
	line-height:100%;
	border:1px solid #FFF;
	border-bottom:1px solid #000;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd {
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd p {
	margin:0 0 1em;
}

.yui-panel .container-close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	height:12px;
	width:12px;
	margin:0px;
	padding:0px;
	background:url(close12_1.gif) no-repeat;
	cursor:pointer;
	visibility:inherit;
}

.yui-panel .ft {
	padding:4px;
	overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.yui-simple-dialog .bd span.blckicon {
	background: url("blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
	background: url("alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
	background: url("hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
	background: url("info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
	background: url("warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
	background: url("tip16_1.gif") no-repeat;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
}

.yui-dialog form, 
.yui-simple-dialog form {
	margin:0;
}

.button-group button {
	font:100 76% verdana;
	text-decoration:none;
	background-color: #E4E4E4;
	color: #333;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color:#FFF;
	border-left-color:#FFF;
	margin:2px;
	padding:2px;
}

.button-group button.default {
	font-weight:bold;
}

.button-group button:hover, 
.button-group button.hover {
	border:2px solid #90A029;
	background-color:#EBF09E;
	border-top-color:#FFF;
	border-left-color:#FFF;
}

.button-group button:active {
	border:2px solid #E4E4E4;
	background-color:#BBB;
	border-top-color:#333;
	border-left-color:#333;
}/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* logger default styles */

/* default width: 31em */

/* default font-size 77% */

.yui-log {padding:1em;width:31em;background-color:#AAA;border:1px solid black;font-family:monospace;font-size:77%;text-align:left;z-index:9000;}

/* for containers built from scratch */

.yui-log-container {position:absolute;top:1em;right:1em;}

.yui-log p {margin:1px;padding:.1em;}

.yui-log button {font-family:monospace;}

.yui-log .yui-log-hd {margin-top:1em;padding:.5em;background-color:#575757;color:#FFF;}

.yui-log .yui-log-hd h4 {font-size:107%;}

/* height is controlled here: default 20em*/

.yui-log .yui-log-bd {width:100%;height:20em;background-color:#FFF;border:1px solid gray;overflow:auto;}

/* for pre to respect newlines yet wrap long lines */

/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */

.yui-log pre.yui-log-verbose {

    white-space: pre-wrap; /* css-3 */

    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */

    white-space: -pre-wrap; /* Opera 4-6 */

    white-space: -o-pre-wrap; /* Opera 7 */

    word-wrap: break-word; /* Internet Explorer 5.5+ */

}

.yui-log .yui-log-ft {margin-top:.5em;margin-bottom:1em;}

.yui-log .yui-log-ft .yui-log-categoryfilters {}

.yui-log .yui-log-ft .yui-log-sourcefilters {width:100%;border-top:1px solid #575757;margin-top:.75em;padding-top:.75em;}

.yui-log .yui-log-btns {position:relative;float:right;bottom:.25em;}

.yui-log .yui-log-filtergrp {margin-right:.5em;}

.yui-log .info {background-color:#A7CC25;} /* A7CC25 green */

.yui-log .warn {background-color:#F58516;} /* F58516 orange */

.yui-log .error {background-color:#E32F0B;} /* E32F0B red */

.yui-log .time {background-color:#A6C9D7;} /* A6C9D7 blue */

.yui-log .window {background-color:#F2E886;} /* F2E886 tan */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* default space between tabs */
.yui-navset .yui-nav li {
    margin-right:0.5em; /* horizontal tabs */
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin:0 0 0.5em; /* vertical tabs */
}

/* default width for side tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { width:6em; }
.yui-navset-left { padding-left:6em; } /* map to nav width */
.yui-navset-right { padding-right:6em; } /* ditto */

/* core */

.yui-nav, .yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}
.yui-navset li em { font-style:normal; }

.yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
}

.yui-navset .yui-content { zoom:1; }

.yui-navset .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    display:block;
}

.yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
}

.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

.yui-navset .yui-nav li a {
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
}

.yui-navset-left .yui-nav li a, .yui-navset-right .yui-nav li a {
    display:block;
}

.yui-navset-bottom .yui-nav li a {
    vertical-align:text-top; /* for inline overlap (reverse for Op border bug) */
}

.yui-navset .yui-nav li a em { display:block; }

/* position left and right oriented tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { position:absolute; z-index:1; }
.yui-navset-left .yui-nav { left:0; }
.yui-navset-right .yui-nav { right:0; }
body {
	min-width: 790px;
	padding: 0px;
	margin: 0px;
}

#header {
	background: 0px -244px repeat-x;
	font-family: arial, tahoma, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#header a {
	color: #FFF;
}
#header a:hover {
	color: #ffd557;
}

/*** User area ***/
ul#welcome {
	height: 19px;
	left: 10px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 15;
}
ul#welcome li {
	float: left;
	margin-right: 3px;
}
ul#welcome li.user {
	background: top right no-repeat;
	cursor: pointer;
	font-weight: bold;
	padding-right: 27px;
	position: relative;
}
#userMenu {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	cursor: pointer;
	left: 0;
	top: -1px;
	position: absolute;
}
#userMenu a {
	display: block;
	font-weight: normal;
	font-size: 9pt;
	padding: 0px 5px;
	text-decoration: none !important;
	white-space: nowrap;
}
#userMenu ul {
	padding-left: 0;
}
#userMenu ul li {
	margin: 0px;
	display: block;
	float: none;
	border: 0px !important;
}
#userMenuMain {
	top: 21px;
	left: 0px;
}

/*** Wikia box ***/
ul#wikia {
	background: 0px -176px repeat-x;
	height: 100px;
	float: right;
	position: relative;
	width: 350px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}
ul#wikia li {
	background: 0px -88px no-repeat;
	height: 88px;
	line-height: 11pt;
	padding-left: 37px;
}
#wikiaLogo {
	display: block;
	left: 36px;
	height: 25px;
	position: absolute;
	top: 15px;
	width: 97px;
}
ul#wikia li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#wikia li ul li {
	background: none;
	height: auto;
	line-height: auto;
	float: left;
	padding-right: 5px;
	padding-left: 16px;
	position: relative;
	white-space: nowrap;
}
ul#wikia li ul li.nosearch {
	padding-left: 0;
}
ul#wikia li ul li.nosearch input {
	display: none;
}
ul#wikia li ul li input {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
ul#wikia li ul li a {
	text-decoration: underline;
}
* html #wikia li ul li input {
	top: -3px;
	left: -3px;
}
ul#wikia li input {
	font-size: 11px;
	float: left;
}
#search input {
	border-width: 2px;
	border-style: solid;
	font-size: 14px !important;
	height: 16px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 105px;
	padding: 2px;
	position: relative;
	width: 181px;
}
#search div {
	cursor: pointer;
	height: 22px;
	position: absolute;
	top: 19px;
	right: 6px;
	width: 20px;
	z-index: 2;
}
#searchfield.gray {
	color: #999;
}
#searchfield.black {
	color: #000000;
}
#gelButtons {
	position: absolute;
	top: 78px;
	right: 5px;
}
div.gelButton {
	cursor: pointer;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	margin-right: 5px;
}
div.gelButton a {
	color: #FFF !important;
	display: block;
	line-height: 20px;
	margin-left: 9px;
	padding-right: 9px;
	text-decoration: none;
}
div.gelButton a:hover {
	color: #FFF !important;
}


div.gelButton.green {
	background-position: 0 -20px;
}
div.gelButton.green a {
	background-position: 100% -20px;
}

div.gelButton.language {
	background-position: 100% -60px !important;
	width: 150px;
}
div.gelButton.language a {
	background-position: 0px -60px !important;
	padding-left: 22px;
	margin-right: 22px;
	margin-left: 0;
}

#languageMenu {
	border: 1px solid #999;
	background: #000;
	display: none;
	position: relative;
	top: -1px;
	z-index: 100;
}
#languageMenu a {
	background: 2px 1px no-repeat !important;
	font-weight: normal;
	margin: 0;
	padding-left: 22px;
}
#languageMenu a:hover {
	text-decoration: underline;
}
#languageMenu a.page {
	background-image: url(../images/icon_page.gif) !important;

}
#languageMenu a.home {
	background-image: url(../images/icon_home.gif) !important;
}
/*** Nav Links ***/
#navLinksWikia {
	position: relative;
	/*z-index: 5;*/
	background: none;
}
table#navLinksWikia td {
	padding-top: 25px;
	vertical-align: top;
}
table#navLinksWikia a {
	display: block;
	font-size: 9pt;
	line-height: normal;
	margin-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#wikiLogo a {
	background-position: 0 0 !important;
	height: 75px;
	padding: 0 !important;
	width: 266px;
	display: block;
	float: left;
}
#wikiLogo img {
	max-height: 75px;
}

/*** Sidebar ***/
div#sidebar {
	/*background: #F00;*/
	position: absolute;
	right: 0;
	margin-right: 10px;
	top: 0;
	width: 300px;
}

div#userloginForm form, div#userlogin form#userlogin2 {
	clear: none;
}

/*** Article ***/
#articleWrapper {
	padding: 0 320px 0 10px;
	position: relative;
	height: 1%;
}
.articleBar {
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.articleBar div {
	float: right;
	font-size: 8pt;
	height: 30px;
	margin-left: 5px;
	padding-right: 15px;
}
.articleBar div a {
	margin-left: 10px;
	float: left;
}
.articleBar a {
	display: block;
	float: left;
	height: 30px;
	margin: 0 5px;
	text-decoration: none;
}
.articleBar a:hover {
	text-decoration: underline;
}
.articleBar a.selected {
	font-weight: bold;
}
.articleBar a.selected:hover {
	text-decoration: none;
}
.articleBar a.divider {
	background: url(../images/dotted_divider.gif) left center no-repeat;
	padding-left: 10px;
}
.articleBar img {
	position: relative;
	top: 3px;
	vertical-align: baseline;
}
.articleBar .editButton {
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	margin-left: 0;
	padding-right: 6px;
	text-transform: uppercase;
}
.articleBar .editButton span {
	background-position: center left;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 0;
	padding-left: 6px;
}
.articleBar .editButton:hover {
	text-decoration: none;
}
#bottomBar {
	background-position: 0% 100%;
	font-size: 8pt;
	padding-left: 15px;
}
#bottomBar div {
	background-position: bottom right;
	position: relative;
	padding-right: 10px;
}
#bottomBar div img {
	padding: 0 5px;
}
#bottomBar div a {
	margin: 0;
}
#bottomBar div div {
	background: url(../images/share_hover_bg.png) no-repeat;
	color: #FFF;
	display: none;
	float: none;
	font-size: 8pt;
	height: 21px;
	line-height: normal;
	padding: 2px 0 0 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: -16px;
	width: 80px;
}
* html #bottomBar div div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/share_hover_bg.png', sizingMethod=scale);
}
#bottomBar a {
	display: inline;
	float: none;
	margin: 0 10px 0 0;
}

#bottomBar #rateIt {
	float: left;
	background: none;
}

#bottomBar #rateIt #star-rating {
	margin: -19pt 0pt 0pt 35pt !important;
}

#bottomBar #rateIt #unrateLink {
	border: 0px;
	display: inline;
	float: none;
	letter-spacing: 0;
	left: 150px;
	top: -3px;
	position: absolute;
	width: 100px;
}

#article {
	background: #FFF;
	font-size: 127%;
	line-height: 1.5em;
	padding: 5px;
	min-height: 300px;
}

pre
{
	overflow: auto;
}

/*** Footer ***/
table#wikiafooter {
	background: none;
	border: none;
	margin-top: 10px;
	text-align: left;
	width: 100%;
}
table#wikiafooter th {
	font-size: 11pt;
	height: 30px;
}

a#wikiaFooterLogo {
	background: no-repeat;
	display: block;
	float: left;
	height: 14px;
	margin: 0 !important;
	width: 54px;
}

table#wikiafooter td {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	line-height: 170%;
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: top;
}
table#wikiafooter td p {
	line-height: auto;
	margin: auto;
}
table#wikiafooter td.legal {
	border-top: 1px solid #999;
	color: #ffd557;
	padding-top: 15px;
}
table#wikiafooter td.legal a {
	display: inline;
	margin-left: 10px;
}
table#wikiafooter td a {
	text-decoration: none;
	white-space: nowrap;
}
table#wikiafooter td a:hover {
	text-decoration: underline;
}
#footerLinks5 a {
	text-decoration: underline !important;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
































/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* adspace */
.adSpace {
	margin-bottom: 10px;
}


/* widgets integration */

.roundedDiv { border:0px solid #000; background: transparent; margin: 0 0 0 0; width: 100%; }

.roundedDiv b.xtop, .roundedDiv b.xbottom {display:block; background:transparent; font-size:1px;}
.roundedDiv b.xb1, .roundedDiv b.xb2, .roundedDiv b.xb3, .roundedDiv b.xb4 {display:block; overflow:hidden;}
.roundedDiv b.xb1, .roundedDiv b.xb2, .roundedDiv b.xb3 {height:1px;}
.roundedDiv b.xb2, .roundedDiv b.xb3, .roundedDiv b.xb4 {
	border-width: 0 1px;
	border-style: solid;
}
.roundedDiv b.xb1 {margin:0 5px;}
.roundedDiv b.xb2 {margin:0 3px; border-width:0 2px;}
.roundedDiv b.xb3 {margin:0 2px;}
.roundedDiv b.xb4 {height:2px; margin:0 1px;}

div.wikiaDialog{
	background: none !important;
	border: none !important;
}

.roundedDiv div.r_boxContent {
	display:block;
	border-style: solid;
	border-width: 0 1px;
	color: #fff;
	padding: 5px;
	font: normal 12px tahoma, helvetica, sans-serif;
}

div.wikiaDialog form table{
	background:none;
	color: #fff !important;
}

div.wikiaDialog form table td{
	padding: 1px;
	margin: 1px;
}

div.wikiaDialog a:link, div.wikiaDialog a:visited, div.wikiaDialog a:active, div.wikiaDialog a:hover {
	color: #fff;
	text-decoration: underline;
}

div.wikiaDialog .hd,
div.wikiaDialog h2,
.boxHeader_noBorderMargin,
.boxHeader_noBorder,
.boxHeader {
	font: bold 16px arial, helvetica, sans-serif;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 0 15px 5px 0;
	margin: 0 0 5px 0;
	text-transform: lowercase;
	/*cursor: move;*/
}


.boxNotMoveable {
	cursor: default;
}
.boxHeader_noBorder { border-bottom: 0; }

.boxHeader_noBorderMargin {
	border-bottom: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.boxLink { font-size: 12px; margin: 0 0 4px 0 !important; padding: 3px 0 3px 5px !important; }
.boxLinkSmall { font-size: 11px; margin: 0 0 4px 0;}

.boxLink a:link { color: #fff; text-decoration: none; }
.boxLink a:visited { color: #fff; text-decoration: none; }
.boxLink a:active { color: #fff; text-decoration: none; }
.boxLink a:hover { color: #fff; text-decoration: underline; }

.boxLinkSmall a:link { color: #fff; text-decoration: none; }
.boxLinkSmall a:visited { color: #fff; text-decoration: none; }
.boxLinkSmall a:active { color: #fff; text-decoration: none; }
.boxLinkSmall a:hover { color: #fff; text-decoration: underline; }


.boxHeader_noBorderMargin a:link,
.boxHeader a:link { color: #babbbf !important; font-size: 11px; font-weight: normal; text-decoration: none; }

.boxHeader_noBorderMargin a:visited,
.boxHeader a:visited { color: #babbbf; font-size: 11px; font-weight: normal; text-decoration: none; }

.boxHeader_noBorderMargin a:active,
.boxHeader a:active { color: #babbbf; font-size: 11px; font-weight: normal; text-decoration: none; }

.boxHeader_noBorderMargin a:hover,
.boxHeader a:hover { color: #babbbf; font-size: 11px; font-weight: normal; text-decoration: underline; }

.section { border-top: 1px solid #87888c; padding: 0 0 10px 0; margin: 0 0 0px 0; }
.sectionRow { margin: 10px 0 0px 0; }

/* colors */
.widget a, .widgetToolbox {color: #fff}

.widgetToolbox {font-size: 11px}


.widgetLoading h1
{
	background-image: url('../images/progress_bar.gif') !important;
}

#switchSkin {
	position: absolute;
	right: 0px;
	top: -15px;
}
#switchSkin a {
	text-decoration: none;
	white-space: nowrap;
	font-size: 8pt;
}
/* AutoComplete/SearchSuggest - Inez */
.yui-ac-container {
	position: absolute;
	top: 42px;
	left: 142px;
	width: 185px;
}
.yui-ac-content{
	border:1px solid #808080 !important;
	color: #000;
	position: absolute;
	width: 100%;
	background:#fff;
	overflow:hidden;
	z-index:9050;
}
.yui-ac-content ul {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
.yui-ac-content li {
	float: none !important;
	margin: 0 !important;
	padding: 2px 5px !important;
	cursor: default;
	white-space: nowrap;
}
/* If content is pushed below the sidebar, add its selector here */
#toolbar, #wpTextbox1, #preftoc, #preferences {
	clear: left;
}


/* tooltips */
.wikiaTooltip
{
	position: absolute;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
	width: 200px;
	font: 0.85em/1.4em arial,helvetica,sans-serif;
	color: #333333;
	opacity: 0;
	cursor: pointer;
}


/* SendToAFriend & parts of ReportProblems */
#stoaf_progress
{
	background-image:url(http://images.wikia.com/common/progress_bar.gif);
	float:		right;
	height:		11px;
	margin-top:	23px;
	width:		70px;
}

#notifyForm,
#reportProblemForm
{
    background-color: transparent;
    border: none;
    font-size:12px;
    visibility: hidden;
    display: block !important;
    position: absolute;
    margin-top: -250px;
    left: -200px;
    padding: 0;
    width: 377px !important;
}

#reportProblemForm
{
	width: 580px !important;
	left: -300px;
}

#notifyForm form,
#reportProblemForm form
{
    padding: 5px 12px 0px 5px;
}

#notifyForm_c .container-close
{
 top:   9px;
 right: 9px;
}

#notifyReport_c .container-close
{
 top:   18px;
 right: 18px;
}

/* link colors in notify summary */
#notifyForm .articleName
{
  font-weight: bold;
  padding: 5px 0;
}

#notifyReport .articleName a
{
    color: #fff !important;
}

#notifyForm label,
#reportProblemForm label
{
  margin: 20px 0 2px 0;
  display: block;
}

#notifyForm input[type="text"],
#reportProblemForm input[type="text"],
#notifyForm textarea,
#reportProblemForm textarea,
.monotype
{
  width: 100%;
  border: solid 1px #87888C;
  background-color: #fff;
  padding: 2px;
  white-space: normal;
}

.monotype
{
   font-size:   12px;
   color: #000000;
   white-space: normal;
   overlow: auto;
}

/* macbre: dirty hack for &*%^* ie6 :) */
* html .monotype
{
    width: 90%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1em;
    white-space: normal;
}

#notifyForm input.submit
{
  background: url('http://images.wikia.com/common/SendToAFriendSubmitBg.png');
  border: none;
  margin: 15px -55px 15px 15px;
  font-weight: bold;
  width: 96px;
  height: 26px;
  cursor: pointer;
}

/* hide unneeded elements */

#notifyForm .boxHeader,
#notifyReport .boxHeader
{
  border-bottom: none;
  cursor: default;
}

#notifyForm_c .underlay,
#notifyForm .hd,
#notifyForm .ft,
#reportProblemForm_c .underlay,
#reportProblemForm .hd,
#reportProblemForm .ft
{
  display: none !important;
}

#notification
{
  /*margin-bottom: 25px;*/
}

#notification label
{
  margin: 20px 0 2px 0;
  display: block;
}

#notification input[type="text"],
#notification textarea
{
  border: solid 1px #87888C;
  background-color: #fff;
  padding: 2px;
}

/* SendToAFriend report */
#notifyReport
{
    background-color: transparent;
    border: none;
    font-size:12px;
    width: 388px;
    visibility: hidden;
    display: block !important;
    position: absolute;
    margin-top: -80px;
    left: -200px;
}

#notifyReport_c .underlay,
#notifyReport .hd,
#notifyReport .ft
{
  display: none !important;
}

/* spotlights for logged in users */
#spotlights
{
	border: solid 1px #999999;
	background-color: #505254;
	padding: 5px;
}

#spotlight-1 {
	border-right: dashed 1px #999999;
	float: left; 
	padding: 5px 10px 5px 9px;
	width: 125px;
}
#spotlight-2 {
	float: left;
	padding: 5px 0 5px 10px;
	width: 125px;
}

/* YUI dialogs look customization */
#wikiaProgressDialog .hd,
#wikiaDialog .hd,
#wikiaProgressDialog .bd,
#wikiaDialog .bd,
#wikiaProgressDialog .ft,
#wikiaDialog .ft
{
    background-color: #505254;
    border: none;
    color: #fff !important;
}

#wikiaProgressDialog .hd,
#wikiaDialog .hd
{
  border-bottom: solid 1px #87888C;
}

#wikiaProgressDialog,
#wikiaDialog
{
    background-color: #505254;
    border-color: #87888C;
    font-size: 1.05em;
}
body {
	background-color: #626466;
}

#header, ul#wikia, ul#wikia li {
	background-image: url(../images/header_bg2.gif);
}
#header, #header a {
	color: #FFF;
}
#header a:hover {
	color: #ffd557;
}

/*** User area ***/
ul#welcome li.user {
	background-image: url(../images/user_menu.gif);
	color: #ffd557;
}
#userMenu {
	background: #505254;
	border-color: #FFF;
}
#userMenu a {
	color: #FFF;
}
#userMenu a:hover {
	background: #ffd557;
	color: #000;
}

/*** Wikia box ***/
#wikiaLogo {
	background: url(../images/wikia_logo.gif) no-repeat;
}
#search input {
	border-color:#ffd557;
}
#search div {
	background: url(../images/search.gif) no-repeat;
}
div.gelButton {
	background: url(../images/gel_buttons.gif) top left no-repeat;
}
div.gelButton a {
	background: url(../images/gel_buttons.gif) top right no-repeat;
}

/*** Nav Links ***/
table#navLinksWikia a {
	background: url(../images/nav_bullet.gif) 0% 4px no-repeat;
}

/*** Article ***/
.articleBar {
	background: url(../images/article_bars.gif) top left no-repeat;
}
.articleBar div {
	background: url(../images/article_bars.gif) top right no-repeat;
}
.articleBar a {
	color: #000;
}
.articleBar .editButton, .articleBar .editButton span {
	background-image: url(../images/edit_button.gif);
	color: #FFF;
}
table#wikiafooter, table#wikiafooter td a {
	color: #FFF;
}
a#wikiaFooterLogo {
	background: url(../images/wikia_logo_small.gif);
}

/* widgets integration */
li.widget {
	border-color: #999;
	background: #505254;
	color: #FFF;
}
li.widget a, li.widget a:visited {
	color: #FFF;
}
li.widget h1 {
	color: #FFD242;
}
.roundedDiv b.xb2, .roundedDiv b.xb3, .roundedDiv b.xb4 {
	background: #505254; 
	border-color: #87888C;
}
.roundedDiv b.xb1 {
	background: #87888C;
}

.roundedDiv div.r_boxContent {
	background: #505254;
	border-color: #87888C;
	color: #fff;
}
div.wikiaDialog .hd,
div.wikiaDialog h2,
.boxHeader_noBorderMargin,
.boxHeader_noBorder,
.boxHeader {
	color: #ffd242 !important;
	border-color: #87888c;
}

#switchSkin a {
	color: #FFF;
}

/* AutoComplete/SearchSuggest - Inez */
.yui-ac-content li.yui-ac-highlight {
	background: #FFD557 !important;
}
.yui-ac-content li.yui-ac-prehighlight {
	background: #FFD517 !important;
}

/* tooltips */
.wikiaTooltip {
	background-color: #ffec3b;
	border-color: #FFD242;
}

.prefSection {
	background: #EEE;
}
body {
	background-color: #f2f2f2;
}

#header, ul#wikia, ul#wikia li {
	background-image: url(../images/header_bg2.gif);
}
#header, #header a {
	color: #000;
}
#header a:hover {
	color: #333;
}

/*** User area ***/
ul#welcome li.user {
	background-image: url(../images/user_menu.gif);
	color: #ffd557;
}
#userMenu {
	background: #f2f2f2;
	border-color: #FFF;
}
#userMenu a {
	color: #000;
}
#userMenu a:hover {
	background: #ffd557;
	color: #000;
}

/*** Wikia box ***/
#wikiaLogo {
	background: url(../images/wikia_logo.gif) no-repeat;
}
#search input {
	border-color:#ffd557;
}
#search div {
	background: url(../images/search.gif) no-repeat;
}
div.gelButton {
	background: url(../images/gel_buttons.gif) top left no-repeat;
}
div.gelButton a {
	background: url(../images/gel_buttons.gif) top right no-repeat;
}

/*** Nav Links ***/
table#navLinksWikia a {
	background: url(../images/nav_bullet.gif) 0% 4px no-repeat;
	color: #000;
}

/*** Article ***/
.articleBar {
	background: url(../images/article_bars.gif) top left no-repeat;
}
.articleBar div {
	background: url(../images/article_bars.gif) top right no-repeat;
}
.articleBar a {
	color: #000;
}
.articleBar .editButton, .articleBar .editButton span {
	background-image: url(../images/edit_button.gif);
	color: #FFF;
}
table#wikiafooter, table#wikiafooter td a {
	color: #000;
}
a#wikiaFooterLogo {
	background: url(../images/wikia_logo_small.gif);
}

/* widgets integration */
li.widget {
	border-color: #999;
	background: #FFF;
	color: #000;
}
li.widget a, li.widget a:visited {
	color: #000;
}
li.widget h1 {
	color: #FFD242;
}
.roundedDiv b.xb2, .roundedDiv b.xb3, .roundedDiv b.xb4 {
	background: #F2F2F2; 
	border-color: #999;
}
.roundedDiv b.xb1 {
	background: #87888C;
}

.roundedDiv div.r_boxContent {
	background: #F2F2F2;
	border-color: #87888C;
	color: #000;
}
div.wikiaDialog .hd,
div.wikiaDialog h2,
.boxHeader_noBorderMargin,
.boxHeader_noBorder,
.boxHeader {
	color: #ffd242 !important;
	border-color: #87888c;
}

#switchSkin a {
	color: #FFF;
}

/* AutoComplete/SearchSuggest - Inez */
.yui-ac-content li.yui-ac-highlight {
	background: #FFD557 !important;
}
.yui-ac-content li.yui-ac-prehighlight {
	background: #FFD517 !important;
}

/* tooltips */
.wikiaTooltip {
	background-color: #ffec3b;
	border-color: #FFD242;
}

.prefSection {
	background: #EEE;
}

.boxLinkSmall a:link { color: #000000; text-decoration: none; }
.boxLinkSmall a:visited { color: #000000; text-decoration: none; }
.boxLinkSmall a:active { color: #000000; text-decoration: none; }
.boxLinkSmall a:hover { color: #000000; text-decoration: underline; }

/* spotlights for logged in users */
#spotlights
{
    border: solid 1px #999999;
    background-color: #FFFFFF;
}

div.wikiaDialog .bd{
	color: #000000 !important;
}

div.wikiaDialog form table{
	color: #000000 !important;
}

div.wikiaDialog a:link, div.wikiaDialog a:visited, div.wikiaDialog a:active, div.wikiaDialog a:hover {
	color: #000000;
}

/* YUI dialogs look customization */
#wikiaProgressDialog .hd,
#wikiaDialog .hd,
#wikiaProgressDialog .bd,
#wikiaDialog .bd,
#wikiaProgressDialog .ft,
#wikiaDialog .ft
{
    background-color: #fff;
    border: none;
    color: #000000 !important;
}

#wikiaProgressDialog .hd,
#wikiaDialog .hd
{
  border-bottom: solid 1px #87888C;
  background-color: #0080C0;
  color: #ffffff !important;
}

#wikiaProgressDialog .bd,
#wikiaDialog .bd
{
	color: #333333 !important;
}

#wikiaProgressDialog,
#wikiaDialog
{
    background-color: #fff;
    border-color: #545454;
    font-size: 1.05em;
}

/* stoaf fix */
#notifyReport .articleName a
{
    color: #333333 !important;
}
/*

#wikiLogo a {

	height: 75px;

	width: 266px;

}

#wikiLogo img {

	display: none;

}

*/






























/* macbre: fixes copied mainly from slate/smoke */



#article

{

	/* peek-a-boo fix */

	margin-left: 0;

	height: 1%;

}



/* star voting fixes */



.star-rating {overflow: hidden}



.star-rating li.current-rating

{

  position: relative;

  left: 0px;

	top: -6px;

  /*background: none;

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/skins/star-rating_2.png",sizingMethod="crop");*/

}



.star-rating

{

  /*background: none;

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/skins/star-rating_1.png",sizingMethod="crop");*/

}



.star-rating li a

{

  /*border: solid 1px #666666;*/

  float: left;

}



.star-rating li a:hover

{

  background: none;

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/skins/star-rating_3.png",sizingMethod="crop");

}



/* #rateIt * {border: solid 1px #666666} */



#rateIt

{

  margin-bottom: -23px;

}



#rateLabel,

#star-rating,

#unrateLink

{

    display: inline;

    float:   left;

}



#star-rating {margin: 0}

#unrateLink  {float: right; margin: 2px 5px 0 0}



#rateItClear {clear: both; display: block}



/* stf: notifyForm fixes */

#notifyForm,

#notifyReport

{

    position: absolute;

    width: 370px !important;

    margin-top:  -300px;

}



#notifyForm #stf_float_1

{

   position: absolute;

   top:  155px;

   left: 5px;

}



#notifyForm #stf_float_3

{

   position: absolute;

   top:  155px;

   left: 200px;

}



#stoaf_msg

{

    width: 328px !important;

}



#stoaf_emails

{

    overflow: hidden;

}



#notifyForm .r_boxContent

{

   border-right: solid 1px #000000;

}



#notifyForm input.submit

{

    background: none;

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/SendToAFriendSubmitBg.png", sizingMethod="image");

}



/* widgets cockpit */

#widget_cockpit_overlay

{

	top: 2px;

}



#widget_cockpit ul li.blocked

{

	filter: Alpha(Opacity=30, Style=0);

}



.widget .r_boxContent

{

	height: 1%;

}



#carousel-prev

{

	float: none;

	position: absolute;

	top: 0;

	left: 0;

}



#carousel-next

{

	float: none;

	position: absolute;

	top: 0;

	right: 0;

}

/* macbre: ReportAProblem fixes */
#reportProblemForm input.priefix
{
	width: 255px;
}/* widgets cockpit */

#widget_cockpit_overlay

{

	top: 2px;

}

#carousel-prev

{

	float: none;

	position: absolute;

	top: 0;

	left: 0;

}



#carousel-next

{

	float: none;

	position: absolute;

	top: 0;

	right: 0;

}
div#sidebar {
	top: 0px;
}
body, html
{
    background-color: #fff;
    padding: 10px;
}

#articleWrapper {margin: 0 auto; width: 750px; padding: 0}

#header,
#sidebar,
#footer,
#wikiafooter,
.articleBar,
#bottomBar,
#widget_cockpit,
#notifyReport,
#notifyForm,
.wikiaTooltip
{
    display: none;
}






.printfooter,
#editpage-copywarn
{
	display: block;
	padding: 20px 0;
}

























/*
 * macbre: widgets base CSS file
 *
 * defines the look of widget placeholders and widget cockpit
 *
 * all widgets CSS should be generated by widgets_regenerate.php script
 *
 */

/* widgets placeholder */

ul.widgets {
	list-style: none;
	margin:0;
	padding:0;
	line-height: 1.5em;
}

ul.widgets_vertical {
	min-height: 300px;
}

ul.widgets_horizontal {
	min-height: 150px;
}

ul.widgets_vertical li.widget {
	border-width: 1px;
	border-style: solid;
	font: normal 9pt tahoma, helvetica, sans-serif;
	overflow: hidden;
	padding: 5px;
	position: relative;
	margin: 0 0 10px 0;
}

li.widget h1 {
	border-bottom: 1px solid #999;
	font-size: 12pt;
	padding: 0 45px 2px 0px;
	margin: 0 0 8px;
	font-family: arial;
	font-weight: bold;
	text-transform: lowercase;
}
li.widget.draggable h1 {
	cursor: move;
}


ul li.widget .r_boxContent,
ul li.widget .widgetContent
{
	overflow: hidden;
}

ul.widgets_horizontal li.widget {
	position: relative;
	margin: 0 10px 0 0;
	float:  left;
	display: inline;
	min-width: 150px;
	overflow: hidden;
}

.draggable {
	/*cursor: move;*/
	/*opacity: 0.8;*/
}

/* widgets cockpit */

#widget_cockpit
{
    overflow: hide;
}

#pt-show_cockpit
{
	margin-left: 25px !important;
}

#pt-hide_cockpit
{
	margin-left: 25px !important;
	display: none;
}

#widget_cockpit_hide
{
    display:  inline;
    float:    right;
    font-size:0.9em;
    position: relative;
    top:      -7px;
}

#widget_cockpit ul
{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 50px;
}

#widget_cockpit ul li
{
    display: inline;
    float:   left;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border: solid 1px #cccccc;
    background-position: 50% 50%;
    background-repeat: no-repeat;
		cursor: move;
}

#widget_cockpit ul li.blocked
{
	opacity: 0.5;
	cursor: default;
}

/** Widgets common **/

.draggable .boxHeader,
.draggable .boxHeader_noBorderMargin
{
	cursor: move;
}


/* Special:WidgetDashboard */
.dashboard
{
    width: 30%;
    margin: 0 10px !important;
    float: left;
    display: inline;
    min-height: 300px;
    list-style: none !important;
    padding: 0 !important;
}

/** Widgets look&fell added by macbre **/
.widget div ul
{
	margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    line-height: 1.5em;
}

/* Cockpit toogle links in myStuffBar */

#mystuff_hide_cockpit {display:none}
#mystuff_logout {margin-right: 25px}

body.ltr .widget .boxHeader,
body.ltr .widget .boxHeader_noBorderMargin
{
	padding-right: 45px;
}

body.rtl .widget .boxHeader,
body.rtl .widget .boxHeader_noBorderMargin
{
	padding-left: 45px;
}

.widgetLoading h1 
{
 /* ajaxload.info - image src declared in skins CSS! */
  background-repeat: no-repeat !important;
  background-position: 100% 3px !important;
  cursor: progress !important;
}

.widgetLoading .widgetToolbox {display: none !important}

body.rtl .widgets .boxHeader
{
	padding: 0 0 5px 0;
}

body.rtl .widgetLoading .r_boxContent
{
	background-position: 5% 50% !important;
}

.widgetLoading h1.loading
{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

/* widgets editor */
form.widgetEditor
{
    padding: 5px 2px;
    margin:  0 0 10px 0;
	cursor:  default;
	direction: ltr;
}

.widget form.progress
{
	cursor: wait;
}

.widgetEditor dl
{
    clear: both;
    margin:   0;
    padding: 0;
    border-bottom: solid 1px #aaaaaa;
}

.widgetEditor dl dt
{
	width:      95px;
	text-align: right;
	float:      left;
	font-size: 0.9em;
	margin-top: 3px;
	padding: 2px;
}

.widgetEditor dl dd
{
	padding: 2px;
	margin: 0;
	margin-left:  103px;
	width: 170px;
	line-height:  1.6em;
}

.widgetEditor input[type='text'],
.widgetEditor select
{
	font-size: 0.9em !important;
	width:      150px;
}

.widgetEditor input[type='submit']
{
	font-size:   0.9em;
	margin:      3px 0 0 106px;
	cursor:      pointer;
	float:       left;
}

.widgetEditorCancel
{
	cursor:      pointer;
  font-size:   0.9em;
  margin:      6px 6px 0 0;
	float:       right;
}

/* editor for widgets in dashboard - width fixes */

#dashboard_wrapper .widgetEditor dl dt
{
	width:      60px;
}

#dashboard_wrapper .widgetEditor dl dd
{
	margin-left:  73px;
	width: 150px;
}

#dashboard_wrapper .widgetEditor input[type='text'],
#dashboard_wrapper .widgetEditor select
{
	width:      160px;
}

/* carousel */
#carousel-prev
{
    float: left;
    padding: 25px 8px 0 8px;
}

#carousel-next
{
    float: right;
    padding: 25px 8px 0 8px;
}

#mycarousel
{
	height: 52px;
	width: 100% !important;
}

#widget_cockpit_overlay
{
	position: absolute;
	width: 750px;
	height: 70px;
	overflow: hidden;
	left: 45px;
}

#widget_cockpit_list
{
	position: absolute;
	width: 10000px;
}

#widget_cockpit_list li
{
	/* Fix for extra spacing in IE */
	float:left;

	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* toolbox */
body.ltr .widgetToolbox
{
	position: absolute;
	right:    3px;
	top:      5px;
}

body.rtl .widgetToolbox
{
	position: absolute;
	left: 3px;
	top: 5px;
}

.widgetToolbox span
{
	margin: 0 1px;
	cursor: pointer;
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.widgetToolbox .toogleButton
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_toolbox_toogle.png');
}

.widgetToolbox .editButton
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_toolbox_edit.png');
}

.widgetToolbox .closeButton
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_toolbox_close.png');
	margin-left: 4px;
}

.widget .widgetMoreLink
{
    float: right;
    text-transform: lowercase;
}

#cockpit_widget_name {
    margin-right: 30px;
}

/* widgets cockpit icons */

.widget_thumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 5px;
	border: none !important;
	color: #333333 !important;
	cursor: move;
}

/*
li.WidgetEditedRecentlyThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_jabber.png');
	text-indent: -500px;
	border: none !important;
}
*/

.WidgetJabberThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_jabber.png');
	text-indent: -500px;
}

.WidgetLastWikisThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_lastwikis.png');
	text-indent: -500px;
}

/*
li.WidgetMillenniumThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_jabber.png');
	text-indent: -500px;
	border: none !important;
}
*/

/*
li.WidgetMostPopularThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_jabber.png');
	text-indent: -500px;
	border: none !important;
}
*/

.WidgetMostVisitedThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_mostvisited.png');
	text-indent: -500px;
}

.WidgetRecentChangesThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_recentchanges.png');
	text-indent: -500px;
}

.WidgetTopUsersThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_topusers.png');
	text-indent: -500px;
}

.WidgetTopVotedThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_topvoted.png');
	text-indent: -500px;
}

.WidgetWatchlistThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_watchlist.png');
	text-indent: -500px;
}

.WidgetEditedRecentlyThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_recenteditors.png');
	text-indent: -500px;
}

.WidgetFeedThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_rss.png');
	text-indent: -500px;
}

.WidgetWeatherThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_weather.png');
	text-indent: -500px;
}

.WidgetTipsThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_tips.png');
	text-indent: -500px;
}

.WidgetActiveTalkPagesThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_activetalkpages.png');
	text-indent: -500px;
}

.WidgetBlockUserThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_block_user.png');
	text-indent: -500px;
}

.WidgetCountdownThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_countdown.png');
	text-indent: -500px;
}

.WidgetReferersThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_referers.png');
	text-indent: -500px;
}

.WidgetShoutBoxThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_shoutbox.png');
	text-indent: -500px;
}

.WidgetNewContributorsThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_new_contributors.png');
	text-indent: -500px;
}

.WidgetProblemReportsThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_problem_reports.png');
	text-indent: -500px;
}

.WidgetWikiaSearchThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_wikia_search.png');
	text-indent: -500px;
}

.WidgetWikiPageThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_wiki_page.png');
	text-indent: -500px;
}

.WidgetHotPagesThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_hot_pages.png');
	text-indent: -500px;
}

.WidgetNewestImagesThumb
{
	background-image: url('http://images.wikia.com/common/widgets/icons/widget_newestimages.png');
	text-indent: -500px;
}

/* RTL fixes */

body.rtl ul.widgets
{
	direction: rtl;
}


/* Special:Widgets */
#widgetsSpecialPageList dl
{
	margin: 8px 5px;
	width: 400px;
	float: left
}

#widgetsSpecialPageList dt
{
	float: left;
}

#widgetsSpecialPageList .widget_thumb
{
	width: 50px;
	height: 50px;
}

#widgetsSpecialPageList dd
{
	margin-left: 70px
}

#widgetsSpecialPageList dd h4
{
	padding: 4px 0 0 0;
}

#widgetsSpecialPageCopyrights
{
	margin: 50px 0px 30px 0px;
	color: #666666;
	font-size: 0.8em;
	text-align: center;
}

/* blocked widgets thumbs and descriptions */
#widgetsSpecialPageList dl.blocked dt div
{
	opacity: 0.3;
	cursor: default;
}

#widgetsSpecialPageList dl.blocked dd p
{
	color: #888888;
}

#widgetsSpecialPageList dl.blocked dd h4
{
	color: #aaaaaa !important;
}/* Copyright (c) 2007 Wikia Inc. All rights reserved. */


/* WidgetAdvertiser */

.widgetAdvertiser h1 {
	display: none
} 
	
.widgetAdvertiserAd { 
	float: left; 
}
	
.widgetAdvertiserAd table {
	background-color: transparent;
}
	
.widgetAdvertiserAd_tr_user { 
	width: 125px; 
	height: 125px; 
	overflow: hidden; 
	margin: 0 10px;
}

.widgetAdvertiserAd_spot_user { 
	border-left: dashed 1px #87888C;
	height: 125px; 
	overflow: hidden; 
	padding-left: 10px; 
	margin: 0;
	width: 125px; 
}
	
.widgetAdvertiserAd_tr_user {
	margin-top: 10px;
}
	
.widgetAdvertiserAd_spot1_anon {
	border-right: dashed 1px #999;
	height: 125px;
	overflow: hidden; 
	padding: 5px 10px 5px 9px;
	width: 125px; 
}
	
.widgetAdvertiserAd_spot2_anon {
	height: 125px;
	overflow: hidden; 
	padding: 5px 0 5px 10px;
	width: 125px; 
}

/* /WidgetAdvertiser */


/* WidgetBlockUser */



/* /WidgetBlockUser */


/* WidgetEditedRecently */



/* /WidgetEditedRecently */


/* WidgetJabber */



/* /WidgetJabber */


/* WidgetLanguageUrls */



/* /WidgetLanguageUrls */


/* WidgetLastWikis */



/* /WidgetLastWikis */


/* WidgetMostVisited */



/* /WidgetMostVisited */


/* WidgetNeedHelp */



/* /WidgetNeedHelp */


/* WidgetProblemReports */



/* /WidgetProblemReports */


/* WidgetRecentChanges */



/* /WidgetRecentChanges */


/* WidgetSearch */


.widgetSearch .searchInput {
	font: normal 12px tahoma, helvetica, sans-serif;
	width: 240px !important;
	background-color: #fff;
	border: solid 1px #aaaaaa;
}

.widgetSearch .boxHeader {border-bottom: none; margin-bottom: 0px}

.widgetSearch .search-submit
{
    background: none;
    border:     none;
    background-image: url('http://images.wikia.com/common/skins/slate/images/wikia_icon_small_search.png');
    width: 30px;
    height: 30px;
    position: relative;
    left: +5px;
    top:  +1px;
    cursor: pointer;
}

* html .widgetSearch .search-submit
{
   position: absolute;
   left: 258px;
   top: 25px;

   background: transparent;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/skins/slate/images/wikia_icon_small_search.png", sizingMethod="image");
}

/* /WidgetSearch */


/* WidgetSidebar */


.widgetSidebar .listLeft,
.widgetSidebar .listRight {
	width: 50%;
	float: left;
}

/* /WidgetSidebar */


/* WidgetThisArticle */


.iconImage {
	margin: 0 5px 0 0;
}

li.widgetThisArticle > div
{
	margin: 0 0 10px -15px !important;
	padding-left: 15px !important;
}

.bubble_point_article {
	left: -15px !important;
}

.widgetThisArticle .articleBoxLabel { font-weight: bold;}

.emailSection,
.site { display: inline; }
.sendButton {
	padding: 5px;
	background: #000;
}

.emailMultipleLink {
	margin: 0 0 0 50px;
}


li.widgetThisArticle
{
    /* fix grow of bottom margin caused by bubble_point_article */
    /* margin-bottom: -5px !important;  --commented by Inez in rev 3048 */
}



#rateIt .articleBoxLabel {
	margin: 0 5px 0 0;
}

#rateLabel {margin-top: 2px !important; font-weight: normal}

.star-rating,
.star-rating li a:hover,
.star-rating li.current-rating
{
	background:transparent url('http://images.wikia.com/common/skins/star-rating.png') repeat-x scroll left top;
}

.star-rating
{
    height:17px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:relative;
    width:85px;  /* height * 5 */
    margin: 0 0 0 85px !important;
}

.star-rating li
{
    float:left;
    margin:0px;
    padding:0px;
}

.star-rating li a
{
    display:block;
    height:17px;
    overflow:hidden;
    padding:0px;
    position:absolute;
    text-decoration:none;
    text-indent:-9000px;
    width:17px;
    z-index:20;
    top: 0px; /* opera fix */
    cursor: pointer;
}
.star-rating li a:hover
{
	/* hovered stars background - white */
	background-position: left bottom;
    border:medium none;
    left:0px;
    z-index:2;
}

.star-rating a.one-star
{
    left:0px;
}

.star-rating a.one-star:hover
{
    width:17px;
}

.star-rating a.two-stars
{
    left:17px;
}

.star-rating a.two-stars:hover
{
    width:34px;
}

.star-rating a.three-stars
{
    left:34px;
}

.star-rating a.three-stars:hover
{
    width:51px;
}

.star-rating a.four-stars
{
    left:51px;
}

.star-rating a.four-stars:hover
{
    width:68px;
}

.star-rating a.five-stars
{
    left:68px;
}

.star-rating a.five-stars:hover
{
    width:85px;
}

.star-rating li.current-rating
{
	/* currently voted stars background - yellow */
	background-position: left center;
    height:17px;
    position:absolute;
    text-indent:-9000px;
    z-index:1;
}

#rateLabel,
#unrateLink
{
	float: left;
	display: block;
}

#rateLabel {width: 80px; letter-spacing: -0.5px}

#unrateLink
{
	margin:         2px 5px 0 0;
	letter-spacing: -0.5px;
	float:          right;
}

#unrateLink a {font-weight: normal !important;}
#unrateLink a:hover { text-decoration:underline; }

#rateItClear {display: none}


.widgetThisArticle a { font-weight: bold; text-decoration:none; }
.widgetThisArticle a:hover { text-decoration:underline; }

.widgetThisArticle .emailMultipleLink a { font-weight: normal;  text-decoration: none; }
.widgetThisArticle .emailMultipleLink a:hover { text-decoration: underline; }

.widgetThisArticle .adminLinks a { font-weight: normal;  text-decoration: none; }
.widgetThisArticle .adminLinks a:hover { text-decoration: underline; }

.widgetThisArticle .section { padding: 0 0 10px 0; margin: 0 0 0px 0; }
.widgetThisArticle .sectionRow { margin: 10px 0 0px 0; }



/* /WidgetThisArticle */


/* WidgetThisWiki */

li.widgetThisWiki{list-style: none;}


/* /WidgetThisWiki */


/* WidgetWikiaToolbox */

.widgetWikiaToolbox .listLeft,
.widgetWikiaToolbox .listRight {
	width: 48%;
	float: left;
}

.widgetWikiaToolbox .listHdr {
	color: #FEC423;
	font-size: 11pt;
	font-weight: normal;
	margin: 2px 0px 3px 0px;
}

div.gelButton.addButton {
	background-position:100% -40px;
	margin-top: 5px;
}

div.gelButton.addButton a {
	background-position:0pt -40px;
	margin-left:0pt;
	margin-right:8px;
	padding-left:22px;
}


/* /WidgetWikiaToolbox */


/* WidgetTopFive */



/* /WidgetTopFive */


/* WidgetTopReferers */



/* /WidgetTopReferers */


/* WidgetTopUsers */



/* /WidgetTopUsers */


/* WidgetTopVoted */



/* /WidgetTopVoted */


/* WidgetWatchlist */



/* /WidgetWatchlist */


/* WidgetWikiaMessages */



/* /WidgetWikiaMessages */


/* WidgetTopContent */



/* /WidgetTopContent */


/* WidgetWikiaPartners */



/* /WidgetWikiaPartners */


/* Generated automatically on 2007-10-09 20:38:46. Do not edit it by hand. */
/* common fixes */

/**
li.widget
{
	margin-bottom: -10px !important;
}

li.widgetLoading
{
	margin-bottom: 10px !important;
}

li.widgetExpertTools
{
	margin-bottom: 10px !important;
}
**/

li.widget .widgetToolbox
{
	right: 14px;
}

/* editor */
.widgetEditor dl dt
{
	text-align: left;
	float:      none;
}

.widgetEditor dl dd
{
  margin-left:  0;
}

.widgetEditor input,
.widgetEditor select
{
	font-size: 0.9em;
}

.widgetEditor select,
.widgetEditor input,
.widgetEditor select option
{
	width: 275px;
}

.widgetEditor input.widgetEditorSubmit
{
	cursor:  pointer;
	width: 80px;
	margin:  4px 0 2px 60px;
}

.widgetEditor  .widgetEditorCancel
{
	float: none;
	margin-left: 30px;
}

.widgetEditor dl 
{
	border-bottom; none;
}

/* star voting fixes */

.star-rating li.current-rating
{
  position: relative;
  left: 0px;
}

.star-rating li a
{
  float: left;
}

.star-rating li a:hover
{
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/skins/star-rating_3.png",sizingMethod="crop");
}

#rateIt
{
  margin-bottom: -23px;
}

#rateLabel,
#star-rating,
#unrateLink
{
    display: inline;
    float:   left;
}

#star-rating {margin: 0 !important}
#unrateLink  {float: right; margin: 2px 5px 0 0}

#rateItClear {clear: both; display: block}

/* cockpit thumb icons */
* html .widget_thumb
{
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget.png",sizingMethod="image");
}

* html  .WidgetJabberThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_jabber.png",sizingMethod="image");
}

* html .WidgetLastWikisThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_lastwikis.png",sizingMethod="image");
}

* html .WidgetMostVisitedThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_mostvisited.png",sizingMethod="image");
}

* html .WidgetRecentChangesThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_recentchanges.png",sizingMethod="image");
}

* html .WidgetTopUsersThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_topusers.png",sizingMethod="image");
}

* html .WidgetTopVotedThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_topvoted.png",sizingMethod="image");
}

* html .WidgetWatchlistThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_watchlist.png",sizingMethod="image");
}

* html .WidgetEditedRecentlyThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_recenteditors.png",sizingMethod="image");
}

* html .WidgetFeedThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_rss.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetWeatherThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_weather.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetTipsThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_tips.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetActiveTalkPagesThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_activetalkpages.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetBlockUserThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_block_user.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetCountdownThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_countdown.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetReferersThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_referers.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetShoutBoxThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_shoutbox.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetNewContributorsThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_new_contributors.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetProblemReportsThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_problem_reports.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetWikiaSearchThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_wikia_search.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetWikiPageThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_wiki_page.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetHotPagesThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_hot_pages.png",sizingMethod="image");
	text-indent: -500px;
}

* html .WidgetNewestImagesThumb
{
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.wikia.com/common/widgets/icons/widget_newestimages.png",sizingMethod="image");
	text-indent: -500px;
}/* editor */

.widgetEditor dl dd
{
  margin-left:  2px;
}

/* star rating fixes */
#rateIt
{
  margin-bottom: -23px;
}

#rateLabel,
#star-rating,
#unrateLink
{
  display: inline;
  float:   left;
}

#star-rating {margin: 0 !important}

#unrateLink
{
  float: right;
  margin: 2px 5px 0 0;
}

.star-rating li a:hover
{
  background-image: url('http://images.wikia.com/common/skins/star-rating_3.png');
  background-position: 0 0;
}

#rateItClear {clear: both; display: block}

/* search button fix */
#search-submit
{
  top:  5px;
  left: 0px;
}.wikiwyg_toolbar {
    background: #F0F0EE none repeat scroll 0% ;
    border: 1px solid #DCDCDC ;
    letter-spacing: 0;
    padding: 2px ;
}

span.wikiwyg_control_link a {
    padding-right: 4px ;
    padding-left: 4px ;
}

.wikiwyg_button {
    background: #F0F0EE;
    border: 1px solid #F0F0EE;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.wikiwyg_button:hover {
    border: 1px outset;
}

.wikiwyg_button:active {
    border: 1px inset;
}

.wikiwyg_button_disabled {
    background: #F0F0EE;
    border: 1px solid #F0F0EE;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    opacity: 0.5;
}

.wikiwyg_button_disabled:hover {
    border: 1px solid #F0F0EE;
}

.wikiwyg_separator {
    background: #F0F0EE;
    border: 1px solid #F0F0EE;
    width: 9px;
    height: 20px;
    vertical-align: bottom;
}

.lower_tab .wikiwyg_separator {
    background: #fff;
    border: 1px solid #fff;
}

.wikiwyg_selector {
    width: 70px;
}

.wikiwyg_wysiwyg table {
    border-collapse: collapse;
    margin-bottom: .2em;
}

.wikiwyg_wysiwyg table td {
    border: 1px;
    border-style: solid;
    padding: .2em;
    vertical-align: top;
}

#wikiwyg_lower_wrapper label, #category_wrapper label {
	display:block;
	float:left;
	width:200px;
}

#wikiwyg_lower_wrapper .no-float, #category_wrapper .no_float {
	float: none ;
	display: inline ;
}

#wikiwyg_lower_wrapper .editpage-tier, #category_wrapper .editpage_tier {
	clear:both;
	overflow:auto;
}

#wikiwyg_lower_wrapper table, #category_wrapper table {
	width: 100% ;
}

#wikiwyg_lower_wrapper .editpage_header, #category_wrapper .editpage_header {
	vertical-align: top ;
	font-weight: bold ;
	width: 14% ;
}

#wikiwyg_lower_wrapper textarea, #category_wrapper textarea {
	width: 100% ;
}

#wikiwyg_lower_wrapper li, #category_wrapper li  {
	margin-left: 30px ;
	vertical-align: middle ;
	float: left ;
}

#wikiwyg_lower_wrapper .last, #category_wrapper .last {
	clear: both ;
	float: none ;
       	list-style-image: none ;
       	list-style-position: outside ;
       	list-style-type: none ;
}

#wikiwyg_lower_wrapper .editpage-inside, #category_wrapper .editpage_inside {
	float:left;
}

#editpage_cloud_section span {
	padding-right: 8px ;
}

#editpage_summary_td input {
	height: 1em ;
}

#copywarn-license_c #copywarn-license {
	padding: 8px 8px 8px 8px ;
}
Advertisement