
body {
	background-image: url('img/bg-2.png');
	color: #666;
	font-size: 87.5%; /* base font-size is 14 px */
	font-family: courier;
	line-height: 1.5;
	text-align: left;
	
}

a {
	text-decoration: none;
}	

a:link {
	color: #BC5B6E;
}

a:visited {
	color: #F66;
}

a:hover, a:active {
	background-color: #F66;
	color: #000;
}

.body {
	margin: 0 auto;
	width: 90%;
	clear: both;	
}

.mainHeader img {
	width: 30%;
	height: auto;
	margin: 2% 0;
}
/* i.e. MAIN HEADING (SUB) (i.e. Works: 2002-2009) */
.mainHeader h2 {
	font-family: Garamond, Helvetica;	
	color: #000000;
}
/* i.e. MAIN HEADING (i.e. Works: 2002-2009) */
.mainHeader h3 {
	font-family: Garamond, Helvetica;	
	color: #000000;
}
/* CURRENTLY HAS NO EFFECT ON PAGE DISPLAY */
.mainHeader nav {
	background-color: #FFFFFF;
	height: 40px;

}
.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left;
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color:#999;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;
}

.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, mainHeader nav a:visited {
	background-color: #F66;
	color: #F66;
	text-shadow: none;
}

.mainHeader nav ul li a {
}

.mainContent {
	line-height: 25px;
} 

.content {
/* LOWER RIGHT-HAND PORTION OF CONTENT AREA */
	width: 70%; /* permits space for sidebars */
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 2px;;
}


.content h3 {
	font-family: Garamond, Helvetica;	
	color: #666;
}

.content p2 {
	font-family: Courier;
	color: #666;
}

.tablework {
/* RELEVANT TO PAGES IN THE WORKS SECTION - BACKGROUND CLR FOR TABLE */
/* Currently set to white, should test with black and image */
	background-color: #FFFFFF;
	font-size: 75%;
	line-height: 1;
}

.tablework p2 {
	font-family: Garamond, Helvetica;
	font-size: 100%;
	color: #666;
}

.tablework a {
	color: #990033;
}

.tablework a:hover {
	background-color: #99ff99;
	color: #000;
	text-shadow: none;
}

.maintext-img {
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: 1;
}

.maintext-img-2 { /* i.e. AREA CONSISTING OF IMAGES, ETC. */
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: 1;
}

.maintext {  
	background-color: #FFFFFF;
	font-size: 95%;
	line-height: 1;
}

.maintext p2 {
	font-size: 110%;
	color: #666;
}

.maintext a:hover {
	background-color: #F66;
	color: #000;
	text-shadow: none;
}

.maintext img {
	max-width: 100%;
	size: auto;
}

.media_sections { 
	background-color: #FFFFFF;
}

.topcontent {
/* UPPER PORTION OF CONTENT AREA */
	background-color: #FFFFFF;
	margin-top: 2px;
	padding: 3% 5%;
}

.bottomcontent {
	background-color: #FFFFFF;
	margin-top: 2px;
	padding: 3% 5%;
}

.top-sidebar {
	width: 21%;
	float: left;
	/* NAVIGATION PANEL */
	background-color: #FFFFFF;
	margin-left: 0%;
	padding: 2% 3%;
	margin-bottom: 2%;
}

.top-sidebar p {
	font-size: 100%;
}

.middle-sidebar {
/* CURRENTLY NOT BEING UTILISED */
	width: 31%;
	float: left;
	background-color: #B3B3B3;
	margin-left: 3%;
	padding: 2% 3%;
	margin-bottom: 2%;
}

.bottom-sidebar {
/* CURRENTLY NOT BEING UTILISED */
	width: 31%;
	float: left;
	background-color: #B3B3B3;
	margin-left: 3%;
	padding: 2% 3%;
	margin-bottom: 2%;
}

.mainFooter {
/* THIS IS WHERE COPYRIGHT AND EMAIL IS */
	width: 97%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 1%;
	margin-bottom: 1%;
}

.mainFooter p {
	width: 97%;
	margin: 2%; 
	font-size: 80%;
	color: #808080;
}

.post-info {
	color: #666;
	font-size: 85%;
}

/* SETTINGS FOR MOBILE DEVICES & TABLET */
@media only screen and (min-width: 150px) and (max-width: 600px)
{

.body {
	width: 90%;
	font-size: 100%;
 }

.mainHeader img {
	width: 100%;
}

@media screen and (max-width:1024px){
  img.responsive {width: 200px;}
}

@media screen and (min-width:1025px){
  img.responsive{width: 300px;}
}

.mainHeader nav {
	height: 200px;
}

.mainHeader nav ul {
	padding: left 0;
}

.mainHeader nav ul li {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	padding: 10px 25px;
	height: 20px;
	display: block;
}

.mainHeader nav ul li a {
}

.mainContent {
	line-height: 25px;
} 

.content {
	margin-top: 2px;
	width: 100%; 
}

.topcontent {
	margin-top: 3px;
	padding: 3% 5%;
}

.maintext {
	width: 90%;
	font-size: 100%;
 }
 
 .tablework {
	width: 90%;
	font-size: 100%;
 }

.bottomcontent {
	margin-top: 3px;
	padding: 3% 5%;
}

.top-sidebar, .middle-sidebar, .bottom-sidebar {
	width: 94%;
	margin: 2% 0 2% 0;
	padding: 2% 3%;
}1