/* greenmono.css -- green-on-black style sheet
   2010/6/21 David Meyer <papa@freeshell.org> +JMJ
*/

body {
	color:	green;
	background-color:	black;
	font-family:	"Bitstream Vera Sans Mono", "Lucida Sans
Typewriter Regular", "Courier New", "Lucida Console", "MS Mincho"
}

#nav_menu {
    float: right;
}

#nav_menu li {
    list-style: none;
    display: inline;
    font-size: large;
/*    padding: 0.25em;
    margin-right: 1em;
*/
}

#header {
    width: 100%;
    clear: both;
}

#blog_title {
    float: left;
    font-size: xx-large;
    font-weight: bold;
    margin-right: 1em;
/*    width: 40%;*/
}

/*
#blog_desc {
    float: right;
    text-align: right;
    width: 60%;
}
*/

#main {
    clear: both;
}

#left {
    float: left;
    width: 80%;
}

#right {
    float: right;
    width: 18%;
    border: 1px solid green;
}

.cathead {
    text-align: center;
}

#footer {
    clear: both;
}

.story {
    border-bottom: 1px solid green;
}

a:link, a:visited {
	color:	green;
	background-color:	black;
	text-decoration:	underline;
}

/*
a:visited {
	color:	green;
	background-color:	black;
	text-decoration:	dotted;
	border-style:	solid;
	border-width:	1px;
}
*/

a:hover, a:active {
	color:	black;
	background-color:	green;
	text-decoration:	none;
}