html {
    padding: 0px;
    margin: 0px;
}
body {
    margin: 0px;
    padding: 10px;
    background-color: black;
    color: lime;
	font-family: sans-serif;
}
h5 {
	font-size: 100%;
	text-decoration: underline;
	margin: 0px;
	margin-bottom: 1em;
	font-weight: normal;
}
h6 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}
div {
	overflow: hidden;
}
pre {
	font-size: 100%;
	font-family: serif;
}
/* Top picture */
div#header {
    width: 100%;
    text-align: center;
    font-size: 150%;
}
/* Top horizontal nav bar */
div#navbar {
    line-height: 120%;
    width: 100%;
    text-align: center;
    /*vertical-align: center;*/
    border-bottom: 2px solid #5a5a5a;
    border-top: 2px solid #5a5a5a;
	padding-bottom: 4px;
	padding-top: 2px;
	margin-bottom: 1px;
}
/* Container for content columns and side nav bar */
div#body {
}
/* Side nav bar */
div#nav {
    float: right;
	/*width: 14em;*/
	/*margin-right: 10%;*/
	/*border-left: 1px solid #5a5a5a;
	padding-left: 1em;*/
}
/* Main content section */
div#content {
	max-width: 85%;
	padding-right: 1em;
}
/* News on main page */
div.block {
	border: 1px solid #5a5a5a;
	margin-bottom: 2em;
	padding: .5em;
}
/* Footer on bottom of page */
div#footer {
	text-align: right;
	font-size: 75%;
    clear: both;
}
/* Picture div on comp page */
div.pic {
    float: right;
    padding-top: 1em;
    clear: both;
}
/* Simple title p */
p.smallTitle {
    text-align: center;
    text-decoration: underline;
}
/* Div for holding information on comp systems */
div.system {
    padding-bottom: 1em;
    float: none;
    clear: both;
}
/* Old, I think is only used in sched page
   Will be removed later hopefully */
td.nobo {
    border: none;
}
/* Set up valid images */
img.valid {
    border: 0px;
    width: 88px;
    height: 31px;
}
/* Poetry back links */
span.back {
    text-align: center;
    font-size: 12pt;
}
/* Blank list */
ul.blank {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0px;
    margin-left: 0px;
/*    float: left;*/
}
/* The nav bar on the top link settings */
a.change {
    color: lime;
    text-decoration: none;
}
a.change:visited {
    color: lime;
}
a.change:hover {
    text-decoration: underline;
    color: #ffA500;
}
a:visited {
    color: green;
}
/* For showing the current page in nav bars */ 
body#homepage a#nav_home,
body#biopage a#nav_bio,
body#comppage a#nav_comp,
body#newspage a#nav_news,
body#projectspage a#nav_projects,
body#schedpage a#nav_sched,
body#phpscriptspage a#nav_projects,
body#poetrypage a#nav_projects,
body#graphicspage a#nav_projects,
body#pythonscriptspage a#nav_projects,
body#linuxprojspage a#nav_projects,
body#gallerypage a#nav_gallery {
    text-decoration: underline;
}
/* Entries */
div.entry {}
div.maintitle {
	text-decoration: underline;
}
div.authors {
	font-size: 75%;
}
div.contributers {
	font-size: 75%;
}
div.categories {
	font-size: 75%;
	border-bottom: solid lime 1px;
}
div.published {
	font-size: 75%;
}
div.updated {
	font-size: 75%;
}
div.entry > div.content {
	margin-bottom: .5em;
}

