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

/*
Body and Layout
*/

*
{
margin: 0;
padding: 0;
}

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

#container
{
width: 254px;
height: 340px;
position: absolute;
top: 50%;
left:50%;
margin:-170px auto auto -127px;
border: 1px solid #CCC;
text-align: center;
}

#content
{
text-align: left;
margin: 10px;
width: 234px;
height: 320px;
border-top: 1px solid #666;
}

#nav
{
position: absolute;
bottom: 10px;
width:235px;		
height: 12px;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}


/*
Typography
*/

h1
{
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, Sans-Serif;
margin: 12px 0 12px 0;
font-size: 14px;
color: #666;
padding-bottom: 12px;
border-bottom: 1px solid #666;
}

h2
{
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, Sans-Serif;
margin: 20px 0 10px 0;
font-size: 12px;
color: #999;
}

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


/*
Images
*/

.portfolio
{
padding: 4px;
border: 1px solid #CCC;
}


/*
Lists
*/

ul
{
padding-left: 0;
}

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


/*
Links
*/

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

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

p a:visited
{
padding-bottom: 1px;
border-bottom: none;
}

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

h1 a
{
color: #666;
}

a img
{
border: 0;
}


/*
Classes
*/

.display
{
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, Sans-Serif;
padding: 10px 0 0 20px;
}

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