﻿/* Stylesheet created for the use of of laying out NoUniforms */
/* Created:  Friday 13th March 09 */
/* Author:  J.Burley */

body 
{
	color: #FFFFFF;	
	font-family: Arial;
	font-size: 62.5%;
}

a
{
	text-decoration: none;
	color: #444444;
	font-size: 1.1em;
	line-height: 1.4em;
	/*font-weight: bold;*/
}

h1, h2
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #EEF2F3;
}

p
{
	font-size: 1.1em;
	color: #E0E4E5;	
}

/*  The menu on the left hand side */
div#menu
{
	text-transform: uppercase;
	color: #444444;
}

div#menu ul li a.selected, div#menu ul li a:hover, ul.paging li a.selected, ul.paging li a:hover
{
	color: #AEAFB1;
}

/* This is for the Image Caption which should theoretically sit on top of the image and change colour as instructed */
h3.image-caption
{
	position: absolute;
	z-index: 50;
	top: 490px;
	/*top: 480px;*/
	right: 5px;
	color: #AEAFB1; /* White-ish, but can be overwritten */
	text-transform: uppercase;
	clear: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.1em;
}

/* Style the links in the content paragraphs */
p a
{
	color: #E0E4E5;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

p a:hover
{
	text-decoration: none;
}

/* The back to main site link on the portfolio page */
h3.back-to-main-site
{
	position: absolute;
	top: 488px;
	left: 25px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
	font-size: 1em;
}

h3.back-to-main-site a:hover
{
	color: #AEAFB1;
}

/* Style the buttons on the form */
input.button
{
	position: absolute; 
	top: 465px; 
	right: 230px;
	font-size: 1.1em;
	color: #AEAFB1;
	background-color: #444444;
	border: solid 1px #000000;
	padding: 5px 25px;
	font-weight: bold;
	width: 100px;
	cursor: pointer;
}

/*For the press release table*/
#full-page-text table tr td a p
{
	margin: 5px 0;
	line-height: 1em;
}

/* Giving the forms a bit more styling */
input, textarea
{
	font-size: 11px;
	font-family: Verdana;
	color: #AEAFB1;
	background-color: #444444;
	border: solid 1px #000;
	padding: 2px;
	margin-bottom: 5px;
}