/*
Title: /4.7
Author: Christopher Murphy + Nicklas Persson
*/

/*
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(../img/white_space.png) no-repeat 940px 268px;
}

#container
{
width: 720px;
margin: 20px 100px 20px 80px;
text-align: left;
}

#header
{
margin: 0 0 40px 0;
padding: 0 0 0 300px;
}

#content
{
width: 420px;
padding: 0 0 40px 0;
float: left;
overflow: auto;
min-height: 500px;
}

#footer
{
margin: 100px 0 0 300px;
padding: 0 ;
border-top: 1px solid #666;
clear: both;
}


/*
Navigation
*/

.nav
{
width: 80px;
margin: 0 20px 0 0;
float: left;
height: 380px;
}

.nav ul
{
margin: 11px 0 0 0;
list-style-type: none;
}

.nav li
{
font-weight: bold;
}

.nav li a
{
font-weight: normal;
}


/*
Typography
*/

h1
{
font-size: 70px;
color: #C30;
line-height: 1.5;
}

h2
{
font-size: 12px;
color: #333;
font-weight: normal;
line-height: 0.5;
padding: 0;
}

h3
{
margin: 50px 0 0 0;
font-size: 18px;
color: #333;
padding-bottom: 1px;
border-bottom: 1px solid #666;
}

h4
{
font-size: 16px;
color: #666;
padding: 30px 0 0 0;
}

h5
{
font-size: 14px;
color: #999;
padding: 15px 0 0 0;
}

h6
{
font-size: 13px;
color: #999;
padding: 15px 0 0 0;
}

p
{
margin: 11px 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;
}


/*
Links
*/

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

a:visited
{
color: #C30;
}

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

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active 
{
padding: none;
border-bottom: none;
}


/*
Lists
*/

ul, ol
{
margin: 20px;
}


/*
Area Specific Typography
*/

#book h1
{
margin: 40px 0 0 0;
font-size: 12px;
color: #C30;
font-weight: bold;
line-height: 1.6;
}

#book h2
{
font-size: 12px;
font-weight: bold;
line-height: 2.4;
color: #333;
}

ul.modules
{
list-style-type: square;
}

.via
{
color: #999;
}


/*
Images
*/

img
{
border: 0;
float: left;
}

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

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

table
{
width: 300px;
}

td
{
border: 1px solid #ddd;
padding: 0 3px;
}

tr.odd
{
	background-color: #E8E8E8;
}

dt
{
font-weight:bold;
}