/*
Basic site colours:
	Dark Brown	#5e422c
	Orange		#ce9256
	Pale Orange	#ecd376
	Dark text	#330000
	. class selector
	# id selector
*/

body {
	background-image: url(../siteimages/background_image.jpg);
	background: url(../siteimages/browser_background.jpg);
	margin-left: 0%;
	margin-right: 0%;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	color: #330000;
}

h2 {
	padding-top: 10px;
	padding-bottom: 5px;
}

blockquote {
	font-family: Courier New;
	background-color: white;
	color: #ff3300;
}

table {
	margin-left: 20px;
	margin-right: 20px;
	border: thin solid #5e422c;
	border-collapse: collapse;
}

td, th {
	border: thin solid	#5e422c;
	padding: 5px;
}

dt {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

.linking {
	padding-left: 40px;
}

.tabname {
	font-weight: bold;
}

.watermelongreen {
	color: #006600;
	font-weight: bold;
	font-style: oblique;
}

.watermelonpink {
	color: #ff0080;
	font-weight: bold;
	font-style: oblique;
}

.floatright {
	float: right;
	margin: 0 5px 5px 15px;
	padding: 0 0 2px px;
}

.floatleft {
	float: left;
	margin: 5px 5px 5px 1px;
	padding: 0 5px 0 0;
}

.clear {
	clear: both;
}

.strike {
	text-decoration: line-through;
}

.code1 {
	font-family: Courier New;
	background-color: white;
	font-weight: bold;
}

.code2 llcode3 {
	font-family: Courier New;
}

.llcode1 {
	color: red;
}

.llcode2 {
	font-family: Courier New;
	font-weight: bold;
	color: blue;
}

.llcode3 {
	font-family: Courier New;
	font-weight: bold;
	color: black;
}

.llcode4 {
	font-family: Courier New;
	background-color: white;
	color: #ff3300;
}

.code7 {
	font-family: Courier New;
	color: black;
}

.variables {
	color: green;
}
.false {
	color: blue;
}

.nyterave {
	font-family: Courier New;
	background-color: white;
	color: #993300;
}

.next {
	font-weight: bold;
}

.previous {
	font-weight: bold;
}

a:hover { 
	background:	#ff4200;	
	color: #330000;
	font-weight: bold;
}

a:link { 
	color:#330000; 
	font-weight: bold;
}

a:visited { 
	color: #330000; 
	font-weight: bold;
}

#leftbar {
	background:  url(../siteimages/background_image.jpg);
	margin-left: 5px;
	margin-right: 15px;
	padding-right: 10px;
	padding-left: 10px;
	width: 180px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #5e422c; 
}

#rightbar {
	background:  url(../siteimages/background_image.jpg);
	margin-left: 15px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: 180px;
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #5e422c; 
}

#content {
	background:  url(../siteimages/background_image.jpg);
	margin-right: 5px;
	margin-left: 220px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	width: 800px;
}

#footer {
	background:  url(../siteimages/background_image.jpg);
	margin-right: 5px;
	margin-left:  220px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	width: 800px;
	text-align: center;
}

#footer validate {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
}


/* Menu Navigation bar  */
#menu {
	margin-left: 220px; 
	background-repeat:	no-repeat;
	background-position: top;
	margin-bottom: 50px;
}

#nav { 
	margin:0; 
	padding:0; 
	float:left; 
	width:100%; 
} 

#nav li { 
	display:inline; 
	padding:0; 
	margin:0; 
} 


#nav a:link { 
	color: #330000; 	
	background: url(../siteimages/background_side.jpg);
	padding: 10px 20px 4px 5px;  
	float:left; 
	width:auto; 
	border-right:1px solid #42432d; 
	text-decoration:none; 
	font:bold 1.3em/1.3em Verdana, Geneva, Arial, sans-serif; 
	text-transform:uppercase; 
	text-shadow: 2px 2px 2px #555; 
} 


#nav a:visited { 
	color: #330000; 	
	background: url(../siteimages/background_side.jpg);
	padding: 10px 20px 4px 5px;  
	float:left; 
	width:auto; 
	border-right:1px solid #42432d; 
	text-decoration:none; 
	font:bold 1.3em/1.3em Verdana, Geneva, Arial, sans-serif; 
	text-transform:uppercase; 
	text-shadow: 2px 2px 2px #555; 
} 

#nav a:hover { 
	color:#330000; 
	/* #fff; */ 
	background:	#ff4200;	
}


#home { 
	color:#fff; 
	background:	#ff4200;	
}

#nav-home a { 
	color:#fff; 
	background:	#ff4200;	
}


#classes { 
	color:#fff; 
	background:	#ff4200;	
}


#nav-classes a { 
	color:#fff; 
	background:	#ff4200;	
}


#projects { 
	color:#fff; 
	background:	#ff4200;	
}

#nav-projects a { 
	color:#fff; 
	background:	#ff4200;	
}


#faq { 
	color:#fff; 
	background:	#ff4200;	
}

#nav-faq a { 
	color:#fff; 
	background:	#ff4200;	
}



#links { 
	background:#e35a00; 
	color: #330000;   /* #fff; */ 
	text-shadow:none; 
} 

#nav-links { 
	background:#e35a00; 
	color: #330000;   /* #fff; */ 
	text-shadow:none; 
} 

#home #nav-home a:hover, 
#classes #nav-classes a:hover, 
#projects #nav-projects a:hover, 
#faq #nav-faq a:hover,
#links #nav-links { 
	background:#e35a00; 
} 

#nav a:active { 
	background: #e35a00;
	color:#330000    /*  #fff; */
}

#colourchart {
	background:  url(../siteimages/background_image.jpg);
	padding: 5px;
	color: #330000;
	font-weight: bold;
	border: 2px solid #330000;
	border-collapse: collapse;
	margin-right: 0px;
	margin-left: 210px;
	width: 800px;
}

.white {
	color: white;

}

