/*
***********************************************************

Title:			stylesheet.css
Author: 		Eva Rudlinger
Created: 		19.12.2009
Type: 			Screen, Projection
Description :	Screen and projection stylesheet www.evarudlinger.co.uk

***********************************************************
*/

/* COMMON AND GLOBAL
------------------------------------------------------------------*/
body {
	background: #ffffff; 
	margin: 0px 0px 0px 0px; 
	padding: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
 
  color:#010101; 
	}

/* Typography
------------------------------------------------------------------*/
a:visited {color:#333333}
a:link {color:#999999}
a:active {color:#999999}
a:hover {color:#CCCCCC}

a {background:none; outline:none; border:inherit}

p.eva{margin: 18px 0px 0px 0px; color: #333333; font-size: 11px; font-family:Arial, Helvetica, sans-serif}

/* images
------------------------------------------------------------------*/
img {border:0px} /* Gets rid of IE's blue borders */
a img { background:#FFFFFF; padding:1px;} /* Hidden from IE */
a:hover img { border:1px; padding:1px; background-color:#999999;}
/* ids
------------------------------------------------------------------*/

#wrapper{ 	
    margin: inherit;  
	width: 948px;
	}
/* main navigation
------------------------------------------------------------------*/
#navlist{

	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif, Verdana; 
	font-size: 11px;
	}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline; 
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 40px 8px 40px;
text-decoration: none;
color: #888888;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #E2E2E2;
padding-bottom: 3px;
color: #000;
}

#navlist a:hover { color: #333333; }
