body{
	width: 100%;
	margin: 0px auto;
	font-family: arial, helvetica, sans;
	font-size: 14px;
	line-height: 20px;
	color: #434343;
	}
	
a, a:visited{
	color: #c60c30;
	}
p{
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	}

h1{
	line-height: 40px;
	font-size: 40px;
	font-family: 'Arial Black', arial, helvetica, sans;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	}

h1 span.small{
	font-family: arial, helvetica, sans;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	}

h1 span.big{
	font-family: arial, helvetica, sans;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	}
				
h2{
	margin: 40px 0 0;
	font-size: 18px;
	font-weight: bold;
	}

ul{
	margin: 0px;
	padding: 20px 0 0 0px;
	line-height: 40px;
	list-style-position: inside;
	}

li:first-child{
	border-top: 1px solid #ccc;
	}

li{
	border-bottom: 1px solid #ccc;
	}
	
table{
	border-collapse: collapse;
	margin-top: 20px;
	}

th{
	text-align: left;
	padding: 10px;
	background: #eee;
	}
					
td{
	min-width: 130px;
	vertical-align: top;
	padding: 10px;
	}

td:first-child{
	padding-right: 50px;
	}
	
tr{ 
	border-bottom: 1px solid #ccc;
	}

tr:first-child{
	border-top: 1px solid #ccc;
	}
					
#timeline-chart{
	width: 100%;
	height: 600px;
	overflow: auto;
	}
	
#featured-timeline-container{
	width: 960px;
	margin: 0px auto;
	}
	
#featured-timeline-info{
	width: 540px;
	padding: 40px 100px 100px 10px;
	float: left;
	}

#featured-timeline-download{
	width: 300px;
	padding: 40px 10px 0px 0px;
	float: right;
	}

#featured-timeline-download img{
	width: 250px;
	height: auto;
	margin:	0 25px;
	}

#download-button{
	width: 300px;
	height: 60px;
	color: white;
	text-shadow: 1px 1px 2px #222;
	background: #4cb139;
	background: -webkit-linear-gradient(#9fda78, #4cb139); /* For Safari */
	background: -o-linear-gradient(#9fda78, #4cb139); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#9fda78, #4cb139); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#9fda78, #4cb139); /* Standard syntax */
	border: 1px solid #439857;
	border-radius: 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	padding-top: 18px;
	box-sizing: border-box;
	box-shadow: 0px 2px 2px #aaa, inset 0px 1px 1px #fff;
	}	

a.button{
	text-decoration: none;
	}
.fb-share-button{
	margin-top: 10px;
	margin-right: 10px;
	}	

.pinterest-button{
	margin-left: -26px;
	display: inline;
	}	

#nav-wrapper {
	background: #999;
	width: 100%;
	height: 40px;
	}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	background: #999;
	width: 960px;
	margin: 0px auto;
	}


#navigation ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	}

#navigation li {
	position: relative;
	background: #999;
	border-left: 1px solid #aeaeae;
	float: left;
	margin: 0;
	padding: 0px 7px;
	width: 5em;
	text-align: center;
	/* IE 7 */
	min-height: 1px;
	vertical-align: bottom;
	display: inline;
	border-bottom: none;
	}

#navigation li:first-child{
	border-top: none;
	}
	
#navigation ul li a {
	width: 5em;
	display: block;
	overflow: hidden;
	height: 40px;
}

div#navigation li:hover {
	cursor:pointer;
	z-index:100;
}

#navigation li:hover {
	background: #666666;
}
	
#navigation li.first-link{border-left: none; border-top: none;}
	
#navigation a {
	color: #fff;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #FFFFFF;
	background: #666666;
}

	
#navigation #active  {
	background: #666666;
	color: #FFFFFF;
	padding: 4px 7px;
}

div#navigation li:hover ul ul,
div#navigation li li:hover ul ul,
div#navigation li li li:hover ul ul,
div#navigation li li li li:hover ul ul
{display:none;}

div#navigation li:hover ul,
div#navigation li li:hover ul,
div#navigation li li li:hover ul,
div#navigation li li li li:hover ul
{display:block;}

#footer {
	background: url('http://www.timelinemaker.com/images/gradient-bottom.png') repeat-x top left;
	height: 73px;
	padding:0px 0px 0px 25px;

	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;

	width: 100%			/* ie print fix */
	display: block;			/* ff print fix */
	position: static;		/* ff print fix */
}

#footer table tr{
	border: none;
	}

#footer td:first-child{
	padding-right: 0px;
	}	
	
#footer-content {

	width: 783px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5d5d5d;

	padding: 0px;
	margin: 0px auto;
}

#footer-content a { 
	color:#5d5d5d;
	}
	
#footer-content a:hover { 
	color:#000000;
	}

#footer img{
	margin-top: -6px;
	}	