/* CSS Document */

/*
Author: Sharon Wills
Site: Sharon Wills: Computer Oriented Tutoring, Desktop Publishing, Website Design & Multimedia
Date: 14/9/06
WC3 Compliance checked and accepted 14/9/06: http://jigsaw.w3.org/css-validator/validator?uri=http://sharonwills.com.au/3/Templates/sharonwills3.css
*/

/*Standard tags*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	color: #000000;
	background-image:  url(../images/topbackground.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 0 0 0;
	left: auto;
	right: auto;
}
#backgroundstrip {
	height: 98px;
	width: 100%;
	margin: 30px 0 0 0;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	position: relative;
	text-align: center;
}
#navigationstrip, #backgroundstrip {
	background-color: #663366;
}
.heading {
	font-size: 1.1em;
	font-style: normal;
}
h1{
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	color: #C07FA0;
	text-align: right;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px dotted #C07FA0;
	padding: 0 1em 0 0;
	}
h2 {
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	color: #660033;
	font-size: 1em;
	color: #990066;
	font-size: 1em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 4px dotted #F0EBF0;
}
a:link, a:visited, a:active{
	color: #990066;
	text-decoration: none;
	list-style-type: disc;
}

a:hover {
	text-decoration: underline;
	list-style-type: disc;
}
#background2 {
}
/*Entire content of page excluding bordered background*/
#entire { 
	width: 100%;
}
/*header housed the banner*/
#header {
	vertical-align: top;
	color: #663366;
	padding: .2em 3em .2em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	margin: 0 0 0 0;
	text-align: left;
}
#navigationstrip {
	color: #660066;
	opacity:.10;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	position: absolute;
	top: 0px;
	left: 3em;
	width: 14em;
	height: 40em;
	min-height: 600px;
}
* html #container {
	height:600px
	}
#nav {
	margin: 5em 1em 1em 1em;
	color: #663366;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 130px;
	left: 4em;
	text-align: left;
	width: 13em;
	line-height: 1.6em;
}
#navigation {
}
#changecss {
	margin: 4em 1em 1em 1em;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
#navigation li, #listofsubs li {
	list-style-type: circle;	
}
#navigation a:hover span {
	background-color: #FFFFFF;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	text-decoration: none;
}
/*display the page link you are currently on*/
ul#toc li.current span {
	background-color: #FFFFFF;
}
ul#toc li.current {
	list-style-type: none;	
}
/*housing the reading component of the site*/
#content {
	margin-bottom: 2em;
	vertical-align: top;
	padding: 0 30px 60px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	top: 5em;
	margin-left: 20em;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	width: 50%;
	min-width: 10em;
	max-width: 60%;
	min-height: 30em;
	}
* html #content {
	height:30em;
	}
/*housing the copyright information and graphic border for bottom of content*/
#copyright {
	font-size: .8em;
	font-style: italic;
	text-align: center;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	color: #660033;
	padding: 1em 1em 1em 1em;
	border-top: 2px solid  #660033;
}
table {}
#contact {
	border-left: 3px dotted #990066;
	width: 12em;
	float: right;
	background-color: #F0EBF0;
	margin: 1em 0 1em 0;
}
.signature {
	font-style: italic;
}
#contentbottom {
}
.subtitle {
	color: #990066;
	font-size: 1em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom: 2px dotted #990066;
}
h3, .signature {
	color: #990066;
	font-style: italic;
}
h3 {
	font-size: .9em;
}
#listofsubs {
	border-left: 3px dotted #990066;
	width: 12em;
	padding: .5em 10px 10px 0;
	float: right;
	background-color: #F0EBF0;
	margin: .5em 0 .5em .5em;
	color: #663366;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
#listofsubs li {
	padding-bottom: .8em;
	}
#domain_reg {
}
