 /* VALIDATOR NOTICE: following is correct, though W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* ignore any validator errors caused by these two lines */
.references-2column { font-size: 90%; -moz-column-count:2; column-count:2; }

div#userloginForm, div#userloginForm form, div#userlogin form#userlogin2, div#userloginForm table, div#userlogin form#userlogin2 table, userloginForm { align:center; text-align:center; background:inherit; margin-left:auto; margin-right:auto; }

/* part of logo strip */
#column-one { top:0px; }
#column-one { top:0; }
body { background-attachment:fixed; }
#content { padding:0 1em 1em 1em; position:relative; z-index:2; } /* line-height:1.5em; */

/* hidden stuff - starting w/logo properties (stripped) */
.ns--1 * legend, 
#p-logo, #p-logo h5, #p-logo a, #p-logo a:hover, .ns--0, .ns-102 * #contentSub, #ca-nstab-special, #ca-protect, #ca-talk, #ca-watch, 
#ca-viewsource, #clearyourcache-msg, #content a.external.text:after, body.page-Main_Page #lastmod, 
body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading, #contentSub, 
#editpage-copywarn, #feed-atom, #feed-rss, .mainLegend, #n-currentevents, #n-help, #n-portal, #n-sitesupport, 
.ns--1 * .rc_timestamp, .ns-0 * #editpage-copywarn, .ns-102 * .firstHeading, .ns-102 * h3#siteSub, .ns-106 * li#ca-talk, #p-logo, 
.portlet#ca-watch, .portlet#pt-mytalk, .portlet#pt-watchlist, #pt-anontalk, #pt-mytalk, #pt-watchlist, #t-print, #t-upload, 
#t-permalink, #t-recentchangeslinked, #t-specialpages, mw-Recentchangestext, 
#p-cactions ul li.selected, #p-cactions ul li.selected a { display:none !important; }
#ca-nstab-main, #ca-nstab-mediawiki, #ca-nstab-template, #ca-nstab-user { display:visible !important; }

.not-patrolled { background:inherit; }
#nsselect { color: #cccccc; }
table.toccolours, table.gallery td { border: none; }

/* post class elements */
post, .post dt:firstline { text-indent:0.2in !important; }
.post { border:1 px dotted #aaaaaa; padding:0.2em; padding-top:12px; }
.tpad { padding-top:15px; }
div.i { text-indent:0.2in !important; }
div.ii { text-indent:0.4in !important; }
div.iii { text-indent:0.6in !important; }
div.it { text-indent:0.2in !important; font-style:italic; }

/* top left corner indent paragraph, combines tpad & i, eliminates tpad/bpad repetition */
div.t { text-indent:0.2in !important; padding-top:15px; }
/* bottom left corner indent paragraph, combines bpad & i */
div.b { text-indent:0.2in !important; padding-bottom:15px; }
.bpad { padding-bottom:15px; }

.hidable-button { color: #088; cursor: pointer; }
#searchGoButton { font-weight: normal; }

/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active { background:none; padding: 0; }
/* disable special external link styling */
#bodyContent a.external { background: none !important; padding: 0 !important; }
/* notices */
.notice { margin: 1em; padding: 0.2em; }
/* title-messing template tweaks */
#title-override { left: 0px!important; font-weight: bold!important; background: #222C36!important; }
#ticon { display: none!important; visibility: hidden!important }

/* infobox properties (see also monobook) */
.infobox {
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: left;
   clear: right;
   -moz-border-radius:10px;
}
.infobox td,
.infobox th { vertical-align: top; }
.infobox caption { font-size: larger; margin-right: inherit; }
.infobox.bordered { border-collapse: collapse; }
.infobox.bordered td,
.infobox.bordered th { border: 1px solid #aaaaaa; }
.infobox.bordered .borderless td,
.infobox.bordered .borderless th { border: 0; }
.infobox.image { text-align: center; }

.infobox2 {
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: left;
   clear: right;
   -moz-border-radius:10px;
}
.infobox2 td,
.infobox2 th { vertical-align: top; }
.infobox2 caption { font-size: larger; margin-right: inherit; }
.infobox2.bordered { border-collapse: collapse; }
.infobox2.bordered td,
.infobox2.bordered th { border: none; }
.infobox2.bordered .borderless td,
.infobox2.bordered .borderless th { border: none; }
.infobox2.image { text-align: center; }

.infoboxright {
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: left;
   -moz-border-radius:10px;
}
.infoboxright td,
.infoboxright th { vertical-align: top; }
.infoboxright caption { font-size: larger; margin-right: inherit; }
.infoboxright.bordered { border-collapse: collapse; }
.infoboxright.bordered td,
.infoboxright.bordered th { border: none; }
.infoboxright.bordered .borderless td,
.infoboxright.bordered .borderless th { border: none; }
.infoboxright.image { text-align: center; }

/* border-radius props */
.moztoprow { -moz-border-radius-topleft:10px; border-top-left-radius:10px; -moz-border-radius-topright:10px; border-top-right-radius:10px; }
.mozbotrow { -moz-border-radius-bottomleft:10px; border-bottom-left-radius:10px; -moz-border-radius-bottomright:10px; border-bottom-right-radius:10px; }
.moztopleft { -moz-border-radius-topleft:10px; border-top-left-radius:10px; }
.moztopright { -moz-border-radius-topright:10px; border-top-right-radius:10px; }
.mozbotleft { -moz-border-radius-bottomleft:10px; border-bottom-left-radius:10px; }
.mozbotright { -moz-border-radius-bottomright:10px; border-bottom-right-radius:10px; }

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border: none;
   border-top: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th { border: none; border-right: 1px solid #aaaaaa; }

/* thumbnail properties (see also monobook) */
div.thumb div a img { border: none; }
div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}
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;
	margin-left: 0.75em;
	margin-right: 0em;
}
div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
	margin-left: 0em;
	margin-right: 0.75em;
}

span.comment { font-style: italic; }

/* Metadata */
table.metadata { display:none !important; speak: none; }
##mw_metadata { display:none !important; }
##metadata { display:none !important; }
##metadata.p { display:none !important; }
/* currently unused, metadata box in bottom-right corner of content area */
.documentDescription {
	/* summary text describing 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;
}
/* 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 #cccccc;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

table.collapsed tr.collapsable { display: none !important; }
table, td, tr { background-color: transparent; }

/* Make redirects appear in italics on [[Special:Allpages]] */
.allpagesredirect { font-style: italic; }

/* whether to have AD/BC dates or CE/BCE dates */
/* First the default : display both : See templates ADCE and BCEBC for how these are used */
.Use_Default_Date_Convention { display: inline; }
.Use_AD_and_BC { display: none; }
.Use_BCE_and_CE { display: none; }
/* If you want to display AD and BC add the following to User:You/monobook.css */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:inline; }
.Use_BCE_and_CE { display:none; }
*/
/*If you want to display CE and BCE add the following to User:You/monobook.css */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:none; }
.Use_BCE_and_CE {display:inline; }
*/

/* Formatting an "ul" as inline enumeration by encapsulating ** with <div class="inline-list" */
.inline-list ul {list-style:none;} .inline-list ul li {display:inline;} .inline-list ul li:after { color:#FFFFFF; content:", "; }

/* Change external link icon to Adobe icon for PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external { background: url(/w/images/d/d9/Mini-file_acrobat.gif) center right no-repeat; padding-right: 16px; }

/* Change external link icon to Adobe icon anywhere PDFlink class is used */
/* Works in IE, unlike the above. */
span.PDFlink a { background: url(/w/images/d/d9/Mini-file_acrobat.gif) center right no-repeat !important; padding-right: 17px !important; }

/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    float: left;
    width: 20%;
    min-width: 120px;
}

/*Add formatting to make sure "external references" from [[Template:Ref]] do not get URL
 expansion, not even when printed. The mechanism up to MediaWiki 1.4 was that the HTML
 code contained a SPAN following the anchor A; this SPAN had the class "urlexpansion",
 which was not displayed on screen, but was shown when the medium was "print". The rules
 below ensure (a) that there is no extra padding to the right of the anchor (displayed
 as "[<number>]"), (b) that there is no "external link arrow" for the link, and (c) that
 this SPAN of class "urlexpansion" is never shown. */
.plainlinks { background: none !important; padding: 0 !important; }
.plainlinks .urlexpansion { display: none !important; }
.plainlinks a { background: none !important; padding: 0 !important; }
.plainlinks { background: none !important; padding: 0 !important; }
.plainlinks a.external.text:after { display: none !important; }
.plainlinks a.external.autonumber:after { display: none !important; }
.plainlinks a.external.text:after { display: none !important; }
.plainlinks a.external.autonumber:after { display: none !important; }

/* checker background on image description page, only visible if image has transparent background */
#file img { background: url("/w/images/5/5d/Checker-16x16.png") repeat; }

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit 
declaration resets the font for all browsers except MSIE6. The empty comment must remain.
Copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
.IPA { font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, 
TITUS Cyberbit Basic, DejaVu Sans, Bitstream Cyberbit, Arial Unicode MS, 
Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode; font-family /**/:inherit; }
.Unicode { font-family: Code2000, TITUS Cyberbit Basic, Doulos SIL, Chrysanthi Unicode, 
Bitstream Cyberbit, Bitstream CyberBase, Thryomanes, Gentium, GentiumAlt, 
Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, 
Lucida Sans Unicode; font-family /**/:inherit; }
.latinx { font-family: Code2000, TITUS Cyberbit Basic, Microsoft Sans Serif; font-family /**/:inherit; }
.polytonic { font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, 
Lucida Sans Unicode, Lucida Grande, Code2000; font-family /**/:inherit; }
.mufi { font-family: Alphabetum, Cardo, LeedsUni, Junicode, TITUS Cyberbit Basic, 
ALPHA-Demo; }

/* @bug 1714 */
input#wpSave, input#wpDiff { margin-right: 0.33em; }
#editform .editOptions { display: inline; }
#wpSave { font-weight: bold; }
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure { display: none; speak: none; }
/* Removes underlines from links */
.nounderlines a { text-decoration: none; }
/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited { text-decoration: none; }
/* positioning icons at top-right */
div.boxtop {
  position:absolute;
  overflow:hidden;
  z-index:100;
  top: -.05em;
  line-height:100px;
  font-size:100px;
  display: block !important;
  margin-bottom:1em;
  width:30px;
  height:30px;
  text-align: right;
  right: 12px;
}
.topicon { margin:0em auto 0.5em; right:1.35em; padding-top:0em; padding-bottom:0em; float:right; white-space:nowrap; text-align:center; clear:both; }
div.boxtopdiv1 { margin:0em auto 0.5em; right:1.35em; padding-top:0em; padding-bottom:0em; float:right; white-space:nowrap; text-align:center; clear:both; }
div.boxtopdiv2 { overflow:hidden; position:relative; width:30px; height:30px; }
div.boxtopdiv3 { overflow:hidden; position:absolute; top:0em; left:0px; font-size:100px; line-height:100px; z-index:3; }
div.boxtopdiv4 { position:absolute; top:0px; left:0px; z-index:2; }

/* footer box */
 #footer { display:none; }
/* Remove useless links from printout */
@media print {
 #privacy, #about, #disclaimer { display:none; }
}

#catlinks {
    background-image: url(/w/images/5/5d/Meloccat.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 50px;
 }

/* Collapsible navframes */
div.Boxmerge,
div.NavFrame {
    margin: 0px;
    padding: 4px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}
.vtop, #vtop { vertical-align:top !important; }
.ctr { text-align:center; }
#mailheader, #movepage, #mw-imagepage-section-filehistory, .filehistory { color: #dddddd; border: none; background: none; }

#bodyContent a[href *="*.wikipedia.org"]:after {
content:" " url(/en/images/0/00/Wikipedia.gif); }

table.filehistory td.filehistory-selected { font-weight: bold; }