/*****
*
* Name:     screen.css
* Author:   Robert Sherwood
* Email:    rwslondon@yahoo.co.uk
* Created:  2010-05-09
*
*****/

/*****
*	Body
*****/
body {
  background: #fff url('../img/background/headerbackground01.jpg') repeat-x;
  background-position: 0 0;
  color: #555;
  font: 62.5%/1.6em Verdana, Geneva, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

/*****
*	Links
*****/

* a {
  color: #7534aa;
  font-weight: 900;
  text-decoration: none;
}

* a:hover {
  color: #7534aa;
  text-decoration: underline;   
}



/*****
*	Container
*****/
#container {
	font-size: 1.4em;
	line-height: 1;
	margin: 0em auto;
	text-align: left;
	width: 760px;
}


/*****
*	Header
*****/
#header {
	background: url('../img/background/header01.jpg') repeat-x;
	height: 270px;
	margin: 0em auto;
	position: relative;
	width: 760px;
}

#header h1 {
	color: #666;
	font-size: 2.8em;
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0em;
}

#header p {
	background-color: transparent;
	color: #fff;
	float: right;
	font-size: 1em;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 70px;
	top: 228px;
}

#header ul {
	float: left;
	height: 160px;
	list-style: none;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#header ul li {
	font-size: 1em;
}

#header ul li a {
	color:#fff;
	font-weight: 700;
	background:transparent;
	display: block;
	line-height: 40px;
	padding: 0px 10px;
	width: 200px;
}

#header ul li a:hover {
	background: #b484da;
}


/*****
*	Header - Placeholder
*****/
#header .placeholder {
	height: 130px;
	width: 450px;
	right: 55px;
	top: 85px;
	overflow: hidden;
	position: absolute;
}

#header .placeholder img {
	display:block;
}


/*****
*	Content
*****/
#content {
	float: right;
	width: 560px;
}

#content h2 {
	border-bottom: 2px solid #7534aa;
	color: #444;
	line-height: 1.75em;	
	font-size: 1.5em;
	font-weight: 400;
	margin: 0em;
	padding: 0px 10px;
}

#content h3, h4, h5, h6 {
	display: block;
	clear: both;
	line-height: 1.75em;
	text-align: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

#content h3 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 20px 0px 0px 10px;
	border-bottom: 2px solid #7534aa;
}

#content h4 {
	font-size: 1.1em;
	font-weight: 700;
}

#content h5 {
	font-size: 1em;
	font-weight: 700;
}

#content h6 {
	font-size: .9em;
	font-weight: 700;
}

#content p {
	margin: 0;
	padding: 10px 0px 0px 10px;
	line-height: 1.5em;
}

#content li {
	font-size: .9em;
	list-style: none;
	margin: 0em 0em 2em 0em;
	padding: 0em 1em 0em 1em;
	border-left: 1px solid #7534aa;
}

#content img {
	clear: both;
	display: block;
	margin: 0px auto;
	padding: 15px;
	border: none;
}

#content img.floatleft {
	float: left;
	display: inline;
	margin: 0px;
	padding: 15px 12px 6px 0px;
}

#content img.floatright {
	float: right;
	display: inline;
	margin: 0px;
	padding: 15px 0px 6px 12px;
}


/*****
* Legal
*****/

#legal {
  border-top: 1px solid #7534aa;
  margin: 3em 0em 1em 1em;
  padding: .5em 0em 0em 0em;
}

#legal p {
  font-size: .9em;
  text-align: center;
  line-height: 1em;
  margin: 0em;
  padding: 0em 0em .5em 0em;
}



/*****
*	Sidebar
*****/
#sidebar {
	float: left;
	width: 170px;
}

#sidebar h3 {
	border-bottom: 2px solid #7534aa;
	color: #444;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.75;
	margin: 0px;
	padding: 0 10px;
}

#sidebar p {
	background: #f1f1f1;
	display: block;
	font-size: .8em;
	margin: 10px 0px;
	padding: 10px;
}

#sidebar p a.more {
	display: block;
	text-align: right;
	color: #7534aa;
}

#sidebar ul {	
	width: 170px;
	list-style: none;
	overflow: hidden;
	margin: 10px 5px 10px 5px;
	padding: 0px;
}

#sidebar ul li {
	font-size: .9em;
	border-bottom: 1px solid #b484da;	
	padding: 2px 0px;
}

#sidebar ul li a {
	color: #555;
	display: block;
	line-height: 13px;
	padding: 1px 4px 1px 4px;
}

#sidebar ul li a:hover {
   color: #333;
   background: #bbb;
   text-decoration: none;
}

#sidebar ul li a.selected {
	color: #fff;
	background: #8f8f8f url(../img/background/sidebar_select.gif) repeat-y top right;
}


/*****
*	Footer
*****/
#footer {
	clear: both;
	margin: 3em auto 0;
	padding: 20px 0px 0px 0px;
	width: 760px;
}

#footer p {
	border-top: 2px solid #7534aa;
	color: #555;
	font-size: .9em;
	line-height: 1em;
	margin: 0;
	padding: 10px 0px;
	text-align: center;
}


/*****
*	Errors
*****/
p.error {color: #872f2f;
	background-color: #eed5d2;
	border: 2px solid #3f3837;
	font-size: .9em;
	text-align: left;
	margin: 1em;
	padding: 1em;
}
