/* CSS placed here will be applied to all skins */

body {
        font-family: Sans-Serif;
        font-size: 100%;
	background: white url("http://ciaran.compsoc.com/esp-red-ring-transparent-plus8-graded.jpeg");
	background-repeat: no-repeat;  
	background-attachment: scroll;
	background-position: top left;
}

/* This is copied from monobook.css, to override the value there ("127%") */
#globalWrapper {
	font-size: 100%;
}

/* This is copied from monobook.css, to override the value there ("127%") */
.os-suggest {
	font-size: 100%;
}

a {
    color: blue;
}

a:hover {
    background-color: #DDD;
}

blockquote {
    border-right: 3px solid #050;
    border-left: 3px solid #050;
    padding: 0.5em;
    background-color: #EFE;
    font-family: Serif;
}

#bodyContent a.external[href ^="http://en.swpat.org/wiki/"] {
    color: blue;
   background: none;
}

div.cowcow.external {
  color: green;
  font-size: larger;
}

/* *** */
/* ciaran: I added this because the MediaWiki upgrade 1.15->1.16 made the navbox look bad
/* *** */
table.wikitable {
 margin: 0em;
}

/* *** */
/* START: ciaran pasted in from http://www.mediawiki.org/wiki/Manual:Collapsible_tables */
/* *** */


.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}

/* *** */
/* END: ciaran pasted in from http://www.mediawiki.org/wiki/Manual:Collapsible_tables */
/* *** */