/* local.css for use with ikiwiki 
 * Based on Embedded Moose by Josh Triplett <josh@freedesktop.org>
 * Some ideas from the Debian lighttpd index.html page. */

body { background: #e7e7e7; }

.header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;}
.header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;}

.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif; font-size: smaller}

#content {
	    background: #ffffff;
	    margin: 10px 0px 0px 15%;
	    border: 2px solid #c0c0c0;
	    padding: 10px;
	    font-family: sans-serif;
	    width: 80%;
	 }

#sidebar {
	    background: #ffffff;
	    border: 2px solid #c0c0c0;
	    padding: 0px 10px 10px 10px;
	    line-height: 2ex;
	    width: 10%;
	    float: left;
	    margin-top: 10px;
	    margin-left: 10px;
	    margin-bottom: 40px;
	    padding: 2ex 2ex;
	 }


.img-center { display: block; margin: auto; }

.img-right { float: right; }

#footer { border: none; font-family: sans-serif; }

img { border-style: solid; }


q.q { font-weight: bold; font-style: italic; }
