/* poplayout.css - stylesheet for dealing with pop up pages on That Blue Square Thing */

/* Based on a sheet created on April 22nd, 2007 */
/* This sheet applied first March 4th, 2012 */

body {
	font-family: sans-serif;
	font-size: 0.9em;
	margin-left: 5%;
	margin-right: 5%;
	color: #000;
	background: #fff;
	}

#main {
	line-height: 1.3em;
	}
	
/* The header box at the top comes first */

h1 {
	color: #963;
	font-family: Georgia, Times, sans-serif;
	font-size: 2em;
	border-bottom: 3px solid #963;
	padding-left: 0.3em;
	padding-bottom: 0.3em;
	font-weight: normal;
	}

h1 a:link {
	text-decoration: none;
	color: #963;
	}

h1 a:visited {
	text-decoration: none;
	color: #963;
	}


/* Headings defined slightly differently from standard */

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	line-height: 1.3em;
	}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	color: #666;
	}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	}


#main a:link {
	color: #037;
	}

#main a:visited {
	color: #636;
	}

#main a:hover {
	color: #900;
	}


/* Some standard formatting options */



.rightimage {
	padding-bottom: 1em;
	padding-left: 1em;
	float: right;
	}

/* Workarounds to avoid ugly boxes around images in IE */

:link img {
	border: 0px;
	}

:visited img {
	border: 0px;
	}

/* Effects such as boxing and bolding text are defined here */


.boxed {
	background: #fff;
	color: #000;
	border: 2px solid #963;
	padding: 0.25em 0.5em;
	margin-bottom: 0.5em;
	}

.minibox {
	border-left: 3px solid #963;
	padding: 0.5em 1em 0.5em 0.75em;
	margin-bottom: 0.5em;
	margin-left: 5%;
	background: #fc9;
	}

.lineabove {
	border-top: 1px dotted #963;
	}
	

.smalltext {
	font-size: 0.6em;
	}

.indent1 {
	padding-left: 2em;
	}

/* Inline used to get thumb images in line with the text they're next to when linking to stuff like PDF docs */

.inline {
	float: left;
	padding-right: 0.5em;
	}

.gapbelow {
	padding-bottom: 1em;
	}
	
.gapabove {
	padding-top: 1em;
	}
	
	
#longlist {
	line-height: 1.8em;
	}

/* And the footer area */

#footer {
	clear: both;
	margin-top: 0.5em;
	font-size: 0.7em;
	padding: 0.5em;
	line-height: 1.5em;
	border-top: 1px dotted #963;
	}

.tooltip {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	}




