﻿/*
Style Sheet by Jon Smith - Riot of Colour Productions
*/


/*
	Here are the fonts for the site
*/


h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}

h4
{
	font-family: verdana, arial, helvetica, sans-serif;
}

h3
{
	font-family: verdana, arial, helvetica, sans-serif;
}

h2
{
	font-family: verdana, arial, helvetica, sans-serif;
}

h1
{
	font-family: verdana, arial, helvetica, sans-serif;
}

p
{
	font-family: verdana, arial, helvetica, sans-serif;
}

a
{
	font-family: verdana, arial, helvetica, sans-serif;
}

td
{
	font-family: verdana, arial, helvetica, sans-serif;
}

tr
{
	font-family: verdana, arial, helvetica, sans-serif;
}

table
{
	font-family: verdana, arial, helvetica, sans-serif;
}

body
{
	font-family: verdana, arial, helvetica, sans-serif;
}

/*
	The Banner along the top
*/


#banner {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	height: 69px;
	border-top: 0px solid #003366;
	border-bottom: 1px solid #003366;
	background-image:url('images/topdf750.jpg');
	background-position: centre;
	background-repeat: no-repeat;
	background-color: #003366;
	}



/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #222222;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
}


/*
	Normal paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
}


li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
}




/*
	Link Behaviours
*/


a:link { 
	color: #EA922B; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 


/*
	Front Page Table Links
*/


a.menu:link { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 1.2em;
	color: #FFAAFF;
  margin-top: 9px;
}


h1.left-header
{
	font-weight: normal;
	font-size: 1.2em;
	color: #FFAAFF;
	margin-left: 35px;
}

h2
{
	font-size: 0.9em;
	color: #FFAAFF;
	padding-top: 1px;
}

h3
{
	font-size: 0.6em;
	color: #FFAAFF;
	padding-top: 1px;
}


/*
	Main Table - bground colour
*/

.maintable 
{
	background-color: #000000;

	
}



/*
	Menu Table and Cell Controls
*/

.menutable 
{
	height: 25px;	
	width: 750px;
        font-size: 0.7em;
	background-color: #000000;
	
	border-bottom: 1px solid #003366;
}

.menucell
{
  padding-left: 15px;
}



/*
	Left hand column on homepage - foggy blue light in corner
*/

.home-left 
{
	width: 276px;
	height: 600px;
	background-image: url("images/darktext1.jpg");
	background-repeat: no-repeat;
	padding-top: 370px;
}

p.left-text
{
	font-size: 0.7em;
	margin-left: 35px;
	margin-right: 25px;
	color: #999999;
}



/*
	Right hand column on homepage - where the main text is
*/

.home-right 
{
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 75px;
}





/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;
	background-image: url("images/pleft.jpg");
	background-repeat: no-repeat;
}


/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-right: 75px;
}




/*
	Page footer area
*/


p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #666666;
	font-size: 0.6em;
	margin-bottom: 20px;
}

p.footer a
{
	color: #EA922B;
	font-size: 1em;
}




/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}




