
@import url("museo-300-kit.css");
@import url("museo-500-kit.css");

body {
	font-family: "Museo 300";
	font-weight: 300;
	-webkit-text-stroke: 1px transparent;	
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

a {
	font-family: "Museo 500";
	color:  #294771;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px solid #294771;
}

sup {
	vertical-align: super;
	font-size:  8pt;
}

#header {
	background-image: url('../images/homepage-header-background.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 140px;
}

	#header #header-ribbon {
		margin-top:  30px;
		background: transparent url('../images/blue-ribbon.gif') top center no-repeat;
	}
	
	#header #header-ribbon h1 {
		color:  white;
		font-size: 26pt;
		text-align: center;
		padding: 10px 0px 40px 0px;
		font-weight: 300;
	}
	
	#header #header-prev {
		text-align: right;
	}
	
	#header #header-prev,
	#header #header-next {
		margin-top: 77px;
	}
	
	#header #header-prev a,
	#header #header-next a {
		font-size:  14pt;
		font-weight: 300;
	}

#main-content {
		color:  #222;
		text-decoration: none;
		line-height: 1.4;
		padding-top:  15pt;
}

#main-content p,
#main-content ul,
#main-content ol {
	margin-bottom: 15pt;
}

#main-content ul {
    list-style-type: circle;
}

#main-content ol {
    list-style-type: decimal;
}

#main-content h1 {
	font-size:  21pt;
	margin-bottom:  15pt;
	text-align: center;
	font-family: "Museo 500";
}

#main-content h2 {
	margin-bottom: 15pt;
	font-size:  14pt;
	font-family: "Museo 500";
}

#main-content h3 {
	color: #294771;
}

#main-content pre {
	border-left:  2px solid #7d7d7d;
	padding-left:  1.0em;
	margin-left: 0.5em;
	font-family: monospace;
	margin-bottom: 15pt;
}

.footnote {
	padding:  15pt 0;
	margin-top: 15pt;
	border-top:  1px solid #7d7d7d;
	font-size:  10pt;
}

	.footnote hr {
		display: none;
	}
	
	.footnote ol {
		list-style: decimal;
	}

#footer p {
		color:  #222;
		font-size:  10pt;
		text-decoration: none;
		line-height: 1.4;
		padding:  15pt 0;
		margin-top: 15pt;
		border-top:  1px solid #7d7d7d;
}	