/*INDEX Cascading Style Sheet*/

/*eliminates browsers default margin or padding*/
html, body, h1, h2, p, p#toplink, ul,
#all, #menu, #content,
#entryRight, #entry, #footer,
#topEdge, #topRepeat, #topLeft,
#bottomEdge, #bottomRepeat, #bottomLeft
	{margin: 0; 
	padding: 0;}

/*------------specific fonts--------------
 *----------------------------------------*/

body 
	{font: normal 0.7em Verdana, Arial, sans-serif;
	color: white;}

h1	{font: bold 300% Arial, sans-serif;
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 20px;}

h2 
	{font-size: 200%;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;}

p 
	{line-height: 1.2em;
	padding: 0.65em 5px 0.65em 15px;
	text-align: justify;}

P#disclaimer
	{margin-bottom: 40px;
	font: 100% arial, serif;}

p#toplink
	{position: relative;
	left: 50px;
	text-align: center;
	font-weight: bold;}
	
ul#details
	{padding: 10px;
	padding-left: 20px;
	margin: 10px 30px 0 20px;
	border: 1px solid white;}

ul#details li
	{font-size: 120%;
	padding: 5px;}

strong 
	{text-transform: uppercase;}

/*---------------links--------------------------
 *----------------------------------------------*/
a:link {color: #AAAAFF}
a:visited {color: #FFAAFF}
a:hover {color: #FFAAAA;}

div#menu a
	{font: bold 14px comic sans ms, Verdana, sans-serif;
	display: block;
	line-height: 16px;
	text-decoration: none;
	color: black;}
div#menu a:visited {color: blue;}
div#menu a:hover {color: red;}
div#Homebutton a:hover {border: none;}

div#PDA, div#menu a img
	{position: absolute;
	top: 555px;
	left: 50px;
	width: 150px;
	height: 150px;
	z-index: 0;}
	
div#menu a img
	{width: 0px;
	height: 0px;
	border: none;}
div#menu a:hover img, div#menu a.over img
	{width: 150px;
	height: 150px;
	z-index: 1;}

div#tags img
	{display: inline;
	text-align: right;
	height: 31px;
	width: 88px;
	border: none;
	padding-left: 5px;
	vertical-align: top;}

div#tags img:hover		/*doesnt work in IE*/
	{height: 40px;}

/*-------------specific divs---------------------
 *----------screen settings----------------------*/
@media screen {

  div#all			/*used insted of body to stop the background moving after min width is reached in Opera*/
	{min-width: 680px;  	/*IE doesnt recognise min-width attribute*/
	//width: expression(document.body.clientWidth < 680? "680px": "auto");
				/*used to simulate min-width attribute in (only seen by IE - wont validate)
				 *compliments of http://www.svendtofte.com/code/max_width_in_ie*/
	background: #FFFFFF 
		url('images/right.jpg') 
		no-repeat top left;}

/*---------------Menu---------------------------
 *----------------------------------------------*/
  div#right
	{position: absolute;
	top: 0px;
	left: 0px;}
	
  div#menu
  	{margin-top: 145px;
	margin-left: 20px;
	width: 180px;
	z-index: 1;}

  div#Homebutton
	{height: 71px;
	width: 71px;
	margin-left: 70px;
	margin-top: 40px;}
	
    /*-----------Main Content------------------
     *-----------------------------------------*/
  div#entryRight
	{max-width: 900px;
	margin-left: 250px;
	background: #FFFFFF 
url("images/index_backgrounds/rightedge.gif") 
		repeat-y top right;}	

  div#entry 
	{min-height: 600px;
	margin-right: 30px;
	background: transparent
url("images/index_backgrounds/cover.gif") 
		repeat top left;}
		
  div#body
	{padding: 0 0 0 80px;
	background: transparent
url("images/index_backgrounds/binder.gif") 
		repeat-y top left;}	
				
  div#sticker
	{position: relative;
	top: 50px;
	left: 20px;
	text-align: left;}

  div#quill
	{text-align: right;}

      div#footer
	{clear: right;
	margin-top: 1em;}

      div#tags
	{text-align: center;
	position: relative;
	top: 90px;
	left: 60px;
	word-spacing: 10px;
	height: 40px;}

  /*------Top and Bottom images----------------
   *-------------------------------------------*/
  div#topEdge
	{max-width: 900px;
	height: 200px;
	margin-left: 250px;
	background: #FFFFFF 
url("images/index_backgrounds/topcorner.gif") 
		no-repeat bottom right;}
 
    div#topRepeat
	{height: 200px;
	background: transparent
url("images/index_backgrounds/topedge.gif") 
		repeat-x bottom left;
	margin-right: 30px}

      div#topLeft
	{float: left;
	height: 200px;
	width: 100%;
	background: transparent
url("images/index_backgrounds/top.jpg") 
		no-repeat top left;}

  div#bottomEdge
	{max-width: 900px;
	margin-left: 250px;
	height: 200px;
	background: #FFFFFF 
url("images/index_backgrounds/bottomcorner.gif") 
		no-repeat top right;}


    div#bottomRepeat 
	{height: 200px;
	background: transparent
url("images/index_backgrounds/bottomedge.gif") 
		repeat-x top left;
	margin-right: 30px}

      div#bottomLeft
	{height: 200px;
	width: 100%;
	background: transparent
url("images/index_backgrounds/bottom.jpg") 
		no-repeat top left;}
}

/*-------------print Settings-----------------
 *---text has been formatted to save paper---*/
@media print{
  body
	{font: normal 12pt times new roman, times, serif;
	color: black;}
  
  h1
  	{font: normal 200% Arial, sans-serif;
	line-height: 2em;
	padding: 0px;
	text-transform: uppercase;}
	
  h2
  	{font-size: 166%;}

  p#disclaimer
	{font: italic 10pt 
		times new roman, times, serif;
	line-height: 1.33;}
  
  #topEdge, #bottomEdge, #right, #tags, #toplink, #quill, #sticker
	{display: none;}

  a:link, a:visited
	{color: black;
	text-decoration: none;}
}