/* bstlayout.css - style sheet That Blue Square Thing homepage on freespace.virgin.net/i.ford */

/* Created April 22nd, 2007  Amended April 19th 2008 */
/* This sheet was amended on 30/04/07. I remember */


body {
	font-family: Arial, serif;
	font-size: 0.9em;
	color: #000;
	background: #fff;
	margin-left: 3%;
	margin-right: 3%;
}


/* The header box at the top comes first */


h1 {
	padding: 0.3em;
	background: #963;
	color: #FFFFFF;
	font-family: Georgia, Times, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}

.h1 a:link {
	background: #aa7;
	text-decoration: none;
	color: #fff;
}

.h1 a:visited {
	background: #aa7;
	text-decoration: none;
	color: #fff;
}

.h1 a:hover {
	background: #aa7;
	color: #fff;
	text-decoration: none;
}



/* The navigation bar with all the elements associated with it */


div.navbar {
	background: #cc9;
	color: #000;
	float: left;
	width: 22%;
	border-right: 1px dotted #963;
	margin-bottom: 0.5em;
}

/* Here's the IE6 box size workaround */

html>body div.navbar {width: 20%;}



.navhead {
	padding: 0.5em 1em 0.5em 0.75em;
	background: #963;
	color: #fff;
	font-weight: bold;
}

.navitem {
	padding: 0.25em 1em 0.25em 1.5em;
}


.current {
	background: #ffe;
	color: #900;
	border-top: 1px solid #aa7;
	border-bottom: 1px solid #aa7;
	padding: 0.5em 1em 0.5em 1.5em;
}

.smaller {
	background: #ffe;
	color: #900;
	padding-left: 2em;
	font-size: 0.95em;
	line-height: 1.4em;
}


.navitem a:link {
	background: #cc9;
	text-decoration: none;
	color: #037;
}

.navitem a:visited {
	background: #cc9;
	text-decoration: none;
	color: #636;
}

.navitem a:hover {
	background: #cc9;
	color: #900;
	text-decoration: underline;
}


.smaller a:link {
	background: #ffe;
	color: #037;
	text-decoration: none;
}

.smaller a:visited {
	background: #ffe;
	color: #636;
	text-decoration: none;
}

.smaller a:hover {
	background: #ffe;
	color: #900;
	text-decoration: underline;
}






.linebelow {
	border-top: 1px solid #963;
}


.topimage {
	text-align: center;
	background: #cc9;
	padding: 0.5em 0em 0.5em 0em;
}

.sideimage {
	padding: 0.25em 0 0 0.75em;
	text-align: center;
}
.rightimage {
	padding-bottom: 1em;
	padding-left: 1em;
	float: right;
}


.sideimage a:hover {
	background: #aa7;
	color: #fff;
}

/* Workarounds to avoid ugly boxes around images in IE */

:link img {
	border: 0px;
}

:visited img {
	border: 0px;
}


/* Headings defined slightly differently from standard */


h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	color: #666;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

/* The main text area comes next */

div.main {
	margin-left: 22%;
	padding-left: 3%;
	line-height: 1.3em;
}

div.main a:link {
	background: #fff;
	color: #037;
}

div.main a:visited {
	background: #fff;
	color: #636;
}

div.main a:hover {
	background: #fff;
	color: #900;
}


/* Effects such as boxing and bolding text are defined here */

.colouredtitle {
	font-size: 1em;
	font-weight: bold;
	color: #996633;
}

.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%;
	margin-right: 5%;
	background: #fc9;
}

.boldtext {
	font-weight: bold;
}

.lineabove {
	border-top: 1px dotted #963;
}

.smalltext {
	font-size: 0.6em;
}

.indent1 {
	padding-left: 2em;
}

.rightmark {
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
	padding-bottom: 1em;
}

.red {
	padding-left: 1.5em;
	color: #f00;
	background: #fff;
}

.inline {
	float: left;
	padding-right: 0.5em;
}

.gapbelow {
	padding-bottom: 1em;
}

.credit {
	padding-bottom: 1em;
	font-size: 0.8em;
}



/* And the footer area */

div.footer {
	clear: both;
	margin-top: 0.5em;
	font-size: 0.7em;
	padding: 0.5em;
	line-height: 1.5em;
	border-top: 1px dotted #963;
}
