/*
** MediaWiki 'Romantic Pink' style sheet for CSS2-capable browsers.
**
** Developed for ShoutWiki <http://www.shoutwiki.com>
** @license GPL (http://www.gnu.org/copyleft/gpl.html)
** @author Jack Phoenix <jack@shoutwiki.com>
** @copyright © 2007-2011 Jack Phoenix <jack@shoutwiki.com>
** @date 14 September 2011
*/
div#content {
	background: #FFC0CB;
	color: black;
}

body {
	background: none !important;
	background-color: #FFC0CB !important;
}

a {
	color: #0066FF;
}

a:visited {
	color: #0066FF;
}

a:active {
	color: #faa700;
}

a.new, #p-personal a.new {
	color: #ba0000;
}

p {
	color: #000;
}

h1 {
	border-bottom: 1px solid #FFC0CB;
}

/* user notification thing */
.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
}

/*
** content styles
*/
#toc,
.toc,
.mw-warning {
	background-color: #EEC0DC;
}

/* thumbnails */
div.thumb {
	border-style: solid;
	border-color: transparent;
}

/* Interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #00CCFF;
}
#bodyContent a.external {
	color: #0066FF;
}
/* Added from original Romantic Pink CSS file */
#bodyContent a.extiw:visited {
	color: #0066FF;
}
#bodyContent a.external:visited {
	color: #0066FF;
}
#bodyContent a.stub, #bodyContent a.stub:visited {
	color: #FFC0CB;
}

.pBody {
	background-color: #FFC0CB;
	color: #FFC0CB;
}

#p-cactions li {
	background: none; /* Internet Explorer fix */
}

/* @todo FIXME/CHECKME: this looks suspicious */
#p-cactions li.selected {
	background: white;
}

#p-cactions li.selected a {
	background-color: transparent;
	padding: 0 1em .2em !important;/* @todo FIXME/CHECKME: this looks suspicious */
}

/*
** footer
*/
div#footer {
	background-color: #FFC0CB;
	border-bottom: 1px solid #FFC0CB;
	border-top: 1px solid #FFC0CB;
	color: #000000;
	min-height: 39px;
	z-index: 2 !important;
}

/* Classes for EXIF data display */
table.mw_metadata {
	width: 300px; /* @todo CHECKME: still needed? shared.css has 400px */
}

/** Special:Version */
table#sv-ext, table#sv-hooks, table#sv-software {
	margin: 1em;
	padding: 0em;
}

#sv-ext td, #sv-hooks td, #sv-software td,
#sv-ext th, #sv-hooks th, #sv-software th {
	border: 1px solid #A0A0A0;
	padding: 0 0.15em 0 0.15em;
}
#sv-ext th, #sv-hooks th, #sv-software 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; }

/* Begin misc. hacks */
#bodyContent {
	background: none;
	background-color: #FFC0CB;
	color: #000000;
}

.selected {
	background-color: #333333;
	color: #FFC0CB;
	border-color: #CCCCCC;
}

#p-navigation a {
	display: inline;
}

#p-cactions ul li a {
	background-color: #FFC0CB;
	color: #000000;
}

/* I have absolutely no idea wtf this crap is */
div.header-notice, div.warning {
	width: 85%;
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: left;
	border: 1px inset #999999;
	background-color: #2A2A2A;
	color: #FFFFFF;
	line-height: 120%;
}

div.warning {
	color: red !important;
	font-weight: bold;
}

div.notice p, div.warning p {
	line-height: 120% !important;
}

/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: transparent;
}

#pagehistory li .selected {
	background-color: transparent;
}

/* testing a random fix */
.selected {
	color: #000000;
}