/* Extra css file for personal jemdoc customizations. */
/* Copyright (C) Jacob Mattingley 2007. */

a, a > tt {
	color:rgb(70, 130, 180);  
}
a:hover {
	border-bottom: 1px rgb(70, 130, 180) dotted;
}

div#toptitle {
	margin-bottom: 1.3em;
	border-bottom: 1px solid #c0c0c0;
}

h1, h2, h3{
	color:  rgb(70, 130, 180);  
}

#layout-menu a.current:link, #layout-menu a.current:visited {
	background-color:rgb(70, 130, 180);
	color:white;
}

#layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
	color: rgb(70, 130, 180);
	text-decoration: none;
}

h1, h2{
	border-bottom: 1px solid #c0c0c0;
}

div#footer-text {
	padding-bottom: 0;
}

div.blocktitle {
	color: rgb(70, 130, 180);
}

div.blockcontent {
	border: 1px solid #c0c0c0;
}

div#footer-text {
    padding-bottom: 8px;
}
