/*

Theme Name: EM
Theme URI: http://elevationmultimedia.co.uk/
Description: A custom theme for elevationmultimedia.co.uk
Version: 1.0
Author: JT
Author URI: http://elevationmultimedia.co.uk

	This theme was designed and built by JT
	of Elevation Multimedia - Graphic and Web Design.

	The CSS, XHTML and design is © copyright JT, Elevation Multimedia.
	All images and logos are © copyright Elevation Multimedia.
	All rights reserved - no design, images or content may be
	reproduced without prior permission.

*/

* html
{
	overflow: auto;
}

body
{
	font-family: "Myriad", "Helvetica", sans-serif;
	background: #fff url('images/contentbg.gif') 310px top no-repeat;
	color: #888;
}

body.home
{
	background: #fff url('images/bg.gif') 310px top no-repeat;
}

a#title
{
	position: absolute;
	top: 340px;
	left: 50px;
	text-decoration: none;
	font-size: 25px;
	color: #888;
}

a#title span
{
	color: #ddd;
}

a#title:hover
{
	color: #ddd;
}

a#title:hover span
{
	color: #888;
}

#nav
{
	position: absolute;
	top: 340px;
	left: 585px;
	padding: 8px 0 0;
	white-space: nowrap;
	font-size: 15px;
	list-style: none;
}

#nav li
{
	display: inline;
}

#nav li a
{
	text-decoration: none;
	color: #888;
}

#nav li a:hover
{
	color: #ddd;
}

#content
{
	position: absolute;
	width: 525px;
	height: 288px;
	top: 15px;
	left: 310px;
	overflow: auto;
	font-size: 70%;
}

h2
{
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 140%;
}

hr
{
	border: none;
	border-top: #ddd 1px solid;
}

img
{
	border: 0;
}

img#propic
{
	width: 200px;
	height: 189px;
	padding: 47px 24px 48px 23px;
}

img.pic
{
	/*w247 h284*/
	position: absolute;
	top: 24px;
	left: 33px;
	background: url('images/picbg.gif');
}
