/*****
*
*	Name:		screen.css
*	Author:		Robert Sherwood
*	Email:		rwslondon@yahoo.co.uk
*	Created:		2009-03-19
*
*****/

/*****
*	General
*****/

* {
	padding: 0em;
	margin: 0em;
	border: 0;
}

* a {
   color: #7418e5;
	text-decoration: none;
}

* a:hover {
   text-decoration: underline;
}

body {
	margin: 0em auto 5em auto;
	color: #333;
	font: 62.5%/1.6em Verdana, Geneva, Helvetica, sans-serif;
	font-weight: 400;
	background: #fff url('../img/background/body.jpg') repeat-x top;
}


/*****
*	Container
*****/

#container {	
	font-size: 1.5em;
	font-weight: 400;
	width: 790px;
	margin: 0em auto;
	line-height: 2;
}

#container:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/*****
*	Navigation -- Not currently used.
*****/

#navigation {
	float: left;
	width: 150px;
	height: 450px;
	margin: 0px;
	background: transparent url('../img/background/navigation.jpg') no-repeat top;	
}

#navigation ul {
	margin: 200px 0px 0px 30px;
}

#navigation ul li {
	float: left;
	width: 110px;
	list-style: none;
}

#navigation ul li a {
	color: #333;
	font-size: .9em;
	font-weight: 700;
	display: block;
	padding: 0px 0px 0px 10px;
	background: transparent url('../img/background/navigation_arrow.jpg') no-repeat center left;	
}

#navigation ul li a:hover {
	background: #333;
	color: #eee;
	text-decoration: underline;
}

/*****
*	Header
*****/
#header {
	float: right;
	display: block;
	width: 640px;
	height: 200px;
	margin: 0px;
	background: #fff url('../img/background/header.jpg') no-repeat;
}

#header h1 {
	color: #ddd;
	padding: 50px 0px 0px 30px;
	height: 60px;
	font-size: 2.6em;
	font-weight: 700;
	letter-spacing: -2px;
}

#header h2 {
	text-align: right;
	color: #bbb;
	padding: 10px 30px 0px 30px;
   height: 50px;
	font-size: 1.3em;
	font-weight: 600;
   font-style: italic;
	line-height: 40px;
	letter-spacing: 1px;
}

#header ul {
	margin: 0px 0px 0px 20px;
}

#header ul li{
	float: left;
	width: 200px;
	height: 28px;
	line-height: 28px;
	list-style: none;
	text-align: center;
   border-top: 2px solid #fff;
}

#header ul li a {
	float: left;
	width: 198px;
	height: 28px;
	color: #000;   
   background: #ccc;
   border-right: 2px solid #fff;
	font-size: 1.1em;
}

#header ul li a#right {
   width: 200px;
   border-right: none;
}

#header ul li a.selected {
	color: #fff;
	background: #000;
   text-decoration: none;
}

/*****
* Content
*****/
#content {
	float: right;
   padding: 0px 30px;
	width: 580px;
	background: transparent url('../img/background/content.jpg') repeat-y top;
}

#content h1, #content h2 {
	margin: 20px 0px;
   padding: 0px 10px;
	text-align: left;
	border-bottom: 2px solid #7419e5;
}

#content h1 {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: .2em;
}

#content h2 {
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: .2em;
}

#content p {
	line-height: 1.4;
	margin: 0px 0px 20px 0px;
   padding: 0px 10px;
}


/*****
*	Footer
*****/
#footer {
	float: right;
	display: block;
	width: 640px;
	height: 20px;
	margin: 0px;
	background: transparent url('../img/background/footer.jpg') no-repeat;
}
