/* The overall style sheet for the TimeSplash book site */

/* Major structuring blocks and their classes */

body 
{
 margin: 0;
 padding: 0;
 background-color: #ffffff;
 margin-left: 50px;
 top: 0;
 left: 0;
}

div
{
 padding-left: 20px;
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 10px;
}

#banner 
{
 height: auto;
 width: 890px;
 clear: right;
}

#nav
{
 float: left;
 clear: right;
 height: auto;
 width: 890px;
}

#cover 
{
 float: left;
 width: 390px;
 height: auto;
}

#blurb 
{
 float: left;
 clear: right;
 width: 520px;
 height: auto;
}

#howto 
{
 float: left;
 width: 400px;
 height: auto;
}

#video 
{
 float: left;
 clear: right;
 width: auto;
 height: 300px;
}

#footer 
{
 float: bottom;
 height: 40px;
 width: 890px;
}

.clear
{
 clear: both;
}

.button
{
 font-size: 150%;
 font-weight: bold;
 border-style: outset;
 padding: 5px;
 display:block; 
 font-color:#FFFFFF; 
 background-color:#D5A05A; 
 text-align:center; 
 text-decoration:none;
}


/* Textual element definitions */

h1,h3
{
 font-family: verdana; 
 color: darkgreen;
}

h2
{
 font-family: verdana; 
 color: DC402E;
}

p,table,li
{
 font-family: verdana; 
 font-size: 100%;
 color: darkgreen;
}

a
{
 font-family: verdana; 
 font-size: 100%;
 color: darkgreen;
 font-style: bold;
}

small
{
 font-family: verdana; 
 font-size: 80%;
 color: darkgreen;
}

a:link    {color: #DC402E}
a:visited {color:ldarkgreen}
a:active  {color:darkgreen}
a:hover   {color:darkgreen}

.nav
{
 font-size: 120%;
}

hr
{
 color: darkgreen;
 width: 890px;
}


/* Text layout definitions */


/* images */

img {border: none}


/* tables */

td
{
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #EEEEEE;
}