body {
    background-color: #ffffff;
    color: #333333;
    font: 80% lucida, verdana, helvetica, arial;
    width: 720px;
}

.error { 
	color: #ff2222; 
    font-weight: bold; 
}

a:link {
    color: #e14141;
    text-decoration: none;
}

a:visited {
    color: #888888;
    text-decoration: none;
}

a:active,a:hover {
    color: #e14141;
    text-decoration: underline;
}

a.attachment {
    padding-right: 1px;
}

h2 {
    border-bottom: 2px #333333 solid;
}

h3 {
    border-bottom: 1px #333333 solid;
    margin-bottom: 0px;
}

h4 {
    margin-top: 1em;
    margin-bottom: 0px;
}

pre {
    white-space: pre;
    margin: 1em 2em 1em 2em;
    background: #dddddd;
    border: 1px dotted #e14141;
    overflow: auto;
    padding: 2px;
    font-family: courier, monospace;
}

tt {
    white-space: pre;
    font-family: courier, monospace;
}

div.company-name {
    width: 100%;
    color: #e14141;
    text-align: left;
    font-size: 36pt;
    font-family: courier, monospace;
}

div.company-name a:link {
    text-decoration: none;
    font-weight: normal;
}

div.company-name a:visited {
    text-decoration: none;
    color: #e14141;
    font-weight: normal;
}

div.company-name img {
    vertical-align: bottom;
    padding-bottom: 3px;
}

div.location-menu {
    width: 100%;
    text-align: left;
    font-size: 30px;
    color: #e14141;
    font-family: courier, monospace;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e14141 solid;
}

div.location-menu img {
    vertical-align: bottom;
    border: 0px;
    padding-bottom: 2px;
}

#navbar {
	background-color: #dddddd;
	width: 100%;
	border:solid 1px #e14141;
	margin:0; 
	padding:0;
}

#navbar ul {
	list-style-type: none;
	margin:0; 
	padding:0;
	border:none;
}

#navbar * a:link, #navbar * a:visited {
	color: #e14141;
	font-weight: bold;
}

#navbar li {
	display: inline;
	margin: 0;
    padding-left: 6px;
    padding-right: 6px;
	width: auto;
}

#navbar li.spacer {
	display: inline;
	margin-left: 120px;
	margin-right: 120px;
	color: #dddddd;
}

#navbar li.selected {
	color: white;
	background: #e14141
}

#navbar * li.selected a:link, #navbar * li.selected a:visited {
	color: white;
	font-weight: bold;
}

html>body #navbar li {
	width: auto;
}

#navbar li:first-child {
	border:none;
}

#tagline {
    font-family: courier, monospace;
    font-size: 9pt;
    color: #e14141;
    text-align: right;
    width: 100%;
    margin-top: 3px;
}

div.page-contents {
    margin-top: 5px;    
}

div.copyright-footer {
    margin-top: 50px;
    font-size: 80%;
    text-align: center;
}

div.spacer {
    width: 100%;
    height: 20px;
    background-image: url(images/rsh-star-20x20.gif);
    background-repeat: no-repeat;
    background-position: center;
}

div.leftmenu-container {
    border: 1px solid #e14141;
    width: 170px;
    padding: 6px;
    background-color: #dddddd;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

div.leftmenu {
    font-size: 8pt;
    border: 1px dotted #e14141;
    padding: 5px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

div.leftmenu-last {
    font-size: 8pt;
    border: 1px dotted #e14141;
    padding: 5px;
    background-color: #ffffff
}

div.leftmenu ul, div.leftmenu-last ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 0px;
}

div.leftmenu ul li, div.leftmenu-last ul li {
    margin-left: 0px;
    padding-left: 0px;
    font-weight: bold;
}

div.leftmenu ul ul, div.leftmenu-last ul ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 1em;
    padding-left: 0px;
}

div.leftmenu ul ul li, div.leftmenu-last ul ul li {
    margin-left: 0px;
    padding-left: 0px;
    font-weight: normal;
}

div.leftmenu ul ul ul, div.leftmenu-last ul ul ul {
    list-style-type: square;
    list-style-position: inside;
    margin-left: 1em;
    padding-left: 0px;
}

.toc {
    background: #dddddd;
    border: 1px dashed #e14141;
    padding: 8px;
    /* puts us out of the way of the left menu */
    margin-right: 200px;
}

.pre-box {
    font-family: courier, monospace;
    white-space: pre;
    border: 1px dashed #e14141;
    padding: 5px;
    background: #dddddd;
}

table.project {
    width: 100%;
    border: 1px dashed #e14141;
}

table.project td.name {
    font-weight: bold;
}

table.project td.description {
    font-size: 8pt;
    padding-left: 8px;
}

table.project td.license {
    font-weight: bold;
    font-size: 8pt;
    text-align: right;
}

#project-listing div.spacer {
    margin-top: 5px;
    margin-bottom: 5px;
}

#blog-entries {
	margin:0; 
	padding:0;
	border:none;
}

#blog-entries ul {
	list-style-type: none;
	margin:0; 
	padding:0;
	border:none;
}
	    
#blog-entries ul li {
	display: block;
	margin: 5px; 
	padding: 5px;
	border: 1px dotted #e14141;
}
#blog-entries ul li div.entry {
	text-align: right;
	font-size: 80%;
	float: right;
}
	    
#blog-entries ul li.more {
	border: 0;
	font-size: 80%;
}

#blog-entries ul li.more a:visited {
    text-decoration: none;
    color: #e14141;
    font-weight: normal;
}
	    
#blog-entries * h1 {
	font-size: 16pt;
	margin-top: 0px;
	padding-top: 0px;
}
	    
#blog-entries * h1 img {
    float: left;
	vertical-align: bottom;
	border: 0;
	margin-right: 5px; 
}

table.font-page {
	width: 100%;
	border: 0;
}

table.font-page * td {
	vertical-align: top;
	padding: 2px;
}

div.right-panel {
    border: 1px solid #e14141;
    width: 100px;
    padding: 6px;
    background-color: #dddddd;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}	    

div.links {
    font-size: 8pt;
    border: 1px dotted #e14141;
    padding: 5px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

div.links * ul {
    margin-left: 0px;
    padding-left: 0px;
    border: 1px solid black;
}

div.links * ul li {
	margin:0;
}