/*
Title: 4.7F
Author: Fairchild Semiconductor
*/

/*
Body and layout.
*/

*
{ 
margin: 0; 
padding: 0;
}

html
{
height: 100%;
margin-bottom: 1px;
}

body
{
margin: 40px;
text-align: center;
font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Sans-Serif;
font-size: 12px;
line-height: 1.6;
color: #333;
background: #FFF url(../assets/mcmxc.png) no-repeat fixed 60px 200px;
}

#container
{
width: 420px;
margin: 20px 20px 20px 280px;
text-align: left;
}


/*
Typography
*/

h1
{
font-size: 16px;
color: #333;
padding: 30px 0 0 0;
}

p
{
margin: 10px 0 0 0;
text-align: justify;
}

abbr
{
font-weight: bold;
padding-bottom: 1px;
border-bottom: 1px solid #CCC;
}

blockquote
{
padding: 0 0 0 20px;
border-left: 5px solid #CCC;
}

cite
{
color: #999;
font-style: normal;
}


.timestamp
{
margin: 15px 0 0 0;
padding: 10px 0 20px 0;
font-size: 10px;
color: #CCC;
border-top: 1px solid #CCC;
}


/*
Links
*/

a, a:visited
{
text-decoration: none;
color: #426277;
padding-bottom: 1px;
border-bottom: 1px solid #426277;
}

a:hover, a:active
{
border-bottom: 2px solid #426277;
}

cite a:link, cite a:visited
{
text-decoration: none;
color: #999;
border: 0;
}

cite a:hover, cite a:active
{
padding-bottom: 1px;
border-bottom: 1px solid #999;
}


/*
Lists
*/

ul, ol
{
margin: 10px 0 10px 20px;
list-style-type: square;
}


/*
Images
*/

img
{
border: 0;
float: left;
}

.href
{
margin: 10px 0 20px 0;
border: 5px solid #CCC;
}

#container a:hover img
{
border: 5px solid #666;
}