/*
Title: Fairchild Semiconductor CSS [POSH]
Date: 20080227
Authors: Fehler [http://www.fehlergesellschaftmitbeschrankterhaftung.com/]
Thanks: Christopher Murphy, Christian Lange, Niels Bohr and Nicklas Persson.
*/

/*
Body and Layout
*/

body
{
background: #FFF;
color: #333;
font-family: Georgia, Times, serif;
font-size: 18px;
}

#container
{
margin: 40px;
text-align: left;
}


/*
Typography
*/

h1, h2
{
color: #666;
}


/*
Links
*/

a
{
text-decoration: none;
color: #69C;
}

p a:link, li a:link
{
padding-bottom: 2px;
border-bottom: 2px solid #69C;
}

p a:visited, li a:visited
{
padding-bottom: 2px;
border-bottom: none;
}

p a:hover, li a:hover
{
color: #336;
padding-bottom: 2px;
border-bottom: 2px solid #336;
}


/*
Lists
*/

ul
{
padding-left: 0;
}

li
{
list-style: none;
line-height: 1.4;
}

#nav li
{
margin: 0;
padding: 0;
display: inline;
list-style: none;
}


/*
Classes
*/

.display abbr
{
padding-bottom: 2px;
}