/***********************************************************************
** Swansea Hackspace skin
***********************************************************************/

@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700");

/* This sets the overall frame for the site */
body {
  margin:0px; 
  background-color: #eee; 
  font-family: Georgia, serif;
  font-family: sans-serif;
  font-size:11pt;
  width: 100%;
}

#wholepage {
  margin: 1px solid black; 
  background-color: white; 
  width: 960px;
  margin-left:auto; margin-right: auto;
  position:relative;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/*** padding: top right bottom left  ***/
/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { 
	/**margin-top:4px;  */
	margin-left: 3px;
	padding: 6px 0 2px 3px; 
	/** border-bottom:1px #cccccc solid;  */
	clear: none;
}

#wikilogo img { width: 110px; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:6px; 
  font-family:Verdana,sans-serif; font-size:85%; 
  
}
#wikihead input { font-size:85%; } 
#wikititle {
	font-family: 'Noto Serif', serif;
	font-size: 32pt;
	font-weight: 700;
	display: inline;
	position: absolute; left: 140px; top: 40px;
}
#pagetitle { 
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: 700;
	display: inline;
	position: absolute; right: 10px; top: 42px;
}

#pagetitle a { text-decoration: none; }
#pagetitle a:hover { text-decoration: underline; }

.pagegroup { 
	margin-top:8px; margin-bottom:2px;
	position: absolute; right: 10px; top: 130px; 
}

/* These are for the left-sidebar. */
#wikileft { 
  width:120px; 
  padding: 4px 4px 6px 6px;
  padding: 4px 15px 6px 8px;
  /** border-right:1px #cccccc solid;  */
  line-height:1.33em;
  font-size:9.4pt; 
  font-family: sans-serif;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }

.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
  font-family: sans-serif;
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }
.sidehead a:hover { color:#505050; text-decoration: underline; }

/* These affect the main content area. */
#wikibody { 
  padding: none;
  /** padding:0px 10px 10px 10px;  */
  padding:0px 4px 12px 2px;
  background-color:white; 
  font-size:11pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; } #wikicmds li a:hover { text-decoration:underline; color:blue; }
.wikiaction { margin-top:4px; margin-bottom:2px; }
#wikitext { 
	margin-top:6px; 
	line-height:1.33em; 
	max-width: 900px;
}
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:99%; margin-right: 5px;}
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  text-align: center; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

#pagetitle ul { display: inline; list-style-type: none; padding: 0; margin: 0;}
#pagetitle li { display: inline; margin: 0; padding: 0; padding-right: 5px; }
.footnav ul { display: inline; list-style-type: none; padding: 0; margin: 0;}
.footnav li { display: inline; margin: 0; padding: 0; padding-right: 5px; }
.linkicon { vertical-align: middle; }

.legaleze { font-size: 1.0em; }
.lastmod { font-size: 0.8em; }

.pledge { border-collapse: collapse; border: 1px solid black; }
.pledge th, .pledge td { border: 1px solid black; padding: 3px; }

.latest {
	float: right;
/*	border: 1px #cccccc solid;*/
	padding: 10px;
	padding-top: 5px;
	margin: 0px;
	margin-top: 0px; /*-21px;  */
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: -4px;
	/* background-color: #00ab39; */
	background-color: #082;
	color: white;
	font-family: sans-serif;
	width: 160px;
	min-height: 264px;
}
.latest a { text-decoration:none; color:#4f4; }
.latest a:hover { text-decoration: underline; }

.latest ul {
	padding-left: 15px;
}

.latest .vspace {
	margin: 0px;
}

.paid {
	background-color: #c0ffc0;
}

.overdue {
	background-color: #ffc0c0;
}

#wikileft .selflink {
	font-weight: bold;
	color: #c00;
}
